[jboss-user] [EJB 3.0] - Re: How to enable log level for EJB3 QL?

2006-08-30 Thread ALRubinger
Good logging reference at the bottom of:

http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHibernate3.

S,
ALR

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968437#3968437

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3968437
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Re: How to enable log level for EJB3 QL?

2006-08-30 Thread ALRubinger
Beautiful; thank you.

S,
ALR

"muhviehstarr" wrote : you just need to add this to your log4j.xml:
  | 
  | 
  |   |
  |   |
  |   |   
  |   |
  |   | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968389#3968389

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3968389
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Re: How to enable log level for EJB3 QL?

2006-08-30 Thread muhviehstarr
you just need to add this to your log4j.xml:


  |
  |
  |   
  |
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968295#3968295

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3968295
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Re: How to enable log level for EJB3 QL?

2006-08-29 Thread ALRubinger
EJB3 Entities in JBoss use Hibernate under the hood.  So in persistence.xml, I 
pass in the property:



I'm pretty sure this instructs Hibernate to write to System.out.  If anyone 
knows how to get this sent to Commong Logging or Log4J appenders, I'd love to 
know.

I also like to see the output from the Schema Export, so set the following in 
my $JBOSS_HOME/server//[servername]/conf/log4j.xml:


  | 
  | 
  | 

S,
ALR



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968192#3968192

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3968192
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user