[JBoss-dev] jboss-3.2-compatibility-matrix build.12 Build Fixed

2006-05-11 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-compatibility-matrix?log=log20060512015411Lbuild.12
BUILD COMPLETE - build.12Date of build: 05/12/2006 01:54:11Time to build: 32 minutes 48 secondsLast changed: 05/10/2006 14:12:24Last log entry: add more versions to be tested




    Unit Tests: (2619)    Total Errors and Failures: (0)All Tests Passed 
 Modifications since last build: (first 50 of 2)1.165.2.206modifieddimitristestsuite/build.xmladd more versions to be tested1.165.2.205modifieddimitristestsuite/build.xmladd more versions to be tested



RE: [JBoss-dev] RE: EJB3 testing dependencies

2006-05-11 Thread Scott M Stark
Due to misspelling in:
C:\cvs\JBoss4.0\jboss-4.0.x\ejb3\src\resources\ejb3-interceptors-aop.xml

   
  
  
  
  
   

should be ServiceClientInterceptors

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of Scott M Stark
> Sent: Thursday, May 11, 2006 9:37 PM
> To: jboss-development@lists.sourceforge.net; Bill Burke
> Cc: Dimitris Andreadis; Thomas Heute
> Subject: RE: [JBoss-dev] RE: EJB3 testing dependencies
> 
> With the most recent update the jboss-4.0.x-ejb3 dist is 
> showing more exceptions. This NPE in the asynchronous test is 
> due to a null stack:
> 
> this = [EMAIL PROTECTED]
> containerId: java.lang.Object =
> [EMAIL PROTECTED]"jboss.j2ee:jar=asynchronous-test.jar,n
> ame=Servic
> eBean,service=EJB3"
> stackName: java.lang.String =
> [EMAIL PROTECTED]"ServiceClientInterceptors"
> stack: org.jboss.aop.advice.AdviceStack = null 
> 
> 21:33:15,069 INFO  [EJBContainer] STARTED EJB:
> org.jboss.ejb3.test.asynchronous.
> ServiceBean ejbName: ServiceBean
> 21:34:05,022 WARN  [ServiceController] Problem starting 
> service jboss.j2ee:jar=a
> synchronous-test.jar,name=ServiceBean,service=EJB3
> java.lang.NullPointerException
> at
> org.jboss.ejb3.service.ServiceRemoteProxyFactory.createProxy(ServiceR
> emoteProxyFactory.java:81)
> at
> org.jboss.ejb3.service.BaseServiceProxyFactory.start(BaseServiceProxy
> Factory.java:59)
> at
> org.jboss.ejb3.service.ServiceRemoteProxyFactory.start(ServiceRemoteP
> roxyFactory.java:67)
> at org.jboss.ejb3.ProxyDeployer.start(ProxyDeployer.java:85)
> at
> org.jboss.ejb3.SessionContainer.start(SessionContainer.java:85)
> at
> org.jboss.ejb3.service.ServiceContainer.start(ServiceContainer
> .java:100)
> 
> 
> 
> ---
> Using Tomcat but need to do more? Need to support web 
> services, security?
> Get stuff done quickly with pre-integrated technology to make 
> your job easier Download IBM WebSphere Application Server 
> v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=k&kid0709&bid&3057&dat1642
> ___
> JBoss-Development mailing list
> JBoss-Development@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jboss-development
> 


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] RE: EJB3 testing dependencies

2006-05-11 Thread Scott M Stark
Seeing all interceptors2 failing with a similar NPE now:

[EMAIL PROTECTED] ejb3]$ ant -buildfile build-test.xml
-Dtest=interceptors2
test
Buildfile: build-test.xml

init:

test:

test-with-jvmargs:
   [delete] Deleting:
C:\cvs\JBoss4.0\jboss-4.0.x\ejb3\output\log\test.log
[junit] Running
org.jboss.ejb3.test.interceptors2.unit.InterceptorsTestCase
[junit] Tests run: 12, Failures: 0, Errors: 12, Time elapsed:
104.328 sec
[junit] Test
org.jboss.ejb3.test.interceptors2.unit.InterceptorsTestCase FAILED

...

21:51:23,100 WARN  [ServiceController] Problem starting service
jboss.j2ee:jar=i
nterceptors2-test.jar,name=DefaultOnlyService,service=EJB3
java.lang.NullPointerException
at
org.jboss.ejb3.service.ServiceRemoteProxyFactory.createProxy(ServiceR
emoteProxyFactory.java:81)
at
org.jboss.ejb3.service.BaseServiceProxyFactory.start(BaseServiceProxy
Factory.java:59)
at
org.jboss.ejb3.service.ServiceRemoteProxyFactory.start(ServiceRemoteP
roxyFactory.java:67)
at org.jboss.ejb3.ProxyDeployer.start(ProxyDeployer.java:85)
at
org.jboss.ejb3.SessionContainer.start(SessionContainer.java:85)
at
org.jboss.ejb3.service.ServiceContainer.start(ServiceContainer.java:100)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.jboss.ejb3.ServiceDelegateWrapper.startService(ServiceDelegateWra
pper.java:99) 

> -Original Message-
> From: Bill Burke 
> Sent: Thursday, May 11, 2006 9:37 PM
> To: Scott M Stark
> Cc: Dimitris Andreadis; Thomas Heute; 
> jboss-development@lists.sourceforge.net
> Subject: Re: EJB3 testing dependencies
> 
> $ build -f build-test.xml tests
> 
> yhou should be able to get down to 9 errors.
> 
> Scott M Stark wrote:
> > I am running the tests against the installer. Its down to 
> 12 errors. 
> > 
> > 
> >>-Original Message-
> >>From: Bill Burke
> >>Sent: Thursday, May 11, 2006 8:17 PM
> >>To: Scott M Stark
> >>Cc: Dimitris Andreadis; Thomas Heute; 
> >>jboss-development@lists.sourceforge.net
> >>Subject: Re: EJB3 testing dependencies
> >>
> >>Ok, I'm going to stop working on fixing tests.  It is as 
> good as its 
> >>gonna be.
> >>
> >>Are you going to look into running the tests with the 
> installer?  Let 
> >>me know how far you get and I'll look at it tomorrow.
> >>
> >>Bill
> >>
> > 
> > 
> 
> --
> Bill Burke
> Chief Architect
> JBoss Inc.
> 


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jbossweb build.62 Build Successful

2006-05-11 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jbossweb?log=log20060512000810Lbuild.62
BUILD COMPLETE - build.62Date of build: 05/12/2006 00:08:10Time to build: 42 minutes 58 seconds




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (first 50 of 0)



[JBoss-dev] Re: EJB3 testing dependencies

2006-05-11 Thread Bill Burke

$ build -f build-test.xml tests

yhou should be able to get down to 9 errors.

Scott M Stark wrote:
I am running the tests against the installer. Its down to 12 errors. 




-Original Message-
From: Bill Burke 
Sent: Thursday, May 11, 2006 8:17 PM

To: Scott M Stark
Cc: Dimitris Andreadis; Thomas Heute; 
jboss-development@lists.sourceforge.net

Subject: Re: EJB3 testing dependencies

Ok, I'm going to stop working on fixing tests.  It is as good 
as its gonna be.


Are you going to look into running the tests with the 
installer?  Let me know how far you get and I'll look at it tomorrow.


Bill






--
Bill Burke
Chief Architect
JBoss Inc.


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] Re: EJB3 testing dependencies

2006-05-11 Thread Bill Burke
Also, the create-cluster-config in the build-test.xml of ejb3 is not 
working.  I enabled the binding manager myself and tested clustering. 
It works fine.  Really I don't have the time or desire to figure out why 
these build macros are not working, so consider the clustering failures 
passing.




Scott M Stark wrote:

Not yet. That is something the Alex will be working on. I'm going
through the failures. It just looks like missing cluster features like
ejb3-clustered-sfsbcache-service.xml. 




-Original Message-
From: Bill Burke 
Sent: Thursday, May 11, 2006 7:27 PM

To: Scott M Stark
Cc: Dimitris Andreadis; Thomas Heute; 
jboss-development@lists.sourceforge.net

Subject: Re: EJB3 testing dependencies

is there an automatic way to test this?

Scott M Stark wrote:

I see 5 errors when running against the 4.0.x-ejb3 build 


and 22 errors 


when running against the installer ejb3 config.




-Original Message-
From: Bill Burke
Sent: Thursday, May 11, 2006 4:03 PM
To: Scott M Stark
Cc: Dimitris Andreadis; Thomas Heute; 
jboss-development@lists.sourceforge.net

Subject: Re: EJB3 testing dependencies

ok, looking good.  Just need to clean up the JACC, 


clustering and ssl 

tests.  Jacc I have a fix, just haven't committed yet.  


Clustering and 


ssl to come later.

Other test failures are known problems that we haven't implemented 
yet.


Bill

Scott M Stark wrote:


I'm seeing many errors running the 


no-start-jboss-ejb-tests against 


the current jboss-4.0.4.GA-ejb3 server default config.


SUMMARY

Number of tests run:   231



Successful tests:  152

Errors:78

Failures:  1







-Original Message-
From: Dimitris Andreadis
Sent: Thursday, May 11, 2006 5:24 AM
To: Scott M Stark; Thomas Heute; Bill Burke
Cc: jboss-development@lists.sourceforge.net
Subject: EJB3 testing dependencies


Except for the fix of the ejb3-4.0-testsuite
(http://jira.jboss.com/jira/browse/JBAS-2988)

Is there a way to get seam & ejb3 examples tested?

http://jira.jboss.com/jira/browse/JBAS-3067 (seam examples)
http://jira.jboss.com/jira/browse/JBAS-3066 (ej3 examples)

1) Can Thomas just use the jboss-4.0.4.GA-ejb3 build to try Seam 
examples, without needing the installer?

2) There is no volunteer for testing the ejb3 examples, so far.





--
Bill Burke
Chief Architect
JBoss Inc.





--
Bill Burke
Chief Architect
JBoss Inc.






--
Bill Burke
Chief Architect
JBoss Inc.


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] RE: EJB3 testing dependencies

2006-05-11 Thread Scott M Stark
Not yet. That is something the Alex will be working on. I'm going
through the failures. It just looks like missing cluster features like
ejb3-clustered-sfsbcache-service.xml. 

> -Original Message-
> From: Bill Burke 
> Sent: Thursday, May 11, 2006 7:27 PM
> To: Scott M Stark
> Cc: Dimitris Andreadis; Thomas Heute; 
> jboss-development@lists.sourceforge.net
> Subject: Re: EJB3 testing dependencies
> 
> is there an automatic way to test this?
> 
> Scott M Stark wrote:
> > I see 5 errors when running against the 4.0.x-ejb3 build 
> and 22 errors 
> > when running against the installer ejb3 config.
> > 
> > 
> >>-Original Message-
> >>From: Bill Burke
> >>Sent: Thursday, May 11, 2006 4:03 PM
> >>To: Scott M Stark
> >>Cc: Dimitris Andreadis; Thomas Heute; 
> >>jboss-development@lists.sourceforge.net
> >>Subject: Re: EJB3 testing dependencies
> >>
> >>ok, looking good.  Just need to clean up the JACC, 
> clustering and ssl 
> >>tests.  Jacc I have a fix, just haven't committed yet.  
> Clustering and 
> >>ssl to come later.
> >>
> >>Other test failures are known problems that we haven't implemented 
> >>yet.
> >>
> >>Bill
> >>
> >>Scott M Stark wrote:
> >>
> >>>I'm seeing many errors running the 
> no-start-jboss-ejb-tests against 
> >>>the current jboss-4.0.4.GA-ejb3 server default config.
> >>>
> >>>
> >>>SUMMARY
> >>>
> >>>Number of tests run:   231
> >>>
> >>>
> >>>
> >>>Successful tests:  152
> >>>
> >>>Errors:78
> >>>
> >>>Failures:  1
> >>>
> >>>
> >>>
> >>>
> >>>
> -Original Message-
> From: Dimitris Andreadis
> Sent: Thursday, May 11, 2006 5:24 AM
> To: Scott M Stark; Thomas Heute; Bill Burke
> Cc: jboss-development@lists.sourceforge.net
> Subject: EJB3 testing dependencies
> 
> 
> Except for the fix of the ejb3-4.0-testsuite
> (http://jira.jboss.com/jira/browse/JBAS-2988)
> 
> Is there a way to get seam & ejb3 examples tested?
> 
> http://jira.jboss.com/jira/browse/JBAS-3067 (seam examples)
> http://jira.jboss.com/jira/browse/JBAS-3066 (ej3 examples)
> 
> 1) Can Thomas just use the jboss-4.0.4.GA-ejb3 build to try Seam 
> examples, without needing the installer?
> 2) There is no volunteer for testing the ejb3 examples, so far.
> 
> >>>
> >>>
> >>--
> >>Bill Burke
> >>Chief Architect
> >>JBoss Inc.
> >>
> > 
> > 
> 
> --
> Bill Burke
> Chief Architect
> JBoss Inc.
> 


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] Re: EJB3 testing dependencies

2006-05-11 Thread Bill Burke

is there an automatic way to test this?

Scott M Stark wrote:

I see 5 errors when running against the 4.0.x-ejb3 build and 22 errors
when running against the installer ejb3 config. 




-Original Message-
From: Bill Burke 
Sent: Thursday, May 11, 2006 4:03 PM

To: Scott M Stark
Cc: Dimitris Andreadis; Thomas Heute; 
jboss-development@lists.sourceforge.net

Subject: Re: EJB3 testing dependencies

ok, looking good.  Just need to clean up the JACC, clustering 
and ssl tests.  Jacc I have a fix, just haven't committed 
yet.  Clustering and ssl to come later.


Other test failures are known problems that we haven't 
implemented yet.


Bill

Scott M Stark wrote:

I'm seeing many errors running the no-start-jboss-ejb-tests against 
the current jboss-4.0.4.GA-ejb3 server default config.



SUMMARY

Number of tests run:   231



Successful tests:  152

Errors:78

Failures:  1






-Original Message-
From: Dimitris Andreadis
Sent: Thursday, May 11, 2006 5:24 AM
To: Scott M Stark; Thomas Heute; Bill Burke
Cc: jboss-development@lists.sourceforge.net
Subject: EJB3 testing dependencies


Except for the fix of the ejb3-4.0-testsuite
(http://jira.jboss.com/jira/browse/JBAS-2988)

Is there a way to get seam & ejb3 examples tested?

http://jira.jboss.com/jira/browse/JBAS-3067 (seam examples)
http://jira.jboss.com/jira/browse/JBAS-3066 (ej3 examples)

1) Can Thomas just use the jboss-4.0.4.GA-ejb3 build to try Seam 
examples, without needing the installer?

2) There is no volunteer for testing the ejb3 examples, so far.





--
Bill Burke
Chief Architect
JBoss Inc.






--
Bill Burke
Chief Architect
JBoss Inc.


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2006-05-11 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jbpm-hsqldb-testsuite?log=log20060511220009
BUILD FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-jbpm-db-matrix.xml:85: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-jbpm-db-matrix.xml:41: Exit code: 1   See build.log in Build Artifacts for details.Date of build: 05/11/2006 22:00:09Time to build: 53 secondsLast changed: 05/11/2006 08:39:55Last log entry: update the map file to accommodate new structure




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (first 50 of 1741)1.3deletedtbaeyenssrc/java.jbpm/org/jbpm/persistence/JbpmPersistenceException.javajbpm new project structure1.10deletedtbaeyenssrc/java.jbpm/org/jbpm/persistence/PersistenceService.javajbpm new project structure1.15deletedtbaeyenssrc/java.jbpm/org/jbpm/persistence/db/DbPersistenceService.javajbpm new project structure1.9deletedtbaeyenssrc/java.jbpm/org/jbpm/persistence/db/DbPersistenceServiceFactory.javajbpm new project structure1.2deletedtbaeyenssrc/java.jbpm/overview.htmljbpm new project structure1.26deletedtbaeyenssrc/java.jbpm/org/jbpm/JbpmConfiguration.javajbpm new project structure1.23deletedtbaeyenssrc/java.jbpm/org/jbpm/JbpmContext.javajbpm new project structure1.4deletedtbaeyenssrc/java.jbpm/org/jbpm/JbpmException.javajbpm new project structure1.7deletedtbaeyenssrc/java.jbpm/org/jbpm/default.jbpm.cfg.xmljbpm new project structure1.2deletedtbaeyenssrc/java.jbpm/org/jbpm/package.htmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/scheduler.overview.gifjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/service.orchestration.jpgjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/task.controllers.jpgjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/traditional.bpm.approach.jpgjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/transition.take.method.gifjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/two.dim.fragmentation.jpgjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/update.erp.example.gifjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/wait.state.jpgjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/workflow.landscape.gifjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/async.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/calendar.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/configuration.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/context.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/database.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/deployment.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/developers.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/docmgmt.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/gettingstarted.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/gop.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/introduction.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/jpdl.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/logging.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/mail.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/modelling.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/persistence.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/pluggable.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/scheduler.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/security.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/taskmgmt.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/tdd.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/tutorial.xmljbpm new project structure1.25modifiedtbaeyenssrc/java.jbpm/org/jbpm/JbpmConfiguration.javaseam pageflow update.  Changed type of ProcessDefinition.startState from StartState to Node1.24modifiedtbaeyenssrc/java.jbpm/org/jbpm/JbpmConfiguration.javafinished configuration updates1.6modifiedtbaeyenssrc/java.jbpm/org/jbpm/default.jbpm.cfg.xmlfinished configuration updates1.14modifiedtbaeyenssrc/java.jbpm/org/jbpm/persistence/db/DbPersistenceService.javafinished configuration updates1.23modifiedtbaeyenssrc/java.jbpm/org/jbpm/JbpmConfiguration.javaimproved default configuration : JBPM-6351.5modifiedtbaeyenssrc/java.jbpm/org/jbpm/default.jbpm.cfg.xmlimproved default configuration : JBPM-6351.22modifiedtbaeyenssrc/java.jbpm/org/jbpm/JbpmContext.javaadded support f

[JBoss-dev] RE: EJB3 testing dependencies

2006-05-11 Thread Scott M Stark
I see 5 errors when running against the 4.0.x-ejb3 build and 22 errors
when running against the installer ejb3 config. 

> -Original Message-
> From: Bill Burke 
> Sent: Thursday, May 11, 2006 4:03 PM
> To: Scott M Stark
> Cc: Dimitris Andreadis; Thomas Heute; 
> jboss-development@lists.sourceforge.net
> Subject: Re: EJB3 testing dependencies
> 
> ok, looking good.  Just need to clean up the JACC, clustering 
> and ssl tests.  Jacc I have a fix, just haven't committed 
> yet.  Clustering and ssl to come later.
> 
> Other test failures are known problems that we haven't 
> implemented yet.
> 
> Bill
> 
> Scott M Stark wrote:
> > I'm seeing many errors running the no-start-jboss-ejb-tests against 
> > the current jboss-4.0.4.GA-ejb3 server default config.
> > 
> > 
> > SUMMARY
> > 
> > Number of tests run:   231
> > 
> > 
> > 
> > Successful tests:  152
> > 
> > Errors:78
> > 
> > Failures:  1
> > 
> > 
> > 
> > 
> >>-Original Message-
> >>From: Dimitris Andreadis
> >>Sent: Thursday, May 11, 2006 5:24 AM
> >>To: Scott M Stark; Thomas Heute; Bill Burke
> >>Cc: jboss-development@lists.sourceforge.net
> >>Subject: EJB3 testing dependencies
> >>
> >>
> >>Except for the fix of the ejb3-4.0-testsuite
> >>(http://jira.jboss.com/jira/browse/JBAS-2988)
> >>
> >>Is there a way to get seam & ejb3 examples tested?
> >>
> >>http://jira.jboss.com/jira/browse/JBAS-3067 (seam examples)
> >>http://jira.jboss.com/jira/browse/JBAS-3066 (ej3 examples)
> >>
> >>1) Can Thomas just use the jboss-4.0.4.GA-ejb3 build to try Seam 
> >>examples, without needing the installer?
> >>2) There is no volunteer for testing the ejb3 examples, so far.
> >>
> > 
> > 
> 
> --
> Bill Burke
> Chief Architect
> JBoss Inc.
> 


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] Re: EJB3 testing dependencies

2006-05-11 Thread Bill Burke
ok, looking good.  Just need to clean up the JACC, clustering and ssl 
tests.  Jacc I have a fix, just haven't committed yet.  Clustering and 
ssl to come later.


Other test failures are known problems that we haven't implemented yet.

Bill

Scott M Stark wrote:

I'm seeing many errors running the no-start-jboss-ejb-tests against the
current jboss-4.0.4.GA-ejb3 server default config.


SUMMARY

Number of tests run:   231



Successful tests:  152

Errors:78

Failures:  1





-Original Message-
From: Dimitris Andreadis 
Sent: Thursday, May 11, 2006 5:24 AM

To: Scott M Stark; Thomas Heute; Bill Burke
Cc: jboss-development@lists.sourceforge.net
Subject: EJB3 testing dependencies


Except for the fix of the ejb3-4.0-testsuite 
(http://jira.jboss.com/jira/browse/JBAS-2988)


Is there a way to get seam & ejb3 examples tested?

http://jira.jboss.com/jira/browse/JBAS-3067 (seam examples)
http://jira.jboss.com/jira/browse/JBAS-3066 (ej3 examples)

1) Can Thomas just use the jboss-4.0.4.GA-ejb3 build to try 
Seam examples, without needing the installer?

2) There is no volunteer for testing the ejb3 examples, so far.






--
Bill Burke
Chief Architect
JBoss Inc.


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


RE: [JBoss-dev] Thirdparty using java.util.logging

2006-05-11 Thread Scott M Stark
No, we have not run into this. If people are using the jdk logging its
just separate from the jboss logging. I would think we would just want
to use a jdk log manager to bridge to the jboss logger. Or have a jboss
Handler that bridges to our log config. Not sure if that is any
different than using a Filter. Just need to try these out to see which
integrates best.




From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Stan
Silvert
Sent: Thursday, May 11, 2006 3:06 PM
To: jboss-development@lists.sourceforge.net
Subject: [JBoss-dev] Thirdparty using java.util.logging



I've re-subscribed.  Let's give this another try:

 

The JSF RI uses java.util.logging instead of Log4J or commons
logging.  The way I'm thinking I can deal with this is:

 

1)   If JBoss is already set to use java.util.logging, do
nothing.

2)   Otherwise, intercept log messages to javax.faces and
com.sun.faces using a java.util.logging.Filter.

3)   Convert these messages to Log4J and re-log to the
appropriate Log4J Logger.

4)   Return false in the filter so this won't be logged
using java.util.logging.

 

I assume we've run into this before.  Is there a better
solution?  If not, is there some common code I can steal?

 

Also, is there any plan to upgrade log4j in JBoss 5?  Right now
it looks like we are on 1.2.8 and 1.2.13 is now available.

 

Stan Silvert

JBoss, Inc.

[EMAIL PROTECTED]

callto://stansilvert

 



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2006-05-11 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20060511175849Lbuild.1086
BUILD COMPLETE - build.1086Date of build: 05/11/2006 17:58:49Time to build: 28 minutes 1 secondLast changed: 05/11/2006 17:15:23Last log entry: update ejb3 client jars




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (first 50 of 6)1.1.4.72modifiedbillbuild/build-distr.xmlupdate ejb3 client jars1.3.2.12modifiedbillejb3/src/test/org/jboss/ejb3/test/stateless/unit/StatelessTestCase.javaremove erroneous subtest1.1.2.134modifiedbillbuild/build-thirdparty.xmlupdate for remoting patch1.5.2.33modifiedbillejb3/build-test.xmlfix some failing tests.1.10.6.6modifiedadrianconnector/.classpathFix the eclipse build1.5.2.32modifiedstarksmejb3/build-test.xmlRestore the jboss.dist settings on the start/stop macros



[JBoss-dev] Thirdparty using java.util.logging

2006-05-11 Thread Stan Silvert








I’ve re-subscribed.  Let’s give this another
try:

 

The JSF RI uses java.util.logging instead of Log4J or
commons logging.  The way I’m thinking I can deal with this is:

 

1)   If JBoss is
already set to use java.util.logging, do nothing.

2)   Otherwise,
intercept log messages to javax.faces and com.sun.faces using a
java.util.logging.Filter.

3)   Convert
these messages to Log4J and re-log to the appropriate Log4J Logger.

4)   Return false
in the filter so this won’t be logged using java.util.logging.

 

I assume we’ve run into this before.  Is there a
better solution?  If not, is there some common code I can steal?

 

Also, is there any plan to upgrade log4j in JBoss 5?  Right
now it looks like we are on 1.2.8 and 1.2.13 is now available.

 

Stan Silvert

JBoss, Inc.

[EMAIL PROTECTED]

callto://stansilvert

 








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

2006-05-11 Thread Bill Burke

ok, should be ok now

Bill Burke wrote:

crap, i'll fix this...sorry

I paTCHED remoting and didn't build with JDK 1.4.


Clebert Suconic wrote:


It’s not my fault any more. I had fixed everything now.

 


Bill, it looks like you updated remoting:

 

services/cruisecontrol/checkout/jboss-4.0.x/server/src/main/org/jboss/invocation/InvokerInterceptor.java:39: 
cannot access org.jboss.remoting.serialization.IMarshalledValue


bad class file: 
/services/cruisecontrol/checkout/jboss-4.0.x/thirdparty/jboss/remoting/lib/jboss-remoting.jar(org/jboss/remoting/serialization/IMarshalledValue.class) 



class file has wrong version 49.0, should be 48.0

 

 

 

 

 




*From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
*Sent:* Thursday, May 11, 2006 4:26 PM
*To:* Adrian Brock; Bill Burke; 
jboss-development@lists.sourceforge.net; QA; Scott M Stark

*Subject:* jboss-4.0-jdk-matrix Build Failed
*Importance:* High

 

View results here -> 
http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20060511171009 



*BUILD FAILED*

*Ant Error Message: 
*/services/cruisecontrol/work/scripts/build-jboss-common.xml:220: The 
following error occurred while executing this line: 
/services/cruisecontrol/work/scripts/build-jboss-common.xml:64: Exit 
code: 1 See compile.log in Build Artifacts for details.


*Date of build: *05/11/2006 17:10:09

*Time to build: *14 minutes 16 seconds

*Last changed: *05/11/2006 17:00:50

*Last log entry: *remove erroneous subtest

 


 Unit Tests: (0)  Total Errors and Failures: (0)

 



 



 



 

 



 



 



 

 



 



 

 


 Modifications since last build:  (first 50 of 5)

1.3.2.12




modified




bill




ejb3/src/test/org/jboss/ejb3/test/stateless/unit/StatelessTestCase.java




remove erroneous subtest

1.1.2.134




modified




bill




build/build-thirdparty.xml




update for remoting patch

1.5.2.33




modified




bill




ejb3/build-test.xml




fix some failing tests.

1.10.6.6




modified




adrian




connector/.classpath




Fix the eclipse build

1.5.2.32




modified




starksm




ejb3/build-test.xml




Restore the jboss.dist settings on the start/stop macros

 

 

 





--
Bill Burke
Chief Architect
JBoss Inc.


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2006-05-11 Thread Bill Burke

crap, i'll fix this...sorry

I paTCHED remoting and didn't build with JDK 1.4.


Clebert Suconic wrote:

It’s not my fault any more. I had fixed everything now.

 


Bill, it looks like you updated remoting:

 


services/cruisecontrol/checkout/jboss-4.0.x/server/src/main/org/jboss/invocation/InvokerInterceptor.java:39:
 cannot access org.jboss.remoting.serialization.IMarshalledValue

bad class file: 
/services/cruisecontrol/checkout/jboss-4.0.x/thirdparty/jboss/remoting/lib/jboss-remoting.jar(org/jboss/remoting/serialization/IMarshalledValue.class)

class file has wrong version 49.0, should be 48.0

 

 

 

 

 




*From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
*Sent:* Thursday, May 11, 2006 4:26 PM
*To:* Adrian Brock; Bill Burke; jboss-development@lists.sourceforge.net; 
QA; Scott M Stark

*Subject:* jboss-4.0-jdk-matrix Build Failed
*Importance:* High

 

View results here -> 
http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20060511171009


*BUILD FAILED*

*Ant Error 
Message: */services/cruisecontrol/work/scripts/build-jboss-common.xml:220: 
The following error occurred while executing this line: 
/services/cruisecontrol/work/scripts/build-jboss-common.xml:64: Exit 
code: 1 See compile.log in Build Artifacts for details.


*Date of build: *05/11/2006 17:10:09

*Time to build: *14 minutes 16 seconds

*Last changed: *05/11/2006 17:00:50

*Last log entry: *remove erroneous subtest

 


 Unit Tests: (0)  Total Errors and Failures: (0)

 




 




 




 

 




 




 




 

 




 




 

 


 Modifications since last build:  (first 50 of 5)

1.3.2.12



modified



bill



ejb3/src/test/org/jboss/ejb3/test/stateless/unit/StatelessTestCase.java



remove erroneous subtest

1.1.2.134



modified



bill



build/build-thirdparty.xml



update for remoting patch

1.5.2.33



modified



bill



ejb3/build-test.xml



fix some failing tests.

1.10.6.6



modified



adrian



connector/.classpath



Fix the eclipse build

1.5.2.32



modified



starksm



ejb3/build-test.xml



Restore the jboss.dist settings on the start/stop macros

 

 

 



--
Bill Burke
Chief Architect
JBoss Inc.


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2006-05-11 Thread Clebert Suconic








It’s not my fault any more. I had
fixed everything now.

 

Bill, it looks like you updated remoting:

 

services/cruisecontrol/checkout/jboss-4.0.x/server/src/main/org/jboss/invocation/InvokerInterceptor.java:39: cannot access org.jboss.remoting.serialization.IMarshalledValuebad class file: /services/cruisecontrol/checkout/jboss-4.0.x/thirdparty/jboss/remoting/lib/jboss-remoting.jar(org/jboss/remoting/serialization/IMarshalledValue.class)class file has wrong version 49.0, should be 48.0

 

 

 

 

 









From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]

Sent: Thursday, May 11, 2006 4:26
PM
To: Adrian
 Brock; Bill Burke; jboss-development@lists.sourceforge.net;
QA; Scott M Stark
Subject: jboss-4.0-jdk-matrix
Build Failed
Importance: High



 

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20060511171009




 
  
  BUILD
  FAILED
  
 
 
  
  Ant
  Error Message: /services/cruisecontrol/work/scripts/build-jboss-common.xml:220:
  The following error occurred while executing this line:
  /services/cruisecontrol/work/scripts/build-jboss-common.xml:64: Exit code: 1
  See compile.log in Build Artifacts for details.
  
 
 
  
  Date
  of build: 05/11/2006 17:10:09
  
 
 
  
  Time
  to build: 14 minutes 16 seconds
  
 
 
  
  Last
  changed: 05/11/2006 17:00:50
  
 
 
  
  Last
  log entry: remove erroneous
  subtest
  
 




 




 
  
  
  
   

 Unit Tests:
(0)  Total Errors and Failures: (0) 

   
   



 
  
   
  
 





 


 


 

   
   

 


 


 


 

   
   

 


 


 

   
  
  
   
  
  
   

 Modifications
since last build:  (first 50 of 5) 

   
   

1.3.2.12


modified


bill


ejb3/src/test/org/jboss/ejb3/test/stateless/unit/StatelessTestCase.java


remove erroneous
subtest

   
   

1.1.2.134


modified


bill


build/build-thirdparty.xml


update for remoting
patch

   
   

1.5.2.33


modified


bill


ejb3/build-test.xml


fix some failing
tests.

   
   

1.10.6.6


modified


adrian


connector/.classpath


Fix the eclipse build

   
   

1.5.2.32


modified


starksm


ejb3/build-test.xml


Restore the
jboss.dist settings on the start/stop macros

   
  
  
   
  
  
   

 

   
  
  
  
  
 




 








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

2006-05-11 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20060511171009
BUILD FAILEDAnt Error Message: /services/cruisecontrol/work/scripts/build-jboss-common.xml:220: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-jboss-common.xml:64: Exit code: 1   See compile.log in Build Artifacts for details.Date of build: 05/11/2006 17:10:09Time to build: 14 minutes 16 secondsLast changed: 05/11/2006 17:00:50Last log entry: remove erroneous subtest




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (first 50 of 5)1.3.2.12modifiedbillejb3/src/test/org/jboss/ejb3/test/stateless/unit/StatelessTestCase.javaremove erroneous subtest1.1.2.134modifiedbillbuild/build-thirdparty.xmlupdate for remoting patch1.5.2.33modifiedbillejb3/build-test.xmlfix some failing tests.1.10.6.6modifiedadrianconnector/.classpathFix the eclipse build1.5.2.32modifiedstarksmejb3/build-test.xmlRestore the jboss.dist settings on the start/stop macros



[JBoss-dev] jboss-head-jdk-matrix build.1747 Build Fixed

2006-05-11 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20060511164351Lbuild.1747
BUILD COMPLETE - build.1747Date of build: 05/11/2006 16:43:51Time to build: 24 minutes 41 secondsLast changed: 05/11/2006 16:16:57Last log entry: JBAS-2267 - Adding serialization compatibility testcases




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (first 50 of 31)1.2modifiedcsuconictestsuite/src/main/org/jboss/test/pooled/test/OptimizedStreamCompatTestCase.javaJBAS-2267 - Adding serialization compatibility testcases1.196modifiedbdecosteejb3/build-test.xmljms inflow test1.2modifiedcsuconictestsuite/src/main/org/jboss/test/testbeancluster/test/PooledHAUnitTestCase.javaJBAS-2267 - Fixing HA test1.8modifiedadriantest/.classpathFix the eclipse build1.9modifiedbdecosteejb3/src/test/org/jboss/ejb3/test/jca/inflowmdb/unit/InflowUnitTestCase.javatest for jms inflow1.8modifiedbdecosteejb3/src/test/org/jboss/ejb3/test/jca/inflowmdb/unit/InflowUnitTestCase.javatest for jms inflow1.1addedbdecosteejb3/src/resources/test/jca/inflow/jmsmdbtest-service.xmltest for jms inflow1.35modifiedbdecosteejb3/src/main/org/jboss/ejb3/mdb/MDB.javafix and test for jms inflow1.3modifiedbdecosteejb3/src/main/org/jboss/ejb3/mdb/inflow/JBossMessageEndpointFactory.javafix and test for jms inflow1.1addedbdecosteejb3/src/test/org/jboss/ejb3/test/jca/inflowmdb/JMSMDBBean.javafix and test for jms inflow1.1addedbdecosteejb3/src/test/org/jboss/ejb3/test/jca/inflowmdb/JMSTest.javafix and test for jms inflow1.1addedbdecosteejb3/src/test/org/jboss/ejb3/test/jca/inflowmdb/JMSTestBean.javafix and test for jms inflow1.195modifiedbdecosteejb3/build-test.xmlfix and test for jms inflow1.7modifiedbdecosteejb3/src/test/org/jboss/ejb3/test/jca/inflowmdb/unit/InflowUnitTestCase.javafix and test for jms inflow1.5modifiedcsuconiccluster/src/main/org/jboss/invocation/pooled/server/PooledInvokerHA.javaJBAS-2267 - Fixing HA1.194modifiedstarksmejb3/build-test.xmlAdd a tests-report-text target1.16modifiedjerrygauthtestsuite/src/main/org/jboss/test/cluster/test/BaseTest.javaFixed typo in debug output, added additional output for cluster BaseTest1.76modifiedbdecosteejb3/build.xmlinclude schemas in distro1.1addedbdecosteejb3/src/resources/schema/application-client_5.xsdinclude schemas in distro1.1addedbdecosteejb3/src/resources/schema/application_5.xsdinclude schemas in distro1.1addedbdecosteejb3/src/resources/schema/javaee_5.xsdinclude schemas in distro1.1addedbdecosteejb3/src/resources/schema/javaee_web_services_1_2.xsdinclude schemas in distro1.1addedbdecosteejb3/src/resources/schema/javaee_web_services_client_1_2.xsdinclude schemas in distro1.1addedbdecosteejb3/src/resources/schema/jboss_5_0.xsdinclude schemas in distro1.2modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/CompatibilityVersion.javaJBAS-2267 - Fixing Pooled Invokers on Head also.1.6modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/OptimizedObjectInputStream.javaJBAS-2267 - Fixing Pooled Invokers on Head also.1.5modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/OptimizedObjectOutputStream.javaJBAS-2267 - Fixing Pooled Invokers on Head also.1.17modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/PooledInvokerProxy.javaJBAS-2267 - Fixing Pooled Invokers on Head also.1.8modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/ServerAddress.javaJBAS-2267 - Fixing Pooled Invokers on Head also.1.2modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/ServerAddressExt.javaJBAS-2267 - Fixing Pooled Invokers on Head also.1.17modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/server/PooledInvoker.javaJBAS-2267 - Fixing Pooled Invokers on Head also.



[JBoss-dev] RE: EJB3 testing dependencies

2006-05-11 Thread Scott M Stark
When running and letting the test start jboss it was not using the -ejb3
variation correctly. 

> -Original Message-
> From: Bill Burke 
> Sent: Thursday, May 11, 2006 1:34 PM
> To: Scott M Stark
> Cc: Dimitris Andreadis; Thomas Heute; 
> jboss-development@lists.sourceforge.net
> Subject: Re: EJB3 testing dependencies
> 
> no-start-jboss-tests
> 
> just committed a build-test.xml file.
> 
> I'm not sure wht you mean by build-test.xml server dist...
> 
> Got more fixes coming in a little while.
> 
>


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] Re: EJB3 testing dependencies

2006-05-11 Thread Bill Burke

no-start-jboss-tests

just committed a build-test.xml file.

I'm not sure wht you mean by build-test.xml server dist...

Got more fixes coming in a little while.

Scott M Stark wrote:

Much better, but I don't see how your running this in 4.0 as the
build-test.xml server dist was not correct. After fixing the basics I'm
seeing the following based on a full "tests" target run.

SUMMARY

Number of tests run:   299



Successful tests:  277

Errors:22

Failures:  0





-Original Message-
From: Bill Burke 
Sent: Thursday, May 11, 2006 12:19 PM

To: Scott M Stark
Cc: Dimitris Andreadis; Thomas Heute; 
jboss-development@lists.sourceforge.net

Subject: Re: EJB3 testing dependencies

update jboss-4.0.x/server/src/

some javaee5/ejb3/jboss.xml schemas were updated.

Bill





--
Bill Burke
Chief Architect
JBoss Inc.


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] RE: EJB3 testing dependencies

2006-05-11 Thread Scott M Stark
Much better, but I don't see how your running this in 4.0 as the
build-test.xml server dist was not correct. After fixing the basics I'm
seeing the following based on a full "tests" target run.

SUMMARY

Number of tests run:   299



Successful tests:  277

Errors:22

Failures:  0



> -Original Message-
> From: Bill Burke 
> Sent: Thursday, May 11, 2006 12:19 PM
> To: Scott M Stark
> Cc: Dimitris Andreadis; Thomas Heute; 
> jboss-development@lists.sourceforge.net
> Subject: Re: EJB3 testing dependencies
> 
> update jboss-4.0.x/server/src/
> 
> some javaee5/ejb3/jboss.xml schemas were updated.
> 
> Bill


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] JBossCache 1.4.0.Beta released

2006-05-11 Thread Rajesh Rajasekaran








JBossCache 1.4.0.Beta has been released and is available on
sourceforge at

http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=102339&release_id=416206

 

JBossCache 1.4.0.Beta has also been updated in the
repository.

 

 

Thanks

Rajesh

JBoss QA

 








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

2006-05-11 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20060511155209
BUILD FAILEDAnt Error Message: /services/cruisecontrol/work/scripts/build-jboss-common.xml:220: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-jboss-common.xml:78: Exit code: 1   See compile.log in Build Artifacts for details.Date of build: 05/11/2006 15:52:09Time to build: 16 minutes 8 secondsLast changed: 05/11/2006 15:30:41Last log entry: Fix the eclipse build




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (first 50 of 28)1.8modifiedadriantest/.classpathFix the eclipse build1.9modifiedbdecosteejb3/src/test/org/jboss/ejb3/test/jca/inflowmdb/unit/InflowUnitTestCase.javatest for jms inflow1.8modifiedbdecosteejb3/src/test/org/jboss/ejb3/test/jca/inflowmdb/unit/InflowUnitTestCase.javatest for jms inflow1.1addedbdecosteejb3/src/resources/test/jca/inflow/jmsmdbtest-service.xmltest for jms inflow1.35modifiedbdecosteejb3/src/main/org/jboss/ejb3/mdb/MDB.javafix and test for jms inflow1.3modifiedbdecosteejb3/src/main/org/jboss/ejb3/mdb/inflow/JBossMessageEndpointFactory.javafix and test for jms inflow1.1addedbdecosteejb3/src/test/org/jboss/ejb3/test/jca/inflowmdb/JMSMDBBean.javafix and test for jms inflow1.1addedbdecosteejb3/src/test/org/jboss/ejb3/test/jca/inflowmdb/JMSTest.javafix and test for jms inflow1.1addedbdecosteejb3/src/test/org/jboss/ejb3/test/jca/inflowmdb/JMSTestBean.javafix and test for jms inflow1.195modifiedbdecosteejb3/build-test.xmlfix and test for jms inflow1.7modifiedbdecosteejb3/src/test/org/jboss/ejb3/test/jca/inflowmdb/unit/InflowUnitTestCase.javafix and test for jms inflow1.5modifiedcsuconiccluster/src/main/org/jboss/invocation/pooled/server/PooledInvokerHA.javaJBAS-2267 - Fixing HA1.194modifiedstarksmejb3/build-test.xmlAdd a tests-report-text target1.16modifiedjerrygauthtestsuite/src/main/org/jboss/test/cluster/test/BaseTest.javaFixed typo in debug output, added additional output for cluster BaseTest1.76modifiedbdecosteejb3/build.xmlinclude schemas in distro1.1addedbdecosteejb3/src/resources/schema/application-client_5.xsdinclude schemas in distro1.1addedbdecosteejb3/src/resources/schema/application_5.xsdinclude schemas in distro1.1addedbdecosteejb3/src/resources/schema/javaee_5.xsdinclude schemas in distro1.1addedbdecosteejb3/src/resources/schema/javaee_web_services_1_2.xsdinclude schemas in distro1.1addedbdecosteejb3/src/resources/schema/javaee_web_services_client_1_2.xsdinclude schemas in distro1.1addedbdecosteejb3/src/resources/schema/jboss_5_0.xsdinclude schemas in distro1.2modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/CompatibilityVersion.javaJBAS-2267 - Fixing Pooled Invokers on Head also.1.6modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/OptimizedObjectInputStream.javaJBAS-2267 - Fixing Pooled Invokers on Head also.1.5modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/OptimizedObjectOutputStream.javaJBAS-2267 - Fixing Pooled Invokers on Head also.1.17modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/PooledInvokerProxy.javaJBAS-2267 - Fixing Pooled Invokers on Head also.1.8modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/ServerAddress.javaJBAS-2267 - Fixing Pooled Invokers on Head also.1.2modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/ServerAddressExt.javaJBAS-2267 - Fixing Pooled Invokers on Head also.1.17modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/server/PooledInvoker.javaJBAS-2267 - Fixing Pooled Invokers on Head also.



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

2006-05-11 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20060511152249Lbuild.1084
BUILD COMPLETE - build.1084Date of build: 05/11/2006 15:22:49Time to build: 26 minutes 33 secondsLast changed: 05/11/2006 14:54:29Last log entry: a couple more changes based on compatibility/config marked issues




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (first 50 of 19)1.1.2.29modifieddimitrisbuild/docs/readme.htmla couple more changes based on compatibility/config marked issues1.2.6.3modifiedcsuconiccluster/src/main/org/jboss/invocation/pooled/server/PooledInvokerHA.javaJBAS-2267 - Fixing PooledInvokerHA1.3.6.9modifiedbillejb3/src/resources/test/cache/testejb3-cache-service.xmlfix some failing tests.1.3.6.9modifiedbillejb3/src/resources/test/cache/testejb3-statefulcache-service.xmlfix some failing tests.1.6.2.10modifiedbillejb3/src/test/org/jboss/ejb3/test/cache/StatefulBean.javafix some failing tests.1.5.2.31modifiedbillejb3/build-test.xmlfix some failing tests.1.1.2.11modifiedbillejb3/src/test/org/jboss/ejb3/test/dd/mdb/unit/MDBUnitTestCase.javafix some failing tests.1.1.2.28modifieddimitrisbuild/docs/readme.htmlsecond version- Scanned through the "need documentation" jira tasks and added entries- Added section with updated/introduced libs.- Highlights XXX need review- Compatibility need additions- Configuration needs review1.5.2.30modifiedstarksmejb3/build-test.xmlAdd a tests-report-text target1.2.2.14modifiedstarksmbuild/build-release.xmlHack the quartz stuff into the repository archive1.406.2.199modifiedcsuconictestsuite/build.xmlJBAS-2267 - Adding pooledInvoker to matrix testsuite1.1.2.1modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/CompatibilityVersion.javaJBAS-2267 - Implementing compatible changes on Pooled Invokers1.2.2.4modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/OptimizedObjectInputStream.javaJBAS-2267 - Implementing compatible changes on Pooled Invokers1.2.2.3modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/OptimizedObjectOutputStream.javaJBAS-2267 - Implementing compatible changes on Pooled Invokers1.8.6.10modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/PooledInvokerProxy.javaJBAS-2267 - Implementing compatible changes on Pooled Invokers1.4.6.4modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/ServerAddress.javaJBAS-2267 - Implementing compatible changes on Pooled Invokers1.1.2.1modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/ServerAddressExt.javaJBAS-2267 - Implementing compatible changes on Pooled Invokers1.10.2.7modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/server/PooledInvoker.javaJBAS-2267 - Implementing compatible changes on Pooled Invokers1.2.2.8modifiedebernardejb3/src/test/org/jboss/ejb3/test/regression/ejbthree290/DAOBean.javafix 290 regression test



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

2006-05-11 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20060511150428
BUILD FAILEDAnt Error Message: /services/cruisecontrol/work/scripts/build-jboss-common.xml:220: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-jboss-common.xml:78: Exit code: 1   See compile.log in Build Artifacts for details.Date of build: 05/11/2006 15:04:28Time to build: 15 minutes 43 secondsLast changed: 05/11/2006 14:47:03Last log entry: JBAS-2267 - Fixing HA




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (first 50 of 17)1.5modifiedcsuconiccluster/src/main/org/jboss/invocation/pooled/server/PooledInvokerHA.javaJBAS-2267 - Fixing HA1.194modifiedstarksmejb3/build-test.xmlAdd a tests-report-text target1.16modifiedjerrygauthtestsuite/src/main/org/jboss/test/cluster/test/BaseTest.javaFixed typo in debug output, added additional output for cluster BaseTest1.76modifiedbdecosteejb3/build.xmlinclude schemas in distro1.1addedbdecosteejb3/src/resources/schema/application-client_5.xsdinclude schemas in distro1.1addedbdecosteejb3/src/resources/schema/application_5.xsdinclude schemas in distro1.1addedbdecosteejb3/src/resources/schema/javaee_5.xsdinclude schemas in distro1.1addedbdecosteejb3/src/resources/schema/javaee_web_services_1_2.xsdinclude schemas in distro1.1addedbdecosteejb3/src/resources/schema/javaee_web_services_client_1_2.xsdinclude schemas in distro1.1addedbdecosteejb3/src/resources/schema/jboss_5_0.xsdinclude schemas in distro1.2modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/CompatibilityVersion.javaJBAS-2267 - Fixing Pooled Invokers on Head also.1.6modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/OptimizedObjectInputStream.javaJBAS-2267 - Fixing Pooled Invokers on Head also.1.5modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/OptimizedObjectOutputStream.javaJBAS-2267 - Fixing Pooled Invokers on Head also.1.17modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/PooledInvokerProxy.javaJBAS-2267 - Fixing Pooled Invokers on Head also.1.8modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/ServerAddress.javaJBAS-2267 - Fixing Pooled Invokers on Head also.1.2modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/ServerAddressExt.javaJBAS-2267 - Fixing Pooled Invokers on Head also.1.17modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/server/PooledInvoker.javaJBAS-2267 - Fixing Pooled Invokers on Head also.



[JBoss-dev] Re: EJB3 testing dependencies

2006-05-11 Thread Bill Burke

update jboss-4.0.x/server/src/

some javaee5/ejb3/jboss.xml schemas were updated.

Bill

Scott M Stark wrote:

Are the changes all checked in? Running no-start-jboss-ejb-tests still
shows problems with a resynch of ejb3 as of now.

test-with-jvmargs:
   [delete] Deleting:
C:\cvs\JBoss4.0\jboss-4.0.x\ejb3\output\log\test.log
[junit] Running org.jboss.ejb3.test.service.unit.ServiceUnitTestCase
[junit] Tests run: 18, Failures: 1, Errors: 17, Time elapsed: 2.141
sec
[junit] Test org.jboss.ejb3.test.service.unit.ServiceUnitTestCase
FAILED 




-Original Message-
From: Bill Burke 
Sent: Thursday, May 11, 2006 11:52 AM

To: Scott M Stark
Cc: Dimitris Andreadis; Thomas Heute; 
jboss-development@lists.sourceforge.net

Subject: Re: EJB3 testing dependencies

Getting better:

Boss daily test results

SUMMARY

Number of tests run:   285



Successful tests:  278

Errors:7

Failures:  0





Scott M Stark wrote:

I'm seeing many errors running the no-start-jboss-ejb-tests against 
the current jboss-4.0.4.GA-ejb3 server default config.



SUMMARY

Number of tests run:   231



Successful tests:  152

Errors:78

Failures:  1






-Original Message-
From: Dimitris Andreadis
Sent: Thursday, May 11, 2006 5:24 AM
To: Scott M Stark; Thomas Heute; Bill Burke
Cc: jboss-development@lists.sourceforge.net
Subject: EJB3 testing dependencies


Except for the fix of the ejb3-4.0-testsuite
(http://jira.jboss.com/jira/browse/JBAS-2988)

Is there a way to get seam & ejb3 examples tested?

http://jira.jboss.com/jira/browse/JBAS-3067 (seam examples)
http://jira.jboss.com/jira/browse/JBAS-3066 (ej3 examples)

1) Can Thomas just use the jboss-4.0.4.GA-ejb3 build to try Seam 
examples, without needing the installer?

2) There is no volunteer for testing the ejb3 examples, so far.





--
Bill Burke
Chief Architect
JBoss Inc.






--
Bill Burke
Chief Architect
JBoss Inc.


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] RE: EJB3 testing dependencies

2006-05-11 Thread Scott M Stark
Are the changes all checked in? Running no-start-jboss-ejb-tests still
shows problems with a resynch of ejb3 as of now.

test-with-jvmargs:
   [delete] Deleting:
C:\cvs\JBoss4.0\jboss-4.0.x\ejb3\output\log\test.log
[junit] Running org.jboss.ejb3.test.service.unit.ServiceUnitTestCase
[junit] Tests run: 18, Failures: 1, Errors: 17, Time elapsed: 2.141
sec
[junit] Test org.jboss.ejb3.test.service.unit.ServiceUnitTestCase
FAILED 

> -Original Message-
> From: Bill Burke 
> Sent: Thursday, May 11, 2006 11:52 AM
> To: Scott M Stark
> Cc: Dimitris Andreadis; Thomas Heute; 
> jboss-development@lists.sourceforge.net
> Subject: Re: EJB3 testing dependencies
> 
> Getting better:
> 
> Boss daily test results
> 
> SUMMARY
> 
> Number of tests run:   285
> 
> 
> 
> Successful tests:  278
> 
> Errors:7
> 
> Failures:  0
> 
> 
> 
> 
> 
> Scott M Stark wrote:
> > I'm seeing many errors running the no-start-jboss-ejb-tests against 
> > the current jboss-4.0.4.GA-ejb3 server default config.
> > 
> > 
> > SUMMARY
> > 
> > Number of tests run:   231
> > 
> > 
> > 
> > Successful tests:  152
> > 
> > Errors:78
> > 
> > Failures:  1
> > 
> > 
> > 
> > 
> >>-Original Message-
> >>From: Dimitris Andreadis
> >>Sent: Thursday, May 11, 2006 5:24 AM
> >>To: Scott M Stark; Thomas Heute; Bill Burke
> >>Cc: jboss-development@lists.sourceforge.net
> >>Subject: EJB3 testing dependencies
> >>
> >>
> >>Except for the fix of the ejb3-4.0-testsuite
> >>(http://jira.jboss.com/jira/browse/JBAS-2988)
> >>
> >>Is there a way to get seam & ejb3 examples tested?
> >>
> >>http://jira.jboss.com/jira/browse/JBAS-3067 (seam examples)
> >>http://jira.jboss.com/jira/browse/JBAS-3066 (ej3 examples)
> >>
> >>1) Can Thomas just use the jboss-4.0.4.GA-ejb3 build to try Seam 
> >>examples, without needing the installer?
> >>2) There is no volunteer for testing the ejb3 examples, so far.
> >>
> > 
> > 
> 
> --
> Bill Burke
> Chief Architect
> JBoss Inc.
> 


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2006-05-11 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20060511142944
BUILD FAILEDAnt Error Message: /services/cruisecontrol/work/scripts/build-jboss-common.xml:220: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-jboss-common.xml:78: Exit code: 1   See compile.log in Build Artifacts for details.Date of build: 05/11/2006 14:29:44Time to build: 23 minutes 41 secondsLast changed: 05/11/2006 14:21:04Last log entry: fix some failing tests.




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (first 50 of 14)1.5.2.31modifiedbillejb3/build-test.xmlfix some failing tests.1.1.2.11modifiedbillejb3/src/test/org/jboss/ejb3/test/dd/mdb/unit/MDBUnitTestCase.javafix some failing tests.1.1.2.28modifieddimitrisbuild/docs/readme.htmlsecond version- Scanned through the "need documentation" jira tasks and added entries- Added section with updated/introduced libs.- Highlights XXX need review- Compatibility need additions- Configuration needs review1.5.2.30modifiedstarksmejb3/build-test.xmlAdd a tests-report-text target1.2.2.14modifiedstarksmbuild/build-release.xmlHack the quartz stuff into the repository archive1.406.2.199modifiedcsuconictestsuite/build.xmlJBAS-2267 - Adding pooledInvoker to matrix testsuite1.1.2.1modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/CompatibilityVersion.javaJBAS-2267 - Implementing compatible changes on Pooled Invokers1.2.2.4modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/OptimizedObjectInputStream.javaJBAS-2267 - Implementing compatible changes on Pooled Invokers1.2.2.3modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/OptimizedObjectOutputStream.javaJBAS-2267 - Implementing compatible changes on Pooled Invokers1.8.6.10modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/PooledInvokerProxy.javaJBAS-2267 - Implementing compatible changes on Pooled Invokers1.4.6.4modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/ServerAddress.javaJBAS-2267 - Implementing compatible changes on Pooled Invokers1.1.2.1modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/ServerAddressExt.javaJBAS-2267 - Implementing compatible changes on Pooled Invokers1.10.2.7modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/server/PooledInvoker.javaJBAS-2267 - Implementing compatible changes on Pooled Invokers1.2.2.8modifiedebernardejb3/src/test/org/jboss/ejb3/test/regression/ejbthree290/DAOBean.javafix 290 regression test



[JBoss-dev] Re: EJB3 testing dependencies

2006-05-11 Thread Bill Burke

Getting better:

Boss daily test results

SUMMARY

Number of tests run:   285



Successful tests:  278

Errors:7

Failures:  0





Scott M Stark wrote:

I'm seeing many errors running the no-start-jboss-ejb-tests against the
current jboss-4.0.4.GA-ejb3 server default config.


SUMMARY

Number of tests run:   231



Successful tests:  152

Errors:78

Failures:  1





-Original Message-
From: Dimitris Andreadis 
Sent: Thursday, May 11, 2006 5:24 AM

To: Scott M Stark; Thomas Heute; Bill Burke
Cc: jboss-development@lists.sourceforge.net
Subject: EJB3 testing dependencies


Except for the fix of the ejb3-4.0-testsuite 
(http://jira.jboss.com/jira/browse/JBAS-2988)


Is there a way to get seam & ejb3 examples tested?

http://jira.jboss.com/jira/browse/JBAS-3067 (seam examples)
http://jira.jboss.com/jira/browse/JBAS-3066 (ej3 examples)

1) Can Thomas just use the jboss-4.0.4.GA-ejb3 build to try 
Seam examples, without needing the installer?

2) There is no volunteer for testing the ejb3 examples, so far.






--
Bill Burke
Chief Architect
JBoss Inc.


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2006-05-11 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20060511141400
BUILD FAILEDAnt Error Message: /services/cruisecontrol/work/scripts/build-jboss-common.xml:220: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-jboss-common.xml:64: Exit code: 1   See compile.log in Build Artifacts for details.Date of build: 05/11/2006 14:14:00Time to build: 14 minutes 0 secondsLast changed: 05/11/2006 13:55:57Last log entry: Add a tests-report-text target




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (first 50 of 16)1.194modifiedstarksmejb3/build-test.xmlAdd a tests-report-text target1.16modifiedjerrygauthtestsuite/src/main/org/jboss/test/cluster/test/BaseTest.javaFixed typo in debug output, added additional output for cluster BaseTest1.76modifiedbdecosteejb3/build.xmlinclude schemas in distro1.1addedbdecosteejb3/src/resources/schema/application-client_5.xsdinclude schemas in distro1.1addedbdecosteejb3/src/resources/schema/application_5.xsdinclude schemas in distro1.1addedbdecosteejb3/src/resources/schema/javaee_5.xsdinclude schemas in distro1.1addedbdecosteejb3/src/resources/schema/javaee_web_services_1_2.xsdinclude schemas in distro1.1addedbdecosteejb3/src/resources/schema/javaee_web_services_client_1_2.xsdinclude schemas in distro1.1addedbdecosteejb3/src/resources/schema/jboss_5_0.xsdinclude schemas in distro1.2modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/CompatibilityVersion.javaJBAS-2267 - Fixing Pooled Invokers on Head also.1.6modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/OptimizedObjectInputStream.javaJBAS-2267 - Fixing Pooled Invokers on Head also.1.5modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/OptimizedObjectOutputStream.javaJBAS-2267 - Fixing Pooled Invokers on Head also.1.17modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/PooledInvokerProxy.javaJBAS-2267 - Fixing Pooled Invokers on Head also.1.8modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/ServerAddress.javaJBAS-2267 - Fixing Pooled Invokers on Head also.1.2modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/ServerAddressExt.javaJBAS-2267 - Fixing Pooled Invokers on Head also.1.17modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/server/PooledInvoker.javaJBAS-2267 - Fixing Pooled Invokers on Head also.



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

2006-05-11 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20060511133746
BUILD FAILEDAnt Error Message: /services/cruisecontrol/work/scripts/build-jboss-common.xml:220: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-jboss-common.xml:64: Exit code: 1   See compile.log in Build Artifacts for details.Date of build: 05/11/2006 13:37:46Time to build: 15 minutes 24 secondsLast changed: 05/11/2006 13:09:45Last log entry: Add a tests-report-text target




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (first 50 of 11)1.5.2.30modifiedstarksmejb3/build-test.xmlAdd a tests-report-text target1.2.2.14modifiedstarksmbuild/build-release.xmlHack the quartz stuff into the repository archive1.406.2.199modifiedcsuconictestsuite/build.xmlJBAS-2267 - Adding pooledInvoker to matrix testsuite1.1.2.1modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/CompatibilityVersion.javaJBAS-2267 - Implementing compatible changes on Pooled Invokers1.2.2.4modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/OptimizedObjectInputStream.javaJBAS-2267 - Implementing compatible changes on Pooled Invokers1.2.2.3modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/OptimizedObjectOutputStream.javaJBAS-2267 - Implementing compatible changes on Pooled Invokers1.8.6.10modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/PooledInvokerProxy.javaJBAS-2267 - Implementing compatible changes on Pooled Invokers1.4.6.4modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/ServerAddress.javaJBAS-2267 - Implementing compatible changes on Pooled Invokers1.1.2.1modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/ServerAddressExt.javaJBAS-2267 - Implementing compatible changes on Pooled Invokers1.10.2.7modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/server/PooledInvoker.javaJBAS-2267 - Implementing compatible changes on Pooled Invokers1.2.2.8modifiedebernardejb3/src/test/org/jboss/ejb3/test/regression/ejbthree290/DAOBean.javafix 290 regression test



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

2006-05-11 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20060511131545
BUILD FAILEDAnt Error Message: /services/cruisecontrol/work/scripts/build-jboss-common.xml:220: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-jboss-common.xml:64: Exit code: 1   See compile.log in Build Artifacts for details.Date of build: 05/11/2006 13:15:45Time to build: 16 minutes 42 secondsLast changed: 05/11/2006 12:55:25Last log entry: Fixed typo in debug output, added additional output for cluster BaseTest




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (first 50 of 15)1.16modifiedjerrygauthtestsuite/src/main/org/jboss/test/cluster/test/BaseTest.javaFixed typo in debug output, added additional output for cluster BaseTest1.76modifiedbdecosteejb3/build.xmlinclude schemas in distro1.1addedbdecosteejb3/src/resources/schema/application-client_5.xsdinclude schemas in distro1.1addedbdecosteejb3/src/resources/schema/application_5.xsdinclude schemas in distro1.1addedbdecosteejb3/src/resources/schema/javaee_5.xsdinclude schemas in distro1.1addedbdecosteejb3/src/resources/schema/javaee_web_services_1_2.xsdinclude schemas in distro1.1addedbdecosteejb3/src/resources/schema/javaee_web_services_client_1_2.xsdinclude schemas in distro1.1addedbdecosteejb3/src/resources/schema/jboss_5_0.xsdinclude schemas in distro1.2modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/CompatibilityVersion.javaJBAS-2267 - Fixing Pooled Invokers on Head also.1.6modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/OptimizedObjectInputStream.javaJBAS-2267 - Fixing Pooled Invokers on Head also.1.5modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/OptimizedObjectOutputStream.javaJBAS-2267 - Fixing Pooled Invokers on Head also.1.17modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/PooledInvokerProxy.javaJBAS-2267 - Fixing Pooled Invokers on Head also.1.8modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/ServerAddress.javaJBAS-2267 - Fixing Pooled Invokers on Head also.1.2modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/ServerAddressExt.javaJBAS-2267 - Fixing Pooled Invokers on Head also.1.17modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/server/PooledInvoker.javaJBAS-2267 - Fixing Pooled Invokers on Head also.



[JBoss-dev] RE: EJB3 testing dependencies

2006-05-11 Thread Scott M Stark
I'm seeing many errors running the no-start-jboss-ejb-tests against the
current jboss-4.0.4.GA-ejb3 server default config.


SUMMARY

Number of tests run:   231



Successful tests:  152

Errors:78

Failures:  1



> -Original Message-
> From: Dimitris Andreadis 
> Sent: Thursday, May 11, 2006 5:24 AM
> To: Scott M Stark; Thomas Heute; Bill Burke
> Cc: jboss-development@lists.sourceforge.net
> Subject: EJB3 testing dependencies
> 
> 
> Except for the fix of the ejb3-4.0-testsuite 
> (http://jira.jboss.com/jira/browse/JBAS-2988)
> 
> Is there a way to get seam & ejb3 examples tested?
> 
> http://jira.jboss.com/jira/browse/JBAS-3067 (seam examples)
> http://jira.jboss.com/jira/browse/JBAS-3066 (ej3 examples)
> 
> 1) Can Thomas just use the jboss-4.0.4.GA-ejb3 build to try 
> Seam examples, without needing the installer?
> 2) There is no volunteer for testing the ejb3 examples, so far.
> 


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2006-05-11 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20060511124141
BUILD FAILEDAnt Error Message: /services/cruisecontrol/work/scripts/build-jboss-common.xml:220: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-jboss-common.xml:64: Exit code: 1   See compile.log in Build Artifacts for details.Date of build: 05/11/2006 12:41:41Time to build: 30 minutes 53 secondsLast changed: 05/11/2006 12:06:43Last log entry: Hack the quartz stuff into the repository archive




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (first 50 of 10)1.2.2.14modifiedstarksmbuild/build-release.xmlHack the quartz stuff into the repository archive1.406.2.199modifiedcsuconictestsuite/build.xmlJBAS-2267 - Adding pooledInvoker to matrix testsuite1.1.2.1modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/CompatibilityVersion.javaJBAS-2267 - Implementing compatible changes on Pooled Invokers1.2.2.4modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/OptimizedObjectInputStream.javaJBAS-2267 - Implementing compatible changes on Pooled Invokers1.2.2.3modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/OptimizedObjectOutputStream.javaJBAS-2267 - Implementing compatible changes on Pooled Invokers1.8.6.10modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/PooledInvokerProxy.javaJBAS-2267 - Implementing compatible changes on Pooled Invokers1.4.6.4modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/ServerAddress.javaJBAS-2267 - Implementing compatible changes on Pooled Invokers1.1.2.1modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/interfaces/ServerAddressExt.javaJBAS-2267 - Implementing compatible changes on Pooled Invokers1.10.2.7modifiedcsuconicserver/src/main/org/jboss/invocation/pooled/server/PooledInvoker.javaJBAS-2267 - Implementing compatible changes on Pooled Invokers1.2.2.8modifiedebernardejb3/src/test/org/jboss/ejb3/test/regression/ejbthree290/DAOBean.javafix 290 regression test



[JBoss-dev] jbossws-testsuite Build Failed

2006-05-11 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jbossws-testsuite?log=log2006050348
BUILD FAILEDAnt Error Message: /services/cruisecontrol/work/scripts/build-jbossws-testsuite.xml:41: Exit code: 1   See compilejbossws.log in Build Artifacts for details.Date of build: 05/11/2006 11:03:48Time to build: 1 minute 46 seconds




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (first 50 of 0)



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

2006-05-11 Thread Scott M Stark
All the out of date crimson refs have been removed. 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of Ruel Loehr
> Sent: Thursday, May 11, 2006 7:48 AM
> To: jboss-development@lists.sourceforge.net
> Subject: RE: [JBoss-dev] ./build.sh clean fails on a sync 
> verison of 4.0.4
> 
> Scott just removed the apache.crimson reference from the 
> overall build.
> It will need to be removed from the server/build.xml
> 
> 
> 
> Ruel Loehr
> JBoss QA
>  
> -
> 512-342-7840 ext 2011
> Yahoo: ruelloehr
> Skype: ruelloehr
> AOL: dokoruel
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of Emmanuel Bernard
> Sent: Thursday, May 11, 2006 9:39 AM
> To: jboss-development
> Subject: [JBoss-dev] ./build.sh clean fails on a sync verison of 4.0.4
> 
> I can't make ./build.sh cleam work
> 
> clean:
> 
> ==
> ==  Finished with 'clean' in module 'security'.
>  
> ==
> 
> 
>  
> ==
> ==  Executing 'clean' in module 'server'...
> ==
> 
> _buildmagic:init:
> 
> configure:
> Overriding previous definition of reference to xdoclet.task.classpath
> 
> BUILD FAILED
> C:\temp\jboss404head\server\build.xml:149: Reference 
> apache.crimson.classpath no t found.
> 
> 
> 
> 
> ---
> Using Tomcat but need to do more? Need to support web services,
> security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache
> Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&;
> dat=121642
> ___
> JBoss-Development mailing list
> JBoss-Development@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jboss-development
> 
> 
> ---
> Using Tomcat but need to do more? Need to support web 
> services, security?
> Get stuff done quickly with pre-integrated technology to make 
> your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on 
> Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=k&kid0709&bid&3057&dat1642
> ___
> JBoss-Development mailing list
> JBoss-Development@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jboss-development
> 


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2006-05-11 Thread Ruel Loehr
Scott just removed the apache.crimson reference from the overall build.
It will need to be removed from the server/build.xml



Ruel Loehr
JBoss QA
 
-
512-342-7840 ext 2011
Yahoo: ruelloehr
Skype: ruelloehr
AOL: dokoruel
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Emmanuel Bernard
Sent: Thursday, May 11, 2006 9:39 AM
To: jboss-development
Subject: [JBoss-dev] ./build.sh clean fails on a sync verison of 4.0.4

I can't make ./build.sh cleam work

clean:

==
==  Finished with 'clean' in module 'security'.
 
==


 
==
==  Executing 'clean' in module 'server'...
==

_buildmagic:init:

configure:
Overriding previous definition of reference to xdoclet.task.classpath

BUILD FAILED
C:\temp\jboss404head\server\build.xml:149: Reference 
apache.crimson.classpath no
t found.




---
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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'...
   ==

_buildmagic:init:

configure:
Overriding previous definition of reference to xdoclet.task.classpath

BUILD FAILED
C:\temp\jboss404head\server\build.xml:149: Reference 
apache.crimson.classpath no

t found.




---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] RE: Quartz in 4.0.4.GA

2006-05-11 Thread Scott M Stark
It will be in the ejb3 specific build and installer config. 

> -Original Message-
> From: Bill Burke 
> Sent: Thursday, May 11, 2006 7:29 AM
> To: Scott M Stark
> Cc: Dimitris Andreadis; jboss-development@lists.sourceforge.net
> Subject: Re: Quartz in 4.0.4.GA
> 
> if you don't want it in the release, i don't care.  I'll 
> offer a separate download anyways.  I just want it in the 
> build so that it is tested.


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] RE: Quartz in 4.0.4.GA

2006-05-11 Thread Scott M Stark
Apparently your understanding of conclusion and mine differ. Take the
discussion here:
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942920 

> -Original Message-
> From: Bill Burke 
> Sent: Thursday, May 11, 2006 7:28 AM
> To: Scott M Stark
> Cc: Dimitris Andreadis; jboss-development@lists.sourceforge.net
> Subject: Re: Quartz in 4.0.4.GA
> 
> we already had a discussion about this.  Quartz is a popular 
> scheduler and is just a plugin for quartz users for MDBs.  
> Quartz will also become EJB3's timer service once we get 
> around to implementing it.


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] Re: Quartz in 4.0.4.GA

2006-05-11 Thread Bill Burke
if you don't want it in the release, i don't care.  I'll offer a 
separate download anyways.  I just want it in the build so that it is 
tested.


Scott M Stark wrote:
docs, testcases, discussion of why we now have 6 different timers, ... 




-Original Message-
From: Bill Burke 
Sent: Thursday, May 11, 2006 7:07 AM

To: Scott M Stark
Cc: Dimitris Andreadis; jboss-development@lists.sourceforge.net
Subject: Re: Quartz in 4.0.4.GA

no reason the quartz rar can't be part of 4.0.4GA.  It should 
be usable with EJB 2.1.


Bill

Scott M Stark wrote:

It was not discussed and should only be part of the ejb3 


config in the 


installer at this point.




-Original Message-
From: Dimitris Andreadis
Sent: Thursday, May 11, 2006 3:42 AM
To: Bill Burke; Scott M Stark
Cc: jboss-development@lists.sourceforge.net
Subject: Quartz in 4.0.4.GA

Hi,

I saw Bill added lib/quartz-all-1.5.2.jar and 


deploy/quartz-ra.rar, in 


the default/all configs.

Was there any discussion on this or jira issue to track it? 
Where is this used? Is it tested at all?


13:23:46,908 INFO  [RARDeployment] Required license terms 


exist, view 


META-INF/ra.xml in .../deploy/quartz-ra.rar
13:23:46,918 INFO  [QuartzResourceAdapter] start quartz!!!
13:23:47,028 INFO  [SimpleThreadPool] Job execution threads 


will use 


class loader of thread: main
13:23:47,058 INFO  [QuartzScheduler] Quartz Scheduler 


v.1.5.2 created.


13:23:47,068 INFO  [RAMJobStore] RAMJobStore initialized.
13:23:47,068 INFO  [StdSchedulerFactory] Quartz scheduler 
'DefaultQuartzScheduler' initialized from default resource file in 
Quartz package: 'quartz.properties'

13:23:47,068 INFO  [StdSchedulerFactory] Quartz scheduler
version: 1.5.2
13:23:47,068 INFO  [QuartzScheduler] Scheduler 
DefaultQuartzScheduler_$_NON_CLUSTERED started.




--
Bill Burke
Chief Architect
JBoss Inc.






--
Bill Burke
Chief Architect
JBoss Inc.


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] Re: Quartz in 4.0.4.GA

2006-05-11 Thread Bill Burke
we already had a discussion about this.  Quartz is a popular scheduler 
and is just a plugin for quartz users for MDBs.  Quartz will also become 
EJB3's timer service once we get around to implementing it.


Scott M Stark wrote:
docs, testcases, discussion of why we now have 6 different timers, ... 




-Original Message-
From: Bill Burke 
Sent: Thursday, May 11, 2006 7:07 AM

To: Scott M Stark
Cc: Dimitris Andreadis; jboss-development@lists.sourceforge.net
Subject: Re: Quartz in 4.0.4.GA

no reason the quartz rar can't be part of 4.0.4GA.  It should 
be usable with EJB 2.1.


Bill

Scott M Stark wrote:

It was not discussed and should only be part of the ejb3 


config in the 


installer at this point.




-Original Message-
From: Dimitris Andreadis
Sent: Thursday, May 11, 2006 3:42 AM
To: Bill Burke; Scott M Stark
Cc: jboss-development@lists.sourceforge.net
Subject: Quartz in 4.0.4.GA

Hi,

I saw Bill added lib/quartz-all-1.5.2.jar and 


deploy/quartz-ra.rar, in 


the default/all configs.

Was there any discussion on this or jira issue to track it? 
Where is this used? Is it tested at all?


13:23:46,908 INFO  [RARDeployment] Required license terms 


exist, view 


META-INF/ra.xml in .../deploy/quartz-ra.rar
13:23:46,918 INFO  [QuartzResourceAdapter] start quartz!!!
13:23:47,028 INFO  [SimpleThreadPool] Job execution threads 


will use 


class loader of thread: main
13:23:47,058 INFO  [QuartzScheduler] Quartz Scheduler 


v.1.5.2 created.


13:23:47,068 INFO  [RAMJobStore] RAMJobStore initialized.
13:23:47,068 INFO  [StdSchedulerFactory] Quartz scheduler 
'DefaultQuartzScheduler' initialized from default resource file in 
Quartz package: 'quartz.properties'

13:23:47,068 INFO  [StdSchedulerFactory] Quartz scheduler
version: 1.5.2
13:23:47,068 INFO  [QuartzScheduler] Scheduler 
DefaultQuartzScheduler_$_NON_CLUSTERED started.




--
Bill Burke
Chief Architect
JBoss Inc.






--
Bill Burke
Chief Architect
JBoss Inc.


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-3.2-compatibility-matrix Build Failed

2006-05-11 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-compatibility-matrix?log=log20060511100553
BUILD FAILEDAnt Error Message: /services/cruisecontrol/work/scripts/build-jboss-common.xml:228: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-jboss-common.xml:189: Exit code: 1   See tests.log in Build Artifacts for details.Date of build: 05/11/2006 10:05:53Time to build: 17 minutes 51 secondsLast changed: 05/10/2006 14:12:24Last log entry: add more versions to be tested




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (first 50 of 2)1.165.2.206modifieddimitristestsuite/build.xmladd more versions to be tested1.165.2.205modifieddimitristestsuite/build.xmladd more versions to be tested



[JBoss-dev] RE: Access to kernel instance in jboss head

2006-05-11 Thread Thomas Diesler

http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3942912#3942912

xxx
Thomas Diesler
Web Service Lead
JBoss Inc.
xxx
 

>-Original Message-
>From: Bill Burke 
>Sent: Thursday, May 11, 2006 16:08
>To: Thomas Diesler
>Subject: Re: Access to kernel instance in jboss head
>
>you can inject it.  it has a bean name.
>
>Thomas Diesler wrote:
>> Folks,
>>  
>> I can deploy beans on the jboss-head integrated kernel. How can I 
>> access the Kernel instance, or more specifically get at the 
>KernelRegistry?
>>  
>> 
>http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3942877#39428
>> 77 
>> 
>> 877>
>>  
>> cheers
>> -thomas
>>  
>
>--
>Bill Burke
>Chief Architect
>JBoss Inc.
>


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] RE: Quartz in 4.0.4.GA

2006-05-11 Thread Scott M Stark
docs, testcases, discussion of why we now have 6 different timers, ... 

> -Original Message-
> From: Bill Burke 
> Sent: Thursday, May 11, 2006 7:07 AM
> To: Scott M Stark
> Cc: Dimitris Andreadis; jboss-development@lists.sourceforge.net
> Subject: Re: Quartz in 4.0.4.GA
> 
> no reason the quartz rar can't be part of 4.0.4GA.  It should 
> be usable with EJB 2.1.
> 
> Bill
> 
> Scott M Stark wrote:
> > It was not discussed and should only be part of the ejb3 
> config in the 
> > installer at this point.
> > 
> > 
> >>-Original Message-
> >>From: Dimitris Andreadis
> >>Sent: Thursday, May 11, 2006 3:42 AM
> >>To: Bill Burke; Scott M Stark
> >>Cc: jboss-development@lists.sourceforge.net
> >>Subject: Quartz in 4.0.4.GA
> >>
> >>Hi,
> >>
> >>I saw Bill added lib/quartz-all-1.5.2.jar and 
> deploy/quartz-ra.rar, in 
> >>the default/all configs.
> >>
> >>Was there any discussion on this or jira issue to track it? 
> >>Where is this used? Is it tested at all?
> >>
> >>13:23:46,908 INFO  [RARDeployment] Required license terms 
> exist, view 
> >>META-INF/ra.xml in .../deploy/quartz-ra.rar
> >>13:23:46,918 INFO  [QuartzResourceAdapter] start quartz!!!
> >>13:23:47,028 INFO  [SimpleThreadPool] Job execution threads 
> will use 
> >>class loader of thread: main
> >>13:23:47,058 INFO  [QuartzScheduler] Quartz Scheduler 
> v.1.5.2 created.
> >>13:23:47,068 INFO  [RAMJobStore] RAMJobStore initialized.
> >>13:23:47,068 INFO  [StdSchedulerFactory] Quartz scheduler 
> >>'DefaultQuartzScheduler' initialized from default resource file in 
> >>Quartz package: 'quartz.properties'
> >>13:23:47,068 INFO  [StdSchedulerFactory] Quartz scheduler
> >>version: 1.5.2
> >>13:23:47,068 INFO  [QuartzScheduler] Scheduler 
> >>DefaultQuartzScheduler_$_NON_CLUSTERED started.
> > 
> > 
> 
> --
> Bill Burke
> Chief Architect
> JBoss Inc.
> 


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] Re: Quartz in 4.0.4.GA

2006-05-11 Thread Bill Burke
no reason the quartz rar can't be part of 4.0.4GA.  It should be usable 
with EJB 2.1.


Bill

Scott M Stark wrote:

It was not discussed and should only be part of the ejb3 config in the
installer at this point. 




-Original Message-
From: Dimitris Andreadis 
Sent: Thursday, May 11, 2006 3:42 AM

To: Bill Burke; Scott M Stark
Cc: jboss-development@lists.sourceforge.net
Subject: Quartz in 4.0.4.GA

Hi,

I saw Bill added lib/quartz-all-1.5.2.jar and 
deploy/quartz-ra.rar, in the default/all configs.


Was there any discussion on this or jira issue to track it? 
Where is this used? Is it tested at all?


13:23:46,908 INFO  [RARDeployment] Required license terms 
exist, view META-INF/ra.xml in .../deploy/quartz-ra.rar

13:23:46,918 INFO  [QuartzResourceAdapter] start quartz!!!
13:23:47,028 INFO  [SimpleThreadPool] Job execution threads 
will use class loader of thread: main

13:23:47,058 INFO  [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
13:23:47,068 INFO  [RAMJobStore] RAMJobStore initialized.
13:23:47,068 INFO  [StdSchedulerFactory] Quartz scheduler 
'DefaultQuartzScheduler' initialized from default resource 
file in Quartz package: 'quartz.properties'
13:23:47,068 INFO  [StdSchedulerFactory] Quartz scheduler 
version: 1.5.2
13:23:47,068 INFO  [QuartzScheduler] Scheduler 
DefaultQuartzScheduler_$_NON_CLUSTERED started.





--
Bill Burke
Chief Architect
JBoss Inc.


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] Re: Quartz in 4.0.4.GA

2006-05-11 Thread Bill Burke

it is tested in ejb3 codebase in the inflowmdb tests.

Dimitris Andreadis wrote:

Hi,

I saw Bill added lib/quartz-all-1.5.2.jar and deploy/quartz-ra.rar, in
the default/all configs.

Was there any discussion on this or jira issue to track it? Where is
this used? Is it tested at all?

13:23:46,908 INFO  [RARDeployment] Required license terms exist, view
META-INF/ra.xml in .../deploy/quartz-ra.rar
13:23:46,918 INFO  [QuartzResourceAdapter] start quartz!!!
13:23:47,028 INFO  [SimpleThreadPool] Job execution threads will use
class loader of thread: main
13:23:47,058 INFO  [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
13:23:47,068 INFO  [RAMJobStore] RAMJobStore initialized.
13:23:47,068 INFO  [StdSchedulerFactory] Quartz scheduler
'DefaultQuartzScheduler' initialized from default resource file in
Quartz package: 'quartz.properties'
13:23:47,068 INFO  [StdSchedulerFactory] Quartz scheduler version: 1.5.2
13:23:47,068 INFO  [QuartzScheduler] Scheduler
DefaultQuartzScheduler_$_NON_CLUSTERED started.



--
Bill Burke
Chief Architect
JBoss Inc.


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] (no subject)

2006-05-11 Thread Kabir Khan


AOP should be fine
> -Original Message-
> From: Scott M Stark [mailto:[EMAIL PROTECTED]] 
> Sent: 11 May 2006 15:32
> To: jboss-development@lists.sourceforge.net
> Subject: thirdparty version changes between 4.0.4.GA and 4.0.3.SP1
> 
> The following thirdparty elements have been updated. We need 
> any compatibility notes that should be included the jbossas 
> 4.0.4.GA release notes.
> 
> antlr to 2.7.6.ga from 2.7.5H3
> apache-httpclient to 2.0.2 from 2.0
> apache-logging to 1.0.5.GA-jboss from 1.0.4jboss 
> apache-myfaces to 1.1.1 from 1.1.0 apache-tomcat to 5.5.17 
> from 5.5.9jboss apache-xalan to j_2.7.0 from j_2.6.0 (this 
> needs to be fixed version
> wise)
> apache-xerces to 2.7.1 from 2.7.0
> apache-xmlsec to 1.2.97 from 1.2
> cglib to 2.1.3.nodep from 2.1.2jboss
> hibernate to 3.2.0.CR2 from 3.1rc2jboss
> hibernate-entitymanager to 3.2.0.CR1 from 3.1beta3 (only in 
> ejb3 config of installer) hibernate-annotations to 3.2.0.CR1 
> from 3.1beta5 (only in ejb3 config of
> installer)
> ibm-wsdl4j to 1.5.2jboss from 1.4
> jacorb to 2.2.3 from 2.2.1jboss
> javassist to 3.2.0.CR2 from 3.1RC2
> jboss/aop to 1.5.0.GA from 1.3.4
> jboss/cache to 1.2.4.SP2 from 1.2.3.1
> jboss/microcontainer to 1.0.2 from 1.0.1
> jboss/jbossws14 to 1.0.0.GA from
> jboss/jbossxb to 1.0.0.CR4 from JBossWS4EE jboss/remoting to 
> 1.4.2.GA from 1.2.1_final joesnmp to 0.3.4 from 0.3.3
> 
> corrected trove version to 1.0.2 from incorrect 2.1.1
> 
> introduced jboss/backport-concurrent version="2.1.0.GA"
> introduced jboss/jbossretro-rt version="1.0.0.GA"
> introduced jboss/jbossws(java5) version="1.0.0.GA" (only in 
> ejb3 config of installer) introduced jboss/serialization 
> version="1.0.0.GA"
> introduced quartz version="1.5.2" (only in ejb3 config of installer)
> 
> 
> Scott Stark
> VP Architecture & Technology
> JBoss Inc.
>  
> 
> 

[JBoss-dev] thirdparty version changes between 4.0.4.GA and 4.0.3.SP1

2006-05-11 Thread Scott M Stark
The following thirdparty elements have been updated. We need any
compatibility notes that should be included the jbossas 4.0.4.GA release
notes.

antlr to 2.7.6.ga from 2.7.5H3
apache-httpclient to 2.0.2 from 2.0
apache-logging to 1.0.5.GA-jboss from 1.0.4jboss
apache-myfaces to 1.1.1 from 1.1.0
apache-tomcat to 5.5.17 from 5.5.9jboss
apache-xalan to j_2.7.0 from j_2.6.0 (this needs to be fixed version
wise)
apache-xerces to 2.7.1 from 2.7.0
apache-xmlsec to 1.2.97 from 1.2
cglib to 2.1.3.nodep from 2.1.2jboss
hibernate to 3.2.0.CR2 from 3.1rc2jboss
hibernate-entitymanager to 3.2.0.CR1 from 3.1beta3 (only in ejb3 config
of installer)
hibernate-annotations to 3.2.0.CR1 from 3.1beta5 (only in ejb3 config of
installer)
ibm-wsdl4j to 1.5.2jboss from 1.4
jacorb to 2.2.3 from 2.2.1jboss
javassist to 3.2.0.CR2 from 3.1RC2
jboss/aop to 1.5.0.GA from 1.3.4
jboss/cache to 1.2.4.SP2 from 1.2.3.1
jboss/microcontainer to 1.0.2 from 1.0.1
jboss/jbossws14 to 1.0.0.GA from 
jboss/jbossxb to 1.0.0.CR4 from JBossWS4EE
jboss/remoting to 1.4.2.GA from 1.2.1_final
joesnmp to 0.3.4 from 0.3.3
 
corrected trove version to 1.0.2 from incorrect 2.1.1
 
introduced jboss/backport-concurrent version="2.1.0.GA"
introduced jboss/jbossretro-rt version="1.0.0.GA"
introduced jboss/jbossws(java5) version="1.0.0.GA" (only in ejb3 config
of installer)
introduced jboss/serialization version="1.0.0.GA"
introduced quartz version="1.5.2" (only in ejb3 config of installer)
 

Scott Stark
VP Architecture & Technology
JBoss Inc.
 
 


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] FW: Access to kernel instance in jboss head

2006-05-11 Thread Thomas Diesler



Folks,
 
I can deploy beans on 
the jboss-head integrated kernel. How can I access the Kernel instance, or more 
specifically get at the KernelRegistry? 
 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3942877#3942877
 
cheers
-thomas
 


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

2006-05-11 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-remoting-testsuite-1.5?log=log20060511061856
BUILD TIMED OUTAnt Error Message: build timeoutDate of build: 05/11/2006 06:18:56Time to build: Last changed: 12/31/2005 20:37:24Last log entry: JBREM-272:Added tests for (clientPool != null) and (threadPool != null) in cleanup.




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (first 50 of 2617)1.3modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/web/ComplexObject.javaJBREM-235 - added new lgpl headers.1.4modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/web/WebInvocationHandler.javaJBREM-235 - added new lgpl headers.1.6modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/web/WebInvokerTestClient.javaJBREM-235 - added new lgpl headers.1.2modifiedtelrodsrc/tests/org/jboss/test/remoting/transporter/TestClient.javaJBREM-235 - added new lgpl headers.1.2modifiedtelrodsrc/tests/org/jboss/test/remoting/transporter/TestServer.javaJBREM-235 - added new lgpl headers.1.2modifiedtelrodsrc/tests/org/jboss/test/remoting/transporter/TestServerImpl.javaJBREM-235 - added new lgpl headers.1.2modifiedtelrodsrc/tests/org/jboss/test/remoting/transporter/TransporterTestCase.javaJBREM-235 - added new lgpl headers.1.6modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/timeout/keepalive/TimeoutServerTest.javaJBREM-235 - added new lgpl headers.1.5modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/web/WebInvokerTestClient.javaJBREM-253 - changed to use coyote connector by default instead of http server invoker.  Also adding many fixes so now only ssl related http tests are failing within the tests suite.1.5modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/timeout/keepalive/TimeoutServerTest.javaJBREM-234 & JBREM-179 & JBREM-223 - fixed EOFException and broke pipe exception.  Also changed the way the timeout was being set on the socket and streams.1.4modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/timeout/keepalive/TimeoutServerTest.javaJBREM-223 - updating timeout test to better show bug.1.3modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/timeout/keepalive/TimeoutServerTest.javaJBREM-223 - rolling back some of the serialization changes and will build back up.1.2modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/timeout/keepalive/TimeoutServerTest.javaJBREM-223 - test case to reproduce (updated)1.1addedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/timeout/keepalive/TimeoutClientTest.javaJBREM-223 - test case to reproduce1.1addedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/timeout/keepalive/TimeoutServerTest.javaJBREM-223 - test case to reproduce1.1addedtelrodsrc/tests/org/jboss/test/remoting/transporter/proxy/Auditor.javaJBREM-431 - added ability for transporter server to automatically expose target POJO via its interfaces (as subsystems).1.2modifiedtelrodsrc/tests/org/jboss/test/remoting/transporter/proxy/Client.javaJBREM-431 - added ability for transporter server to automatically expose target POJO via its interfaces (as subsystems).1.1addedtelrodsrc/tests/org/jboss/test/remoting/transporter/proxy/CompanyProcessor.javaJBREM-431 - added ability for transporter server to automatically expose target POJO via its interfaces (as subsystems).1.2modifiedtelrodsrc/tests/org/jboss/test/remoting/transporter/proxy/CustomerProcessor.javaJBREM-431 - added ability for transporter server to automatically expose target POJO via its interfaces (as subsystems).1.2modifiedtelrodsrc/tests/org/jboss/test/remoting/transporter/proxy/CustomerProcessorImpl.javaJBREM-431 - added ability for transporter server to automatically expose target POJO via its interfaces (as subsystems).1.2modifiedtelrodsrc/tests/org/jboss/test/remoting/transporter/proxy/Server.javaJBREM-431 - added ability for transporter server to automatically expose target POJO via its interfaces (as subsystems).1.1addedtelrodsrc/tests/org/jboss/test/remoting/transporter/proxy/Address.javaJBREM-312 & JBREM-432 - made Client externalizable so can be sent over the network (as a TransporterClient or otherwise)1.1addedtelrodsrc/tests/org/jboss/test/remoting/transporter/proxy/Client.javaJBREM-312 & JBREM-432 - made Client externalizable so can be sent over the network (as a TransporterClient or otherwise)1.1addedtelrodsrc/tests/org/jboss/test/remoting/transporter/proxy/Customer.javaJBREM-312 & JBREM-432 - made Client externalizable so can be sent over the network (as a TransporterClient or otherwise)1.1addedtelrodsrc/tests/org/jboss/test/remoting/transporter/proxy/CustomerProcessor.javaJBREM-312 & JBREM-432 - made Client externalizable so can be sent over the network (as a TransporterClient or otherwise)1.1addedtelrodsrc/tests/org/jboss/test/remoting/transporter/proxy/CustomerProcessorImpl.javaJBREM-312 & JBREM-43

[JBoss-dev] RE: EJB3 testing dependencies

2006-05-11 Thread Scott M Stark
I have to build a new installer snapshot based on the updated ejb3
content. 

> -Original Message-
> From: Dimitris Andreadis 
> Sent: Thursday, May 11, 2006 5:24 AM
> To: Scott M Stark; Thomas Heute; Bill Burke
> Cc: jboss-development@lists.sourceforge.net
> Subject: EJB3 testing dependencies
> 
> 
> Except for the fix of the ejb3-4.0-testsuite 
> (http://jira.jboss.com/jira/browse/JBAS-2988)
> 
> Is there a way to get seam & ejb3 examples tested?
> 
> http://jira.jboss.com/jira/browse/JBAS-3067 (seam examples)
> http://jira.jboss.com/jira/browse/JBAS-3066 (ej3 examples)
> 
> 1) Can Thomas just use the jboss-4.0.4.GA-ejb3 build to try 
> Seam examples, without needing the installer?
> 2) There is no volunteer for testing the ejb3 examples, so far.
> 


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] RE: Quartz in 4.0.4.GA

2006-05-11 Thread Scott M Stark
It was not discussed and should only be part of the ejb3 config in the
installer at this point. 

> -Original Message-
> From: Dimitris Andreadis 
> Sent: Thursday, May 11, 2006 3:42 AM
> To: Bill Burke; Scott M Stark
> Cc: jboss-development@lists.sourceforge.net
> Subject: Quartz in 4.0.4.GA
> 
> Hi,
> 
> I saw Bill added lib/quartz-all-1.5.2.jar and 
> deploy/quartz-ra.rar, in the default/all configs.
> 
> Was there any discussion on this or jira issue to track it? 
> Where is this used? Is it tested at all?
> 
> 13:23:46,908 INFO  [RARDeployment] Required license terms 
> exist, view META-INF/ra.xml in .../deploy/quartz-ra.rar
> 13:23:46,918 INFO  [QuartzResourceAdapter] start quartz!!!
> 13:23:47,028 INFO  [SimpleThreadPool] Job execution threads 
> will use class loader of thread: main
> 13:23:47,058 INFO  [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
> 13:23:47,068 INFO  [RAMJobStore] RAMJobStore initialized.
> 13:23:47,068 INFO  [StdSchedulerFactory] Quartz scheduler 
> 'DefaultQuartzScheduler' initialized from default resource 
> file in Quartz package: 'quartz.properties'
> 13:23:47,068 INFO  [StdSchedulerFactory] Quartz scheduler 
> version: 1.5.2
> 13:23:47,068 INFO  [QuartzScheduler] Scheduler 
> DefaultQuartzScheduler_$_NON_CLUSTERED started.


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] EJB3 testing dependencies

2006-05-11 Thread Dimitris Andreadis

Except for the fix of the ejb3-4.0-testsuite
(http://jira.jboss.com/jira/browse/JBAS-2988)

Is there a way to get seam & ejb3 examples tested?

http://jira.jboss.com/jira/browse/JBAS-3067 (seam examples)
http://jira.jboss.com/jira/browse/JBAS-3066 (ej3 examples)

1) Can Thomas just use the jboss-4.0.4.GA-ejb3 build to try Seam
examples, without needing the installer?
2) There is no volunteer for testing the ejb3 examples, so far.


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] Quartz in 4.0.4.GA

2006-05-11 Thread Dimitris Andreadis
Hi,

I saw Bill added lib/quartz-all-1.5.2.jar and deploy/quartz-ra.rar, in
the default/all configs.

Was there any discussion on this or jira issue to track it? Where is
this used? Is it tested at all?

13:23:46,908 INFO  [RARDeployment] Required license terms exist, view
META-INF/ra.xml in .../deploy/quartz-ra.rar
13:23:46,918 INFO  [QuartzResourceAdapter] start quartz!!!
13:23:47,028 INFO  [SimpleThreadPool] Job execution threads will use
class loader of thread: main
13:23:47,058 INFO  [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
13:23:47,068 INFO  [RAMJobStore] RAMJobStore initialized.
13:23:47,068 INFO  [StdSchedulerFactory] Quartz scheduler
'DefaultQuartzScheduler' initialized from default resource file in
Quartz package: 'quartz.properties'
13:23:47,068 INFO  [StdSchedulerFactory] Quartz scheduler version: 1.5.2
13:23:47,068 INFO  [QuartzScheduler] Scheduler
DefaultQuartzScheduler_$_NON_CLUSTERED started.


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2006-05-11 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-remoting-testsuite-1.4?log=log20060511041840
BUILD TIMED OUTAnt Error Message: build timeoutDate of build: 05/11/2006 04:18:40Time to build: Last changed: 05/11/2006 03:46:33Last log entry: JBREM-459:  override init() to add keystore information to configuration map.




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (first 50 of 366)1.2modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/multiplex/ssl/basic/MultiplexInvokerServerTest.javaJBREM-459:  override init() to add keystore information to configuration map.1.1addedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/ssl/no_connection_check/InvokerClientTest.javaAdding test for ssl socket connection when not checking connections.1.1addedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/ssl/no_connection_check/InvokerServerTest.javaAdding test for ssl socket connection when not checking connections.1.1addedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/ssl/no_connection_check/InvokerTestCase.javaAdding test for ssl socket connection when not checking connections.1.1addedtelrodsrc/tests/org/jboss/test/remoting/transporter/proxy/Auditor.javaJBREM-431 - added ability for transporter server to automatically expose target POJO via its interfaces (as subsystems).1.2modifiedtelrodsrc/tests/org/jboss/test/remoting/transporter/proxy/Client.javaJBREM-431 - added ability for transporter server to automatically expose target POJO via its interfaces (as subsystems).1.1addedtelrodsrc/tests/org/jboss/test/remoting/transporter/proxy/CompanyProcessor.javaJBREM-431 - added ability for transporter server to automatically expose target POJO via its interfaces (as subsystems).1.2modifiedtelrodsrc/tests/org/jboss/test/remoting/transporter/proxy/CustomerProcessor.javaJBREM-431 - added ability for transporter server to automatically expose target POJO via its interfaces (as subsystems).1.2modifiedtelrodsrc/tests/org/jboss/test/remoting/transporter/proxy/CustomerProcessorImpl.javaJBREM-431 - added ability for transporter server to automatically expose target POJO via its interfaces (as subsystems).1.2modifiedtelrodsrc/tests/org/jboss/test/remoting/transporter/proxy/Server.javaJBREM-431 - added ability for transporter server to automatically expose target POJO via its interfaces (as subsystems).1.1addedtelrodsrc/tests/org/jboss/test/remoting/transporter/proxy/Address.javaJBREM-312 & JBREM-432 - made Client externalizable so can be sent over the network (as a TransporterClient or otherwise)1.1addedtelrodsrc/tests/org/jboss/test/remoting/transporter/proxy/Client.javaJBREM-312 & JBREM-432 - made Client externalizable so can be sent over the network (as a TransporterClient or otherwise)1.1addedtelrodsrc/tests/org/jboss/test/remoting/transporter/proxy/Customer.javaJBREM-312 & JBREM-432 - made Client externalizable so can be sent over the network (as a TransporterClient or otherwise)1.1addedtelrodsrc/tests/org/jboss/test/remoting/transporter/proxy/CustomerProcessor.javaJBREM-312 & JBREM-432 - made Client externalizable so can be sent over the network (as a TransporterClient or otherwise)1.1addedtelrodsrc/tests/org/jboss/test/remoting/transporter/proxy/CustomerProcessorImpl.javaJBREM-312 & JBREM-432 - made Client externalizable so can be sent over the network (as a TransporterClient or otherwise)1.1addedtelrodsrc/tests/org/jboss/test/remoting/transporter/proxy/ICustomer.javaJBREM-312 & JBREM-432 - made Client externalizable so can be sent over the network (as a TransporterClient or otherwise)1.1addedtelrodsrc/tests/org/jboss/test/remoting/transporter/proxy/Server.javaJBREM-312 & JBREM-432 - made Client externalizable so can be sent over the network (as a TransporterClient or otherwise)1.1addedtelrodsrc/tests/org/jboss/test/remoting/transporter/proxy/TransporterProxyTestCase.javaJBREM-312 & JBREM-432 - made Client externalizable so can be sent over the network (as a TransporterClient or otherwise)1.1addedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/ssl/handshake/InvokerClientTest.javaJBREM-314 - adding ability to have HandshakeCompletedListener within client.1.1addedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/ssl/handshake/InvokerServerTest.javaJBREM-314 - adding ability to have HandshakeCompletedListener within client.1.1addedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/ssl/handshake/InvokerTestCase.javaJBREM-314 - adding ability to have HandshakeCompletedListener within client.1.4modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/multiplex/utility/GrowableStreamTestCase.javaJBREM-390, JBREM-394, JBREM-395:Added test for VirtualSocket.1.8modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/web/WebInvokerTestClient.javaJBREM-425 - adding ability to process compressed (gzipped) responses from ht

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

2006-05-11 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jbpm-db2-testsuite?log=log20060511053752
BUILD FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-jbpm-db-matrix.xml:116: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-jbpm-db-matrix.xml:41: Exit code: 1   See build.log in Build Artifacts for details.Date of build: 05/11/2006 05:37:52Time to build: 56 secondsLast changed: 05/09/2006 10:19:25Last log entry: make sure that target folders are not comitted




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (first 50 of 1717)1.3deletedtbaeyenssrc/java.jbpm/org/jbpm/persistence/JbpmPersistenceException.javajbpm new project structure1.10deletedtbaeyenssrc/java.jbpm/org/jbpm/persistence/PersistenceService.javajbpm new project structure1.15deletedtbaeyenssrc/java.jbpm/org/jbpm/persistence/db/DbPersistenceService.javajbpm new project structure1.9deletedtbaeyenssrc/java.jbpm/org/jbpm/persistence/db/DbPersistenceServiceFactory.javajbpm new project structure1.2deletedtbaeyenssrc/java.jbpm/overview.htmljbpm new project structure1.26deletedtbaeyenssrc/java.jbpm/org/jbpm/JbpmConfiguration.javajbpm new project structure1.23deletedtbaeyenssrc/java.jbpm/org/jbpm/JbpmContext.javajbpm new project structure1.4deletedtbaeyenssrc/java.jbpm/org/jbpm/JbpmException.javajbpm new project structure1.7deletedtbaeyenssrc/java.jbpm/org/jbpm/default.jbpm.cfg.xmljbpm new project structure1.2deletedtbaeyenssrc/java.jbpm/org/jbpm/package.htmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/new.execution.jpgjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/node.execute.method.gifjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/node.transition.classes.gifjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/overview.gifjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/persistence.api.gifjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/pluggable.architecture.gifjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/pojo.command.executor.gifjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/responsibility.matrix.gifjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/scheduler.classes.gifjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/scheduler.overview.gifjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/service.orchestration.jpgjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/task.controllers.jpgjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/traditional.bpm.approach.jpgjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/transition.take.method.gifjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/two.dim.fragmentation.jpgjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/update.erp.example.gifjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/wait.state.jpgjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/workflow.landscape.gifjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/async.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/calendar.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/configuration.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/context.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/database.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/deployment.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/developers.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/docmgmt.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/gettingstarted.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/gop.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/introduction.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/jpdl.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/logging.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/mail.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/modelling.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/persistence.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/pluggable.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/scheduler.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/security.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/taskmgmt.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/tdd.xmljbpm new project structure1.1addedtbaeyensjpdl/user

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

2006-05-11 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jbpm-mssql-testsuite?log=log20060511053646
BUILD FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-jbpm-db-matrix.xml:123: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-jbpm-db-matrix.xml:41: Exit code: 1   See build.log in Build Artifacts for details.Date of build: 05/11/2006 05:36:46Time to build: 57 secondsLast changed: 05/09/2006 10:19:25Last log entry: make sure that target folders are not comitted




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (first 50 of 1717)1.3deletedtbaeyenssrc/java.jbpm/org/jbpm/persistence/JbpmPersistenceException.javajbpm new project structure1.10deletedtbaeyenssrc/java.jbpm/org/jbpm/persistence/PersistenceService.javajbpm new project structure1.15deletedtbaeyenssrc/java.jbpm/org/jbpm/persistence/db/DbPersistenceService.javajbpm new project structure1.9deletedtbaeyenssrc/java.jbpm/org/jbpm/persistence/db/DbPersistenceServiceFactory.javajbpm new project structure1.2deletedtbaeyenssrc/java.jbpm/overview.htmljbpm new project structure1.26deletedtbaeyenssrc/java.jbpm/org/jbpm/JbpmConfiguration.javajbpm new project structure1.23deletedtbaeyenssrc/java.jbpm/org/jbpm/JbpmContext.javajbpm new project structure1.4deletedtbaeyenssrc/java.jbpm/org/jbpm/JbpmException.javajbpm new project structure1.7deletedtbaeyenssrc/java.jbpm/org/jbpm/default.jbpm.cfg.xmljbpm new project structure1.2deletedtbaeyenssrc/java.jbpm/org/jbpm/package.htmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/new.execution.jpgjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/node.execute.method.gifjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/node.transition.classes.gifjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/overview.gifjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/persistence.api.gifjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/pluggable.architecture.gifjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/pojo.command.executor.gifjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/responsibility.matrix.gifjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/scheduler.classes.gifjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/scheduler.overview.gifjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/service.orchestration.jpgjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/task.controllers.jpgjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/traditional.bpm.approach.jpgjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/transition.take.method.gifjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/two.dim.fragmentation.jpgjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/update.erp.example.gifjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/wait.state.jpgjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/workflow.landscape.gifjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/async.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/calendar.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/configuration.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/context.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/database.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/deployment.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/developers.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/docmgmt.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/gettingstarted.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/gop.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/introduction.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/jpdl.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/logging.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/mail.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/modelling.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/persistence.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/pluggable.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/scheduler.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/security.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/taskmgmt.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/tdd.xmljbpm new project structure1.1addedtbaeyensjpdl/us

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

2006-05-11 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jbpm-mysql-testsuite?log=log20060511053552
BUILD FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-jbpm-db-matrix.xml:92: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-jbpm-db-matrix.xml:41: Exit code: 1   See build.log in Build Artifacts for details.Date of build: 05/11/2006 05:35:52Time to build: 44 secondsLast changed: 05/09/2006 10:19:25Last log entry: make sure that target folders are not comitted




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (first 50 of 1731)1.3deletedtbaeyenssrc/java.jbpm/org/jbpm/persistence/JbpmPersistenceException.javajbpm new project structure1.10deletedtbaeyenssrc/java.jbpm/org/jbpm/persistence/PersistenceService.javajbpm new project structure1.15deletedtbaeyenssrc/java.jbpm/org/jbpm/persistence/db/DbPersistenceService.javajbpm new project structure1.9deletedtbaeyenssrc/java.jbpm/org/jbpm/persistence/db/DbPersistenceServiceFactory.javajbpm new project structure1.2deletedtbaeyenssrc/java.jbpm/overview.htmljbpm new project structure1.26deletedtbaeyenssrc/java.jbpm/org/jbpm/JbpmConfiguration.javajbpm new project structure1.23deletedtbaeyenssrc/java.jbpm/org/jbpm/JbpmContext.javajbpm new project structure1.4deletedtbaeyenssrc/java.jbpm/org/jbpm/JbpmException.javajbpm new project structure1.7deletedtbaeyenssrc/java.jbpm/org/jbpm/default.jbpm.cfg.xmljbpm new project structure1.2deletedtbaeyenssrc/java.jbpm/org/jbpm/package.htmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/scheduler.overview.gifjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/service.orchestration.jpgjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/task.controllers.jpgjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/traditional.bpm.approach.jpgjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/transition.take.method.gifjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/two.dim.fragmentation.jpgjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/update.erp.example.gifjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/wait.state.jpgjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/workflow.landscape.gifjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/async.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/calendar.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/configuration.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/context.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/database.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/deployment.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/developers.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/docmgmt.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/gettingstarted.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/gop.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/introduction.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/jpdl.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/logging.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/mail.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/modelling.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/persistence.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/pluggable.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/scheduler.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/security.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/taskmgmt.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/tdd.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/tutorial.xmljbpm new project structure1.25modifiedtbaeyenssrc/java.jbpm/org/jbpm/JbpmConfiguration.javaseam pageflow update.  Changed type of ProcessDefinition.startState from StartState to Node1.24modifiedtbaeyenssrc/java.jbpm/org/jbpm/JbpmConfiguration.javafinished configuration updates1.6modifiedtbaeyenssrc/java.jbpm/org/jbpm/default.jbpm.cfg.xmlfinished configuration updates1.14modifiedtbaeyenssrc/java.jbpm/org/jbpm/persistence/db/DbPersistenceService.javafinished configuration updates1.23modifiedtbaeyenssrc/java.jbpm/org/jbpm/JbpmConfiguration.javaimproved default configuration : JBPM-6351.5modifiedtbaeyenssrc/java.jbpm/org/jbpm/default.jbpm.cfg.xmlimproved default configuration : JBPM-6351.22modifiedtbaeyenssrc/java.jbpm/org/jbpm/JbpmContext.javaadded support for 

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

2006-05-11 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jbpm-sybase-testsuite?log=log20060511053456
BUILD FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-jbpm-db-matrix.xml:107: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-jbpm-db-matrix.xml:41: Exit code: 1   See build.log in Build Artifacts for details.Date of build: 05/11/2006 05:34:56Time to build: 44 secondsLast changed: 05/09/2006 10:19:25Last log entry: make sure that target folders are not comitted




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (first 50 of 1725)1.3deletedtbaeyenssrc/java.jbpm/org/jbpm/persistence/JbpmPersistenceException.javajbpm new project structure1.10deletedtbaeyenssrc/java.jbpm/org/jbpm/persistence/PersistenceService.javajbpm new project structure1.15deletedtbaeyenssrc/java.jbpm/org/jbpm/persistence/db/DbPersistenceService.javajbpm new project structure1.9deletedtbaeyenssrc/java.jbpm/org/jbpm/persistence/db/DbPersistenceServiceFactory.javajbpm new project structure1.2deletedtbaeyenssrc/java.jbpm/overview.htmljbpm new project structure1.26deletedtbaeyenssrc/java.jbpm/org/jbpm/JbpmConfiguration.javajbpm new project structure1.23deletedtbaeyenssrc/java.jbpm/org/jbpm/JbpmContext.javajbpm new project structure1.4deletedtbaeyenssrc/java.jbpm/org/jbpm/JbpmException.javajbpm new project structure1.7deletedtbaeyenssrc/java.jbpm/org/jbpm/default.jbpm.cfg.xmljbpm new project structure1.2deletedtbaeyenssrc/java.jbpm/org/jbpm/package.htmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/pojo.command.executor.gifjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/responsibility.matrix.gifjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/scheduler.classes.gifjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/scheduler.overview.gifjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/service.orchestration.jpgjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/task.controllers.jpgjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/traditional.bpm.approach.jpgjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/transition.take.method.gifjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/two.dim.fragmentation.jpgjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/update.erp.example.gifjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/wait.state.jpgjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/images/workflow.landscape.gifjbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/async.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/calendar.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/configuration.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/context.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/database.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/deployment.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/developers.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/docmgmt.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/gettingstarted.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/gop.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/introduction.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/jpdl.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/logging.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/mail.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/modelling.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/persistence.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/pluggable.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/scheduler.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/security.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/taskmgmt.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/tdd.xmljbpm new project structure1.1addedtbaeyensjpdl/userguide/en/modules/tutorial.xmljbpm new project structure1.25modifiedtbaeyenssrc/java.jbpm/org/jbpm/JbpmConfiguration.javaseam pageflow update.  Changed type of ProcessDefinition.startState from StartState to Node1.24modifiedtbaeyenssrc/java.jbpm/org/jbpm/JbpmConfiguration.javafinished configuration updates1.6modifiedtbaeyenssrc/java.jbpm/org/jbpm/default.jbpm.cfg.xmlfinished configuration updates1.14modifiedtbaeyenssrc/java.jbpm/org/jbpm/persistence/db/DbPersistenceService.javafinished configuration updates1.23modified

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

2006-05-11 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-cache-testsuite?log=log20060511030137
TESTS FAILEDAnt Error Message: /services/cruisecontrol/work/scripts/build-JBossCache.xml:86: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-common-targets.xml:11: Build Successful - Tests completed with errors or failures.Date of build: 05/11/2006 03:01:37Time to build: 76 minutes 18 secondsLast changed: 05/10/2006 20:46:33Last log entry: Commented out the temp test.




    Unit Tests: (1529)    Total Errors and Failures: (9)unknownorg.jboss.cache.aop.statetransfer.StateTransfer124AopTestunknownorg.jboss.cache.aop.statetransfer.StateTransfer130AopTestunknownorg.jboss.cache.buddyreplication.BuddyPoolBroadcastTestunknownorg.jboss.cache.marshall.SyncReplTestunknownorg.jboss.cache.replicated.SyncReplTxTestunknownorg.jboss.cache.statetransfer.StateTransfer1241Testunknownorg.jboss.cache.statetransfer.StateTransfer124Testunknownorg.jboss.cache.statetransfer.StateTransfer130Testunknownorg.jboss.cache.statetransfer.StateTransfer140Test 
 Modifications since last build: (first 50 of 1108)1.6modifiedmsurtanitests/scripts/bench.xmlChanged UseMarshalling (deprecated) to UseRegionBasedMarshalling1.2deletedmsurtanitests/perf/org/jboss/cache/data/RandomString.javaMoved test data from perf to functional1.3deletedmsurtanitests/perf/org/jboss/cache/data/Student.javaMoved test data from perf to functional1.5modifiedmsurtanitests/stress/org/jboss/cache/BuddyReplicationStressTest.javaDisable stress test1.1addedbwangtests/scripts/benchmark-50.shperf test pojos with jdk50 annotation1.9modifiedbwangtests/scripts/readme.txtperf test pojos with jdk50 annotation1.1addedbwangtests-50/perf/org/jboss/cache/data/Address.javaperf test pojos with jdk50 annotation1.1addedbwangtests-50/perf/org/jboss/cache/data/Course.javaperf test pojos with jdk50 annotation1.1addedbwangtests-50/perf/org/jboss/cache/data/Person.javaperf test pojos with jdk50 annotation1.1addedbwangtests-50/perf/org/jboss/cache/data/RandomString.javaperf test pojos with jdk50 annotation1.1addedbwangtests-50/perf/org/jboss/cache/data/Student.javaperf test pojos with jdk50 annotation1.4modifiedmsurtanitests/stress/org/jboss/cache/BuddyReplicationStressTest.javaAdded BR stress test1.3modifiedmsurtanitests/stress/org/jboss/cache/BuddyReplicationStressTest.javaAdded logging1.2modifiedmsurtanitests/stress/org/jboss/cache/BuddyReplicationStressTest.javaAdded BR stress test1.1addedmsurtanitests/stress/org/jboss/cache/BuddyReplicationStressTest.javaAdded BR stress test1.6modifiedmsurtanitests/perf/org/jboss/cache/loader/CacheLoaderPerfTest.javaHow many implementations of sleep() does a test suite need?1.2modifiedmsurtanitests/perf/org/jboss/cache/loader/JDBCCacheLoaderPerfTest.javaHow many implementations of sleep() does a test suite need?1.1addedbwangtests/scripts/benchmark-fieldEmulator.shupd1.8modifiedbwangtests/scripts/readme.txtUse testPerf.jar for the tester instead1.1addedbwangtests/scripts/benchmark-jar.shUse testPerf.jar for the tester instead1.3modifiedbwangtests/scripts/benchmark-pojocache.shMinor change to AOP_PATH1.9modifiedbwangtests/scripts/benchmark.shMinor change to AOP_PATH1.8modifiedbwangtests/scripts/bench.txtupd with additional lib1.2modifiedbwangtests/scripts/benchmark-pojocache.shupd with additional lib1.8modifiedbwangtests/scripts/benchmark.shupd with additional lib1.7modifiedbwangtests/scripts/readme.txtupd with additional lib1.2modifiedbwangtests/perf/org/jboss/cache/data/Student.javaJBCACHE-574 Optimize PojoCache in LOCAL mode: use _removeObject in switched to using List instead of Set.1.1addedbwangtests/scripts/benchmark-pojocache.shadded1.6modifiedbwangtests/scripts/readme.txtadded1.1addedbwangtests-50/functional/org/jboss/cache/aop/ReplicatedAnnotationAopTest.javaJBCACHE-451 & JBCACHE-454 @Transient and @Serializable support.1.2modifiedbwangtests-50/functional/org/jboss/cache/aop/test/Address.javaJBCACHE-451 & JBCACHE-454 @Transient and @Serializable support.1.1addedbwangtests-50/functional/org/jboss/cache/aop/test/Gadget.javaJBCACHE-451 & JBCACHE-454 @Transient and @Serializable support.1.2modifiedbwangtests-50/functional/org/jboss/cache/aop/test/Link.javaJBCACHE-451 & JBCACHE-454 @Transient and @Serializable support.1.2modifiedbwangtests-50/functional/org/jboss/cache/aop/test/NetworkAdmin.javaJBCACHE-451 & JBCACHE-454 @Transient and @Serializable support.1.2modifiedbwangtests-50/functional/org/jboss/cache/aop/test/NetworkDomain.javaJBCACHE-451 & JBCACHE-454 @Transient and @Serializable support.1.2modifiedbwangtests-50/functional/org/jboss/cache/aop/test/NetworkElement.javaJBCACHE-451 & JBCACHE-454 @Transient and @Serializable support.1.2modifiedbwangtests-50/functional/org/jboss/cache/aop/test/NetworkNode.javaJBCACHE-451 & JBCACHE-454 @Transient and @Serializable support.1.2modifiedbwang