sorry for giving late reply
following is printed when i run the jar command
C:\devTools\jboss-4.0.1\jboss-4.0.1\server\default\deploy>jar -tf mfsc.ear
META-INF/
META-INF/MANIFEST.MF
META-INF/application.xml
mfsc.jar
mfsc.war
C:\devTools\jboss-4.0.1\jboss-4.0.1\server\default\deploy>
___
I am using example on roseindia.net to sart the learning
___
i put my ear file in
C:\devTools\jboss-4.0.1\jboss-4.0.1\server\default\deploy
with name mfsc.ear
___
following is o/p of console
===
I am still waiting for your help
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047288#4047288
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047288
___
jboss-user mailing lis
i follow the steps as you told me but my jndi name is not present on the page
even ejb module is not shown
__
following is part of view which is showing JNDI names
Ejb Module: example.jar
java:comp namespace of the test/MyTestSession bea
i made changes to xml as you told before
| http://www.jboss.org/j2ee/dtd/jboss.dtd";>
|
|
|
|
|
|
| UserSession
| ejb/UserSession
|
|
|
|
|
|
|
|
|
View the original post :
http://www.jboss.com/index.h
I made same changes as you told in xml but still facing problem
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047276#4047276
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047276
___
I checked it
it is exactly same as following
http://www.jboss.org/j2ee/dtd/jboss.dtd";>
UserSession
ejb/UserSession
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047273#4047273
Reply to the post :
h
I am new to EJB and trying on EJB sample application in
EJB 2.0
JBOSS Server 4.0.1
__
my code for getting remote object is
public IUserSessionEJBObject getUserRemoteObject(String jndiName){
System.out.println("looking