| At line 1 added 7 lines. |
| <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> |
| </script> |
| <script type="text/javascript"> |
| _uacct = "UA-2346510-3"; |
| urchinTracker(); |
| </script> |
| At line 5 changed 1 line. |
| !! Introfuction |
| !! Introduction |
| At line 9 changed 1 line. |
| To choose an orb implementation we have to specify standard java corba properties and how obtain an initial object reference to the NameService. |
| To choose an orb implementation we have to specify standard java corba properties and how obtain a reference to the NameService. |
| At line 19 changed 2 lines. |
| We have to specify in the ORB implementation how to obtain an initial object reference to the NameService. |
| If we use JACORB, we have to add a property named ''ORBInitRef.NameService'' in the xbean file. |
| We have to specify in the ORB implementation used how to obtain an initial object reference to the NameService.\\ |
| At line 22 changed 2 lines. |
| Here's an example of how to set all the informations needed for the JACORB implementation in the ''xbeans.xml'': |
| {{{ |
| If we use JACORB, we have to add a property named ''ORBInitRef.NameService'' in the wsdl file. |
| At line 25 changed 7 lines. |
| <property name="orbProperties"> |
| <props> |
| <prop key="org.omg.CORBA.ORBClass">org.jacorb.orb.ORB</prop> |
| <prop key="org.omg.CORBA.ORBSingletonClass">org.jacorb.orb.ORBSingleton</prop> |
| <prop key="ORBInitRef.NameService">corbaloc::localhost:1050/NameService</prop> |
| </props> |
| </property> |
| Here's an example of how to set all the informations needed for the JACORB implementation in the wsdl file: |
| At line 32 added 8 lines. |
| {{{ |
| <imolacorba:address name="<CORBA_SERVANT>" localizationType="<LOCALIZATION_TYPE>"> |
| <imolacorba:orb> |
| <imolacorba:property name="org.omg.CORBA.ORBClass" value="org.jacorb.orb.ORB"/> |
| <imolacorba:property name="org.omg.CORBA.ORBSingletonClass" value="org.jacorb.orb.ORBSingleton"/> |
| <imolacorba:property name="ORBInitRef.NameService" value="corbaloc::localhost:1050/NameService"/> |
| </imolacorba:orb> |
| </imolacorba:address> |
| At line 41 added 10 lines. |
| !! Using JacORB with GlassFishESB |
| The classes configured in the WSDL must be reacheable at runtime. For example, to use jacORB with GlassFishESB, the ORB libraries (with their dependencies) must be added to the __lib/ext__ directory of the GlassFish domain. |
| * avalon-framework-4.1.5.jar |
| * idl.jar |
| * jacorb.jar |
| * logkit-1.2.jar [] |