Re: [JBoss-dev] Tomcat6 upgrade broke webapps in HEAD?

2006-07-13 Thread Bill Burke
please coordinate with me.  I'm almost done with the EE5 integration and 
annotation processing.

Remy Maucherat wrote:
 what is in CVS is an old snapshot.
 
 Is it really that old ?
 
 I'll create a new JBoss Web repository next week, based on the new Tomcat 
 code, and AS should be able to use that.
 
 Rémy
 
 


-
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] [Fwd: [Design of EJB 3.0] - Re: javax.ejb.SessionContext vs specs]

2006-07-13 Thread Bill Burke
More JDK 5 dependencies.

 Original Message 
Subject: [Design of EJB 3.0] - Re: javax.ejb.SessionContext vs specs
Date: Thu, 13 Jul 2006 15:44:53 -0400 (EDT)
From: wolfc [EMAIL PROTECTED]
To: [EMAIL PROTECTED]

http://jira.jboss.com/jira/browse/EJBTHREE-650
http://jira.jboss.com/jira/browse/EJBTHREE-651

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3957868#3957868

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3957868



-
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


Re: [JBoss-dev] Tomcat6 upgrade broke webapps in HEAD?

2006-07-12 Thread Bill Burke
what is in CVS is an old snapshot.

Remy Maucherat wrote:
 In that case the problem would be some old code in the Tomcat 6
 integration?
 
 This can't be: this was done a while ago, and commons-el is no longer used. 
 For some reason, it works for me fine in JBoss, BTW.
 
 Should I hold off on putting commons-el back into the build?
 
 Yes (but when I built it, commons-el is included, so I deleted it).
 
 Rémy
 
 


-
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


Re: [JBoss-dev] Tomcat 6 integrated

2006-06-27 Thread Bill Burke
We could use declare-error AOP pointcuts to make sure that projects that 
require JDK 1.4 backward compatibility don't use JDK 5 libraries.

Ruel Loehr wrote:
 We won't change it for the whole build.   Some modules are required to be 
 built to a 1.4 specification so that we can backport changes if necessary.
 
 The required changes at this point are:
 1)  Up the src target version of tomcat to 1.5
 2)  Modify cruisecontrol to build jboss-head with a 1.5 jdk 
 a)  Then rebuild a subset of the modules using a 1.4 jdk to ensure no 1.5 
 based class usage has leaked into the code for backportable modules
 
 
 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 Stan Silvert
 Sent: Monday, June 26, 2006 10:29 AM
 To: Scott M Stark; Tim Fox
 Cc: JBoss.org development list; Bill Burke; The Core; Ryan Campbell
 Subject: Re: [JBoss-dev] Tomcat 6 integrated
 
 Anybody have a problem with hard-coding 1.5 in the Tomcat build.xml
 until we can get the other stuff out of head?
 
 Or, can we go ahead and change it for the whole build?
 
 Stan Silvert
 JBoss, a division of RedHat
 [EMAIL PROTECTED]
 
 
-Original Message-
From: Scott M Stark
Sent: Monday, June 26, 2006 11:12 AM
To: Tim Fox; Stan Silvert
Cc: Ryan Campbell; JBoss.org development list; The Core; Bill Burke
Subject: RE: [JBoss-dev] Tomcat 6 integrated

Jboss5 requires a java5 runtime due to javaee5 requirements so you
 
 need to
 
get off of head.

-Original Message-
From: Tim Fox
Sent: Monday, June 26, 2006 8:09 AM
To: Stan Silvert
Cc: Ryan Campbell; JBoss.org development list; Scott M Stark; The
 
 Core;
 
Bill Burke
Subject: Re: [JBoss-dev] Tomcat 6 integrated

1.5 is a pain for us, since we need to build and test our (jboss
messaging) releases using 1.4
 
 
 
 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
 

-- 
Bill Burke
JBoss Lead Architect
Redhat 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


Re: [JBoss-dev] Tomcat 6 integrated

2006-06-22 Thread Bill Burke
This is temporary until Tomcat6 is released.

Dimitris Andreadis wrote:
So at the end of the day, the Tomcat code in JBoss will not 
exactly correspond to an official Tomcat release version.  Is 
that correct?

I know we have been maintaining full Tomcat source within the 
JBoss AS CVS.  I'm wondering about the pros and cons you 
experienced with Tomcat because I'm not sure if we should do 
it for JSF.

Do you guys think it makes sense to check in all of the JSF 
source code or just use a particular release and only check 
the jars into our repository?

Stan Silvert
JBoss, a division of RedHat
[EMAIL PROTECTED]
 
 
 We don't maintain full tomcat source, just an integration module (or has
 our plan changed??)
 

-- 
Bill Burke
JBoss Lead Architect
Redhat 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] Tomcat 6 integrated

2006-06-21 Thread Bill Burke
Ok, I took a snapshot of Tomcat 6 SVN and integrated it with JBoss.  It 
had some annotation mistakes from spec (@DeclareRoles and @EJB was in 
the wrong package) so I had to modify it.

The only thing I tested was the JMX-Console and EJB3 webservices.  I had 
run the web testsuite before the integration and got a lot of errors so 
didn't bother trying after the integration.  Also, Anil said he would 
fix any problems anyways.

The repository has a snapshot of the sourcecode if you need to look back 
to it.

By end of next week (hopefully a lot sooner), I hope to have the 1st 
iteration of injection into Tomcat for Java EE 5.  This will require 
minor changes to Tomcat and also a refactoring of EJB3 so that code can 
be shared between these modules.

Later,

Bill

P.S.  I CC'd core as I'm not sure my emails get to jboss-dev anymore. 
I'll post same on tomcat forum.

-- 
Bill Burke
JBoss Lead Architect
Redhat Inc.

All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] trove.jar

2006-05-26 Thread Bill Burke



Scott M Stark wrote:

This gets to this installer discussion thread:

http://www.jboss.com/index.html?module=bbop=viewtopict=83584 


We need a common approach to defining how a component is integrated into
a distribution so whether a jar is an embedded aspect or a dependency in
the lib dir are handled consistently across all uses.



Yes, the build system needs to be refactored so that the invidual 
modules have this information and it is easily maintainable on a 
per-project basis.  Our current implementation is not very object oriented.


Bill


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] Breaking out the server/metadata classes

2006-05-26 Thread Bill Burke
IMO, the only thing that should go in this shared module is shared 
metamodels.  i.e. ejb-ref.  web.xml metamodel should go in the tomcat 
module.  ejb-jar.xml metamodel in ejb3, etc., but the share integration 
interfaces.  I also want to put the ENC population code within this 
shared module too as it is going to be shared between web/ejb and other 
modules that share ENC injection.


So, I was wrong, j2ee was not a good please.

Bill

Scott M Stark wrote:

I mean all of the org.jboss.metadata.* classes. These are really part of
the deployment layer and this is where the shared usage is showing up:
tomcat, jbossws, ejb3, ...

What we need is the shared deployment metadata model sans the current
xml dependency. The binding of the the metadata source, be it xml,
annotations, etc should be part of the implementation using these
classes. The big issue with making this a truly reusable codebase is
along the lines of the j2ee/jboss specific features. Bill suggested
using the j2ee module as the location for this code. If it was split up
into j2ee specific bindings and deployer specific bindings that could
make sense.



-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On 
Behalf Of Adrian Brock

Sent: Wednesday, May 24, 2006 8:47 AM
To: jboss-development@lists.sourceforge.net
Subject: Re: [JBoss-dev] Breaking out the server/metadata classes

You mean the org.jboss.metadata.MetaData class?

There already is a sort of clone of it in common see 
org.jboss.util.xml.XmlHelper


It doesn't look like it is used though?
It's almost certainly out-of-date?

The real MetaData does need changing like you describe, but 
it does have the problem of mixing J2EE defined stuff with 
jboss specific stuff from jboss-xxx.xml in the same class. 
Sometimes the jboss specific stuff is defined by the plugin 
i.e. XmlLoadable, so you don't even have a metadata class as such.


I've always thought that this stuff should be part of the 
deployment layer. But then there are advantages and 
disadvantages for the metadata, deployer and 
container/runtime to live in the same project.

Advantage: It is easy to maintain.
Disadvantage: It is difficult to expose the model to a client 
because runtime dependencies inevitably leak into it.






---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=kkid7521bid$8729dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development



--
Bill Burke
Chief Architect
JBoss Inc.


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=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 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-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: JBossTest 1.0.0.CR1 released

2006-05-12 Thread Bill Burke
Great work Rajesth.  We have needed this for a *LONG* time.  Now you 
need to write an article about this stuff.  Interested?  I'm sure we can 
get OnJava.com to publish it.


Bill

Rajesh Rajasekaran wrote:



JBossTest 1.0.0.CR1 has been released and is available for download on 
Sourceforge at


http://sourceforge.net/project/showfiles.php?group_id=22866package_id=21938release_id=416399 
http://sourceforge.net/project/showfiles.php?group_id=22866package_id=21938release_id=416399 



 


Its available in the repository under jboss/test

 

This is the standalone release of the test module under JBAS project. It 
is based on the junit test framework


that lets you write test cases that run against the JBoss Application 
Server.


 

This could be used by other JEMS projects like Portal, IDE which 
requires to run tests against the JBoss App server.


Some of the features include:

- Create custom server configurations and control server tasks like 
starting and stopping server from your test suite.


- Create multiple junit reports for the same test run against different 
server configurations.


 

For more information, refer 
http://jboss.com/index.html?module=bbop=viewtopict=77475 
http://jboss.com/index.html?module=bbop=viewtopict=77475


 


Thanks

Rajesh

JBoss QA

 



--
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: JBossTest 1.0.0.CR1 released

2006-05-12 Thread Bill Burke

This is the JUnit integration right?

Walk through a basic EJB/J2EE application and how you can 
deploy/undeploy stuff automatically.


Bill

Rajesh Rajasekaran wrote:

Yes I could write an article explaining the features of the server
controller tasks and the other functionalities in the package. Is there
anything specific I should stress on?


Thanks
Rajesh

-Original Message-
From: Bill Burke 
Sent: Friday, May 12, 2006 3:03 PM

To: Rajesh Rajasekaran
Cc: jboss-development@lists.sourceforge.net; QA
Subject: Re: JBossTest 1.0.0.CR1 released

Great work Rajesth.  We have needed this for a *LONG* time.  Now you 
need to write an article about this stuff.  Interested?  I'm sure we can


get OnJava.com to publish it.

Bill

Rajesh Rajasekaran wrote:



JBossTest 1.0.0.CR1 has been released and is available for download on




Sourceforge at




http://sourceforge.net/project/showfiles.php?group_id=22866package_id=2
1938release_id=416399 


http://sourceforge.net/project/showfiles.php?group_id=22866package_id=
21938release_id=416399 





Its available in the repository under jboss/test



This is the standalone release of the test module under JBAS project.


It 


is based on the junit test framework

that lets you write test cases that run against the JBoss Application 
Server.




This could be used by other JEMS projects like Portal, IDE which 
requires to run tests against the JBoss App server.


Some of the features include:

- Create custom server configurations and control server tasks like 
starting and stopping server from your test suite.


- Create multiple junit reports for the same test run against


different 


server configurations.



For more information, refer 
http://jboss.com/index.html?module=bbop=viewtopict=77475 
http://jboss.com/index.html?module=bbop=viewtopict=77475




Thanks

Rajesh

JBoss QA








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

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

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=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 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 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: cglib still being seen as bytecode provider

2006-05-10 Thread Bill Burke
there is a default.persistence.properties file for this kind of stuff. 
Please change it in head as I will be backmerging everything on thursday.


Bill

Scott M Stark wrote:

Looks much better. I'm going to make the bytecode provider a
configurable option on the ejb3 deployer and har mbean rather than using
a hard-coded setting.

[EMAIL PROTECTED] ~]$ cd /cvs/JBoss4.0/jboss-4.0.x/ejb3
[EMAIL PROTECTED] ejb3]$ ant -buildfile build-test.xml
no-start-jboss-ejb-te
sts
Buildfile: build-test.xml

init:

no-start-jboss-ejb-tests:

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.webservices.unit.WsUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.094
sec

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.regression.ejbthree454.unit.RemoteUnitTe
stCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.297
sec

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.regression.salesforce7123.unit.NotSuppor
tedUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.922
sec

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.regression.scopedclassloader.unit.ScopeU
nitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.781
sec

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.dependency.unit.DependencyUnitTestCase
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.5 sec

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.bmt.unit.BMTUnitTestCase
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 1.984
sec

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.regression.ejbthree249.unit.Dependencies
UnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.641
sec

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.regression.ejbthree316.unit.StatefulUnit
TestCase
[junit] Before DOIT testStateful
[junit] After DOIT testStateful
[junit] After find testStateful
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 16.593
sec

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.regression.ejbthree231.unit.StatefulUnit
TestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.016
sec

init:

test:

test-with-jvmargs:
   [delete] Deleting:
C:\cvs\JBoss4.0\jboss-4.0.x\ejb3\output\log\test.log

init:

test:

test-with-jvmargs:
[junit] Running
org.jboss.ejb3.test.interceptors2.unit.InterceptorsTestCase
[junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 8.437
sec

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.interceptors.unit.RemoteUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.453
sec 




-Original Message-
From: Emmanuel Bernard [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 10, 2006 6:57 AM

To: Scott M Stark
Cc: Dev - JBossSeam; dev-ejb3; jboss-development@lists.sourceforge.net
Subject: Re: cglib still being seen as bytecode provider

I've track down the leak
http://opensource.atlassian.com/projects/hibernate/browse/ANN-340

The new hibernate-annotations.jar (version 3.2.0.CR1) has 
been updated in repository.jboss.com (CVS).


I haven't found other dependecies to CGLIB, in HA and HEM, let me know






--
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: cglib still being seen as bytecode provider

2006-05-10 Thread Bill Burke

scratch that, just read steve's email.

Bill Burke wrote:
there is a default.persistence.properties file for this kind of stuff. 
Please change it in head as I will be backmerging everything on thursday.


Bill

Scott M Stark wrote:


Looks much better. I'm going to make the bytecode provider a
configurable option on the ejb3 deployer and har mbean rather than using
a hard-coded setting.

[EMAIL PROTECTED] ~]$ cd /cvs/JBoss4.0/jboss-4.0.x/ejb3
[EMAIL PROTECTED] ejb3]$ ant -buildfile build-test.xml
no-start-jboss-ejb-te
sts
Buildfile: build-test.xml

init:

no-start-jboss-ejb-tests:

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.webservices.unit.WsUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.094
sec

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.regression.ejbthree454.unit.RemoteUnitTe
stCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.297
sec

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.regression.salesforce7123.unit.NotSuppor
tedUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.922
sec

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.regression.scopedclassloader.unit.ScopeU
nitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.781
sec

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.dependency.unit.DependencyUnitTestCase
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.5 sec

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.bmt.unit.BMTUnitTestCase
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 1.984
sec

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.regression.ejbthree249.unit.Dependencies
UnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.641
sec

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.regression.ejbthree316.unit.StatefulUnit
TestCase
[junit] Before DOIT testStateful
[junit] After DOIT testStateful
[junit] After find testStateful
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 16.593
sec

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.regression.ejbthree231.unit.StatefulUnit
TestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.016
sec

init:

test:

test-with-jvmargs:
   [delete] Deleting:
C:\cvs\JBoss4.0\jboss-4.0.x\ejb3\output\log\test.log

init:

test:

test-with-jvmargs:
[junit] Running
org.jboss.ejb3.test.interceptors2.unit.InterceptorsTestCase
[junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 8.437
sec

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.interceptors.unit.RemoteUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.453
sec


-Original Message-
From: Emmanuel Bernard [mailto:[EMAIL PROTECTED] Sent: 
Wednesday, May 10, 2006 6:57 AM

To: Scott M Stark
Cc: Dev - JBossSeam; dev-ejb3; jboss-development@lists.sourceforge.net
Subject: Re: cglib still being seen as bytecode provider

I've track down the leak
http://opensource.atlassian.com/projects/hibernate/browse/ANN-340

The new hibernate-annotations.jar (version 3.2.0.CR1) has been 
updated in repository.jboss.com (CVS).


I haven't found other dependecies to CGLIB, in HA and HEM, let me know








--
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] build error on Branch_4_0

2006-05-10 Thread Bill Burke

Am I checking it out right?

cvs checkout -r Branch_4_0?

I'm failing the build on IIOP's dependency on avalon logkit.

Bill


--
Bill Burke
Chief Architect
JBoss Inc.


---
Using Tomcat but need to do more? Need to support web services, 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


Re: [JBoss-dev] build error on Branch_4_0

2006-05-10 Thread Bill Burke

maybe because I committed the build-thirdparty dependency for IIOP.

Scott M Stark wrote:

A clean co just built fine for me.

[EMAIL PROTECTED] x]$ cvs -z4 checkout -r Branch_4_0 jboss-4.0.x  cvs.log
[EMAIL PROTECTED] x]$ cd jboss-4.0.x/build/
[EMAIL PROTECTED] build]$ ant
...
BUILD SUCCESSFUL
Total time: 4 minutes 45 seconds 




-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On 
Behalf Of Bill Burke

Sent: Wednesday, May 10, 2006 7:08 PM
To: Jboss-Dev
Subject: [JBoss-dev] build error on Branch_4_0

Am I checking it out right?

cvs checkout -r Branch_4_0?

I'm failing the build on IIOP's dependency on avalon logkit.

Bill


--
Bill Burke
Chief Architect
JBoss Inc.


---
Using Tomcat but need to do more? Need to support web 
services, 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=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=kkid0709bid3057dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development



--
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] merged ejb3 from head to Branch-4_0

2006-05-10 Thread Bill Burke
Still need to fix all the tests that are broken, but a bunch pass and 
its late.  Will clean up tomorrow.


Bill


--
Bill Burke
Chief Architect
JBoss Inc.


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff 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: JBoss 4.0.4 EJB3 5.06%

2006-05-07 Thread Bill Burke
Ok, I'll look into it...I'm back from training.  Considering that 
Branch_4_0 has remained untouched by the EJB3 team, this has been caused 
by others.


Bill

Emmanuel Bernard wrote:

5.06% of EJB3 tests pass on 4.0.4...

Obviously I can't test HEM integration. I've tested it through JBoss 
HEAD though (the test suite is OK here): more tests pass after than 
before, which is a good sign :-)


My release it ready, I'm packaging. If someone can help me raise the 
5.06% of passed tests, I'll try and properly test on 4.0.4


The errors seems to be related to 3 main things:

1. org.jboss.deployment.DeploymentException: ejb-jar.xml must either 
obey the right

xml schema or define a valid DOCTYPE!

2. 18:49:42,546 ERROR [MainDeployer] Could not create deployment: 
file:/C:/temp/jbo
ss-4.0.x/build/output/jboss-4.0.4.GA/server/all/tmp/deploy/tmp47604stateful-test 


.jar-contents/statefulTest-ejb3-interceptors-aop.xml
org.jboss.deployment.DeploymentException: java.lang.RuntimeException: 
unable to
resolve interceptor-ref: org.jboss.ejb3.remoting.IsLocalInterceptor; - 
nested th
rowable: (java.lang.RuntimeException: java.lang.RuntimeException: unable 
to reso

lve interceptor-ref: org.jboss.ejb3.remoting.IsLocalInterceptor)
   at 
org.jboss.aop.deployment.AspectDeployer.create(AspectDeployer.java:17

2)
   at org.jboss.deployment.MainDeployer.create(MainDeployer.java:953)



3. Caused by: java.lang.NoClassDefFoundError: javax/ejb/EJBAccessException
   at java.lang.Class.getDeclaredConstructors0(Native Method)
   at java.lang.Class.privateGetDeclaredConstructors(Class.java:2328)
   at java.lang.Class.getConstructor0(Class.java:2640)
   at java.lang.Class.getConstructor(Class.java:1629)
   at 
org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:

1232)
   at 
org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:

286)
   at 
org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:

344)
   at org.jboss.system.ServiceCreator.install(ServiceCreator.java:157)
   ... 65 more




--
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] deployer prototype Re: microcontainer-head-testsuite Build Failed

2006-04-28 Thread Bill Burke
  from any
   VirtualFile2)
   Fix some bugs
  here and
   there.
1.1
   added
bill
 src/main/org/jboss/vfs/spi/VirtualFileFilter.java
  deployer
 prototype.
   added stuff to
 VFS to:1)
allow you to
  get all
  children
recursively
  from any
   VirtualFile2)
   Fix some bugs
  here and
   there.
1.4
  modified
bill
 src/main/org/jboss/vfs/file/FileImpl.java
  deployer
 prototype.
   added stuff to
 VFS to:1)
allow you to
  get all
  children
recursively
  from any
   VirtualFile2)
   Fix some bugs
  here and
   there.
1.4
  modified
bill
   src/main/org/jboss/vfs/file/FileSystemVFS.java
  deployer
 prototype.
   added stuff to
 VFS to:1)
allow you to
  get all
  children
recursively
  from any
   VirtualFile2)
   Fix some bugs
  here and
   there.
1.3
  modified
bill
   src/main/org/jboss/vfs/file/JarFileEntry.java
  deployer
 prototype.
   added stuff to
 VFS to:1)
allow you to
  get all
  children
recursively
  from any
   VirtualFile2)
   Fix some bugs
  here and
   there.
1.5
  modified
bill
  src/main/org/jboss/vfs/file/JarImpl.java
  deployer
 prototype.
   added stuff to
 VFS to:1)
allow you to
  get all
  children
recursively
  from any
   VirtualFile2)
   Fix some bugs
  here and
   there.
1.4
  modified
bill
src/main/org/jboss/vfs/file/NestedJarFromStream.java
  deployer
 prototype.
   added stuff to
 VFS to:1)
allow you to
  get all
  children
recursively
  from any
   VirtualFile2)
   Fix some bugs
  here and
   there.



--
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


Re: [JBoss-dev] Build breakages

2006-04-27 Thread Bill Burke

Time to bring back the Guiness penalty.

Adrian Brock wrote:

I'm very tempted to just remove webservices from the jbossas build.

It would take far less time than the hour or two I spend every week
trying to figure out how the latest refactorings broke the build.

On Mon, 2006-04-17 at 13:49 +0100, Adrian Brock wrote:


Anybody else getting tired of all the recent build breakages?

BUILD FAILED
/home/ejort/jboss-head/build/build-thirdparty.xml:135: A versioning
problem exists:
Component: apache-tomcat is at version: 5.5.17
but it is also required to be compatible with:
[EMAIL PROTECTED], version=5.5.16}]
by: jboss/jbossws14



--
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: Register Synchronization while the Tx is marked for rollback

2006-04-26 Thread Bill Burke
SFSB has a similar issue.  I'm just going to check to see if the tx is 
marked, if so, just remove the SFSB.




Emmanuel Bernard wrote:
A Seam use reported an isssue in the way Hibernate register a sync with 
JBossTM (the old one at least).
I've described the issue in JIRA 
http://jira.jboss.com/jira/browse/EJBTHREE-540


Please provide feedbacks on this one. We must fix that before JBoss AS 
4.0.4 / JBoss EJB3 / Hibernate EntityManager / Hibernate 3.2.0 get 
released (before J1)


This involves Mark, Steve, Bill and me





--
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] head not compiling

2006-04-20 Thread Bill Burke

org/jboss/ejb/plugins/EntityInstanceCache.java

I'm commenting out the line until someboyd who broke it fixes it.
--
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] another broken part of head in iiop

2006-04-20 Thread Bill Burke

BUILD FAILED
C:\jboss\jboss-head\iiop\build.xml:178: Reference 
apache.avalon.logkit.classpath not found.


Total time: 2 minutes 15 seconds

Please fix this stuff...


--
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] JBOSS_REPOSITORY doesn't work on head anymore

2006-04-17 Thread Bill Burke

it works on Branch_4_0 though.  What changed?
--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] how to checkout tagged 4.0.4cr2?

2006-04-13 Thread Bill Burke

Do you have multiple -r or only the tag?

Meaning:

cvs checkout -r Branch_4_0 -r JBoss_4_0_4_CR2 jboss-4.0.x

or is this ok:

cvs checkout -r JBoss_4_0_4_CR2

Just want to make sure I'm
--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] Should 4.0.4 have cgilib in jbossall-client.jar

2006-04-13 Thread Bill Burke

cglib should be in client as Hibernate needs them on serialization.

Jason T. Greene wrote:

jboss-head has cglib classes in the jbossall-client.jar, however,
jboss-4.0 does not, which one is correct?


Jason T. Greene
Developer - Web Services
JBoss Inc.
 




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=kkid0944bid$1720dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development



--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] Should 4.0.4 have cgilib in jbossall-client.jar

2006-04-13 Thread Bill Burke
Yikes, that sucks.  Just changed E-EJB3 recently to combine 3rd party 
jars into one.


Scott M Stark wrote:

The jbossall-client.jar needs to have only jboss lgpl content as well.
Throwing in asf licensed classes is a potential legal problem as what
are the redistribution terms of this jar? I have had this argument with
Sacha to no resolution so we should not be introducing an unknown
complexity. 




-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On 
Behalf Of Jason T. Greene

Sent: Thursday, April 13, 2006 9:52 AM
To: jboss-development@lists.sourceforge.net
Subject: [JBoss-dev] Should 4.0.4 have cgilib in jbossall-client.jar

jboss-head has cglib classes in the jbossall-client.jar, 
however, jboss-4.0 does not, which one is correct?



Jason T. Greene
Developer - Web Services
JBoss Inc.
 




---
This SF.Net email is sponsored by xPML, a groundbreaking 
scripting language that extends applications into web and 
mobile media. Attend the live webcast and join the prime 
developer group breaking into this new coding territory!

http://sel.as-us.falkag.net/sel?cmd=kkid0944bid$1720dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development





---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=kkid0944bid$1720dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development



--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] Should 4.0.4 have cgilib in jbossall-client.jar

2006-04-13 Thread Bill Burke
Also, I guess JARJAR would have the same implication if we ever wanted 
to do that.


Scott M Stark wrote:

The jbossall-client.jar needs to have only jboss lgpl content as well.
Throwing in asf licensed classes is a potential legal problem as what
are the redistribution terms of this jar? I have had this argument with
Sacha to no resolution so we should not be introducing an unknown
complexity. 




-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On 
Behalf Of Jason T. Greene

Sent: Thursday, April 13, 2006 9:52 AM
To: jboss-development@lists.sourceforge.net
Subject: [JBoss-dev] Should 4.0.4 have cgilib in jbossall-client.jar

jboss-head has cglib classes in the jbossall-client.jar, 
however, jboss-4.0 does not, which one is correct?



Jason T. Greene
Developer - Web Services
JBoss Inc.
 




---
This SF.Net email is sponsored by xPML, a groundbreaking 
scripting language that extends applications into web and 
mobile media. Attend the live webcast and join the prime 
developer group breaking into this new coding territory!

http://sel.as-us.falkag.net/sel?cmd=kkid0944bid$1720dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development





---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=kkid0944bid$1720dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development



--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] ejb3 tests fail unless entire branch is built with jdk5

2006-03-31 Thread Bill Burke
Why don't you have two installer distributions.  One built with JDK5 and 
includes EJB3, one without.


Bill

Scott M Stark wrote:

If the installer is built as it is for the 4.0.x dist with only the
aspects, ejb3 and ejb3x modules built with jdk5, the tests fail because
the ejb3/build-test.xml client.classpath is referring to
${jboss.dist}/client/jbossall-client.jar, but this jar does not contain
the ejb3 classes. It cannot for the 4.0.x dist so the tests need to be
referring to the module jdk5 client jars. The following has the majority
of the tests passing:

   path id=client.classpath
  path refid=apache.log4j.classpath/
  path refid=apache.logging.classpath/
  path refid=jboss.test.classpath/
  path refid=sun.servlet.classpath/
  pathelement path=${jboss.dist}/client/jbossall-client.jar/
  pathelement path=${module.output}/lib/jboss-ejb3-client.jar/
  pathelement path=${module.output}/lib/hibernate-client.jar/
  pathelement
path=${project.root}/aspects/output/lib/jboss-aspect-jdk50-client.jar/

   /path
 
I guess the ejb3 tests should be setting up a jboss-ejb3.dist that

mirrors what the installer has to do to integrate the ejb3 content into
the j2se1.4.2 compiled core and running against that.


Scott Stark
VP Architecture  Technology
JBoss Inc.
 



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=kkid0944bid$1720dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development



--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] how do Class-Path entries effect deployment?

2006-03-23 Thread Bill Burke

User running into severe deployment problems.

http://www.jboss.com/index.html?module=bbop=viewtopicp=3932257#3932257


--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] Re: jboss-4.0-testsuite Build Completed With Testsuite Errors

2006-03-23 Thread Bill Burke

Hmmm, probably related to the EJB3 jacc failures?

Ryan Campbell wrote:

All these JACC tests are failing, and the jacc-security-mgr logs show this:

 


java.lang.NoSuchMethodException: 
org.jboss.security.jacc.SecurityService.setObjectName(javax.management.ObjectName)

at java.lang.Class.getMethod(Class.java:986)

at 
org.jboss.mx.server.AbstractMBeanInvoker.inject(AbstractMBeanInvoker.java:944)

at 
org.jboss.mx.server.AbstractMBeanInvoker.preRegister(AbstractMBeanInvoker.java:658)

at 
org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:697)

at 
org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:211)

at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)

at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:324)

at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)

at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)

at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)

at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)

at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)

at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)

at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:260)

at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)

at org.jboss.mx.server.MBeanServerImpl$3.run(MBeanServerImpl.java:1422)

at java.security.AccessController.doPrivileged(Native Method)

at 
org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1417)

at 
org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1350)

at 
org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:345)

at org.jboss.system.ServiceCreator.install(ServiceCreator.java:181)

 

 

 




*From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
*Sent:* Thursday, March 23, 2006 3:12 PM
*To:* Adrian Brock; Anil Saldhana; Bill Burke; Brian Stansberry; 
jboss-development@lists.sourceforge.net; [EMAIL PROTECTED]; QA; Ryan 
Campbell; Ruel Loehr; Scott M Stark; Thomas Diesler

*Subject:* jboss-4.0-testsuite Build Completed With Testsuite Errors
*Importance:* High

 

View results here - 
http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-testsuite?log=log20060323142936


*TESTS FAILED*

*Ant Error 
Message: */services/cruisecontrol/work/scripts/build-jboss-common.xml:235: 
The following error occurred while executing this line: 
/services/cruisecontrol/work/scripts/build-common-targets.xml:26: Build 
Successful - Tests completed with errors or failures.


*Date of build: *03/23/2006 14:29:36

*Time to build: *98 minutes 20 seconds

*Last changed: *03/23/2006 14:22:36

*Last log entry: *fix uneeded dependency

 


 Unit Tests: (2879)  Total Errors and Failures: (234)

testServerFound



org.jboss.test.cluster.test.UndeployTestCase(Default-UDP)

testRelations



org.jboss.test.cmp2.cmrstress.CMRStressTestCase(JACC+SecurityMgr)

testRelations



org.jboss.test.cmp2.cmrstress.CMRStressTestCase(JACC)

testCMRTransaction



org.jboss.test.cmp2.cmrtransaction.test.CMRTransactionUnitTestCase(JACC+SecurityMgr)

testCMRTransaction



org.jboss.test.cmp2.cmrtransaction.test.CMRTransactionUnitTestCase(JACC)

testLazyResultSetLoading



org.jboss.test.cmp2.commerce.CompleteUnitTestCase(JACC+SecurityMgr)

testCascadeDelete



org.jboss.test.cmp2.commerce.CompleteUnitTestCase(JACC+SecurityMgr)

testCategory_Type



org.jboss.test.cmp2.commerce.CompleteUnitTestCase(JACC+SecurityMgr)

testCategory_Type_BatchCascadeDelete



org.jboss.test.cmp2.commerce.CompleteUnitTestCase(JACC+SecurityMgr)

testTxTester_none



org.jboss.test.cmp2.commerce.CompleteUnitTestCase(JACC+SecurityMgr)

testJBossQL



org.jboss.test.cmp2.commerce.CompleteUnitTestCase(JACC+SecurityMgr)

testEJBQL



org.jboss.test.cmp2.commerce.CompleteUnitTestCase(JACC+SecurityMgr)

testCompiler



org.jboss.test.cmp2.commerce.CompleteUnitTestCase(JACC+SecurityMgr)

testLimitOffset



org.jboss.test.cmp2.commerce.CompleteUnitTestCase(JACC+SecurityMgr)

testFinderWithLimitOffset



org.jboss.test.cmp2.commerce.CompleteUnitTestCase(JACC+SecurityMgr)

test_setInPostCreate



org.jboss.test.cmp2.commerce.CompleteUnitTestCase(JACC+SecurityMgr)

test_dvo



org.jboss.test.cmp2.commerce.CompleteUnitTestCase(JACC+SecurityMgr)

test_getOrdersShippedToCA



org.jboss.test.cmp2.commerce.CompleteUnitTestCase(JACC+SecurityMgr

Re: [JBoss-dev] how do Class-Path entries effect deployment?

2006-03-23 Thread Bill Burke
Can you take a look at the forum post?  It looks like the Class-path 
entries are being scanned.  Not sure how that is possible since di.url 
is being used as the scanned thing.


Scott M Stark wrote:

The referenced jars are added to the DeplomentInfo's class loader
classapth. Any other standard class loaders such as URLClassLoaders that
are created for the jar will also pickup these as part of their
classpath.



-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On 
Behalf Of Bill Burke

Sent: Thursday, March 23, 2006 2:39 PM
To: Jboss-Dev
Subject: [JBoss-dev] how do Class-Path entries effect deployment?

User running into severe deployment problems.

http://www.jboss.com/index.html?module=bbop=viewtopicp=39322
57#3932257


--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.Net email is sponsored by xPML, a groundbreaking 
scripting language
that extends applications into web and mobile media. Attend 
the live webcast
and join the prime developer group breaking into this new 
coding territory!

http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720;
dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development





---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=kkid0944bid$1720dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development



--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] 4.0.4

2006-03-21 Thread Bill Burke

That sounds like a plan.

Scott M Stark wrote:

Just do a 4.0.5 soon after than. I don't want to push the 4.0.4.GA as
Dimitris said people have been waiting on it for a while.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bill
Burke
Sent: Monday, March 20, 2006 6:54 PM
To: jboss-development@lists.sourceforge.net
Subject: Re: [JBoss-dev] 4.0.4

It would be cool if we could push GA a bit further after CR2.  I would 
like to do a big push for EJB3 final draft(and my book) compliance with 
4.0.4 and need more than 2 weeks as I'm on vacation for 10 days in

between.

Scott M Stark wrote:


Ok. We want the 4.0.4.CR2 out this week and the GA two weeks latter.




-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On 
Behalf Of Steve Ebersole

Sent: Monday, March 20, 2006 2:17 PM
To: jboss-development@lists.sourceforge.net
Subject: RE: [JBoss-dev] 4.0.4

So provided we do not cause issues with portal, I say we go 
with a 3.2 final.  Specific reasons:

(1) Less issues with the version differences between AS and EJB3
(2) JBossCache optimistic locking support (only in 3.2)
(3) Javassist support (only in 3.2)
(4) Some performance enhancements relating to aggressive 
connection releasing on JBoss (although this is in 3.1.3 also).


The only other real difference between 3.1.3 and 3.2 is the 
non-transactional stuff.


The installer/build option seems a bit late in the game 
considering a release next week (#1).




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting


language


that extends applications into web and mobile media. Attend the live


webcast


and join the prime developer group breaking into this new coding


territory!


http://sel.as-us.falkag.net/sel?cmd=kkid0944bid$1720dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development






--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] 4.0.4

2006-03-20 Thread Bill Burke
4.0.4CR2 is going to go out with 3.2.0alpha2 as next release of EJB3 
requires it.


Steve Ebersole wrote:

No way I'll have a 3.2 final this week ;)

And it is not a simple matter of re-target for 4.0.5.  EJB3 relies on
changes made in the current alphas of 3.2 due to the latest changes in
the spec (specifically the joinTransaction() stuff)...

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Dimitris Andreadis
Sent: Monday, March 20, 2006 11:24 AM
To: jboss-development@lists.sourceforge.net
Subject: RE: [JBoss-dev] 4.0.4


But you need to get your changes with 4.0.4.CR2 (due out this week) so
they get tested!

After CR2 you'll need to target 4.0.5 




-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On 
Behalf Of Dimitris Andreadis

Sent: 20 March, 2006 19:09
To: jboss-development@lists.sourceforge.net
Subject: RE: [JBoss-dev] 4.0.4


3rd April (give or take) 




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of 
Steve Ebersole

Sent: 20 March, 2006 19:03
To: jboss-development@lists.sourceforge.net
Subject: [JBoss-dev] 4.0.4

I am trying to nail down a short-term release schedule for 


Hibernate 

3.2.x.  Due to some of the changes made there specifically for EJB3 
persistence support, I need to have a stable version of 3.2 done 
before AS goes 4.0.4 as 4.0.4 will ship with 3.2.x moving forward.


Is there an anticipated release date for 4.0.4 GA at this point?


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting 
language that extends applications into web and mobile 


media. Attend 

the live webcast and join the prime developer group 


breaking into this 


new coding territory!
http://sel.as-us.falkag.net/sel?cmd=kkid0944bid$1720dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development




---
This SF.Net email is sponsored by xPML, a groundbreaking 
scripting language that extends applications into web and 
mobile media. Attend the live webcast and join the prime 
developer group breaking into this new coding territory!

http://sel.as-us.falkag.net/sel?cmd=kkid0944bid$1720dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development





---
This SF.Net email is sponsored by xPML, a groundbreaking scripting
language
that extends applications into web and mobile media. Attend the live
webcast
and join the prime developer group breaking into this new coding
territory!
http://sel.as-us.falkag.net/sel?cmd=kkid0944bid$1720dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=kkid0944bid$1720dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development



--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] optional schema validation

2006-03-20 Thread Bill Burke
How do you set up xml parsing to not validate if there is no schema 
specified in the XML?


Caused by: org.xml.sax.SAXParseException: cvc-elt.1: Cannot find the 
declaration of element 'persistence'.
at 
org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown 
Source)

at org.apache.xerces.util.ErrorHandlerWrapper.error(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown 
Source)




HEM is doing the following code and throwing an error:

	private static Document loadURL(URL configURL, EntityResolver resolver) 
throws Exception {

InputStream is = configURL != null ? configURL.openStream() : 
null;
if ( is == null ) {
			throw new IOException( Failed to obtain InputStream from url:  + 
configURL );

}
List errors = new ArrayList();
DocumentBuilderFactory docBuilderFactory = null;
docBuilderFactory = DocumentBuilderFactory.newInstance();
docBuilderFactory.setValidating( true );
docBuilderFactory.setNamespaceAware( true );
try {
//otherwise Xerces fails in validation
			docBuilderFactory.setAttribute( 
http://apache.org/xml/features/validation/schema;, true);

}
catch (IllegalArgumentException e) {
docBuilderFactory.setValidating( false );
docBuilderFactory.setNamespaceAware( false );
}
InputSource source = new InputSource( is );
DocumentBuilder docBuilder = 
docBuilderFactory.newDocumentBuilder();
docBuilder.setEntityResolver( resolver );
docBuilder.setErrorHandler( new ErrorLogger(XML InputStream, 
errors) );
Document doc = docBuilder.parse( source );
  if ( errors.size() != 0 ) {
			throw new PersistenceException( invalid persistence.xml, 
(Throwable) errors.get( 0 ) );

}
return doc;
}


--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] optional schema validation

2006-03-20 Thread Bill Burke
I'm looking at how we do parsing and looking at 
XmlFileLoader.LocalErrorHandler.


It looks like errors are ignored if the schema wasn't resolved.  Is this 
the way to do it?


Bill Burke wrote:
How do you set up xml parsing to not validate if there is no schema 
specified in the XML?


Caused by: org.xml.sax.SAXParseException: cvc-elt.1: Cannot find the 
declaration of element 'persistence'.
at 
org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown 
Source)

at org.apache.xerces.util.ErrorHandlerWrapper.error(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown 
Source)




HEM is doing the following code and throwing an error:

private static Document loadURL(URL configURL, EntityResolver 
resolver) throws Exception {

InputStream is = configURL != null ? configURL.openStream() : null;
if ( is == null ) {
throw new IOException( Failed to obtain InputStream from 
url:  + configURL );

}
List errors = new ArrayList();
DocumentBuilderFactory docBuilderFactory = null;
docBuilderFactory = DocumentBuilderFactory.newInstance();
docBuilderFactory.setValidating( true );
docBuilderFactory.setNamespaceAware( true );
try {
//otherwise Xerces fails in validation
docBuilderFactory.setAttribute( 
http://apache.org/xml/features/validation/schema;, true);

}
catch (IllegalArgumentException e) {
docBuilderFactory.setValidating( false );
docBuilderFactory.setNamespaceAware( false );
}
InputSource source = new InputSource( is );
DocumentBuilder docBuilder = 
docBuilderFactory.newDocumentBuilder();

docBuilder.setEntityResolver( resolver );
docBuilder.setErrorHandler( new ErrorLogger(XML InputStream, 
errors) );

Document doc = docBuilder.parse( source );
  if ( errors.size() != 0 ) {
throw new PersistenceException( invalid persistence.xml, 
(Throwable) errors.get( 0 ) );

}
return doc;
}




--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] optional schema validation

2006-03-20 Thread Bill Burke
Tell me something I don't already know.  I want validation if there is a 
schema specified, no validation if there is not.


Adrian Brock wrote:

The element declaration is required (from your error message)
http://www.w3.org/TR/xmlschema-1/#cvc-elt

and validation is required for minimal conformance:
http://www.w3.org/TR/xmlschema-1/#concepts-conformance

On Mon, 2006-03-20 at 13:20 -0500, Bill Burke wrote:

How do you set up xml parsing to not validate if there is no schema 
specified in the XML?


Caused by: org.xml.sax.SAXParseException: cvc-elt.1: Cannot find the 
declaration of element 'persistence'.
at 
org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown 
Source)

at org.apache.xerces.util.ErrorHandlerWrapper.error(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown 
Source)




HEM is doing the following code and throwing an error:

	private static Document loadURL(URL configURL, EntityResolver resolver) 
throws Exception {

InputStream is = configURL != null ? configURL.openStream() : 
null;
if ( is == null ) {
			throw new IOException( Failed to obtain InputStream from url:  + 
configURL );

}
List errors = new ArrayList();
DocumentBuilderFactory docBuilderFactory = null;
docBuilderFactory = DocumentBuilderFactory.newInstance();
docBuilderFactory.setValidating( true );
docBuilderFactory.setNamespaceAware( true );
try {
//otherwise Xerces fails in validation
			docBuilderFactory.setAttribute( 
http://apache.org/xml/features/validation/schema;, true);

}
catch (IllegalArgumentException e) {
docBuilderFactory.setValidating( false );
docBuilderFactory.setNamespaceAware( false );
}
InputSource source = new InputSource( is );
DocumentBuilder docBuilder = 
docBuilderFactory.newDocumentBuilder();
docBuilder.setEntityResolver( resolver );
docBuilder.setErrorHandler( new ErrorLogger(XML InputStream, 
errors) );
Document doc = docBuilder.parse( source );
  if ( errors.size() != 0 ) {
			throw new PersistenceException( invalid persistence.xml, 
(Throwable) errors.get( 0 ) );

}
return doc;
}




--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] 4.0.4

2006-03-20 Thread Bill Burke





---
This SF.Net email is sponsored by xPML, a groundbreaking scripting
language
that extends applications into web and mobile media. Attend the live
webcast
and join the prime developer group breaking into this new coding
territory!
http://sel.as-us.falkag.net/sel?cmd=kkid0944bid$1720dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=kkid0944bid$1720dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development



--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] optional schema validation

2006-03-20 Thread Bill Burke

yeah, this seems to work, but does anybody know if there is a better way?

Bill Burke wrote:
I'm looking at how we do parsing and looking at 
XmlFileLoader.LocalErrorHandler.


It looks like errors are ignored if the schema wasn't resolved.  Is this 
the way to do it?


Bill Burke wrote:

How do you set up xml parsing to not validate if there is no schema 
specified in the XML?


Caused by: org.xml.sax.SAXParseException: cvc-elt.1: Cannot find the 
declaration of element 'persistence'.
at 
org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown 
Source)
at org.apache.xerces.util.ErrorHandlerWrapper.error(Unknown 
Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown 
Source)




HEM is doing the following code and throwing an error:

private static Document loadURL(URL configURL, EntityResolver 
resolver) throws Exception {
InputStream is = configURL != null ? configURL.openStream() : 
null;

if ( is == null ) {
throw new IOException( Failed to obtain InputStream from 
url:  + configURL );

}
List errors = new ArrayList();
DocumentBuilderFactory docBuilderFactory = null;
docBuilderFactory = DocumentBuilderFactory.newInstance();
docBuilderFactory.setValidating( true );
docBuilderFactory.setNamespaceAware( true );
try {
//otherwise Xerces fails in validation
docBuilderFactory.setAttribute( 
http://apache.org/xml/features/validation/schema;, true);

}
catch (IllegalArgumentException e) {
docBuilderFactory.setValidating( false );
docBuilderFactory.setNamespaceAware( false );
}
InputSource source = new InputSource( is );
DocumentBuilder docBuilder = 
docBuilderFactory.newDocumentBuilder();

docBuilder.setEntityResolver( resolver );
docBuilder.setErrorHandler( new ErrorLogger(XML InputStream, 
errors) );

Document doc = docBuilder.parse( source );
  if ( errors.size() != 0 ) {
throw new PersistenceException( invalid persistence.xml, 
(Throwable) errors.get( 0 ) );

}
return doc;
}






--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] 4.0.4

2006-03-20 Thread Bill Burke



Steve Ebersole wrote:
This goes back to the previous discussion sometime last week.  


JBoss itself *should* keep bundling 3.1.x - preferably 3.1.3 as soon as
I release it today/tomorrow; that is the stable release cycle.  But that
screws EJB3 for the previously mentioned reasons. 


So what's the solution?

Here's the roadmap:
http://opensource2.atlassian.com/projects/hibernate/browse/HHH?report=co
m.atlassian.jira.plugin.system.project:roadmap-panel

As you can see, I am nowhere near even a beta according to any known
definition of beta of which I am aware.



What exactly is preventing a 3.2 FINAL and deferring bugs/features until 
3.2.1?  I do this with EJB3 all the time.  If there is a date I have to 
make, I drop bugs/features from the release to make the date, or move 
the date if this isn't possible.


Bill





-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Dimitris Andreadis
Sent: Monday, March 20, 2006 12:54 PM
To: jboss-development@lists.sourceforge.net
Subject: RE: [JBoss-dev] 4.0.4


Exactly. Something stable, that can be tested with 4.0.4.CR2 (which is
delayed until Friday 24th or Monday 27th max), that satisfies Bill, and
won't require an immediate 4.0.4.SP1 release for fixes :)

There are many-many people waiting for 4.0.4 for quite some time and we
are already delayed, so please try to get a stable release out. Users
won't like at all running jboss 4.0.4 on a hibernate alpha.



-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On 
Behalf Of Bill Burke

Sent: 20 March, 2006 20:45
To: jboss-development@lists.sourceforge.net
Subject: Re: [JBoss-dev] 4.0.4

we just need something stable for hibernate in 4.0.4 GA.

Steve Ebersole wrote:


Well, its *possible* to have a final release whenever I want ;)

But at a bare minimum there is one more feature that EJB3 


will require 

which still needs to be implemented; and it is an ugly one. 


I need to 

release 3.1.3 today/tomorrow (this needs to be done for reasons 
extraneous to this discussion).  I can then come back to 


work on this 


particular feature.  All that I can get done by next week.

But that is not all I had initially targeted for 3.2 final 


(nor even 

beta).  And I do not like leaving off planned features just 


to get to 


a
3.2 final.

For me it comes down to whether this is a planned final 


release for 

EJB3.  If so, I guess I could be persuaded to cut a 3.2 final after 
implementing the above mentioned feature and then start on 3.2.1 or 
whatever.



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of 
Dimitris Andreadis

Sent: Monday, March 20, 2006 11:42 AM
To: jboss-development@lists.sourceforge.net
Subject: RE: [JBoss-dev] 4.0.4


I love those dependencies ;)

Is it possible to have a final next week ? 





-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of 
Steve Ebersole

Sent: 20 March, 2006 19:33
To: jboss-development@lists.sourceforge.net
Subject: RE: [JBoss-dev] 4.0.4

No way I'll have a 3.2 final this week ;)

And it is not a simple matter of re-target for 4.0.5.  EJB3 


relies on 

changes made in the current alphas of 3.2 due to the latest 


changes in 


the spec (specifically the
joinTransaction() stuff)...

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of 
Dimitris Andreadis

Sent: Monday, March 20, 2006 11:24 AM
To: jboss-development@lists.sourceforge.net
Subject: RE: [JBoss-dev] 4.0.4


But you need to get your changes with 4.0.4.CR2 (due out this
week) so they get tested!

After CR2 you'll need to target 4.0.5




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On 


Behalf Of 


Dimitris Andreadis
Sent: 20 March, 2006 19:09
To: jboss-development@lists.sourceforge.net
Subject: RE: [JBoss-dev] 4.0.4


3rd April (give or take)




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On


Behalf Of



Steve Ebersole
Sent: 20 March, 2006 19:03
To: jboss-development@lists.sourceforge.net
Subject: [JBoss-dev] 4.0.4

I am trying to nail down a short-term release schedule for


Hibernate



3.2.x.  Due to some of the changes made there


specifically for EJB3


persistence support, I need to have a stable version of 3.2 done 
before AS goes 4.0.4 as 4.0.4 will ship with 3.2.x moving forward.


Is there an anticipated release date for 4.0.4 GA at this point?


---
This SF.Net email is sponsored by xPML, a groundbreaking


scripting



language that extends applications into web and mobile


media. Attend



the live webcast and join the prime developer group


breaking into this



new coding territory!
http://sel.as-us.falkag.net/sel?cmd=kkid0944bid$1720dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https

Re: [JBoss-dev] 4.0.4

2006-03-20 Thread Bill Burke
It would be cool if we could push GA a bit further after CR2.  I would 
like to do a big push for EJB3 final draft(and my book) compliance with 
4.0.4 and need more than 2 weeks as I'm on vacation for 10 days in between.


Scott M Stark wrote:

Ok. We want the 4.0.4.CR2 out this week and the GA two weeks latter.



-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On 
Behalf Of Steve Ebersole

Sent: Monday, March 20, 2006 2:17 PM
To: jboss-development@lists.sourceforge.net
Subject: RE: [JBoss-dev] 4.0.4

So provided we do not cause issues with portal, I say we go 
with a 3.2 final.  Specific reasons:

(1) Less issues with the version differences between AS and EJB3
(2) JBossCache optimistic locking support (only in 3.2)
(3) Javassist support (only in 3.2)
(4) Some performance enhancements relating to aggressive 
connection releasing on JBoss (although this is in 3.1.3 also).


The only other real difference between 3.1.3 and 3.2 is the 
non-transactional stuff.


The installer/build option seems a bit late in the game 
considering a release next week (#1).




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=kkid0944bid$1720dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development



--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] ejb3 should be ready for 4.0.4CR2

2006-03-20 Thread Bill Burke

let me know if any issues come up.  The backmerge has been completed.
--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] Re: JBossRetro, JBossWS and JDK1.4

2006-03-17 Thread Bill Burke

i still need to backmerge ejb3 anyways...Hope to get to it later today.

Scott M Stark wrote:

I agree. The point of the CR2 is to get a release with jbossws with a
jbossretro 1.4.x binary compatible drop for testing by users. The
release will wait for this to happen. The JBBUILD-188 does not have all
of the subtasks so they need to be added for assignment in order to get
a jbossws snapshot.



-Original Message-
From: Adrian Brock 
Sent: Friday, March 17, 2006 5:00 AM

To: jboss-development
Cc: QA
Subject: JBossRetro, JBossWS and JDK1.4

Let's move this discussion here so we make sure everybody is 
on the same page.


I want to get this done before 4.0.4CR2
so the community has a chance to test it, rather than dumping 
it on them in a final release.


http://jira.jboss.com/jira/browse/JBBUILD-188

We need to come up with a roadmap to define who is doing what.

The tasks that need are:

1) Tag concurrent in our cvs repository
The only change since I imported it (tag=BUC_2_1) is to add 
an ant script to build and run tests.

I'd suggest something like JBoss_BUC_2_1

2) Get a Javassist release with the
lastest annotation fixes.
This is only necessary when purge=true
but purge=true is very desirable for memory reasons.

3) Update buildmagic to provide the retro and retrocheck 
tasks to all projects (if they desire it)


4) Use it in JBossWS in jboss-head

5) Backport to JBoss4 the
* JBossRetro runtime classes
* JBossWS binaries
* javassist
* backport-concurrent-util

6) Test it in JBoss4 with JDK1.4
--

Adrian Brock
Chief Scientist
JBoss Inc.








--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2006-03-15 Thread Bill Burke
I think this is my screwup, sorry...Have you fixed?  I'm in the process 
of doing a clean checkout...


Emmanuel Bernard wrote:

Both comes from Hibernate.
You need to use 2.7.6rc1, this is the ANTLR team official version of the 
patch we made in 2.7.5H3


Scott M Stark wrote:


jboss-head is not building due antlr being at one version in the
build-thirdparty, and hibernate having a dependency on another version:

BUILD FAILED
C:\cvs\JBossHead\jboss-head\build\build.xml:1027: The following error
occurred w
hile executing this line:
C:\cvs\JBossHead\jboss-head\build\build-thirdparty.xml:129: A versioning
problem
 exists:
Component: antlr is at version: 2.7.6rc1
 but it is also required to be compatible with:
[EMAIL PROTECTED], version=2.7.5H3}]
 by: hibernate




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting 
language
that extends applications into web and mobile media. Attend the live 
webcast
and join the prime developer group breaking into this new coding 
territory!

http://sel.as-us.falkag.net/sel?cmd=kkid0944bid$1720dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

  





---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live 
webcast

and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development



--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] not ready for 4.0.4RC2

2006-03-15 Thread Bill Burke
EJB3 isn't ready yet, is that a problem?  I'll probably have to work 
into friday...

--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


installer issues Re: [JBoss-dev] not ready for 4.0.4RC2

2006-03-15 Thread Bill Burke

EJB3 will have some installer issues, specifically:

* EJB classes need to be put in client jars.  Maybe I should just create 
 an ejb3-client.jar with what it needs and install that jar as part of 
the installer switch?


* EJB3 will need a JDK5 build of webservices.  I guess this is as simple 
as choosing the jDK5 built webservices jars and overwriting the jdk14 
based ones.




Scott M Stark wrote:

I'm just getting started with the installer issues so we'll see where we
are on Friday.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bill
Burke
Sent: Wednesday, March 15, 2006 3:26 PM
To: Jboss-Dev
Subject: [JBoss-dev] not ready for 4.0.4RC2

EJB3 isn't ready yet, is that a problem?  I'll probably have to work 
into friday...


--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] Re: Synching up on webservice/retro tasks for

2006-03-14 Thread Bill Burke
How does EJB3's requirement to have a jbosswsJDK5 build come into the 
picture here?


Ryan Campbell wrote:
Ok, I ran the webservices tests against a jbossretro-weaved 
jbossws14.sar and all the tests passed.


 


Todo:

 

-  create a 1.0.RC1 for backport-concurrent, jbossretro so they 
can be added to the repository


-  officially integrate jbossretro into the 
jboss-head/webservices build


-  Create an 1.0.RC3 for jbossws14 from the jbossretro build

-  Integrate it with 4.0

 


This should be done by tomorrow, unless there are any objections.

 




*From:* Scott M Stark
*Sent:* Monday, March 13, 2006 9:58 AM
*To:* '[EMAIL PROTECTED]'; jboss-development@lists.sourceforge.net
*Subject:* Synching up on webservice/retro tasks for

 

The majority of the issues for the 4.0.4CR2 release due out this Friday 
are webservice issues related to integrating the jbossws stack into the 
server. Starting with this issue and traversing all links should define 
what needs to be done:


 


http://jira.jboss.com/jira/browse/JBAS-2816

 


A big one is getting a new jbossretro j2se1.4 compatible binary:

http://jira.jboss.com/jira/browse/JBAS-2510

 

Getting these done along with the webservice testsuite running is what I 
would like to focus on this week.


 



--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] hold off maven and svn til after j1?

2006-03-13 Thread Bill Burke
Just a thought...Should we hold off maven and/or svn move til after 
JavaOne?  I know a lot of us are really working hard to release stuff by 
JavaOne and maybe a maven and/or svn move might kill a day or two of 
productivity.  Just a thought...



--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jdbc connection pool exception handling

2006-03-10 Thread Bill Burke
Spring has a nice feature to take a SQLException and turn it into a more 
concrete exception based on a hierarchy.  I.e.  SQLException.errorNumber 
might be deadlock and it then converts it to a DeadlockException that 
inherits from SQLException (at least I think that's how it works).


The idea would be to build this into our JCA Connection Pools.  Refactor 
our JCA Connection Pools to work in any appserver, and we have a nice 
little project.

--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] drop dead date for 4.0.4?

2006-03-08 Thread Bill Burke

So I have a few weeks then?

Scott M Stark wrote:

Or latter.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bill
Burke
Sent: Tuesday, March 07, 2006 8:11 PM
To: jboss-development@lists.sourceforge.net
Subject: [JBoss-dev] drop dead date for 4.0.4?

How long do I have to get EJB3 changes into Branch_4_0 before 4.0.4 goes

out?  The 17th?  Or sooner?

Thanks



--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] drop dead date for 4.0.4?

2006-03-08 Thread Bill Burke
BTW, these changes from RC2 to CR2 is gonna confuse the hell out of 
users


Dimitris Andreadis wrote:

Since we are still some 130 issues left, we'll probably do a CR2 on the
17th instead, and give another week for cleaning up and testing things
for the GA.



-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On 
Behalf Of Bill Burke

Sent: 08 March, 2006 15:51
To: jboss-development@lists.sourceforge.net
Subject: Re: [JBoss-dev] drop dead date for 4.0.4?

So I have a few weeks then?

Scott M Stark wrote:


Or latter.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of 
Bill Burke

Sent: Tuesday, March 07, 2006 8:11 PM
To: jboss-development@lists.sourceforge.net
Subject: [JBoss-dev] drop dead date for 4.0.4?

How long do I have to get EJB3 changes into Branch_4_0 before 4.0.4 
goes


out?  The 17th?  Or sooner?

Thanks



--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.Net email is sponsored by xPML, a groundbreaking 
scripting language
that extends applications into web and mobile media. Attend 
the live webcast
and join the prime developer group breaking into this new 
coding territory!

http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720;


dat=121642


___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development





---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=kkid0944bid$1720dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development



--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] drop dead date for 4.0.4?

2006-03-08 Thread Bill Burke
Yes, I'm aware of it and I did comment on forum regarding this when it 
was first posted...


Dimitris Andreadis wrote:

No better alternative was proposed, so this is the new versioning scheme
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossProductVersioning



-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On 
Behalf Of Bill Burke

Sent: 08 March, 2006 16:31
To: jboss-development@lists.sourceforge.net
Subject: Re: [JBoss-dev] drop dead date for 4.0.4?

BTW, these changes from RC2 to CR2 is gonna confuse the hell 
out of users


Dimitris Andreadis wrote:

Since we are still some 130 issues left, we'll probably do a CR2 on 
the 17th instead, and give another week for cleaning up and testing 
things for the GA.





-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of 
Bill Burke

Sent: 08 March, 2006 15:51
To: jboss-development@lists.sourceforge.net
Subject: Re: [JBoss-dev] drop dead date for 4.0.4?

So I have a few weeks then?

Scott M Stark wrote:



Or latter.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On 


Behalf Of 


Bill Burke
Sent: Tuesday, March 07, 2006 8:11 PM
To: jboss-development@lists.sourceforge.net
Subject: [JBoss-dev] drop dead date for 4.0.4?

How long do I have to get EJB3 changes into Branch_4_0 


before 4.0.4 


goes

out?  The 17th?  Or sooner?

Thanks



--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting 
language that extends applications into web and mobile 


media. Attend 

the live webcast and join the prime developer group 


breaking into this 


new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720;


dat=121642



___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development





---
This SF.Net email is sponsored by xPML, a groundbreaking scripting 
language that extends applications into web and mobile 


media. Attend 

the live webcast and join the prime developer group 


breaking into this new coding territory!


http://sel.as-us.falkag.net/sel?cmd=kkid0944bid$1720dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development



--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.Net email is sponsored by xPML, a groundbreaking 
scripting language
that extends applications into web and mobile media. Attend 
the live webcast
and join the prime developer group breaking into this new 
coding territory!

http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720;


dat=121642


___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development





---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=kkid0944bid$1720dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development



--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] drop dead date for 4.0.4?

2006-03-08 Thread Bill Burke
So, you still haven't answered my question.  When do I have to have 
changes in by for the next release be it CR2 or GA?  I have other things 
due on friday and would like to defer some EJB3 coding til next week.


Scott M Stark wrote:

Should be JBossAS-4.0.4.CR2 on the 17th instead.



-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On 
Behalf Of Scott M Stark

Sent: Wednesday, March 08, 2006 7:43 AM
To: jboss-development@lists.sourceforge.net
Subject: RE: [JBoss-dev] drop dead date for 4.0.4?

The release has been rescheduled for Apr 3. There should be a
JBossAS-4.0.5.CR2 on the 17th instead.



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of 
Bill Burke

Sent: Wednesday, March 08, 2006 5:51 AM
To: jboss-development@lists.sourceforge.net
Subject: Re: [JBoss-dev] drop dead date for 4.0.4?

So I have a few weeks then?

Scott M Stark wrote:


Or latter.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On 


Behalf Of 


Bill Burke
Sent: Tuesday, March 07, 2006 8:11 PM
To: jboss-development@lists.sourceforge.net
Subject: [JBoss-dev] drop dead date for 4.0.4?

How long do I have to get EJB3 changes into Branch_4_0 


before 4.0.4 


goes

out?  The 17th?  Or sooner?

Thanks



--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting 
language that extends applications into web and mobile 


media. Attend 

the live webcast and join the prime developer group 


breaking into this 


new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720;
dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development




---
This SF.Net email is sponsored by xPML, a groundbreaking 
scripting language that extends applications into web and 
mobile media. Attend the live webcast and join the prime 
developer group breaking into this new coding territory!

http://sel.as-us.falkag.net/sel?cmd=kkid0944bid$1720dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development





---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=kkid0944bid$1720dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development



--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] no dependency error message

2006-03-07 Thread Bill Burke
I'm deploying an EAR that contains an EJB3 bean.  The EJB3Deployer 
creates and registers an MBean that manages the deployment of the 
EJB3Container using the servicecontroller manually


The problem:

The EJB3 container's mbean depends on an MBean that does not exist.  I 
do not get a deployment error message though.  No message, 
nothing...However, if I manually go to the ServiceController through the 
JMX-Console I do see the correct message when invoking 
listIncompletelyDeployed()



[ObjectName: 
jboss.j2ee:service=EJB3,ear=JiraTestApp.ear,jar=JiraTestEJB.jar,name=JiraTestInnerBean
  State: NOTYETINSTALLED
  I Depend On:
persistence.units:unitName=jiratest
]


What's up here?  Any ideas?



--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] no dependency error message

2006-03-07 Thread Bill Burke
What I found was that unless the *top* DeploymentInfo has the unready 
mbean listed in its member variable  DeploymentInfo.mbeans, then there 
is no error message printed.


So, I added the created mbeans to the EAR's DI.mbeans variable and got 
the error message.  Then I jarred the EAR in a .jar and didn't get the 
error message anymore.


What I think I'll do is look for the top DI and add the registered mbean 
to it.  The SARDeployer will try to create/start DI.mbeans if they 
exist, but the code seems to check to make sure it hasn't already been 
called.


Scott M Stark wrote:

URLDeploymentScanner.scan calls MainDeployer.checkIncompleteDeployments
to validate unsatisfied dependencies on each scan so check that.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bill
Burke
Sent: Tuesday, March 07, 2006 3:17 PM
To: jboss-development@lists.sourceforge.net
Subject: [JBoss-dev] no dependency error message

I'm deploying an EAR that contains an EJB3 bean.  The EJB3Deployer 
creates and registers an MBean that manages the deployment of the 
EJB3Container using the servicecontroller manually


The problem:

The EJB3 container's mbean depends on an MBean that does not exist.  I 
do not get a deployment error message though.  No message, 
nothing...However, if I manually go to the ServiceController through the


JMX-Console I do see the correct message when invoking 
listIncompletelyDeployed()




[ObjectName:


jboss.j2ee:service=EJB3,ear=JiraTestApp.ear,jar=JiraTestEJB.jar,name=Jir
aTestInnerBean


 State: NOTYETINSTALLED
 I Depend On:
   persistence.units:unitName=jiratest
]



What's up here?  Any ideas?





--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] no dependency error message

2006-03-07 Thread Bill Burke
why doesn't the scanner just listIncompleteDeployments() after a scan 
that involved a new deployment or a redeploy?


Scott M Stark wrote:

The deployment check should be traversing the nested dependency state
then.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bill
Burke
Sent: Tuesday, March 07, 2006 5:09 PM
To: jboss-development@lists.sourceforge.net
Subject: Re: [JBoss-dev] no dependency error message

What I found was that unless the *top* DeploymentInfo has the unready 
mbean listed in its member variable  DeploymentInfo.mbeans, then there 
is no error message printed.


So, I added the created mbeans to the EAR's DI.mbeans variable and got 
the error message.  Then I jarred the EAR in a .jar and didn't get the 
error message anymore.


What I think I'll do is look for the top DI and add the registered mbean

to it.  The SARDeployer will try to create/start DI.mbeans if they 
exist, but the code seems to check to make sure it hasn't already been 
called.


Scott M Stark wrote:


URLDeploymentScanner.scan calls


MainDeployer.checkIncompleteDeployments


to validate unsatisfied dependencies on each scan so check that.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of


Bill


Burke
Sent: Tuesday, March 07, 2006 3:17 PM
To: jboss-development@lists.sourceforge.net
Subject: [JBoss-dev] no dependency error message

I'm deploying an EAR that contains an EJB3 bean.  The EJB3Deployer 
creates and registers an MBean that manages the deployment of the 
EJB3Container using the servicecontroller manually


The problem:

The EJB3 container's mbean depends on an MBean that does not exist.  I



do not get a deployment error message though.  No message, 
nothing...However, if I manually go to the ServiceController through


the

JMX-Console I do see the correct message when invoking 
listIncompletelyDeployed()





[ObjectName:




jboss.j2ee:service=EJB3,ear=JiraTestApp.ear,jar=JiraTestEJB.jar,name=Jir


aTestInnerBean



State: NOTYETINSTALLED
I Depend On:
  persistence.units:unitName=jiratest
]



What's up here?  Any ideas?








--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] drop dead date for 4.0.4?

2006-03-07 Thread Bill Burke
How long do I have to get EJB3 changes into Branch_4_0 before 4.0.4 goes 
out?  The 17th?  Or sooner?


Thanks

--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] client libraries on EJB3

2006-02-15 Thread Bill Burke
Unloaded relationships throw a lazy-loaded exception if accessed after 
the entity is detached.


Scott M Stark wrote:

Huh? We are propagating relationships across jvm boundaries? That does
not make sense.



-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On 
Behalf Of Clebert Suconic

Sent: Wednesday, February 15, 2006 1:22 PM
To: jboss-development@lists.sourceforge.net
Subject: RE: [JBoss-dev] client libraries on EJB3

IMO we need to add the whole asm, cglib and hibernate.proxy 
into hibernate3-client.

These packages are required on any lazy relationship.


Clebert




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=kkid3432bid#0486dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development



--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: Ongoing build changes: was RE: [JBoss-dev] On the edge of the Maven cliff

2006-02-10 Thread Bill Burke

FYI, we already do this for AOP.

Adrian Brock wrote:

On a related issue. I really want to bite the bullet
on sorting out the jboss-common dependencies and making more
managable chuncks for standalone projects to eat.

I've been waiting for the ongoing build changes to stabalise
before doing this in jboss-head.

This would allow us to properly have one code base for things like
JBoss Logging, JBossXB, JBossAOP, JBossMC
with 4.0.x and 5.0.x consuming these projects based on their
own versions and branches rather than time consuming and
potentially unreliable backports.

This would also fix the potential problems with 
JBoss Cache, Remoting, Seam, etc. compiling over unknown 
versions of these libraries copied at some point in the 
past from the JBossAS build.


My question is how does this impact the work being done for the Maven
build? The last time I looked, only a minimal Maven build was done
which was essentially just building the projects that I want
to fix (fix as in make not broken Scott :-).


--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] On the edge of the Maven cliff

2006-02-09 Thread Bill Burke
I've put a Maven contributor and evangelist in copy.  Maybe Tim can also 
facilitate us getting involved with the project at Apache.


Scott M Stark wrote:

So after listening to the Maven2 webinar yesterday and talking with
Ryan, Ruel and Steve E as a lead, I don't see a good reason why we
shouldn't look to using maven2 as the core of the jbossbuild. The two
outstanding proof of concept issues I asked Ruel to look at are:

1. Source in the repository. A goal we have had is to be able to pull
down the source for a dependent component as part of a depdency
relationship. Maven2 has a weak notion of this but not one to the point
of actually being able to build the component artifacts from the
respository source.

2. Being able to create a plugin that does the equivalent of the
org.jboss.ant.util.graph.ComponentRefGraphLicenseVisitor which generates
the thirdparty-licenses.xml info.

Once its clear these can be done I don't have a reason to not move
jbossas to maven. If there are project leads that have not gone through
the webinar and thought about how your project could use maven its time
to do so. I'm still open to why maven should not be used, but given how
Ruel has been able to interact well with the maven community and lack of
progress on a custom jbossbuild, its going to be an uphill battle.

Although we can hack the existing project structure into maven,
switching seems like a good time to address inconsistencies in terms of
project structure to allow for better definition of project structure
such that unit tests, docs, and poorly maintained artifacts such as
thirdparty licenses and notices are just handled by build plugins.

Once we decide to jump off the maven2 cliff, defining this needs to be
the priority so that projects can move as desired, and qa can do the
work to move a project if needed.
 


Scott Stark
VP Architecture  Technology
JBoss Inc.
 
 



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=kkid3432bid#0486dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development



--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] On the edge of the Maven cliff

2006-02-09 Thread Bill Burke

That would kick ass...

Still, I think we should become Maven contributors and extend Maven to 
do this.


Adrian Brock wrote:

The problem I don't see addressed (and the main reason why I started
the jbossbuild prototype) is to have a top level which includes
multiple projects.

e.g. I wanted people to be able to do something like:

build
   component name=JBossAS download=binary quality=LastGoodTests
  component name=EJB3 download=source/
   /component
   component name=Seam download=source/
/build

This would checkout the last binaries for JBossAS that passed the
testsuite (except EJB3 which is latest source) and also Seam.

You would then be able to build a Seam environment with just the
EJB3 and Seam sources.

i.e. the developer only has to worry about the problems with the
stuff he is working on, rather than figuring out why something
unrelated doesn't compile/work.

Instead, the jbossbuild project morphed into a mechanism to 
download thirdparty binaries with buildmagic still used for 
the main build.


On Thu, 2006-02-09 at 10:40, Scott M Stark wrote:


So after listening to the Maven2 webinar yesterday and talking with
Ryan, Ruel and Steve E as a lead, I don't see a good reason why we
shouldn't look to using maven2 as the core of the jbossbuild. The two
outstanding proof of concept issues I asked Ruel to look at are:

1. Source in the repository. A goal we have had is to be able to pull
down the source for a dependent component as part of a depdency
relationship. Maven2 has a weak notion of this but not one to the point
of actually being able to build the component artifacts from the
respository source.

2. Being able to create a plugin that does the equivalent of the
org.jboss.ant.util.graph.ComponentRefGraphLicenseVisitor which generates
the thirdparty-licenses.xml info.

Once its clear these can be done I don't have a reason to not move
jbossas to maven. If there are project leads that have not gone through
the webinar and thought about how your project could use maven its time
to do so. I'm still open to why maven should not be used, but given how
Ruel has been able to interact well with the maven community and lack of
progress on a custom jbossbuild, its going to be an uphill battle.

Although we can hack the existing project structure into maven,
switching seems like a good time to address inconsistencies in terms of
project structure to allow for better definition of project structure
such that unit tests, docs, and poorly maintained artifacts such as
thirdparty licenses and notices are just handled by build plugins.

Once we decide to jump off the maven2 cliff, defining this needs to be
the priority so that projects can move as desired, and qa can do the
work to move a project if needed.


Scott Stark
VP Architecture  Technology
JBoss Inc.
 




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid3432bid#0486dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] JBossProductVersioning update

2006-02-07 Thread Bill Burke
Any reason we can't keep the RC instead of switching to CR?  They mean 
the same and we've been using RC for, what, years?


Scott M Stark wrote:

I have not seen any outcry over the version convention thread so I have
updated the product version page to summarize the conclusion reached.
Getting projects aligned to this convention is something all leads need
to work on.

http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossProductVersioning
 


Scott Stark
VP Architecture  Technology
JBoss Inc.
 
 



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=kkid3432bid#0486dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development



--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] JBossAS releases - 3.2.8 4.0.4RC1

2006-02-07 Thread Bill Burke

Great job everyone!

Ruel Loehr wrote:
Two versions of JBossAS were released today.   The released versions 
include JBossAS 3.2.8 and JBossAS 4.0.4RC1.


 


These releases can be downloaded from the following location:

 

http://sourceforge.net/project/showfiles.php?group_id=22866package_id=16942 
http://sourceforge.net/project/showfiles.php?group_id=22866package_id=16942


 

 


Thank you,

Ruel Loehr

JBoss QA

 

 



--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] cglib vs javassit for proxies

2006-02-04 Thread Bill Burke

not in classloader, i mean you can get a reference to a method call and do:

CtMethod.replace(return callSomeOtherMethod(5, 4, 2);

You still need to work with bytecode form before classload.  Although, 
with JDK 5, you can replace a method or constructor implementation at 
runtime.


Steve Ebersole wrote:

Define replace code for you...  You mean as in replace the class def
*in the classloader*?

Currently field interception (using either) is only
implemented/available via build task.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bill
Burke
Sent: Friday, February 03, 2006 9:04 PM
To: jboss-development@lists.sourceforge.net
Subject: Re: [JBoss-dev] cglib vs javassit for proxies

You'll find that Javassist gives you a lot more flexibilty as it has a 
built in javacompiler and can replace code for you.  With Javassist it 
should be really easy to intercept field access for the EJB 3.0 
requirements.


Steve Ebersole wrote:


I sent this to a number of other lists, but forgot this one.


Apologies.


I actually just today checked in a pluggable bytecode API into
Hibernate.  Hibernate does now support either CGLIB or Javassist for


all


bytecode services.

As an aside, our experience with CGLIB has been very good.  Juozas


(one


of the CGLIB developers) is very active in the Hibernate community and
is always extremely responsive to any needs we might encounter.  My


$.02


The reason for allowing Javassist to be used instead of CGLIB was


merely


to allow a user choice.  Especially in the case of JBoss where


Javassist


is used in a lot of places, it just makes sense to have the option to
not have to bundle yet another jar.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of


Bill


Burke
Sent: Friday, February 03, 2006 8:39 PM
To: jboss-development@lists.sourceforge.net
Subject: Re: [JBoss-dev] cglib vs javassit for proxies

Javassist is pretty good, problem is that it doesn't have a junit
testsuite.

Jason T. Greene wrote:



I should clarify, for WS, we just need plain javabean generation. So I




can add that to our list of things to do. BTW I was too harsh, there


are 




nice things about cglib. I just ran into a lot of bugs.



-Jason










*From:* [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] *On Behalf Of 
*Jason T. Greene

*Sent:* Friday, February 03, 2006 7:56 PM
*To:* jboss-development@lists.sourceforge.net
*Subject:* RE: [JBoss-dev] cglib vs javassit for proxies



I am all for this, cglib sucks...



-Jason










*From:* [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] *On Behalf Of 
*Scott M Stark

*Sent:* Friday, February 03, 2006 1:47 PM
*To:* jboss-development@lists.sourceforge.net
*Subject:* [JBoss-dev] cglib vs javassit for proxies



So I have to introduce a proxy for a javax.net.SSLServerSocket which


is 



an abstract class and so have to use cglib or javassist. I see some 
proxy working in the head javassist, but this is not in the 4.0 branch




version. We also don't bundle javassist with 4.0 currently. I assume


we 




would rather have javassist be the only bytecode manipulation


framework 




in jboss. Is there a timeframe for completing the javassist proxy so


we 




can think about moving hibernate, webservices, cmp2.x, etc over to it?










--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] BasicThreadPool and Thread.stop()

2006-02-04 Thread Bill Burke

This sounds like a good blog:

Sun, we want fixes not new features

Talk about this thread problem as well as the serialization problems.

Adrian Brock wrote:

On Sat, 2006-02-04 at 17:44, Scott M Stark wrote:


It was the only way I found to implement a timeout behavior that had a
chance of working when there were uncooperative tasks. See the
org.jboss.test.util.test.
ThreadPoolTaskUnitTestCase.testCompleteTimeoutWithSpinLoop as an
example.



There is no real solution to that problem in java.
CPU loops don't respond to thread interrupts.

You can't even redefineClass() to add a 
Thread.interrupted()

check in the misbehaving method, because it won't take affect on that
invocation.

Stopping the thread will avoid the cpu utilization problem,
but your JVM is now in an unknown/unstable state.

Connection c = dataSource.getConnection();
try
{
   synchronized (lock)
   {
  spin(); // --- Stop
   }
}
finally
{
   c.close(); // Never done
}

The connection leaks, I don't know what happens to the lock?

A better solution would be to automatically trigger a reboot if you
detect a misbehaving thread.



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Adrian Brock
Sent: Saturday, February 04, 2006 2:33 PM
To: jboss-development@lists.sourceforge.net
Subject: [JBoss-dev] BasicThreadPool and Thread.stop()

I don't think it is a good idea to invoke Thread.stop().
This has memory leak problems.

Why was this introduced? The pooled threads are already daemon threads
so they should not stop the system from exiting at shutdown.

If you are not shutting down the system, then any objects
on the stopped thread's stack are not garbage collected.


--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] JMS problems on Branch_4_0

2006-02-03 Thread Bill Burke
My MDB tests seem to be hanging, Can't figure out why.  I do a thread 
dump and got the following...  Any clues?  Did somebody recently change 
JMS on Branch_4_0?


Thanks


RMI TCP Connection(2)-192.168.0.2 daemon prio=5 tid=0x27bbdcf0 
nid=0xc78 runnable [0x285fc000..0x285ffd68]

at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.init(Throwable.java:196)
at java.lang.Exception.init(Exception.java:41)
at java.lang.RuntimeException.init(RuntimeException.java:43)
at 
java.lang.IllegalStateException.init(IllegalStateException.java:38)
at 
org.jboss.mq.server.JMSDestinationManager.getID(JMSDestinationManager.java:245)
at 
org.jboss.mq.server.JMSServerInterceptorSupport.getID(JMSServerInterceptorSupport.java:92)
at 
org.jboss.mq.server.TracingInterceptor.getID(TracingInterceptor.java:85)
at 
org.jboss.mq.server.JMSServerInvoker.getID(JMSServerInvoker.java:93)

at org.jboss.mq.il.jvm.JVMServerIL.getID(JVMServerIL.java:101)
at org.jboss.mq.Connection.askForAnID(Connection.java:1021)
at org.jboss.mq.Connection.checkClientID(Connection.java:998)
- locked 0x06c37de0 (a org.jboss.mq.SpyXAConnection)
at 
org.jboss.mq.SpyXAConnection.createXAQueueSession(SpyXAConnection.java:105)
at 
org.jboss.jms.asf.StdServerSessionPool.create(StdServerSessionPool.java:326)
at 
org.jboss.jms.asf.StdServerSessionPool.init(StdServerSessionPool.java:156)
at 
org.jboss.jms.asf.StdServerSessionPoolFactory.getServerSessionPool(StdServerSessionPoolFactory.java:91)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.ejb3.mdb.MDB.createSessionPool(MDB.java:677)
at org.jboss.ejb3.mdb.MDB.innerCreateQueue(MDB.java:522)
--
Bill Burke
--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] Re: JMS problems on Branch_4_0

2006-02-03 Thread Bill Burke
Yeah, something is up with Branch_4_0 with JMS.  Works find with 
4.0.3SP1 (same EJB3 code).


Bill Burke wrote:
My MDB tests seem to be hanging, Can't figure out why.  I do a thread 
dump and got the following...  Any clues?  Did somebody recently change 
JMS on Branch_4_0?


Thanks


RMI TCP Connection(2)-192.168.0.2 daemon prio=5 tid=0x27bbdcf0 
nid=0xc78 runnable [0x285fc000..0x285ffd68]

at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.init(Throwable.java:196)
at java.lang.Exception.init(Exception.java:41)
at java.lang.RuntimeException.init(RuntimeException.java:43)
at 
java.lang.IllegalStateException.init(IllegalStateException.java:38)
at 
org.jboss.mq.server.JMSDestinationManager.getID(JMSDestinationManager.java:245) 

at 
org.jboss.mq.server.JMSServerInterceptorSupport.getID(JMSServerInterceptorSupport.java:92) 

at 
org.jboss.mq.server.TracingInterceptor.getID(TracingInterceptor.java:85)
at 
org.jboss.mq.server.JMSServerInvoker.getID(JMSServerInvoker.java:93)

at org.jboss.mq.il.jvm.JVMServerIL.getID(JVMServerIL.java:101)
at org.jboss.mq.Connection.askForAnID(Connection.java:1021)
at org.jboss.mq.Connection.checkClientID(Connection.java:998)
- locked 0x06c37de0 (a org.jboss.mq.SpyXAConnection)
at 
org.jboss.mq.SpyXAConnection.createXAQueueSession(SpyXAConnection.java:105)
at 
org.jboss.jms.asf.StdServerSessionPool.create(StdServerSessionPool.java:326) 

at 
org.jboss.jms.asf.StdServerSessionPool.init(StdServerSessionPool.java:156) 

at 
org.jboss.jms.asf.StdServerSessionPoolFactory.getServerSessionPool(StdServerSessionPoolFactory.java:91) 


at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 

at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 


at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.ejb3.mdb.MDB.createSessionPool(MDB.java:677)
at org.jboss.ejb3.mdb.MDB.innerCreateQueue(MDB.java:522)


--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] Re: JMS problems on Branch_4_0

2006-02-03 Thread Bill Burke

I should probably elaborate.

It hangs at deploy time.  Server is spinning too (max CPU).

Bill Burke wrote:
Yeah, something is up with Branch_4_0 with JMS.  Works find with 
4.0.3SP1 (same EJB3 code).


Bill Burke wrote:

My MDB tests seem to be hanging, Can't figure out why.  I do a thread 
dump and got the following...  Any clues?  Did somebody recently 
change JMS on Branch_4_0?


Thanks


RMI TCP Connection(2)-192.168.0.2 daemon prio=5 tid=0x27bbdcf0 
nid=0xc78 runnable [0x285fc000..0x285ffd68]

at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.init(Throwable.java:196)
at java.lang.Exception.init(Exception.java:41)
at java.lang.RuntimeException.init(RuntimeException.java:43)
at 
java.lang.IllegalStateException.init(IllegalStateException.java:38)
at 
org.jboss.mq.server.JMSDestinationManager.getID(JMSDestinationManager.java:245) 

at 
org.jboss.mq.server.JMSServerInterceptorSupport.getID(JMSServerInterceptorSupport.java:92) 

at 
org.jboss.mq.server.TracingInterceptor.getID(TracingInterceptor.java:85)
at 
org.jboss.mq.server.JMSServerInvoker.getID(JMSServerInvoker.java:93)

at org.jboss.mq.il.jvm.JVMServerIL.getID(JVMServerIL.java:101)
at org.jboss.mq.Connection.askForAnID(Connection.java:1021)
at org.jboss.mq.Connection.checkClientID(Connection.java:998)
- locked 0x06c37de0 (a org.jboss.mq.SpyXAConnection)
at 
org.jboss.mq.SpyXAConnection.createXAQueueSession(SpyXAConnection.java:105) 

at 
org.jboss.jms.asf.StdServerSessionPool.create(StdServerSessionPool.java:326) 

at 
org.jboss.jms.asf.StdServerSessionPool.init(StdServerSessionPool.java:156) 

at 
org.jboss.jms.asf.StdServerSessionPoolFactory.getServerSessionPool(StdServerSessionPoolFactory.java:91) 


at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 

at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 


at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.ejb3.mdb.MDB.createSessionPool(MDB.java:677)
at org.jboss.ejb3.mdb.MDB.innerCreateQueue(MDB.java:522)





--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] cglib vs javassit for proxies

2006-02-03 Thread Bill Burke

Javassist is pretty good, problem is that it doesn't have a junit testsuite.

Jason T. Greene wrote:
I should clarify, for WS, we just need plain javabean generation. So I 
can add that to our list of things to do. BTW I was too harsh, there are 
nice things about cglib. I just ran into a lot of bugs.


 


-Jason

 




*From:* [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] *On Behalf Of 
*Jason T. Greene

*Sent:* Friday, February 03, 2006 7:56 PM
*To:* jboss-development@lists.sourceforge.net
*Subject:* RE: [JBoss-dev] cglib vs javassit for proxies

 


I am all for this, cglib sucks…

 


-Jason

 




*From:* [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] *On Behalf Of 
*Scott M Stark

*Sent:* Friday, February 03, 2006 1:47 PM
*To:* jboss-development@lists.sourceforge.net
*Subject:* [JBoss-dev] cglib vs javassit for proxies

 

So I have to introduce a proxy for a javax.net.SSLServerSocket which is 
an abstract class and so have to use cglib or javassist. I see some 
proxy working in the head javassist, but this is not in the 4.0 branch 
version. We also don’t bundle javassist with 4.0 currently. I assume we 
would rather have javassist be the only bytecode manipulation framework 
in jboss. Is there a timeframe for completing the javassist proxy so we 
can think about moving hibernate, webservices, cmp2.x, etc over to it?


 



--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid3432bid#0486dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] JMS problems on Branch_4_0

2006-02-03 Thread Bill Burke
Let me expand on this.  When deploying an MDB3, it just hangs on 
deployment.  Thread dump shows this.


Same EJB 3.0 code (same dist).  MDB runs fine on 4.0.3SP1. I also see 
that the MDB EJB3 tests are passing in HEAD as well from nightly build 
from like 5 hours ago.  I haven't gotten a successful 4.0.x message 
since 10:30 am.  I also see a few build timeouts for Branch_4_0 at 5:30 
am and 7:30 am.  Again, has anybody committed any JMS stuff to branch 4 
that would effect this?


Bill Burke wrote:
My MDB tests seem to be hanging, Can't figure out why.  I do a thread 
dump and got the following...  Any clues?  Did somebody recently change 
JMS on Branch_4_0?


Thanks


RMI TCP Connection(2)-192.168.0.2 daemon prio=5 tid=0x27bbdcf0 
nid=0xc78 runnable [0x285fc000..0x285ffd68]

at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.init(Throwable.java:196)
at java.lang.Exception.init(Exception.java:41)
at java.lang.RuntimeException.init(RuntimeException.java:43)
at 
java.lang.IllegalStateException.init(IllegalStateException.java:38)
at 
org.jboss.mq.server.JMSDestinationManager.getID(JMSDestinationManager.java:245) 

at 
org.jboss.mq.server.JMSServerInterceptorSupport.getID(JMSServerInterceptorSupport.java:92) 

at 
org.jboss.mq.server.TracingInterceptor.getID(TracingInterceptor.java:85)
at 
org.jboss.mq.server.JMSServerInvoker.getID(JMSServerInvoker.java:93)

at org.jboss.mq.il.jvm.JVMServerIL.getID(JVMServerIL.java:101)
at org.jboss.mq.Connection.askForAnID(Connection.java:1021)
at org.jboss.mq.Connection.checkClientID(Connection.java:998)
- locked 0x06c37de0 (a org.jboss.mq.SpyXAConnection)
at 
org.jboss.mq.SpyXAConnection.createXAQueueSession(SpyXAConnection.java:105)
at 
org.jboss.jms.asf.StdServerSessionPool.create(StdServerSessionPool.java:326) 

at 
org.jboss.jms.asf.StdServerSessionPool.init(StdServerSessionPool.java:156) 

at 
org.jboss.jms.asf.StdServerSessionPoolFactory.getServerSessionPool(StdServerSessionPoolFactory.java:91) 


at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 

at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 


at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.ejb3.mdb.MDB.createSessionPool(MDB.java:677)
at org.jboss.ejb3.mdb.MDB.innerCreateQueue(MDB.java:522)


--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] JMS problems on Branch_4_0

2006-02-03 Thread Bill Burke
JMSDestinationManager had typo.  it should be a null check instead of a 
!= null check.  Typo from backmerge.   I guess if you put down the code 
for awhile you see it!


   /**
* Gets the ID attribute of the JMSServer object
*
* @return   The ID value
*/
   public String getID()
   {
  String ID = null;

  while (true)
  {
 try
 {
if (stateManager != null)
   throw new IllegalStateException(Null state manager);


Bill Burke wrote:
Let me expand on this.  When deploying an MDB3, it just hangs on 
deployment.  Thread dump shows this.


Same EJB 3.0 code (same dist).  MDB runs fine on 4.0.3SP1. I also see 
that the MDB EJB3 tests are passing in HEAD as well from nightly build 
from like 5 hours ago.  I haven't gotten a successful 4.0.x message 
since 10:30 am.  I also see a few build timeouts for Branch_4_0 at 5:30 
am and 7:30 am.  Again, has anybody committed any JMS stuff to branch 4 
that would effect this?


Bill Burke wrote:

My MDB tests seem to be hanging, Can't figure out why.  I do a thread 
dump and got the following...  Any clues?  Did somebody recently 
change JMS on Branch_4_0?


Thanks


RMI TCP Connection(2)-192.168.0.2 daemon prio=5 tid=0x27bbdcf0 
nid=0xc78 runnable [0x285fc000..0x285ffd68]

at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.init(Throwable.java:196)
at java.lang.Exception.init(Exception.java:41)
at java.lang.RuntimeException.init(RuntimeException.java:43)
at 
java.lang.IllegalStateException.init(IllegalStateException.java:38)
at 
org.jboss.mq.server.JMSDestinationManager.getID(JMSDestinationManager.java:245) 

at 
org.jboss.mq.server.JMSServerInterceptorSupport.getID(JMSServerInterceptorSupport.java:92) 

at 
org.jboss.mq.server.TracingInterceptor.getID(TracingInterceptor.java:85)
at 
org.jboss.mq.server.JMSServerInvoker.getID(JMSServerInvoker.java:93)

at org.jboss.mq.il.jvm.JVMServerIL.getID(JVMServerIL.java:101)
at org.jboss.mq.Connection.askForAnID(Connection.java:1021)
at org.jboss.mq.Connection.checkClientID(Connection.java:998)
- locked 0x06c37de0 (a org.jboss.mq.SpyXAConnection)
at 
org.jboss.mq.SpyXAConnection.createXAQueueSession(SpyXAConnection.java:105) 

at 
org.jboss.jms.asf.StdServerSessionPool.create(StdServerSessionPool.java:326) 

at 
org.jboss.jms.asf.StdServerSessionPool.init(StdServerSessionPool.java:156) 

at 
org.jboss.jms.asf.StdServerSessionPoolFactory.getServerSessionPool(StdServerSessionPoolFactory.java:91) 


at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 

at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 


at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.ejb3.mdb.MDB.createSessionPool(MDB.java:677)
at org.jboss.ejb3.mdb.MDB.innerCreateQueue(MDB.java:522)





--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] cglib vs javassit for proxies

2006-02-03 Thread Bill Burke
You'll find that Javassist gives you a lot more flexibilty as it has a 
built in javacompiler and can replace code for you.  With Javassist it 
should be really easy to intercept field access for the EJB 3.0 
requirements.


Steve Ebersole wrote:

I sent this to a number of other lists, but forgot this one.  Apologies.
I actually just today checked in a pluggable bytecode API into
Hibernate.  Hibernate does now support either CGLIB or Javassist for all
bytecode services.

As an aside, our experience with CGLIB has been very good.  Juozas (one
of the CGLIB developers) is very active in the Hibernate community and
is always extremely responsive to any needs we might encounter.  My $.02

The reason for allowing Javassist to be used instead of CGLIB was merely
to allow a user choice.  Especially in the case of JBoss where Javassist
is used in a lot of places, it just makes sense to have the option to
not have to bundle yet another jar.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bill
Burke
Sent: Friday, February 03, 2006 8:39 PM
To: jboss-development@lists.sourceforge.net
Subject: Re: [JBoss-dev] cglib vs javassit for proxies

Javassist is pretty good, problem is that it doesn't have a junit
testsuite.

Jason T. Greene wrote:


I should clarify, for WS, we just need plain javabean generation. So I




can add that to our list of things to do. BTW I was too harsh, there


are 


nice things about cglib. I just ran into a lot of bugs.



-Jason








*From:* [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] *On Behalf Of 
*Jason T. Greene

*Sent:* Friday, February 03, 2006 7:56 PM
*To:* jboss-development@lists.sourceforge.net
*Subject:* RE: [JBoss-dev] cglib vs javassit for proxies



I am all for this, cglib sucks...



-Jason








*From:* [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] *On Behalf Of 
*Scott M Stark

*Sent:* Friday, February 03, 2006 1:47 PM
*To:* jboss-development@lists.sourceforge.net
*Subject:* [JBoss-dev] cglib vs javassit for proxies



So I have to introduce a proxy for a javax.net.SSLServerSocket which


is 

an abstract class and so have to use cglib or javassist. I see some 
proxy working in the head javassist, but this is not in the 4.0 branch




version. We also don't bundle javassist with 4.0 currently. I assume


we 


would rather have javassist be the only bytecode manipulation


framework 


in jboss. Is there a timeframe for completing the javassist proxy so


we 


can think about moving hibernate, webservices, cmp2.x, etc over to it?








--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] undeploy a dependency?

2006-02-02 Thread Bill Burke



Adrian Brock wrote:

On Wed, 2006-02-01 at 16:42, Bill Burke wrote:


I'm seeing start being
called twice for a particular MBean and thus, I'm getting an error.  I 
think what is happening is this:


1. deploy 'A' MBean, its dependency 'B' has not been resolved
2. Deploy 'B', resolve 'A''s dependency, call create/start
3. Undeploy 'B'
4. Deploy 'B'

Is this the correct behavior?  Is the 4.0.4 kernel attempting to do 
redploys correct?



It doesn't sound like correct behaviour to me. :-)
Do you know what is triggering the undeploy?




:)  Yes, my test code!  I'm testing to make sure dependencies work.
--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] EJB3StandaloneBootstrap implementation

2006-02-01 Thread Bill Burke



Scott M Stark wrote:

How can the scanClasspath() step be optimized/skipped in say an embedded
ejb3 project in jbosside where the data obtained during the scan was
written out in an optimized metadata store as part of the project say?



The definition of embedded is *simple*.  This optimized metadata store 
should be an optional feature.  We don't want to require the user to 
have a special directory structure or special configuration requirements 
other than putting stuff in the classpath.  Also, in an IDE environment 
an optimized metadata store doesn't make much sense since users are 
recompiling, repackaging with each run.


IMO, a scan to create an optimized metadata store does not improve 
development time, its just overhead.



I don't really follow adding aspects like clustering to deployments
based on the location in a filesystem, virtual or otherwise. Just seems
like too much meaning being linked to the deployment url/location.



Its not that different than the singleton stuff.  The point is that 
users shouldn't have to configure each component to be clustered (or 
not) and repackage.



I'm busy through tomorrow, but come thu I will just checkin the current
vfs stuff I have had sitting in the workspace for months and see what
start can be made on pushing this forward.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bill
Burke
Sent: Tuesday, January 31, 2006 9:28 AM
To: jboss-development@lists.sourceforge.net
Subject: Re: [JBoss-dev] EJB3StandaloneBootstrap implementation

I think going the E-EJB3 route to start is a good idea as it will force 
us to implement bare-bones implementations that do not have the idea of 
a classloader or j2ee deployment schemes within them.  Once we have 
e-ejb3 (really e-jboss) in place, it will force us to be careful about 
adding things like classloading and j2ee packaging as to not break or 
bloat e-jboss.


The way I envision it working is basically how it works with current
kernel

* This shit must be REALLY FAST.  Remember, we're using it with junit
tests.
* embedded-jboss-beans.xml configures a MainDeployer,  BeanDeployer, 
AOPDeployer, EJB3Deployer, (etc.) and basic services like TM, JNDI, etc.

* EJB3StandaloneBootstrap still exists and has three methods:
- boot(): This loads embeddded-jboss-beans.xml
- scanClasspath().  The scans the entire classpath for deployments and 
calls MainDeployer.deploy() for each jar/directory/config file it finds.


  calling MainDeployer.deploy(URL).
- scanClasspath(String) comma delimited list of files that should be 
deployed.  These files are in the classpath (java.class.path)
- deployResource(String) deploys an individual Classpath resource. 
(ejb3-interceptors-aop.xml) by calling MainDeployer.deploy(URL)


My second thought is that Scanners should be responsible for creating 
the DeploymentUnit rather than the main deployer.  This will allow the 
scanner to add metadata about the deployment or to work with different 
filesystems, like a database or profile.  For instance, I envision a 
cluster/ directory where any deployment put in it that supports 
clustering will be clustered.  The scanner could also be configured for 
default security domain.  For this to work, the scanner needs to attach 
metadata to the deploymentunit.  Since the MainDeployer will not be 
responsible for creating the deployment unit, this will make it easier.


If you look at the EJB3 code, you will also find that I have done a 
kernel abstraction so that the EJB3 deployer and codebase does not have 
to be concerned about whether you are deployment to JBoss4 or MC.  If we


do the new deployers right, the new architecture can be used as an 
abstraction for projects that need to work in both JBoss4 and MC.


Man, I want to help prototype this stuff.  I was about to do it for the 
last EJB3 release, but I ran out of time.  I'll want to jump in and help


after I finish the EJB3 book.

Later,

Bill




Scott M Stark wrote:


I browsed through the EJB3StandaloneBootstrap and embedded ejb3 usage


of the mc to see what extent the mc is being used. In browsing through
the conf/embedded-jboss-beans.xml for the mc config, I did not see
anything related to the ejb3 container or aop layer to load the
conf/ejb3-interceptors-aop.xml. The embedded ejb3 docs show this
prototype code block for setting up embedded ejb3:




 EJB3StandaloneBootstrap.boot(null);

 // initialize JBoss MQ core services




EJB3StandaloneBootstrap.deployXmlResource(jboss-jms-beans.xml);


 // initialize configured test queue and topic

 EJB3StandaloneBootstrap.deployXmlResource(testjms.xml);

 // scan classpath for ejbs and MDBs

 EJB3StandaloneBootstrap.scanClasspath();



So a lot of configuration is being done outside of the mc


embedded-jboss-beans.xml. I guess this is due to missing implementation
details of the mc such as the vfs, virtual deployment impl, and class
loader configuration. I have been thinking

[JBoss-dev] Guessing datasource name

2006-02-01 Thread Bill Burke
In EJB3 I'm trying to guess the datasource MBean name so that I can 
create a dependency on it.  I do this based on the JNDI name passed into 
persistence.xml.  So, if the datsource is java:/DefaultDS I assume 
that there is a:


jboss.jca:service=DataSource,name=DefaultDS mbean available.

Is this a valid assumption?

Thanks,

Bill

--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] Re: Guessing datasource name

2006-02-01 Thread Bill Burke

Can I use:

jboss.jca:service=ManagedConnectionFactory,name=DefaultDS?

Bill Burke wrote:
In EJB3 I'm trying to guess the datasource MBean name so that I can 
create a dependency on it.  I do this based on the JNDI name passed into 
persistence.xml.  So, if the datsource is java:/DefaultDS I assume 
that there is a:


jboss.jca:service=DataSource,name=DefaultDS mbean available.

Is this a valid assumption?

Thanks,

Bill



--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] Guessing datasource name

2006-02-01 Thread Bill Burke



Adrian Brock wrote:

e.g. at least firebird has its own rar that is deployed this way.



Yes, this *exactly* where the user was complaining.  EJB3 assumes the 
Datasource MBean name.




Don't blame me for the different names, this is legacy rubbish
that dates back to 2.4.x

They should really all be just:
jboss.jca:service=ConnectionManager,name={jndiName}

If somebody doesn't use a -ds.xml (not recommended, but it
is the only way to use your own pool implementation) then who knows
what they called the MBean?...



Thanks,

Bill


--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] Re: Guessing datasource name

2006-02-01 Thread Bill Burke
Doesn't help me on 4.0.3SP1.  What we should *really* do is create those 
JNDI dependencies we were arguing about before.


Adrian Brock wrote:

Perhaps we should just byte the bullet and fix this naming confusion?
The problem is everybody's existing config that uses it.
e.g. JMS and login-config.xml that reference these names.

You can certainly fix the stylesheet and change this config
in jbossjca-service.xml

  mbean code=org.jboss.deployment.XSLSubDeployer
name=jboss.jca:service=ConnectionFactoryDeployer
attribute name=DdSuffix-ds.xml/attribute
attribute name=EnhancedSuffixes300:-ds.xml/attribute
attribute
name=XslUrlstylesheets/ConnectionFactoryTemplate.xsl/attribute
attribute name=ValidateDTDsfalse/attribute
  /mbean


On Wed, 2006-02-01 at 12:52, Adrian Brock wrote:


On Wed, 2006-02-01 at 12:05, Bill Burke wrote:


Can I use:

jboss.jca:service=ManagedConnectionFactory,name=DefaultDS?



It is the DataSourceBinding or ConnectionFactoryBinding
that you want to depend upon.

This is what populates JNDI.



Bill Burke wrote:

In EJB3 I'm trying to guess the datasource MBean name so that I can 
create a dependency on it.  I do this based on the JNDI name passed into 
persistence.xml.  So, if the datsource is java:/DefaultDS I assume 
that there is a:


jboss.jca:service=DataSource,name=DefaultDS mbean available.

Is this a valid assumption?

Thanks,

Bill



--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] undeploy a dependency?

2006-02-01 Thread Bill Burke

I'm seeing start being
called twice for a particular MBean and thus, I'm getting an error.  I 
think what is happening is this:


1. deploy 'A' MBean, its dependency 'B' has not been resolved
2. Deploy 'B', resolve 'A''s dependency, call create/start
3. Undeploy 'B'
4. Deploy 'B'

Is this the correct behavior?  Is the 4.0.4 kernel attempting to do 
redploys correct?


This is a JUnit test.  testPUDependencies runs fine.  testDepends fails
as a service EJB3 created MBean gets start() called twice.


public class DependencyUnitTestCase
extends JBossTestCase
{

   public void testPUDependencies() throws Exception
   {
  Stateless2 test = null;
  boolean exceptionThrown = false;
  try
  {
  test = (Stateless2)
getInitialContext().lookup(Stateless2Bean/remote);
  test.createCustomer();
  }
  catch (Exception ex)
  {
 exceptionThrown = true;
  }
  assertTrue(exceptionThrown);

  super.deploy(dependedon.sar);
  try
  {
 test = (Stateless2)
getInitialContext().lookup(Stateless2Bean/remote);
 test.createCustomer();
  }
  finally
  {
 super.undeploy(dependedon.sar);
  }

   }

   public void testDepends() throws Exception
   {
  boolean exceptionThrown = false;
  try
  {
 HasMBeanDependency dependency =
(HasMBeanDependency)getInitialContext().lookup(dependency-test/HasMBeanDependencyBean/remote);
  }
  catch (Exception e)
  {
 exceptionThrown = true;
  }
  assertTrue(exceptionThrown);
  exceptionThrown = false;
  try
  {
 HasXmlMBeanDependency dependency =
(HasXmlMBeanDependency)getInitialContext().lookup(dependency-test/HasXmlMBeanDependencyBean/remote);
  }
  catch (Exception e)
  {
 exceptionThrown = true;
  }
  assertTrue(exceptionThrown);
  exceptionThrown = false;
  super.deploy(dependedon.sar);
  try
  {
 try
 {
HasMBeanDependency dependency =
(HasMBeanDependency)getInitialContext().lookup(dependency-test/HasMBeanDependencyBean/remote);
 }
 catch (Exception e)
 {
exceptionThrown = true;
 }
 assertTrue(exceptionThrown);

 // should pass now
 HasXmlMBeanDependency dependency =
(HasXmlMBeanDependency)getInitialContext().lookup(dependency-test/HasXmlMBeanDependencyBean/remote);
 dependency.noop();

 super.deploy(anotherdependedon.sar);
 try
 {
HasMBeanDependency dependency2 =
(HasMBeanDependency)getInitialContext().lookup(dependency-test/HasMBeanDependencyBean/remote);
dependency2.testNotNull();
 }
 finally
 {
super.undeploy(anotherdependedon.sar);
 }
  }
  finally
  {
 super.undeploy(dependedon.sar);
  }
   }

   public static Test suite() throws Exception
   {
  return getDeploySetup(DependencyUnitTestCase.class,
dependency-test.ear, ejbdepends.jar);
   }

}


--
Bill Burke
Chief Architect
JBoss Inc.



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] EJB3StandaloneBootstrap implementation

2006-01-31 Thread Bill Burke
I think going the E-EJB3 route to start is a good idea as it will force 
us to implement bare-bones implementations that do not have the idea of 
a classloader or j2ee deployment schemes within them.  Once we have 
e-ejb3 (really e-jboss) in place, it will force us to be careful about 
adding things like classloading and j2ee packaging as to not break or 
bloat e-jboss.


The way I envision it working is basically how it works with current kernel

* This shit must be REALLY FAST.  Remember, we're using it with junit tests.
* embedded-jboss-beans.xml configures a MainDeployer,  BeanDeployer, 
AOPDeployer, EJB3Deployer, (etc.) and basic services like TM, JNDI, etc.

* EJB3StandaloneBootstrap still exists and has three methods:
- boot(): This loads embeddded-jboss-beans.xml
- scanClasspath().  The scans the entire classpath for deployments and 
calls MainDeployer.deploy() for each jar/directory/config file it finds. 
 calling MainDeployer.deploy(URL).
- scanClasspath(String) comma delimited list of files that should be 
deployed.  These files are in the classpath (java.class.path)
- deployResource(String) deploys an individual Classpath resource. 
(ejb3-interceptors-aop.xml) by calling MainDeployer.deploy(URL)


My second thought is that Scanners should be responsible for creating 
the DeploymentUnit rather than the main deployer.  This will allow the 
scanner to add metadata about the deployment or to work with different 
filesystems, like a database or profile.  For instance, I envision a 
cluster/ directory where any deployment put in it that supports 
clustering will be clustered.  The scanner could also be configured for 
default security domain.  For this to work, the scanner needs to attach 
metadata to the deploymentunit.  Since the MainDeployer will not be 
responsible for creating the deployment unit, this will make it easier.


If you look at the EJB3 code, you will also find that I have done a 
kernel abstraction so that the EJB3 deployer and codebase does not have 
to be concerned about whether you are deployment to JBoss4 or MC.  If we 
do the new deployers right, the new architecture can be used as an 
abstraction for projects that need to work in both JBoss4 and MC.


Man, I want to help prototype this stuff.  I was about to do it for the 
last EJB3 release, but I ran out of time.  I'll want to jump in and help 
after I finish the EJB3 book.


Later,

Bill




Scott M Stark wrote:

I browsed through the EJB3StandaloneBootstrap and embedded ejb3 usage of the mc 
to see what extent the mc is being used. In browsing through the 
conf/embedded-jboss-beans.xml for the mc config, I did not see anything related 
to the ejb3 container or aop layer to load the conf/ejb3-interceptors-aop.xml. 
The embedded ejb3 docs show this prototype code block for setting up embedded 
ejb3:

 


  EJB3StandaloneBootstrap.boot(null);

  // initialize JBoss MQ core services

  EJB3StandaloneBootstrap.deployXmlResource(jboss-jms-beans.xml);

  // initialize configured test queue and topic

  EJB3StandaloneBootstrap.deployXmlResource(testjms.xml);

  // scan classpath for ejbs and MDBs

  EJB3StandaloneBootstrap.scanClasspath();

 


So a lot of configuration is being done outside of the mc 
embedded-jboss-beans.xml. I guess this is due to missing implementation details 
of the mc such as the vfs, virtual deployment impl, and class loader 
configuration. I have been thinking about how to push the mc forward by getting 
it more into jboss5, but maybe using the embedded ejb3 setup would be a less 
disruptive way to drive these features to completion.

 


Does it make sense to organize the next set of mc releases around getting the 
embedded ejb3 completely configured from a prototype standalone mc bootstrap 
(http://docs.jboss.org/nightly/microkernel/docs/gettingstarted/en/html/standalone.html)
 which loads a more complete embedded-ejb3-beans.xml that includes the ejb3 
container and aop configuration?

 

 



--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] Keeping installer templates in-synch

2006-01-30 Thread Bill Burke
Where is this installer config so that we can update it without bugging 
you Scott?


Scott M Stark wrote:

We had this discussion in a forum and came to no conclusion as to how to
ensure these are kept in synch. What is clearly needed is running
portions of the testsuite against the installer generated
configurations. Some work to run the installer in a command line mode
will be needed for this.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Adrian Brock
Sent: Monday, January 30, 2006 4:57 AM
To: jboss-development@lists.sourceforge.net
Subject: Re: [JBoss-dev] Keeping installer templates in-synch

The problem here is the old one of trying to build things on top of
other things.

If you have no buy-in to the process from your providers you
are left trying to hit a moving a target.

Solutions:
1) Make it easy for people to maintain it
2) Write tests so you know when it breaks
3) Make it a more first class construct such that developers
can automagically maintain it or at least know early when it is
affected.
4) Lock down the provider's config and complain when they
change it without notifying you.

On Mon, 2006-01-30 at 07:48, Dimitris Andreadis wrote:


Somehow we need to do a better job keeping the installer xml
descriptor templates in-synch with the module xml descriptors, so
whenever a descriptor changes the template needs updating.

I just fixed a trivial one, probably my bad:
http://jira.jboss.com/jira/browse/JBAS-2742

The other thing we need to clarify is whether the installer
distribution is the recommended one, since more cases (forums /
support) will start appearing where we are not sure about the used
(user/customer) config.


--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] Keeping installer templates in-synch

2006-01-30 Thread Bill Burke

nevermind, i should have looked instead of being lazy.

Bill Burke wrote:
Where is this installer config so that we can update it without bugging 
you Scott?


Scott M Stark wrote:


We had this discussion in a forum and came to no conclusion as to how to
ensure these are kept in synch. What is clearly needed is running
portions of the testsuite against the installer generated
configurations. Some work to run the installer in a command line mode
will be needed for this.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Adrian Brock
Sent: Monday, January 30, 2006 4:57 AM
To: jboss-development@lists.sourceforge.net
Subject: Re: [JBoss-dev] Keeping installer templates in-synch

The problem here is the old one of trying to build things on top of
other things.

If you have no buy-in to the process from your providers you
are left trying to hit a moving a target.

Solutions:
1) Make it easy for people to maintain it
2) Write tests so you know when it breaks
3) Make it a more first class construct such that developers
can automagically maintain it or at least know early when it is
affected.
4) Lock down the provider's config and complain when they
change it without notifying you.

On Mon, 2006-01-30 at 07:48, Dimitris Andreadis wrote:


Somehow we need to do a better job keeping the installer xml
descriptor templates in-synch with the module xml descriptors, so
whenever a descriptor changes the template needs updating.

I just fixed a trivial one, probably my bad:
http://jira.jboss.com/jira/browse/JBAS-2742

The other thing we need to clarify is whether the installer
distribution is the recommended one, since more cases (forums /
support) will start appearing where we are not sure about the used
(user/customer) config.





--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] Example of how careless handling of AOP pointcut expressions can screw you up good

2006-01-30 Thread Bill Burke
FYI, if you refactor code with Intelllij, and have the AOP XML in your 
classpath, it will discover and change the XML for at least the classname.


Ovidiu Feodorov wrote:


Yes, that's why I said Tim does a very good job at surrounding the 
functionality he writes with test cases that check whether the expected 
good things happen, but also probe for potential bad things.


Adding lots of tests has two major benefits:
1. Provide you with a safety mesh. Thicker, the better, it may help you 
catch problems by exposing random interactions never thought about. 
Machines to run testsuites are cheap.
2. Help you better understand the functionality you write, help you 
discover edge cases and potential pitfalls, and quite often help you to 
find a better way to write the very functionality you're working on.


Writing tests increases the development time, but the benefits far 
exceed the drawbacks. Just think at a production down situation that can 
have been prevented by having the right (and trivial) test in place.


The Messaging project's capital sin is to modify/remove a semantically 
correct test :)


Scott M Stark wrote:


I would suspect that the tests simply asserted that someone could be
denied access. This is a general failing in the tests I see written.
Tests only assert that the expected good things happen. There are not
enough tests written to validate that bad behaviors are also constrained
to expected and recoverable behaviors.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Ovidiu Feodorov
Sent: Friday, January 27, 2006 11:44 AM
To: jboss-development@lists.sourceforge.net
Subject: [JBoss-dev] Example of how careless handling of AOP pointcut
expressions can screw you up good


A succinct example of how AOP pointcut expressions without proper tests 
and/or compile-time check tools can screw you up good:


JMS lets you create anonymous message producers, and for this case, 
security checks must be applied on each message send. The following 
pointcut expression enforces that:


  bind pointcut=execution(* 
org.jboss.jms.server.endpoint.advised.ProducerAdvised-send(..))
 advice name=handleSend 
aspect=org.jboss.jms.server.container.SecurityAspect/

  /bind

Recently, the ProducerAdvised's send() method name and signature has 
been changed upon a refactoring:


$ cvs diff -r 1.3 -r 1.2 ProducerAdvised.java
Index: ProducerAdvised.java
===
RCS file:
/cvsroot/jboss/jboss-jms/src/main/org/jboss/jms/server/endpoint/advised/
ProducerAdvised.java,v
retrieving revision 1.3
retrieving revision 1.2
diff -r1.3 -r1.2

...

68c69
public void sendMessage(Message message) throws JMSException
---
 


  public void send(Destination destination, Message message, int
   


deliveryMode, int priority, long timeToLive) throws JMSException

...


As result, no security checks were applied anymore on individual message

sends for anonymous producers, leading to a very silent, subtle and 
potentially dangerous error condition.


Praises to Tim for adding test cases that helped us catch the problem on

our work benches and not in some customer's production environment.

Can the Eclipse AOP plugin help in catching this type of error at 
refactoring time?


Ovidiu



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=kkid3432bid#0486dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

 





--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] Example of how careless handling of AOP pointcut expressions can screw you up good

2006-01-30 Thread Bill Burke
Yeah, will need special IDE support for this.  BTW, this is a often 
talked about problem in AOP land.  And the only complete solution is an 
IDE.  I guess what we could do is to validate that a 
class/method/field/constructor exists if the expression is fully 
qualitifed without wildcards.


Ovidiu Feodorov wrote:


Yes, it does that. But not for the method name.

Bill Burke wrote:

FYI, if you refactor code with Intelllij, and have the AOP XML in your 
classpath, it will discover and change the XML for at least the 
classname.


Ovidiu Feodorov wrote:



Yes, that's why I said Tim does a very good job at surrounding the 
functionality he writes with test cases that check whether the 
expected good things happen, but also probe for potential bad things.


Adding lots of tests has two major benefits:
1. Provide you with a safety mesh. Thicker, the better, it may help 
you catch problems by exposing random interactions never thought 
about. Machines to run testsuites are cheap.
2. Help you better understand the functionality you write, help you 
discover edge cases and potential pitfalls, and quite often help you 
to find a better way to write the very functionality you're working on.


Writing tests increases the development time, but the benefits far 
exceed the drawbacks. Just think at a production down situation that 
can have been prevented by having the right (and trivial) test in place.


The Messaging project's capital sin is to modify/remove a 
semantically correct test :)


Scott M Stark wrote:


I would suspect that the tests simply asserted that someone could be
denied access. This is a general failing in the tests I see written.
Tests only assert that the expected good things happen. There are not
enough tests written to validate that bad behaviors are also 
constrained

to expected and recoverable behaviors.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Ovidiu Feodorov
Sent: Friday, January 27, 2006 11:44 AM
To: jboss-development@lists.sourceforge.net
Subject: [JBoss-dev] Example of how careless handling of AOP pointcut
expressions can screw you up good


A succinct example of how AOP pointcut expressions without proper 
tests and/or compile-time check tools can screw you up good:


JMS lets you create anonymous message producers, and for this case, 
security checks must be applied on each message send. The following 
pointcut expression enforces that:


  bind pointcut=execution(* 
org.jboss.jms.server.endpoint.advised.ProducerAdvised-send(..))
 advice name=handleSend 
aspect=org.jboss.jms.server.container.SecurityAspect/

  /bind

Recently, the ProducerAdvised's send() method name and signature has 
been changed upon a refactoring:


$ cvs diff -r 1.3 -r 1.2 ProducerAdvised.java
Index: ProducerAdvised.java
===
RCS file:
/cvsroot/jboss/jboss-jms/src/main/org/jboss/jms/server/endpoint/advised/ 


ProducerAdvised.java,v
retrieving revision 1.3
retrieving revision 1.2
diff -r1.3 -r1.2

...

68c69
public void sendMessage(Message message) throws JMSException
---
 


  public void send(Destination destination, Message message, int
  



deliveryMode, int priority, long timeToLive) throws JMSException

...


As result, no security checks were applied anymore on individual 
message


sends for anonymous producers, leading to a very silent, subtle and 
potentially dangerous error condition.


Praises to Tim for adding test cases that helped us catch the 
problem on


our work benches and not in some customer's production environment.

Can the Eclipse AOP plugin help in catching this type of error at 
refactoring time?


Ovidiu



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through 
log files

for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=kkid3432bid#0486dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

 










---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log 
files

for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development



--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new

Re: [JBoss-dev] MC/AOP consistency synch in progress yet?

2006-01-30 Thread Bill Burke

I want to be synched as well.

Scott M Stark wrote:

Adrian,

 

Have you had a chance to synch up with Kabir on the MC/AOP unification 
work yet?


 



--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] 4.0.4RC1 release status

2006-01-26 Thread Bill Burke
I just regressed and committed some fixes for EJB3.  Retesting to make 
sure I haven't broken anything else.


Ruel Loehr wrote:
The aop  microkernel testsuite failures have been resolved and the 
security test failures are being addressed.


 

We still need someone from the webservices team to look at the 
webservices test failures.


 

The hibernate, clustering, and cache related failures all will require a 
fix from the appropriate project. 

 


The remaining issues for 4.0.4RC1 can be seen here:

 

http://jira.jboss.com/jira/secure/IssueNavigator.jspa?reset=truemode=hidesorter/order=DESCsorter/field=priorityresolutionIds=-1pid=10030fixfor=12310378 
http://jira.jboss.com/jira/secure/IssueNavigator.jspa?reset=truemode=hidesorter/order=DESCsorter/field=priorityresolutionIds=-1pid=10030fixfor=12310378


 

 

 


Ruel Loehr

JBoss QA

 


-

512-347-7840 ext 2011

Yahoo: ruelloehr

Skype: ruelloehr

AOL: dokoruel

 



--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] 4.0.4RC1 release status

2006-01-26 Thread Bill Burke

Ok, I've fixed all my problems for EJB 3.0 in Branch_4_0


Bill Burke wrote:
I just regressed and committed some fixes for EJB3.  Retesting to make 
sure I haven't broken anything else.


Ruel Loehr wrote:

The aop  microkernel testsuite failures have been resolved and the 
security test failures are being addressed.


 

We still need someone from the webservices team to look at the 
webservices test failures.


 

The hibernate, clustering, and cache related failures all will require 
a fix from the appropriate project.
 


The remaining issues for 4.0.4RC1 can be seen here:

 

http://jira.jboss.com/jira/secure/IssueNavigator.jspa?reset=truemode=hidesorter/order=DESCsorter/field=priorityresolutionIds=-1pid=10030fixfor=12310378 
http://jira.jboss.com/jira/secure/IssueNavigator.jspa?reset=truemode=hidesorter/order=DESCsorter/field=priorityresolutionIds=-1pid=10030fixfor=12310378 



 

 

 


Ruel Loehr

JBoss QA

 


-

512-347-7840 ext 2011

Yahoo: ruelloehr

Skype: ruelloehr

AOL: dokoruel

 





--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


  1   2   3   4   5   6   7   8   9   10   >