| Author |
Deploying EJB 2.0 Jar on JBOSS AS 7.1
|
Suril J Sarvaiya
Greenhorn
Joined: Sep 05, 2012
Posts: 14
|
|
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
|
 |
Siitesh Hind
Ranch Hand
Joined: Sep 06, 2012
Posts: 51
|
|
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
Joined: Sep 05, 2012
Posts: 14
|
|
okay Seetesh..
thanks will try something out...cheers..!!!
|
 |
Siitesh Hind
Ranch Hand
Joined: Sep 06, 2012
Posts: 51
|
|
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
Joined: Sep 05, 2012
Posts: 14
|
|
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
Joined: Sep 06, 2012
Posts: 51
|
|
|
No. You need to refer books from Ed Roman - Mastering EJB 3.
|
 |
 |
|
|
subject: Deploying EJB 2.0 Jar on JBOSS AS 7.1
|
|
|