Re: [hibernate-dev] [jboss-as7-dev] Which JBoss Logging version to use in AS and Hibernate Core

2011-11-14 Thread Strong Liu
after pull all changes, I get a logging issue :( if i run a test in IDE (IntelliJ), the log output are all like this: 17:20:31,767 DEBUG AbstractEntityPersister:576 - org.hibernate.internal.CoreMessageLogger_$logger 17:20:31,768 DEBUG AbstractEntityPersister:576 - org.hibernate.internal.CoreMes

Re: [hibernate-dev] [jboss-as7-dev] Which JBoss Logging version to use in AS and Hibernate Core

2011-11-14 Thread Gail Badner
I am also seeing this, but not just when running in Intellij IDE. I'm also seeing it when running from the command line. Gail - Original Message - > From: "Strong Liu" > To: "Sanne Grinovero" > Cc: "James Perkins" , hibernate-dev@lists.jboss.org, > "David M. Lloyd" > Sent: Monday, No

Re: [hibernate-dev] [jboss-as7-dev] Which JBoss Logging version to use in AS and Hibernate Core

2011-11-14 Thread Gail Badner
I'm attaching the output from running o.h.test.ops.SaveOrUpdateTest. Notice almost all of the DEBUG lines are like: 04:01:22,572 DEBUG BaseGeneralDataRegion:576 - org.hibernate.internal.CoreMessageLogger_$logger This is the only one that looks correct: 4:01:22,566 DEBUG BaseGeneralDataRegion:82

Re: [hibernate-dev] [jboss-as7-dev] Which JBoss Logging version to use in AS and Hibernate Core

2011-11-14 Thread David M. Lloyd
Can you tell me: 1. What logging backend are you using? (log4j?) 2. Are the file/line numbers correct? Thanks. My suspicion is that it's a (well, another) problem in the log4j backend. On 11/14/2011 03:30 AM, Strong Liu wrote: > after pull all changes, I get a logging issue :( > > if i run a t

Re: [hibernate-dev] [jboss-as7-dev] Which JBoss Logging version to use in AS and Hibernate Core

2011-11-14 Thread Strong Liu
On Nov 14, 2011, at 11:16 PM, David M. Lloyd wrote: > Can you tell me: > > 1. What logging backend are you using? (log4j?) yes, log4j, see below slf4jVersion = "1.6.1" // logging for testing slf4j_api: 'org.slf4j:slf4j-api:' + slf4jVersion, slf4j_log4j12: 'org.slf

Re: [hibernate-dev] Source links in JIRA broken

2011-11-14 Thread Gunnar Morling
I just checked some issues in HHH, HV and OGM and the FE integration looked ok to me. Thanks again, --Gunnar 2011/11/14 Steve Ebersole : > I think I have OGM working now also.  They really changed up the way this > works.  If you see any trouble, let me know.  Thanks. > > > On Fri 11 Nov 2011 1

Re: [hibernate-dev] [jboss-as7-dev] Which JBoss Logging version to use in AS and Hibernate Core

2011-11-14 Thread David M. Lloyd
I may have a fix. Is there any way you can check out and install the latest jboss-logging-tools, and try to recompile with that and see if the issue still exists? On 11/14/2011 09:23 AM, Strong Liu wrote: > > > On Nov 14, 2011, at 11:16 PM, David M. Lloyd wrote: > >> Can you tell me: >> >> 1. W

[hibernate-dev] Move team meeting 2 hours earlier?

2011-11-14 Thread Gail Badner
I discussed moving the team meeting two hours earlier on Tuesday with some of you. IIRC, Steve E., Strong, and Hardy are OK with this change. That would be at 14:00 UTC (6am Seattle; 8 am Austin/St Louis; 9pm Beijing). Would that work for everyone? If so, should we start 11/15? Thanks, Gail __

Re: [hibernate-dev] [jboss-as7-dev] Which JBoss Logging version to use in AS and Hibernate Core

2011-11-14 Thread Strong Liu
David, the fix works :) - Best Regards, Strong Liu http://about.me/stliu/bio On Nov 15, 2011, at 1:53 AM, David M. Lloyd wrote: > I may have a fix. Is there any way you can check out and install the latest > jboss-logging-tools, and try to recompile with that and see

Re: [hibernate-dev] [jboss-as7-dev] Which JBoss Logging version to use in AS and Hibernate Core

2011-11-14 Thread David M. Lloyd
Pushed out 1.0.0.CR5. Thanks for verifying! On 11/14/2011 08:53 PM, Strong Liu wrote: > David, > > the fix works :) > > - > Best Regards, > > Strong Liu http://hibernate.org>> > http://about.me/stliu/bio > > On Nov 15, 2011, at 1:53 AM, David M. Lloyd wrote: > >> I may hav