Hello, A typo found in a TAO example.See below Johnny ... From: "Mark Drijver" <mark.drijver@...> To: "Johnny Willemsen (E-mail)"...
Johnny Willemsen
johnny.willemsen@...
Feb 1, 2001 8:54 am
865
... Fixed, thanks! Jeff Parsons...
Jeff Parsons
parsons@...
Feb 1, 2001 4:04 pm
866
Remove...
kwoky@...
Feb 2, 2001 1:44 am
867
Remove kwoky@......
kwoky@...
Feb 2, 2001 1:49 am
868
Remove...
kwoky@...
Feb 2, 2001 1:52 am
869
Remove kwoky@......
kwoky@...
Feb 2, 2001 1:52 am
870
Remove emesfin@......
Alex Mesfin
emesfin@...
Feb 5, 2001 4:24 pm
871
I believe that I am doing everything correctly to create a persistent IOR (I am using a fixed IP address and port number on my server, am using the Root POA to...
Cosmo, Patrick
Patrick@...
Feb 5, 2001 5:05 pm
872
Hi, ... IOR (I ... Root ... [PERSISTENT, ... with a ... That looks about right. ... However, if ... the ... The client hasn't had a chance to detect that the...
Carlos O'Ryan
coryan@...
Feb 5, 2001 5:38 pm
873
If I follow these steps: 1. service-side corba creates a persistent object (uses a fixed IP address and port number on the server, uses the Root POA to create...
Cosmo, Patrick
Patrick@...
Feb 5, 2001 7:11 pm
874
... re-issuing the request results in an OBJECT_NOT_EXIST exception being thrown. I have tried several different ways to get around this, but once the server...
Cosmo, Patrick
Patrick@...
Feb 5, 2001 7:13 pm
875
Remove kwoky@......
kwoky@...
Feb 5, 2001 9:29 pm
876
Remove...
kwoky@...
Feb 5, 2001 9:29 pm
877
Remove...
kwoky@...
Feb 5, 2001 9:30 pm
878
Remove kwoky@......
kwoky@...
Feb 5, 2001 9:40 pm
879
Hi, ... Good so far.... but how does the client learn about this object??? What object reference are you exporting? A common mistake is to use _this(), that...
Carlos O'Ryan
coryan@...
Feb 5, 2001 10:28 pm
880
Hi, ... Which is exactly the reason why gurus like Michi Henning emphasize the fact that the _default_POA() method should be overridden for each servant...
Ossama Othman
ossama@...
Feb 6, 2001 12:12 am
881
Hi, I accidentally posted with a similar question. Sorry 8^(. I am having the same problem. In fact, I have copied Patrick's code and modified slightly for my...
Timothy Sim
tim_sim@...
Feb 6, 2001 3:59 am
882
Hi, ... and ... problem - the ... Are you using poa->servant_to_reference() to obtain the object reference? Or are you trying to use _this()? BTW, there are...
Carlos O'Ryan
coryan@...
Feb 6, 2001 4:08 am
883
"Carlos O'Ryan" <coryan@...> wrote in message news:<04bc01c08ff2$46f9af80$2daec380@...>... ... Hi Carlos, I am using: char *ior =...
Timothy Sim
tim_sim@...
Feb 6, 2001 5:24 am
884
Hi, ... Well, this is probably wrong. First the sort of 'syntactic' problems: it has a memory leak, _this() returns an object reference, you own the reference...
Carlos O'Ryan
coryan@...
Feb 6, 2001 7:02 am
885
Thanks to everybody (particularly Carlos) for their help on this issue. There were two problems with my code, and since Timothy copied my code, I will share...
Cosmo, Patrick
Patrick@...
Feb 6, 2001 2:42 pm
886
To: tao-bugs@... TAO VERSION: 1.1.12 ACE VERSION: 5.1.12 HOST MACHINE and OPERATING SYSTEM:Pentium MMX 165Mhz ; Debian 2.2 TARGET MACHINE and...
Jack P
jack_44@...
Feb 7, 2001 10:15 am
887
Hi Jack, ... The POA library wasn't linked into the server binary. Can you please try changing the LDLIBS line so that it includes the "-lTAO_PortableServer"...
Ossama Othman
ossama@...
Feb 7, 2001 4:34 pm
888
Hi Ossama, Thanks indeed. BTW the following($TAO_ROOT/docs/tutorials/Quoter/Simple/Impl-Repo/) seems to break even after LBLIBS = -lTAO_PortableServer -lTAO ...
Jack P
jack_44@...
Feb 8, 2001 9:05 am
889
Hi Jack, ... Not any more. There is now a separate library. Try adding "-lTAO_IORTable" to your LDLIBS variable. These examples predate the TAO library...
Ossama Othman
ossama@...
Feb 8, 2001 3:46 pm
890
TAO VERSION: 1.1.12 ACE VERSION: 5.1.12 HOST MACHINE and OPERATING SYSTEM: NT 4.0 TARGET MACHINE and OPERATING SYSTEM, if different from HOST: VxWorks 5.4,...
Erik Johannes
ejohannes@...
Feb 9, 2001 5:46 pm
891
Hi, ... Thank you for using the PRF. ... Are you overriding _default_POA() for the servant? The stock implementation of this method returns the RootPOA of the...
Carlos O'Ryan
coryan@...
Feb 9, 2001 6:12 pm
892
Hi Erik, ... [snip] ... Just to be clear, you are using the "-ORBDottedDecimalAddresses 1" option (including the "1"), right? ... I'm not sure I understand...
Ossama Othman
ossama@...
Feb 9, 2001 6:21 pm
893
TAO VERSION: 1.1.12 ACE VERSION: 5.1.12 HOST MACHINE and OPERATING SYSTEM: QNX RTP 6.0 Patch A (patch A was released mid-January, 2001) QNX aaaugh 6.00...