Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can acccess existing stateless session bean using binding.ejb. Here is an example of the composite file.

Code Block
2xml
titlebinding.ejb
borderStylesolid

<binding.ejb uri="corbaname:iiop:1.2@localhost:1050#VegetablesCatalogEJB" /> 
Note
titleConfigure the Session Bean to bind to a CORBA JNDI name

Make sure org.apache.geronimo.configs/openejb-corba-deployer/2.0.2/car is started. Look under System Modules in Geronimo admin console.
Configure the EJB deployment plan

: openejb-jar.xml

4. Devloping a Tuscany web application for Geronimo using Maven and Eclipse

...