Re: Suggested change to "TomEE and Eclipse" doc page

2012-08-15 Thread twelveeighty
Excellent. Thanks for the review & commit and the kind words! I guess I forgot to update the copyright notice to include 2012, but how's counting. I'll take a look at those Spring-related pages as well. They contain some funny markup like {note} that doesn't render. Could it be that they were cop

Re: Suggested change to "TomEE and Eclipse" doc page

2012-08-15 Thread twelveeighty
Okay - I made changes to the http://openejb.apache.org/tomee-and-eclipse.html page, but I don't see those changes reflected (yet?). I presume there is a review process? -- View this message in context: http://openejb.979440.n4.nabble.com/Suggested-change-to-TomEE-and-Eclipse-doc-page-tp4656866

Re: Suggested change to "TomEE and Eclipse" doc page

2012-08-14 Thread twelveeighty
David Blevins-2 wrote > > So Method 1 should really be to just use TomEE as you would Tomcat -- no > special options, no special warnings. As well method 1 should probably > have a link to this doc http://www.youtube.com/watch?v=Lr8pxEACVRI > That is a great video! Okay, I'll try to take a c

Re: TomEE openJPA logging not working

2012-08-14 Thread twelveeighty
Awesome! That worked. I used the following in system.properties: openjpa.Log = log4j And it did exactly what I expected. Thanks! Bertrand Guay-Paquet wrote > > Add to system.properties: > openjpa.Log = DefaultLevel=TRACE, SQL=TRACE, Query=TRACE > > See here for full thread: > http://openejb.9

Suggested change to "TomEE and Eclipse" doc page

2012-08-14 Thread twelveeighty
I'm not sure what the protocol is for making doc changes so I'll post my suggested change here just in case: On the "TomEE and Eclipse" page, I suggest adding a Method 3 (or adding it to Method 2) for NOT having Eclipse take control of the TomEE install folder - "Use Workspace Metadata". I prefer

Re: TomEE openJPA logging not working

2012-08-14 Thread twelveeighty
No, I'm all for keeping lib/ as lean as possible too. I just wanted to make sure it wasn't a packaging bug. I can easily add it back to /lib or to my WEB-INF/lib - which, by the way, is a discussion all by itself. Romain Manni-Bucau wrote > > We try to put as few as libraries as possible without

Re: TomEE openJPA logging not working

2012-08-13 Thread twelveeighty
YES!, I tested my app against this 1.1.0 snapshot release and it works as expected in 1.1.0. When is 1.1.0 going RTM / release? By the way, I noticed that in 1.1.0, the aopalliance-1.0.jar library is no longer in the lib/ folder. Since I use Spring in my app to inject EJBs into my Struts2 action

Re: TomEE openJPA logging not working

2012-08-12 Thread twelveeighty
Yes, I am using apache-tomee-1.0.0-plus.tar.gz. OK - that may be good news, at least I'm not going insane then ;) Is there a quick patch I can apply, or should I grab & build the source to see if this is fixed on the trunk? Romain Manni-Bucau wrote > > are you using tomee 1.0.0? if yes i thin

TomEE openJPA logging not working

2012-08-12 Thread twelveeighty
I am stuck trying to get openJPA to log its openjpa.jdbc.SQL statements. No matter what I try, I can't seem to bump up the log level for openJPA. Ideally, I'd like to have those logged to my log4j configuration, but at this point, I'll settle for ANY solution that will have me see those log entries