[JBoss-dev] Re: FW: jboss-4.0.4 portal-2.2 issue

2006-05-16 Thread Emmanuel Bernard
Title: Re: FW: jboss-4.0.4 portal-2.2 issue The other solution is to include the old hibernate ehcache provider in portal and rename it -Original Message- From: Julien Viet To: Ryan Campbell CC: Adrian Brock; Steve Ebersole; Julien Viet; Roy Russo;

[JBoss-dev] Re: jboss-4.0.4 portal-2.2 issue

2006-05-16 Thread Emmanuel Bernard
use the old one if they want to stick with EhCache 1.1 Dimitris Andreadis wrote: But why that incompatibility (not working with older ehcache) was introduced in hibernate? -Original Message- From: Emmanuel Bernard [mailto:[EMAIL PROTECTED] Sent: 13 May, 2006 20:26 To: Roy Russo

[JBoss-dev] Re: jboss-4.0.4 portal-2.2 issue

2006-05-16 Thread Emmanuel Bernard
Title: Re: jboss-4.0.4 portal-2.2 issue Upgrade ehcache to 1.2 -Original Message- From: Ryan Campbell To: Steve Ebersole; Julien Viet; Roy Russo CC: 'jboss-development@lists.sourceforge.net' jboss-development@lists.sourceforge.net; QA Sent: Fri May 12 13:05:28 2006

[JBoss-dev] Re: jboss-4.0.4 portal-2.2 issue

2006-05-16 Thread Emmanuel Bernard
Any of those change requires a SP, so it's better to upgrade (Julien did it :) ) Dimitris Andreadis wrote: Because: - this is a minor release increase (not a micro) for Hibernate - we always stay up-to-date with our third party libraries - EhCache had a major cache design flaw that was

[JBoss-dev] ./build.sh clean fails on a sync verison of 4.0.4

2006-05-11 Thread Emmanuel Bernard
I can't make ./build.sh cleam work clean: == == Finished with 'clean' in module 'security'. == == == Executing 'clean' in module 'server'...

[JBoss-dev] New HEM 3.2.0.CR1 in repository.jboss.com

2006-05-10 Thread Emmanuel Bernard
I've uploaded a new version of HEM 3.2.0.CR1 to workaround a (potential) bug in JBossTM that caused a NPE in HEM. I've also updated build-thirdparty and ejb3/build.xml in JBoss HEAD to reflect antlr GA --- Using Tomcat but need to do

[JBoss-dev] jboss-4.0.4.GA-ejb3 does not have entity manager and annotations jars

2006-05-08 Thread Emmanuel Bernard
It seems that when building jboss-4.0.4.GA-ejb3, the build system does not include hibernate-entitymaanger.jar/ejb3-persistence.jar and hibernate-annotations.jar How can I fix that? Thanks --- Using Tomcat but need to do more? Need to

Re: [JBoss-dev] jboss-4.0.4.GA-ejb3 does not have entity manager and annotations jars

2006-05-08 Thread Emmanuel Bernard
: ruelloehr Skype: ruelloehr AOL: dokoruel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Emmanuel Bernard Sent: Monday, May 08, 2006 10:48 AM To: jboss-development Subject: [JBoss-dev] jboss-4.0.4.GA-ejb3 does not have entity manager and annotations jars

[JBoss-dev] HA and HEM in repository.jboss.com for JBoss AS 4.0.4

2006-05-07 Thread Emmanuel Bernard
Both projects are now 3.2.0.CR1 If Hibernate is upgraded to 3.2.0.CR2 in JBoss 4.0.4 (which should be done IMO), please also upgrade HA and HEM versions. To move from CGLIB to Javassist, JBossAS must do System.setProperty(hibernate.bytecode.provider, javassist); (if the property is not set

Re: [JBoss-dev] JBoss Head jBPM and Hibernate 3.2.0.CR2

2006-05-06 Thread Emmanuel Bernard
a better grip on cross version testing based on the jboss repository. where does it say that jbpm depends on hibernate 3.2.x ? i should correct that. regards, tom. [EMAIL PROTECTED] | -Original Message- | From: [EMAIL PROTECTED] | [mailto:[EMAIL PROTECTED] On | Behalf Of Emmanuel

[JBoss-dev] [Fwd: ejb3-head-testsuite Build Failed]

2006-05-05 Thread Emmanuel Bernard
[EMAIL PROTECTED], Emmanuel Bernard [EMAIL PROTECTED], Gavin King [EMAIL PROTECTED], jboss-development@lists.sourceforge.net, Kabir Khan [EMAIL PROTECTED], QA [EMAIL PROTECTED], Ruel Loehr [EMAIL PROTECTED], Scott M Stark [EMAIL PROTECTED], Thomas Heute [EMAIL PROTECTED], Thomas Diesler [EMAIL

[JBoss-dev] JBoss Head jBPM and Hibernate 3.2.0.CR2

2006-05-05 Thread Emmanuel Bernard
jBPM declares a dependency on hibernate 3.2.0.CR1 So updating head would break the build. What's the process here? Declaring hibernate 3.2.0.CR2 as a depoendency for jBPM 3.0.2? --- Using Tomcat but need to do more? Need to support web

[JBoss-dev] JBoss 4.0.4 EJB3 5.06%

2006-05-05 Thread Emmanuel Bernard
5.06% of EJB3 tests pass on 4.0.4... Obviously I can't test HEM integration. I've tested it through JBoss HEAD though (the test suite is OK here): more tests pass after than before, which is a good sign :-) My release it ready, I'm packaging. If someone can help me raise the 5.06% of passed

[JBoss-dev] Register Synchronization while the Tx is marked for rollback

2006-04-26 Thread Emmanuel Bernard
A Seam use reported an isssue in the way Hibernate register a sync with JBossTM (the old one at least). I've described the issue in JIRA http://jira.jboss.com/jira/browse/EJBTHREE-540 Please provide feedbacks on this one. We must fix that before JBoss AS 4.0.4 / JBoss EJB3 / Hibernate

[JBoss-dev] XML Schema validation

2006-04-25 Thread Emmanuel Bernard
I want to activate XML Schema validation in a portable way. It doesn't seems to be possible. For Xerces I have to do saxReader = new SAXReader(); saxReader.setEntityResolver(entityResolver); saxReader.setErrorHandler( new ErrorLogger(file, errorsList) ); saxReader.setMergeAdjacentText(true);

Re: [JBoss-dev] Do a clean build before committing changes to build-thirdparty.xml

2006-03-28 Thread Emmanuel Bernard
Focus on clustered issues, the other ones should be ignored. Scott M Stark wrote: I'm working with the ejb3 tests as part of the installer testing. I don't intend to fix all of them but if there are obvious mistakes I'll try to fix them. -Original Message- From: [EMAIL PROTECTED]

Re: [JBoss-dev] hibernate/antlr version mismatch

2006-03-15 Thread Emmanuel Bernard
Both comes from Hibernate. You need to use 2.7.6rc1, this is the ANTLR team official version of the patch we made in 2.7.5H3 Scott M Stark wrote: jboss-head is not building due antlr being at one version in the build-thirdparty, and hibernate having a dependency on another version: BUILD