Here is the copy'n'paste from the borland.public.janeva newsgroup:

Even though Janeva is not officially certified to support JBoss
(mostly due to some issues with JBoss/JacORB to comply with the
CORBA RMI-over-IIOP spec), the basic functionality works fine.

To demonstrate this, here are the step-by-step instructions how
to run the Janeva Cart example against JBoss 3.2.3:

(1) Add the jboss.xml deployment descriptor file into
the %janeva%\examples\Shared\Java\Cart\cart_beans.jar archive
under the META-INF directory. The contents of jboss.xml file
should be as follows:


  <enterprise-beans>
   
    <ejb-name>cart</ejb-name>
    <jndi-name>examples/Cart</jndi-name>
    <configuration-name>Standard Stateful SessionBean</configuration-name>
    <invoker-bindings>
     
      <invoker-proxy-binding-name>iiop</invoker-proxy-binding-name>
     
    </invoker-bindings>
   
  </enterprise-beans>


This step is needed to enable accessing the Cart bean via
the IIOP protocol.

(2) Configure JBoss to disable chunking (an RMI-over-IIOP feature)
as it seems to be broken in the current version of JacORB (version 2)
used by JBoss for the RMI-over-IIOP support. To achieve it, open
the %jboss$\server\all\conf\jacorb.properties file in your text editor
and switch the value of the jacorb.interop.chunk_custom_rmi_valuetypes
parameter from on to off.

(3) Start JBoss under the 'all' configuration (e.g. using
the "run -c all" command). Note that it is important to use the 'all'
configuration as the default configuration doesn't enable the IIOP
support.

(4) Deploy the cart_bean.jar file into the JBoss server by copying
it into the %jboss%\server\all\deploy directory.

(5) Run any Janeva Cart client (e.g.
the %janeva%\examples\J2EE\CartClient example) using the following
line as a NamingService bootstrap IOR:

   corbaloc::localhost:3528/JBoss/Naming/root


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835986#3835986

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835986


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to