Re: [JBoss-dev] Head boot is hanging...

2005-06-17 Thread Bill Burke
I'm getting fresh from CVS just to make sure... Adrian Brock wrote: I'm just testing it at the moment. I committed the code such that Dimitris can also work/test on it. Actually I'm testing in 4.0.x, but trying to keep the two codebases in step. Maybe I didn't port something correctly, let me c

Re: [JBoss-dev] Head boot is hanging...

2005-06-17 Thread Adrian Brock
I'm just testing it at the moment. I committed the code such that Dimitris can also work/test on it. Actually I'm testing in 4.0.x, but trying to keep the two codebases in step. Maybe I didn't port something correctly, let me check... On Fri, 2005-06-17 at 11:36, Bill Burke wrote: > It is hanging

[JBoss-dev] Head boot is hanging...

2005-06-17 Thread Bill Burke
It is hanging in JDBCStateManager: "main" prio=1 tid=0x08129510 nid=0x2d18 in Object.wait() [0x526a1000..0x526a3e20] at java.lang.Object.wait(Native Method) - waiting on <0x45e51380> (a org.jboss.tm.TransactionImpl) at java.lang.Object.wait(Object.java:474) at or

[JBoss-dev] Head failing to boot

2005-06-17 Thread Bill Burke
I think it is web services: java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.ws.metadata.WebServiceInterceptor Also, the ejb-deployer is failing to start up... I'm going to take out the WebServices interceptor unless it is fixed soon. Regards, Bill -- Bill Burke Chie

RE: [JBoss-dev] Can we remove the org.apache.xerces.xni dependency?

2005-06-17 Thread Scott M Stark
No different than using the package on monday-saturday. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Alexey Loubyansky > Sent: Friday, June 17, 2005 6:47 AM > To: jboss-development@lists.sourceforge.net > Subject: Re: [JBoss-dev] Can we remov

[JBoss-dev] jbossxb package changes in Branch_4_0

2005-06-17 Thread Bill Burke
Later this weekend, I'll be merging JBoss XB to Branch_4_0 and also changing the package name of jboss xb to org.jboss.xb. as we discussed a few weeks ago. I want EJB3 to be usable on older versions of JBoss4, hence the reasons for the package name change. Bill -- Bill Burke Chief Architect

Re: [JBoss-dev] Can we remove the org.apache.xerces.xni dependency?

2005-06-17 Thread Alexey Loubyansky
v7 is a very bad choice for the package name in the given case. Imagine the API is released with version number 1.0. Now we have v7 1.0. Then we have releases v7 1.1, 2.0, etc. At the end v7 as the shortcut of 'version 7' does not make any sense. Scott M Stark wrote: v7 would have been infini

RE: [JBoss-dev] Can we remove the org.apache.xerces.xni dependency?

2005-06-17 Thread Scott M Stark
v7 would have been infinitely better. What is your alternate meaning? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Alexey Loubyansky > Sent: Friday, June 17, 2005 2:08 AM > To: jboss-development@lists.sourceforge.net > Subject: Re: [JBoss-dev]

Re: [JBoss-dev] Can we remove the org.apache.xerces.xni dependency?

2005-06-17 Thread Alexey Loubyansky
I removed references to MappingObjectModelFactory from WS/JAXB. After WS guys confirm there are no problems with the change we can remove the hack. Thomas, could you please check? I ran the jaxb tests. They are not affected. Thanks. alex Scott M Stark wrote: In rebuilding the 4.0 thirdparty

Re: [JBoss-dev] Can we remove the org.apache.xerces.xni dependency?

2005-06-17 Thread Alexey Loubyansky
Alexey Loubyansky wrote: Scott M Stark wrote: So let's remove it. And while we are at it, are we keeping this uninformative package name: org.jboss.xml.binding.sunday? It makes me wonder if it only works on sunday, or if I recently went to church or something. I have very different associa

Re: [JBoss-dev] Can we remove the org.apache.xerces.xni dependency?

2005-06-17 Thread Alexey Loubyansky
Scott M Stark wrote: So let's remove it. And while we are at it, are we keeping this uninformative package name: org.jboss.xml.binding.sunday? It makes me wonder if it only works on sunday, or if I recently went to church or something. I have very different associations with the word :) It's

Re: [JBoss-dev] Can we remove the org.apache.xerces.xni dependency?

2005-06-17 Thread Alexey Loubyansky
Yes, but it will affect the users of MappingObjectModelFactory who rely on default binding rules. Scott M Stark wrote: The org.jboss.xml.binding.UnmarshallerImpl class, which is using the XniJBossXBParser by default, is the only usage I find in the 4.0 branch. Can this use the SaxJBossXBParser