Hello,

I try to migrate project from Jonas to jboss.

I have deployed the server but when i start the client there is
problem with the Context.

After:
jndi = new InitialContext();

if i try to use it
jndi.lookup("MonEJB")

the client wait, there is nothing in the jboss log. and the processor
don't work.

my jndi.properties is correct (i think)
-----------
java.naming.factory.initial     org.jnp.interfaces.NamingContextFactory
java.naming.provider.url        localhost:1099
java.naming.factory.url.pkgs    org.jboss.naming
-----------

I do client in jsp, i put it in .ear file with the ejb server. This
client work thin.

What the problem ???


i use JBoss-2.2.1_Tomcat-3.2.1, postgresql 7.0 and jdk
Blackdown-1.3.0-FCS under Gnu/Linux RedHat 6.2

-- 
Benjamin



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to