[JBoss-dev] Re: EJB3 testing dependencies

2006-05-16 Thread Bill Burke
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

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=lnkkid=120709bid=263057dat=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-16 Thread Scott M Stark
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
 


---
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=lnkkid0709bid3057dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2006-05-16 Thread Scott M Stark
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,name=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=lnkkid0709bid3057dat1642
___
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-12 Thread Bill Burke

is this an installer or regular test?

Scott M Stark wrote:

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.






--
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=lnkkid=120709bid=263057dat=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-12 Thread Scott M Stark
Regular test in the jboss-4.0.x module. The aop def had a name typo as I
mentioned in a latter email. 

 -Original Message-
 From: Bill Burke 
 Sent: Friday, May 12, 2006 7:20 AM
 To: Scott M Stark
 Cc: Dimitris Andreadis; Thomas Heute; 
 jboss-development@lists.sourceforge.net
 Subject: Re: EJB3 testing dependencies
 
 is this an installer or regular test?


---
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=lnkkid0709bid3057dat1642
___
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
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=lnkkid0709bid3057dat1642
___
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
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=lnkkid0709bid3057dat1642
___
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

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=lnkkid=120709bid=263057dat=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=lnkkid0709bid3057dat1642
___
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

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=lnkkid=120709bid=263057dat=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=lnkkid0709bid3057dat1642
___
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=lnkkid=120709bid=263057dat=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
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=lnkkid0709bid3057dat1642
___
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=lnkkid=120709bid=263057dat=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
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=lnkkid0709bid3057dat1642
___
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=lnkkid=120709bid=263057dat=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=lnkkid0709bid3057dat1642
___
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=lnkkid=120709bid=263057dat=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

$ 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=lnkkid=120709bid=263057dat=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
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=lnkkid0709bid3057dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

   stack name=ServiceientInterceptors
  interceptor-ref
name=org.jboss.ejb3.remoting.IsLocalInterceptor/
  interceptor-ref
name=org.jboss.aspects.security.SecurityClientInterceptor/
  interceptor-ref
name=org.jboss.aspects.tx.ClientTxPropagationInterceptor/
  interceptor-ref
name=org.jboss.aspects.remoting.InvokeRemoteInterceptor/
   /stack

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=kkid0709bid3057dat1642
 ___
 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=lnkkid0709bid3057dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development