| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| Hello, I'm new to Corba and have some questions. I have a given project that uses the Borland VisiBroker architecture. I have to implement an instructors place to monitor all events that were made by a trainee working with the given project. Is there a way to log all corba calls made in this given project with java without changing anything in the exsiting code? Or can I register as an application that gets all corba calls from the other application? Or log only the content of the message call will help me too. The only condition is to not change the existing code of the given project. I hope you could help me. The given project and my instructors place are implemented in Java with the Borland Corba. Regards, Matthias |
|
#2
| |||
| |||
| Matthias schrieb: > Hello, > > I'm new to Corba and have some questions. > I have a given project that uses the Borland VisiBroker architecture. I > have to implement an instructors place to monitor all events that were > made by a trainee working with the given project. > Is there a way to log all corba calls made in this given project with > java without changing anything in the exsiting code? Or can I register > as an application that gets all corba calls from the other application? > Or log only the content of the message call will help me too. The only > condition is to not change the existing code of the given project. > I hope you could help me. > > The given project and my instructors place are implemented in Java with > the Borland Corba. The lowest level implementation would be to use Wireshark (f.k.a. Ethereal, http://www.wireshark.org) and capture the IIOP packets on the wire. Wireshark also includes a tool to generate code for a so called "dissector" out of an IDL. HTH Stefan -- Stefan Naewe stefan_DOT_naewe_AT_atlas_DOT_de |
|
#3
| |||
| |||
| Have you looked at http://www.omg.org/cgi-bin/apps/doc?formal/04-03-12.pdf "21.3 Request Interceptors" ? On 22/01/2007 12:53, Matthias wrote: > Hello, > > I'm new to Corba and have some questions. > I have a given project that uses the Borland VisiBroker architecture. I > have to implement an instructors place to monitor all events that were > made by a trainee working with the given project. > Is there a way to log all corba calls made in this given project with > java without changing anything in the exsiting code? Or can I register > as an application that gets all corba calls from the other application? > Or log only the content of the message call will help me too. The only > condition is to not change the existing code of the given project. > I hope you could help me. > > The given project and my instructors place are implemented in Java with > the Borland Corba. > > Regards, > > Matthias > -- Simon McQueen sm@prismtech.com OpenFusion CORBA & OpenSplice DDS http://prismtech.com/middleware |
![]() |
| Thread Tools | |
| Display Modes | |
In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.