[JBoss-dev] cglib still being seen as bytecode provider

2006-05-10 Thread Scott M Stark
I'm seeing this problem in both the installer ejb3 profile, and the current 4.0 branch build of the jboss-4.0.4.GA-ejb3 dist. Is there a configuration of the ejb3 container that has to be updated for the use of javassist? 00:08:22,272 INFO [JmxKernelAbstraction] jboss.jca:name=bookingDatasource

[JBoss-dev] RE: cglib still being seen as bytecode provider

2006-05-10 Thread Scott M Stark
Adding the following to the EJB3Deployer: protected void startService() throws Exception { // todo this should be coming from the DefaultProperties System.setProperty(hibernate.bytecode.provider, javassist); results in the Bytecode provider name : javassist, but cglib is still

[JBoss-dev] jbpm-sybase-testsuite Build Failed

2006-05-10 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jbpm-sybase-testsuite?log=log20060510042453 BUILD FAILEDAnt Error Message:/home/cruisecontrol/work/scripts/build-jbpm-db-matrix.xml:107: The following error occurred while executing this line:

[JBoss-dev] jbpm-db2-testsuite Build Failed

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

[JBoss-dev] jbpm-mssql-testsuite Build Failed

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

[JBoss-dev] jbpm-mysql-testsuite Build Failed

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

[JBoss-dev] jbpm-oracle-testsuite Build Failed

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

[JBoss-dev] jboss-remoting-testsuite-1.4 Build Timed Out

2006-05-10 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-remoting-testsuite-1.4?log=log20060510040306 BUILD TIMED OUTAnt Error Message:build timeoutDate of build:05/10/2006 04:03:06Time to build:Last changed:05/09/2006 21:33:48Last log entry:JBREM-450 - fix for class not found

[JBoss-dev] Transient jboss-4.0-testsuite erros

2006-05-10 Thread Dimitris Andreadis
If anyone can take a look, we often (but not always) get those tests failing: (works on my PC, but some time fails in CruiseControl) testUnackedMultipleSession org.jboss.test.jbossmq.test.UnackedUnitTestCase (may be solved, by Brian's recent jgroups protocol configuration changes?)

[JBoss-dev] jboss-remoting-testsuite-1.5 Build Timed Out

2006-05-10 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-remoting-testsuite-1.5?log=log20060510060323 BUILD TIMED OUTAnt Error Message:build timeoutDate of build:05/10/2006 06:03:23Time to build:Last changed:12/31/2005 20:37:24Last log entry:JBREM-272:Added tests for (clientPool

[JBoss-dev] RE: cglib still being seen as bytecode provider

2006-05-10 Thread Scott M Stark
Looks much better. I'm going to make the bytecode provider a configurable option on the ejb3 deployer and har mbean rather than using a hard-coded setting. [EMAIL PROTECTED] ~]$ cd /cvs/JBoss4.0/jboss-4.0.x/ejb3 [EMAIL PROTECTED] ejb3]$ ant -buildfile build-test.xml no-start-jboss-ejb-te sts

[JBoss-dev] RE: cglib still being seen as bytecode provider

2006-05-10 Thread Steve Ebersole
How will this be done on the har mbean? It cannot be a managed attribute, in that changing it at runtime will have no effect (basically the same for ejb3, since it uses the same underlying machinery). This setting needs to be defined appropriately before the org.hibernate.cfg.Environment static

[JBoss-dev] RE: cglib still being seen as bytecode provider

2006-05-10 Thread Scott M Stark
What I mean is externalizing the org.jboss.hibernate.jmx.Hibernate call: protected void createService() throws Exception { log.trace( forcing bytecode provider - javassist ); // todo : really need a much better solution for this... System.setProperty(

[JBoss-dev] Re: cglib still being seen as bytecode provider

2006-05-10 Thread Bill Burke
there is a default.persistence.properties file for this kind of stuff. Please change it in head as I will be backmerging everything on thursday. Bill Scott M Stark wrote: Looks much better. I'm going to make the bytecode provider a configurable option on the ejb3 deployer and har mbean rather

[JBoss-dev] Re: cglib still being seen as bytecode provider

2006-05-10 Thread Bill Burke
scratch that, just read steve's email. Bill Burke wrote: there is a default.persistence.properties file for this kind of stuff. Please change it in head as I will be backmerging everything on thursday. Bill Scott M Stark wrote: Looks much better. I'm going to make the bytecode provider a

[JBoss-dev] RE: cglib still being seen as bytecode provider

2006-05-10 Thread Scott M Stark
I'm doing it in head now and synching up the hibernate/javassist versions as they are out of date with respect to the 4.0 branch. We do need to be able to pass this in as a persistence engine property rather than a system property for the final release. -Original Message- From: Bill

[JBoss-dev] RE: cglib still being seen as bytecode provider

2006-05-10 Thread Steve Ebersole
Hibernate effectively only recognizes system properties for this setting right now (there are actually a few like this). Changing this is *very* intensive, but obviously something I'd like to do anyway at some point. BTW, I need to upload a hibernate-3.2.0.cr3 for use in this release as the

[JBoss-dev] What is the broken sar in the head default server config?

2006-05-10 Thread Scott M Stark
Why is there a jgroups sar that can't find jgroups in the jboss-head server defaulf config? 10:02:44,647 ERROR [MainDeployer] Could not create deployment: file:/C:/cvs/JBos sHead/jboss-head/build/output/jboss-5.0.0.Alpha/server/default/deploy/jg roups-mu ltiplexer.sar/

[JBoss-dev] RE: cglib still being seen as bytecode provider

2006-05-10 Thread Scott M Stark
I added the following to the head deployer. Once this can be passed in via the pm properties the system property set can be dropped. /** * Overriden to set the hibernate.bytecode.provider from the * * @throws Exception */ protected void createService() throws Exception {

[JBoss-dev] RE: cglib still being seen as bytecode provider

2006-05-10 Thread Steve Ebersole
Scratch the 3.2.0.cr3 bit. Emmanuel simply replaced the version he uploaded before instead of creating a new release version. So we're good... -Original Message- From: Steve Ebersole Sent: Wednesday, May 10, 2006 11:50 AM To: Dev - JBossSeam; dev-ejb3;

Re: [JBoss-dev] What is the broken sar in the head default server config?

2006-05-10 Thread Jerry Gauthier
Sorry - should only be in the all config. I'll take a look. Scott M Stark [EMAIL PROTECTED] 5/10/2006 1:04 PM Why is there a jgroups sar that can't find jgroups in the jboss-head server defaulf config? 10:02:44,647 ERROR [MainDeployer] Could not create deployment: file:/C:/cvs/JBos

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

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

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

2006-05-10 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20060510151143 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 Failed

2006-05-10 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20060510160722 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 Failed

2006-05-10 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20060510170014 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 Failed

2006-05-10 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20060510173857 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.1082 Build Fixed

2006-05-10 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20060510181342Lbuild.1082 BUILD COMPLETE-build.1082Date of build:05/10/2006 18:13:42Time to build:22 minutes 29 secondsLast changed:05/10/2006 17:52:20Last log entry:Exclude the

[JBoss-dev] jbpm-hsqldb-testsuite Build Failed

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

[JBoss-dev] build error on Branch_4_0

2006-05-10 Thread Bill Burke
Am I checking it out right? cvs checkout -r Branch_4_0? I'm failing the build on IIOP's dependency on avalon logkit. Bill -- Bill Burke Chief Architect JBoss Inc. --- Using Tomcat but need to do more? Need to support web services,

[JBoss-dev] jbpm-oracle-testsuite Build Failed

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

[JBoss-dev] jbossweb build.61 Build Fixed

2006-05-10 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jbossweb?log=log20060510220053Lbuild.61 BUILD COMPLETE-build.61Date of build:05/10/2006 22:00:53Time to build:46 minutes 1 second Unit Tests: (0) Total Errors and

RE: [JBoss-dev] build error on Branch_4_0

2006-05-10 Thread Scott M Stark
A clean co just built fine for me. [EMAIL PROTECTED] x]$ cvs -z4 checkout -r Branch_4_0 jboss-4.0.x cvs.log [EMAIL PROTECTED] x]$ cd jboss-4.0.x/build/ [EMAIL PROTECTED] build]$ ant ... BUILD SUCCESSFUL Total time: 4 minutes 45 seconds -Original Message- From: [EMAIL PROTECTED]

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

2006-05-10 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-testsuite?log=log20060510231430 TESTS FAILEDAnt Error Message:/services/cruisecontrol/work/scripts/build-jboss-common.xml:235: The following error occurred while executing this line:

Re: [JBoss-dev] build error on Branch_4_0

2006-05-10 Thread Bill Burke
maybe because I committed the build-thirdparty dependency for IIOP. Scott M Stark wrote: A clean co just built fine for me. [EMAIL PROTECTED] x]$ cvs -z4 checkout -r Branch_4_0 jboss-4.0.x cvs.log [EMAIL PROTECTED] x]$ cd jboss-4.0.x/build/ [EMAIL PROTECTED] build]$ ant ... BUILD SUCCESSFUL

[JBoss-dev] merged ejb3 from head to Branch-4_0

2006-05-10 Thread Bill Burke
Still need to fix all the tests that are broken, but a bunch pass and its late. Will clean up tomorrow. Bill -- Bill Burke Chief Architect JBoss Inc. --- Using Tomcat but need to do more? Need to support web services, security? Get stuff

RE: [JBoss-dev] build error on Branch_4_0

2006-05-10 Thread Scott M Stark
Which means what? The build-thirdparty.xml is up to date in the workspace that is building. [EMAIL PROTECTED] build]$ cvs diff build-thirdparty.xml [EMAIL PROTECTED] build]$ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Burke Sent:

[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