[JBoss-dev] jboss-remoting-testsuite-1.4 Build Completed With Testsuite Errors

2006-04-26 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-remoting-testsuite-1.4?log=log20060426044204 TESTS FAILEDAnt Error Message:/services/cruisecontrol/work/scripts/build-jboss-remoting.xml:96: The following error occurred while executing this line:

Re: [JBoss-dev] XML Schema validation

2006-04-26 Thread Adrian Brock
Use JBossXB :-) On Tue, 2006-04-25 at 19:21 -0400, Emmanuel Bernard wrote: 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);

Re: [JBoss-dev] jbossws should not be installed into jboss-4.0.x ever

2006-04-26 Thread Alexey Loubyansky
The issue is 'WARs don't deploy in JBoss HEAD built with 1.4' http://jira.jboss.org/jira/browse/JBWS-799 Scott M Stark wrote: This error showing up after updating my 4.0 workspace: 22:15:22,951 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../dep loy/jmx-console.war/

Re: [JBoss-dev] XML Schema validation

2006-04-26 Thread Alexey Loubyansky
I haven't tried it but maybe it'll help http://xerces.apache.org/xerces2-j/faq-pcfp.html#faq-4 Emmanuel Bernard wrote: 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();

[JBoss-dev] jbossws-testsuite build.1 Build Fixed

2006-04-26 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jbossws-testsuite?log=log20060426074403Lbuild.1 BUILD COMPLETE-build.1Date of build:04/26/2006 07:44:03Time to build:10 minutes 15 seconds Unit Tests: (745) Total

[JBoss-dev] jbpm-mysql-testsuite Build Completed With Testsuite Errors

2006-04-26 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jbpm-mysql-testsuite?log=log20060426052158 TESTS FAILEDAnt Error Message:/home/cruisecontrol/work/scripts/build-jbpm-db-matrix.xml:92: The following error occurred while executing this line:

[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] jbpm-oracle-testsuite Build Completed With Testsuite Errors

2006-04-26 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jbpm-oracle-testsuite?log=log20060426083130 TESTS FAILEDAnt Error Message:/home/cruisecontrol/work/scripts/build-jbpm-db-matrix.xml:100: The following error occurred while executing this line:

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

2006-04-26 Thread Mark Little
Replied on the forum. Mark. Emmanuel Bernard wrote: 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

[JBoss-dev] jbpm-hsqldb-testsuite Build Completed With Testsuite Errors

2006-04-26 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jbpm-hsqldb-testsuite?log=log20060426093028 TESTS FAILEDAnt Error Message:/home/cruisecontrol/work/scripts/build-jbpm-db-matrix.xml:85: The following error occurred while executing this line:

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

2006-04-26 Thread Adrian Brock
I've closed the JTA issue: http://jira.jboss.com/jira/browse/JBAS-3155 AFAIK, this originally comes from the OTS spec. I guess the only way an OTS backed JTA impl could implement the new stuff:

[JBoss-dev] jbpm-mssql-testsuite Build Completed With Testsuite Errors

2006-04-26 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jbpm-mssql-testsuite?log=log20060426093936 TESTS FAILEDAnt Error Message:/home/cruisecontrol/work/scripts/build-jbpm-db-matrix.xml:123: The following error occurred while executing this line:

[JBoss-dev] jboss-remoting-testsuite-1.5 Build Completed With Testsuite Errors

2006-04-26 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-remoting-testsuite-1.5?log=log20060426075446 TESTS FAILEDAnt Error Message:/services/cruisecontrol/work/scripts/build-jboss-remoting.xml:96: The following error occurred while executing this line:

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

2006-04-26 Thread Mark Little
Adrian Brock wrote: I've closed the JTA issue: http://jira.jboss.com/jira/browse/JBAS-3155 AFAIK, this originally comes from the OTS spec. Synchronizations were standardised first in the OTS. Prior to that everyone did it in a vendor-specific manner. I guess the only way an OTS

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

2006-04-26 Thread Adrian Brock
On Wed, 2006-04-26 at 15:03 +0100, Mark Little wrote: Adrian Brock wrote: I've closed the JTA issue: http://jira.jboss.com/jira/browse/JBAS-3155 AFAIK, this originally comes from the OTS spec. Synchronizations were standardised first in the OTS. Prior to that everyone did it

RE: [JBoss-dev] jbossws should not be installed into jboss-4.0.x ever

2006-04-26 Thread Scott M Stark
This does not apply to the 4.0 branch as the jbossws14.sar is used when the dist is built using j2se1.4. What I am saying is that the jbossws14.sar must always be what is installed as the default ws stack regardless of what jdk is used to build the dist. There can be no java5 specific logic in the

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

2006-04-26 Thread Mark Little
Not sure what you mean. That reference is purely about registering a subordinate synchronization with the original transaction coordinator. JBossTS does this already because it's an optional part of the OTS specification. You create and enlist the sub-synchronization with the root

RE: [JBoss-dev] Upgrading cglib dependency to version 2.1.3 in 4.0branch

2006-04-26 Thread Steve Ebersole
Quick question about this actually. 3.2.0.CR2 exists in the respository, specifying cglib, as a dependency and has already been used in one of the 4.0.3 CR releases, correct? So what is the policy on changing the component def of a component when that particular release has already been used in

RE: [JBoss-dev] Upgrading cglib dependency to version 2.1.3 in 4.0branch

2006-04-26 Thread Dimitris Andreadis
Normally you need to copy into a new hibernate release. For this particular case, if you just add the javassist dependency, without changing anything else, I suppose you could modify component.xml with the effect being that older versions of component using this version of hibernate will pickup

RE: [JBoss-dev] Upgrading cglib dependency to version 2.1.3 in 4.0branch

2006-04-26 Thread Ruel Loehr
You would want to create a new version.The older version which uses cglib should remain for historic reasons. For example if 4.0.3.SP1 uses a hibernate version that is dependent upon cglib, we may want to reproduce that build sometime in the future (doing a service pack). Modifying the

Re: [JBoss-dev] jbossws should not be installed into jboss-4.0.x ever

2006-04-26 Thread Alexey Loubyansky
Right. It's a different issue. Sorry. Scott M Stark wrote: This does not apply to the 4.0 branch as the jbossws14.sar is used when the dist is built using j2se1.4. What I am saying is that the jbossws14.sar must always be what is installed as the default ws stack regardless of what jdk is used

RE: [JBoss-dev] Upgrading cglib dependency to version 2.1.3 in 4.0branch

2006-04-26 Thread Scott M Stark
The binaries in the repository have to be treated as releases. As soon a version is out there you have to consider that its being used and that any change to it will break existing usage. If 3.2.0.CR2 is just repacked with different configurations/dependencies I would call it 3.2.0.CR2-jboss or

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

2006-04-26 Thread Bill Burke
SFSB has a similar issue. I'm just going to check to see if the tx is marked, if so, just remove the SFSB. Emmanuel Bernard wrote: 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

[JBoss-dev] jboss-cache-testsuite Build Completed With Testsuite Errors

2006-04-26 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-cache-testsuite?log=log20060426104250 TESTS FAILEDAnt Error Message:/services/cruisecontrol/work/scripts/build-JBossCache.xml:86: The following error occurred while executing this line:

RE: [JBoss-dev] Upgrading cglib dependency to version 2.1.3 in 4.0branch

2006-04-26 Thread Steve Ebersole
Right, that's the other part to this. I'd need to change the hibernate-int module to depend on this new hibernate release. Then it is a matter of specifying to use javassist over cglib as a config parameter. The interesting thing here, though, is that this setting is global to a classloader

RE: [JBoss-dev] Upgrading cglib dependency to version 2.1.3 in 4.0branch

2006-04-26 Thread Scott M Stark
I think we should be using something like the more flexible like the java service provider notion used by jaxp and others as the env aware factory bootstrap: http://java.sun.com/j2se/1.5.0/docs/guide/jar/jar.html#Service Provider A simple example test driver: package util.jar; import

[JBoss-dev] the JBAS gui installer is messed up on FC5

2006-04-26 Thread Andrew Oliver
If you install Fedora Core 5 on your laptop and install JBAS404RC2 from the gui installer... things go off the screen and the screen isn't resizable. I qualify this is bad. There does not appear to be a forum for the installer (adrian) or if there is then it needs a better more CTRL-Fable

[JBoss-dev] jbpm-sybase-testsuite Build Timed Out

2006-04-26 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jbpm-sybase-testsuite?log=log20060426095746 BUILD TIMED OUTAnt Error Message:build timeoutDate of build:04/26/2006 09:57:46Time to build:Last changed:04/20/2006 03:10:08Last log entry:seam pageflow update. Changed type of

[JBoss-dev] jboss-head-jdk-matrix Build Failed

2006-04-26 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20060426173646 BUILD FAILEDAnt Error Message:/services/cruisecontrol/work/scripts/build-jboss-common.xml:220: The following error occurred while executing this line:

[JBoss-dev] jbpm-db2-testsuite Build Completed With Testsuite Errors

2006-04-26 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jbpm-db2-testsuite?log=log20060426145802 TESTS FAILEDAnt Error Message:/home/cruisecontrol/work/scripts/build-jbpm-db-matrix.xml:116: The following error occurred while executing this line:

[JBoss-dev] jboss-4.0-jdk-matrix Build Failed

2006-04-26 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20060426203300 BUILD FAILEDAnt Error Message:/services/cruisecontrol/work/scripts/build-jboss-common.xml:220: The following error occurred while executing this line:

[JBoss-dev] jboss-head-jdk-matrix Build Failed

2006-04-26 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20060426205230 BUILD FAILEDAnt Error Message:/services/cruisecontrol/work/scripts/build-jboss-common.xml:220: The following error occurred while executing this line:

[JBoss-dev] jboss-4.0-jdk-matrix build.1027 Build Fixed

2006-04-26 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20060426210807Lbuild.1027 BUILD COMPLETE-build.1027Date of build:04/26/2006 21:08:07Time to build:18 minutes 6 secondsLast changed:04/26/2006 20:41:15Last log entry:Change the

[JBoss-dev] jbossweb build.48 Build Successful

2006-04-26 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jbossweb?log=log20060426220020Lbuild.48 BUILD COMPLETE-build.48Date of build:04/26/2006 22:00:20Time to build:42 minutes 33 seconds Unit Tests: (0) Total Errors and

[JBoss-dev] jboss-remoting-testsuite-1.5 Build Completed With Testsuite Errors

2006-04-26 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-remoting-testsuite-1.5?log=log20060426233858 TESTS FAILEDAnt Error Message:/services/cruisecontrol/work/scripts/build-jboss-remoting.xml:96: The following error occurred while executing this line: