hi marc
sorry was offline a few days.
 
> the manual isn't that speaky, isn't it?
correct :)

only an idea
 
in the log4j.xml

like this....
 <!--
     | An example of enabling the custom TRACE level priority that is used
     | by the JBoss internals to diagnose low level details. This example
     | turns on TRACE level msgs for the org.jboss.ejb.plugins package and
its
     | subpackages. This will produce A LOT of logging output.
  <category name="org.jboss.system">
    <priority value="TRACE" class="org.jboss.logging.XLevel"/>
  </category>
  <category name="org.jboss.ejb.plugins">
    <priority value="TRACE" class="org.jboss.logging.XLevel"/>
  </category>
  -->

or so ?...

<appender name="TEST"
class="org.jboss.logging.appender.RollingFileAppender">
    <param name="File" value="${jboss.server.home.dir}/log/cluster.log"/>
    <param name="Append" value="false"/>
    <param name="MaxFileSize" value="500KB"/>
    <param name="MaxBackupIndex" value="1"/>

    <layout class="org.apache.log4j.PatternLayout">
      <param name="ConversionPattern" value="%d %-5p [%c] %m%n"/>
    </layout>
  </appender>

  <category name="org.jboss.ejb">  or whatever.....
   <priority value="DEBUG" /> or ALL , TRACE
    <appender-ref ref="TEST"/>
  </category>

here is a pkgs list i found
http://www.thecortex.net/clover/eg/jboss/report/all-pkgs.html

hope that helps a bit

cheers lothar


> -----Original Message-----
> From: Schlienger, Marc [mailto:[EMAIL PROTECTED]] 
> Sent: Friday, November 29, 2002 4:44 PM
> To: '[EMAIL PROTECTED]'
> Cc: '[EMAIL PROTECTED]'
> Subject: Re: [JBoss-user] standardjaws.xml (follow up from: 
> running JBoss 3.0.3, the need to get extended er ror message 
> information)
> 
> 
> Thanks Lothar,
> 

> 
> I was looking for a simplier way to output the sql statements 
> that JBoss
> sends to the driver. With a miracle, was I able to discover 
> that there is a
> debug tag in the standardjaws.xml conf file. I have set it to 
> "true", but
> nothing more is happening, I still do not see the sql 
> statements. Actually,
> according to the dtd, there is no debug tag :-(.
> 
> BTW, I'm wondering if there is a bug or not in 
> standardjaw.xml. AFAICT the
> doctype header specifies jbosscmp-jdbc_3_0.dtd which has 
> nothing to do with
> jaws !?! There ought to be a specific dtd for jaws, namely 
> jaws_3_0.dtd. Why
> isn't that one used?
> 
> Regards,
> 
> Marc
> 
> > RTFM ;)
> > googling after "jboss debug output" might help also ;)
> > 
> > http://www.jboss.org/online-manual/HTML/ch08s14.html
> > look under setup jboss for debugging.
> > 
> > cheers lothar
> > 
> > > Hello,
> > > 
> > > I'm runnig JBoss3.0.3 on Win NT4 SP6.
> > > 
> > > could someone tell me how to get more detailed error messages?
> > > 
> > > I cannot successfully deploy a package with EntityBeans and 
> > > SessionBeans
> > > because of an SQL Exception when JBoss tries to create a 
> table in the
> > > underlying Ingres database. I'm wondering what's wrong, and I 
> > > cannot really
> > > start searching for a solution since the error message isn't 
> > > speaking to me
> > > at all.
> > > 
> > > Marc
> > > 
> > > Mit freundlichen Grüßen,
> > > Björnsen Beratende Ingenieure, im Auftrag, Marc Schlienger
> > > 
> > > _________________________________________
> > > Björnsen Beratende Ingenieure GmbH
> > > Maria Trost 3
> > > 56070 Koblenz
> > > Tel.  (0261) 8851 - 0 (Zentrale)  - 145 (Durchwahl)
> > > Fax. (0261) 805725
> > > mailto:[EMAIL PROTECTED]
> > > http://www.bjoernsen.de
> > > _________________________________________
> > > 
> > > Die Björnsen Beratende Ingenieure GmbH macht Sie darauf 
> > > aufmerksam, daß
> > > diese E-Mail und etwaig beigefügte Dateien nur der 
> > > Vorabinformation dienen
> > > und keine rechtswirksamen Willenserklärungen oder 
> Beratungsleistungen
> > > darstellen. Es können daher in keinem Fall 
> Haftungsansprüche hierauf
> > > begründet werden. Alle rechtswirksamen Äußerungen (Verträge, 
> > > Gutachten,
> > > Stellungnahmen, Berechnungen, Vermerke etc.) erhalten Sie 
> von uns wie
> > > gewohnt und nach Qualitätskontrolle in schriftlicher Form 
> und ggf. auf
> > > separatem Datenträger.
> > 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: Get the new Palm Tungsten T 
> handheld. Power & Color in a compact size! 
> http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 


-------------------------------------------------------
This SF.net email is sponsored by: Microsoft Visual Studio.NET
comprehensive development tool, built to increase your
productivity. Try a free online hosted session at:
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to