• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Jboss IIOP configuration

 
Ranch Hand
Posts: 72
Eclipse IDE Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How to configure EJB 3 remote deployed on Jboss AS 7 and client on Tomcat to use RMI-IIOP for object transfer. Right now I'm using HTTP which, as I'm told, is not appropriate if I want to handle transactions.
So can anyone tell me the procedure or what all changes I need to make in lookup.
Also I tried this link but I'm unable to understand many things there some are:
I dont have jboss.xml in my project so where to make it, why we need it (my demo project is working fine without it).
how to create JNDI using admin console, (I'm unable to find this one, though I have created datasource quite easily).

Also can someone tell me the difference in standalone.xml and standalone-full.xml.

P.S. I'm new to JBoss and ejb so please provide a step by step procedure or a hint for me to work on.

Thanks
Nir
 
Ranch Hand
Posts: 466
1
IntelliJ IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Did you check JBoss IIOP website?
 
nir sharma
Ranch Hand
Posts: 72
Eclipse IDE Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Vinod Tiwari wrote:Did you check JBoss IIOP website?



I have already mentioned that in my post.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic