• 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

Deploying EJB 2.0 Jar on JBOSS AS 7.1

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I am using Windows 7 OS and I have a EJB 2.0 jar which I need to deploy on JBoss AS 7.1 final.
I will use the standalone mode.
Once I put the jar in /standalone/deployement/folder and run the server, the logger just stops at the point : myEjbJar is deployed

Can you guide what do I need to do now?
How to make it run?

Thanksa lot.
Regards,
Suril
 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If your jar is successfully deployed, then just check in Admin console on its deployment.

You need to test the same with a client code that can either be a JSP/Servlet or a Java application written in Eclipse

Rgds,

Seetesh
 
Suril J Sarvaiya
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
okay Seetesh..
thanks will try something out...cheers..!!!
 
Siitesh Hind
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Refer to this example for client code using JBoss 7.1

theopentutorials.com/examples/java-ee/ejb3/how-to-create-a-simple-ejb3-project-in-eclipse-jboss-7-1/#comment-1015
 
Suril J Sarvaiya
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks al ot Seetesh........
I have had a bird's view and it seems to be helpful.

One issue is I have to use EEJB 2.0........and I haven't worked on EJB's so will this tutorial be useful?
What do you say?

Thanks again

Suril
 
Siitesh Hind
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No. You need to refer books from Ed Roman - Mastering EJB 3.
 
reply
    Bookmark Topic Watch Topic
  • New Topic