[JBoss-user] [JNDI/Naming/Network] - Re:

2005-11-09 Thread rrawasi
thank you for your reply here is jboss log for make sure that my bean is deployed: 08:45:24,395 INFO [MainDeployer] Starting deployment of package: file:/D:/Reza/JBOSS/jboss-3.2.3/server/default/deploy/helloEJB 08:45:24,405 INFO [MainDeployer] Deployed package:

[JBoss-user] [JNDI/Naming/Network] - Re:

2005-11-09 Thread rrawasi
maybe I find my problem it is about my jar file creation and ant script but I'm not sure View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3906211#3906211 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3906211

[JBoss-user] [JNDI/Naming/Network] - Re:

2005-11-09 Thread rrawasi
Now I correct my jar file but it still don't find by application server. here is my jar content: META-INF/ META-INF/MANIFEST.MF tutorial/ tutorial/ejb/ tutorial/ejb/HelloBean.class tutorial/interfaces/ tutorial/interfaces/Hello.class tutorial/interfaces/HelloHome.class ejb-jar.xml jboss.xml View

[JBoss-user] [JNDI/Naming/Network] - Re:

2005-11-09 Thread rrawasi
rrawasi wrote : Now I correct my jar file but it still don't find by application server. | here is my jar content: | META-INF/ | META-INF/MANIFEST.MF | tutorial/ | tutorial/ejb/ | tutorial/ejb/HelloBean.class | tutorial/interfaces/ | tutorial/interfaces/Hello.class | tutorial

[JBoss-user] [JNDI/Naming/Network] - Re:

2005-11-09 Thread rrawasi
within a last format I solve it thank you for your usefull information. the problem is my META_INF folder and my ant build script. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3906302#3906302 Reply to the post :

[JBoss-user] [JNDI/Naming/Network] - Re:

2005-11-09 Thread rrawasi
within a last format I solve it thank you for your usefull information. the problem is my META_INF folder and my ant build script. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3906305#3906305 Reply to the post :

[JBoss-user] [JNDI/Naming/Network] - Re:

2005-11-09 Thread rrawasi
within a last format I solve it thank you for your usefull information. the problem is my META_INF folder and my ant build script. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3906300#3906300 Reply to the post :

[JBoss-user] [JNDI/Naming/Network] - JNDI name not bound

2005-11-08 Thread rrawasi
I develope a simple EJB it work fine with sun application server now I deploy it on jboss but I get a JNDI name not bound error. I also add all these file to classpath when I want to compile my client: jnp-client.jar,jnpserver.jar,jboss-client.jar,jboss-common.jar plus my ejb.jar file that

[JBoss-user] [JBoss Getting Started Documentation] - Re: problem starting up jboss

2005-09-20 Thread rrawasi
I get this exception too when I try to install version 3.2.3 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3895782#3895782 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3895782

[JBoss-user] [EJB/JBoss] - Re: javax.naming.NoInitialContextException

2005-09-13 Thread rrawasi
Thank you I just find my problem online in setSessionContext missed. I delete it and add jndi.properties to class path of my project View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3894399#3894399 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: NoInitialContextException could not create deployment:

2005-09-13 Thread rrawasi
Where can I find jboosall-client.jar and where should I put it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3894401#3894401 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3894401

[JBoss-user] [EJB/JBoss] - Re: javax.naming.NoInitialContextException

2005-09-13 Thread rrawasi
rrawasi wrote : Thank you I just find my problem online in setSessionContext missed. | I delete it and add jndi.properties to class path of my project I mean one line not online View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3894403#3894403 Reply to the post

[JBoss-user] [Beginners Corner] - Re: NoInitialContextException could not create deployment:

2005-09-13 Thread rrawasi
I add that jbossall-client.jar file to my project but I get another error: | javax.naming.CommunicationException: Could not obtain connection to any of these urls: localhost:1099 and discovery failed with error: javax.naming.CommunicationException: Receive timed out [Root exception is

[JBoss-user] [EJB/JBoss] - Re: javax.naming.NoInitialContextException

2005-09-12 Thread rrawasi
Here is my client code that call a simple Statefull Session bean: | public static void go() throws Exception{ | | Context ic = new InitialContext(); | Object o = ic.lookup(Hello); | HelloHome home = (HelloHome)

[JBoss-user] [EJB/JBoss] - Re: javax.naming.NoInitialContextException

2005-09-07 Thread rrawasi
I create that File and put it in my Client classpath, but still I have that error, I'm new to EJB ,I just make Home,Bean class and remote interface + client . Do I need to create jar file from my EJB files, or do I need to do some extra things? Please recommend me some documentation according

[JBoss-user] [EJB/JBoss] - Re: javax.naming.NoInitialContextException

2005-08-11 Thread rrawasi
I have the same problem I try to find jboss.jcml or jndi.properties file but I don't find them, please help me. Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3889518#3889518 Reply to the post :