| 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 21 changed 1 line. |
| If we use JACORB, we have to add a property named ''ORBInitRef.NameService'' in the wsdl file or in the xbean file. |
| If we use JACORB, we have to add a property named ''ORBInitRef.NameService'' in the wsdl file. |
| At line 26 changed 7 lines. |
| <imolacorba:binding role="provider"> |
| <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:binding> |
| <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 35 changed 2 lines. |
| Here's an example of how to set all the informations needed for the JACORB implementation in the ''xbeans.xml'': |
| {{{ |
| !! Using JacORB with GlassFishESB |
| At line 38 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> |
| 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. |
| At line 46 changed 1 line. |
| }}} |
| * avalon-framework-4.1.5.jar |
| * idl.jar |
| * jacorb.jar |
| * logkit-1.2.jar [] |