[JBoss-user] [Installation & Configuration] - Re: Coyote can't register jmx for protocol

2004-12-09 Thread chris75be
no, but apparently it works even with the error message View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858057#3858057 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858057 -

[JBoss-user] [EJB/JBoss] - Why dies the lookup function need the Home/Remote interfaces

2004-06-16 Thread chris75be
Hello, Here's what I do: //I use a properties file InitialContext ctx = new InitialContext(); Object obj = ctx.lookup(ejbName); I noticed that the lookup function fails if the client doesn't have the remote AND home interfaces. Why?? Thank you Christophe View the origi

[JBoss-user] [Beginners Corner] - org.jboss.deployment.DeploymentException: Connection timed o

2004-06-09 Thread chris75be
Hello, I have problems deploying a simple EJB. The error I get is the following: 2004-06-09 14:24:06,596 DEBUG [org.jboss.deployment.scanner.URLDeploymentScanner] Failed to deploy: [EMAIL PROTECTED] url=file:/C:/jboss-3.2.3/server/default/deploy/myEJB.jar, deployedLastModified=1086782907787 } o

[JBoss-user] [Installation & Configuration] - Re: how to see my ejb in the java:comp/env context??

2004-05-26 Thread chris75be
I though my question was well related to "Installation and configuration". Sorry.. I'll try to make it working by myself. Thank you. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836182#3836182 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [Installation & Configuration] - Re: how to see my ejb in the java:comp/env context??

2004-05-24 Thread chris75be
I don't see MySessionBean in the Global JNDI context. I also tried MySessionBean for the lookup without success... What did you mean by MySessionBean ? thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836116#3836116 Reply to the post : http://www.jboss

[JBoss-user] [Installation & Configuration] - Re: how to see my ejb in the java:comp/env context??

2004-05-24 Thread chris75be
Here's the part of the deployment descriptor: My first stateless session bean MySessionBean EJB.MySessionBeanHome EJB.MySessionBean MySessionBeanBean Stateless Container MyBean Should I see "MyBean" in the Global JNDI in the console? In the client, I have: Object ref = (

[JBoss-user] [Installation & Configuration] - how to see my ejb in the java:comp/env context??

2004-05-24 Thread chris75be
Hello, I have developped a very simple bean called MyBean and I would like to see it in the java:comp/env context ? But when I look at the JNDI info in the console, I see this information: java: Namespace +- XAConnectionFactory (class: org.jboss.mq.SpyXAConnectionFactory) +- DefaultDS (class:

[JBoss-user] [Installation & Configuration] - Coyote can't register jmx for protocol

2004-05-13 Thread chris75be
Hello, I'm really new in EJBs and JBoss.. I just installed JBoss and read the "Getting Started" documentation. It seems I have problems when starting up the server (see in bold). And why I try to connect on the console (http://0.0.0.0:8080/jmx-console), I get an HTTP error 500 - Page can not be