Re: [JBoss-user] Tomcat talking through Local EJB interface??

2002-03-30 Thread Mark Wolfe
It seems that i have broken something very important as now all i get out of NamingEnumeration enum = ctx.listBindings(""); is java.lang.IllegalArgumentException: object is not an instance of declaring class This as you can probly imagine is sending me NUTS! BTW Thanks for your help so far it

Re: [JBoss-user] Tomcat talking through Local EJB interface??

2002-03-30 Thread Dmitri Colebatch
> Good Morning :) thanks to the end of daylight savings, yes (o: loving that extra hour! > I am running Jboss3 Beta with tomcat 4.02 built in as packaged on the > Jboss on the sourceforge website. I have been trying to talk to the > local interfaces of my EJB's with no success. Plus i have mana

Re: [JBoss-user] Tomcat talking through Local EJB interface??

2002-03-30 Thread Mark Wolfe
Good Morning :) I am running Jboss3 Beta with tomcat 4.02 built in as packaged on the Jboss on the sourceforge website. I have been trying to talk to the local interfaces of my EJB's with no success. Plus i have managed to bust them completly and nothing will call them now. Now tomcat can't even

Re: [JBoss-user] Tomcat talking through Local EJB interface??

2002-03-30 Thread Dmitri Colebatch
What version are you using? This thread (http://main.jboss.org/thread.jsp?forum=50&thread=4046&message=279352) might provide some help. cheers dim - Original Message - From: "Mark Wolfe" <[EMAIL PROTECTED]> To: "JBoss Users" <[EMAIL PROTECTED]> Sent: Saturday, March 30, 2002 12:36 PM Su

Re: [JBoss-user] Debugging CMP 2.0 Queries

2002-03-30 Thread jain
> I tried putting it in, but jboss complained that it wasn't allowed > there. (I turned ValidateDTDs on in the EJBDeployer ) If you don't validate true works as expected, perhaps the debug element was forgotten in the new DTD? You may of course have to adjust the logging level in your log4j.xml.