Re: [JBoss-user] Debugging CMP 2.0 Queries

2002-04-02 Thread Dain Sundstrom
Log level is now completely controlled by Log4j, so even if you add this option and turn off validation, I still ignore it. Look at the Log4j config file for information on controlling the log level. -dain [EMAIL PROTECTED] wrote: >>I tried putting it in, but jboss complained that it wasn't a

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.

[JBoss-user] Debugging CMP 2.0 Queries

2002-03-29 Thread Dennis Muhlestein
In the 3.0 version of the jbosscmp-jdbc.xml (jbosscmp-jdbc_3_0.dtd), I noticed that there is no debug tag in the defaults. I tried putting it in, but jboss complained that it wasn't allowed there. (I turned ValidateDTDs on in the EJBDeployer ) Is this option not supported yet in CMP 2.0? I'd li