[JBoss-dev] Re: FW: jboss-4.0.4 portal-2.2 issue

2006-05-16 Thread Emmanuel Bernard
Title: Re: FW: jboss-4.0.4 portal-2.2 issue






The other solution is to include the old hibernate ehcache provider in portal and rename it

-Original Message-
From: Julien Viet
To: Ryan Campbell
CC: Adrian Brock; Steve Ebersole; Julien Viet; Roy Russo; jboss-development@lists.sourceforge.net jboss-development@lists.sourceforge.net; QA; Rali Genova
Sent: Fri May 12 09:47:03 2006
Subject: Re: FW: jboss-4.0.4 portal-2.2 issue

is now JBoss AS bundled with ehcache ?

Ryan Campbell wrote:
 Yes, ehcache is included in Portal, just a previous version.

 We are testing with ehcache 1.2, per Emmanuel's comment.

 If it works, we can document the workaround for now, and possibly
 release Portal 2.2.1.SP1 shortly after 4.0.4?

 -Original Message-
 From: Adrian Brock
 Sent: Friday, May 12, 2006 1:42 PM
 To: Ryan Campbell
 Cc: Steve Ebersole; Julien Viet; Roy Russo;
 jboss-development@lists.sourceforge.net; QA
 Subject: Re: FW: jboss-4.0.4 portal-2.2 issue

 Actually (2) is not an option because it looks like
 Portal/Hibernate in 2.2 is expecting a different/incompatible
 version of EhCache?

 On Fri, 2006-05-12 at 20:34 +0200, Adrian Brock wrote:
 Why isn't portal using JBoss's hibernate-int session factory?

 The solutions are:
 1) JBoss Portal's session factory is configured to use JBoss Cache
 not EhCache
 2) JBossAS's installer should include EhCache as an optional
 part of the install
 3) JBoss Portal includes EhCache itself (since it is not a part of the
 JBossAS install)

 On a related issue, why does Portal have its own transaction
 demarcation? :-)


 org.jboss.portal.common.transaction.Transactions.notSupported(Transactio
 ns.java:245)
 Looks like too much not invented here in the Portal code
 that JBossAS can do nothing about.


 On Fri, 2006-05-12 at 13:05 -0500, Ryan Campbell wrote:
 Portal 2.2.1 fails to deploy on 4.0.4. Is this a bug in Hibernate?



 __
 From:[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf
 Of
 Rali Genova
 Sent: Friday, May 12, 2006 12:00 PM
 To: Ryan Campbell
 Subject: jboss-4.0.4 portal-2.2 issue




 Attached is the server log, but here is the relevant exception. I
 was
 using the Hypersonic DB and then MySQL, repeats with both. The AS is
 built from source, I am working on verifying this with the installer
 that Scott created as well.

 2006-05-12 11:22:16,353 DEBUG
 [org.hibernate.impl.SessionFactoryImpl]
 instantiating session factory with properties:...(I took those off)
 2006-05-12 11:22:16,363 WARN [org.jboss.system.ServiceController]
 Problem starting service portal:service=Hibernate
 java.lang.IllegalAccessError: tried to access method
 net.sf.ehcache.CacheManager.init()V from class
 org.hibernate.cache.EhCacheProvider
 at
 org.hibernate.cache.EhCacheProvider.start(EhCacheProvider.java:124)
 at

 org.hibernate.impl.SessionFactoryImpl.init(SessionFactoryImpl.java:180
 )
 at

 org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1
 213)
 at org.jboss.portal.core.hibernate.SessionFactoryBinder
 $3.run(SessionFactoryBinder.java:509)
 at

 org.jboss.portal.common.transaction.Transactions.apply(Transactions.java
 :199)
 at

 org.jboss.portal.common.transaction.Transactions.notSupported(Transactio
 ns.java:245)
 at

 org.jboss.portal.core.hibernate.SessionFactoryBinder.createSessionFactor
 y(SessionFactoryBinder.java:505)
 at

 org.jboss.portal.core.hibernate.SessionFactoryBinder.startService(Sessio
 nFactoryBinder.java:291)
 at

 org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupp
 ort.java:289)
 at

 org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:196)
 at

 org.jboss.portal.common.system.AbstractJBossService.start(AbstractJBossS
 ervice.java:86)
 at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source)
 at

 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
 Impl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:585)
 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(ModelMBea
 nOperationInterceptor.java:142)
 at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
 at

 org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.jav
 a:264)
 at
 org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
 at org.jboss.system.ServiceController
 $ServiceProxy.invoke(ServiceController.java:995)
 at $Proxy0.start(Unknown Source)


 --
 Bug? That's not a bug, that's a feature.




--
Julien 

[JBoss-dev] Re: jboss-4.0.4 portal-2.2 issue

2006-05-16 Thread Emmanuel Bernard

Because:
- this is a minor release increase (not a micro) for Hibernate
- we always stay up-to-date with our third party libraries
- EhCache had a major cache design flaw that was fixed in 1.2 (use to 
keep the cache manager as a singleton)
- we do not keep outdated cache provider, but people can use the old 
one if they want to stick with EhCache 1.1


Dimitris Andreadis wrote:

But why that incompatibility (not working with older ehcache) was
introduced in hibernate? 

  

-Original Message-
From: Emmanuel Bernard [mailto:[EMAIL PROTECTED] 
Sent: 13 May, 2006 20:26

To: Roy Russo
Cc: Scott M Stark; Dimitris Andreadis; Julien Viet; Ryan 
Campbell; Adrian Brock; Steve Ebersole; 
jboss-development@lists.sourceforge.net; QA; Rali Genova

Subject: Re: jboss-4.0.4 portal-2.2 issue

They will upgrade ehcache or write their own cache provider and use it

Roy Russo wrote:

Julien can explain that. How is this going to affect people doing 
something like we do in portal?


This isnt just a portal issue to me. 



STAY METAL!
Roy Russo
JBoss Portal Developer
o: 404.442.2056
c: 404.661.1760
AIM: geekjava

-Original Message-
From: Scott M Stark
Sent: Saturday, May 13, 2006 11:14 AM
To: Dimitris Andreadis; Roy Russo; Julien Viet; Ryan Campbell
Cc: Adrian Brock; Steve Ebersole;
'jboss-development@lists.sourceforge.net'; QA; Rali Genova
Subject: RE: jboss-4.0.4 portal-2.2 issue

We need to document the incompatibility in the release notes and 
either create an sp release of portal with an updated 
  
ehcache, or one 


that uses jboss cache. What is the reason for using ehache?

-Original Message-
From: Dimitris Andreadis
Sent: Saturday, May 13, 2006 7:53 AM
To: Scott M Stark; Roy Russo; Julien Viet; Ryan Campbell
Cc: Adrian Brock; Steve Ebersole;
'jboss-development@lists.sourceforge.net'; QA; Rali Genova
Subject: RE: jboss-4.0.4 portal-2.2 issue

So we either bundle the new version of ehcache or hibernate needs 
fixing?


 

  
  



  




---
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 portal-2.2 issue

2006-05-16 Thread Emmanuel Bernard
Title: Re: jboss-4.0.4 portal-2.2 issue






Upgrade ehcache to 1.2

-Original Message-
From: Ryan Campbell
To: Steve Ebersole; Julien Viet; Roy Russo
CC: 'jboss-development@lists.sourceforge.net' jboss-development@lists.sourceforge.net; QA
Sent: Fri May 12 13:05:28 2006
Subject: FW: jboss-4.0.4 portal-2.2 issue

Portal 2.2.1 fails to deploy on 4.0.4. Is this a bug in Hibernate?



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Rali Genova
Sent: Friday, May 12, 2006 12:00 PM
To: Ryan Campbell
Subject: jboss-4.0.4 portal-2.2 issue



Attached is the server log, but here is the relevant exception. I was using the Hypersonic DB and then MySQL, repeats with both. The AS is built from source, I am working on verifying this with the installer that Scott created as well.

2006-05-12 11:22:16,353 DEBUG [org.hibernate.impl.SessionFactoryImpl] instantiating session factory with properties:...(I took those off)
2006-05-12 11:22:16,363 WARN [org.jboss.system.ServiceController] Problem starting service portal:service=Hibernate
java.lang.IllegalAccessError: tried to access method net.sf.ehcache.CacheManager.init()V from class org.hibernate.cache.EhCacheProvider
 at org.hibernate.cache.EhCacheProvider.start(EhCacheProvider.java:124)
 at org.hibernate.impl.SessionFactoryImpl.init(SessionFactoryImpl.java:180)
 at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1213)
 at org.jboss.portal.core.hibernate.SessionFactoryBinder$3.run(SessionFactoryBinder.java:509)
 at org.jboss.portal.common.transaction.Transactions.apply(Transactions.java:199)
 at org.jboss.portal.common.transaction.Transactions.notSupported(Transactions.java:245)
 at org.jboss.portal.core.hibernate.SessionFactoryBinder.createSessionFactory(SessionFactoryBinder.java:505)
 at org.jboss.portal.core.hibernate.SessionFactoryBinder.startService(SessionFactoryBinder.java:291)
 at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
 at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:196)
 at org.jboss.portal.common.system.AbstractJBossService.start(AbstractJBossService.java:86)
 at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:585)
 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:264)
 at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
 at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:995)
 at $Proxy0.start(Unknown Source)


--
Bug? That's not a bug, that's a feature.







[JBoss-dev] Re: jboss-4.0.4 portal-2.2 issue

2006-05-16 Thread Emmanuel Bernard
Any of those change requires a SP, so it's better to upgrade (Julien did 
it :) )


Dimitris Andreadis wrote:

Because:
 - this is a minor release increase (not a micro) for Hibernate
 - we always stay up-to-date with our third party libraries
 - EhCache had a major cache design flaw that was fixed in 
1.2 (use to keep the cache manager as a singleton)
 - we do not keep outdated cache provider, but people can use 
the old one if they want to stick with EhCache 1.1



Emmanuel, about the last point, so it's possible to use ehcache 1.1 with
a different configuration, right? If that is the case, maybe we can show
portal how this is done.
  




---
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.sh clean fails on a sync verison of 4.0.4

2006-05-11 Thread Emmanuel Bernard

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

clean:

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


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

_buildmagic:init:

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

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

t found.




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


[JBoss-dev] New HEM 3.2.0.CR1 in repository.jboss.com

2006-05-10 Thread Emmanuel Bernard
I've uploaded a new version of HEM 3.2.0.CR1 to workaround a (potential) 
bug in JBossTM that caused a NPE in HEM.


I've also updated build-thirdparty and ejb3/build.xml in JBoss HEAD to 
reflect antlr GA




---
Using Tomcat but need to do 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-4.0.4.GA-ejb3 does not have entity manager and annotations jars

2006-05-08 Thread Emmanuel Bernard
It seems that when building jboss-4.0.4.GA-ejb3, the build system does 
not include hibernate-entitymaanger.jar/ejb3-persistence.jar and 
hibernate-annotations.jar


How can I fix that?

Thanks



---
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] jboss-4.0.4.GA-ejb3 does not have entity manager and annotations jars

2006-05-08 Thread Emmanuel Bernard

I've fixed it by enhancing setup-ejb3-dist.
Seems to me that the ejb3 deployer directory builder (whatever that is) 
should take care of that though.


I was also able to successfully test EJB3 on the latest HEM and HA.

Emmanuel

Ruel Loehr wrote:

Look at the file

/build/build-distr.xml

The target you are concerned with is setup-ejb3-dist.

It looks like those jars are explicitly being added to the client dir
and are assumed to be in the lib directory (which should then be copied
over to the ejb3 config.

Ruel Loehr
JBoss QA
 
-

512-342-7840 ext 2011
Yahoo: ruelloehr
Skype: ruelloehr
AOL: dokoruel

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Emmanuel Bernard
Sent: Monday, May 08, 2006 10:48 AM
To: jboss-development
Subject: [JBoss-dev] jboss-4.0.4.GA-ejb3 does not have entity manager
and annotations jars

It seems that when building jboss-4.0.4.GA-ejb3, the build system does 
not include hibernate-entitymaanger.jar/ejb3-persistence.jar and 
hibernate-annotations.jar


How can I fix that?

Thanks



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


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

  




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


[JBoss-dev] HA and HEM in repository.jboss.com for JBoss AS 4.0.4

2006-05-07 Thread Emmanuel Bernard

Both projects are now 3.2.0.CR1
If Hibernate is upgraded to 3.2.0.CR2 in JBoss 4.0.4 (which should be 
done IMO), please also upgrade HA and HEM versions.

To move from CGLIB to Javassist, JBossAS must do
System.setProperty(hibernate.bytecode.provider, javassist); (if the 
property is not set already) *before* Hibernate is first loaded 
(actually before org.hibernate.Environment is loaded).





---
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] JBoss Head jBPM and Hibernate 3.2.0.CR2

2006-05-06 Thread Emmanuel Bernard

in the component-info.xml of jBPM 3.0.2
http://repository.jboss.com/jbpm/3.0.2/component-info.xml

Tom Baeyens wrote:


as a general rule:

jBPM 3.0.x depends on hibernate 3.0.x
jBPM 3.1.x depends on hibernate 3.1.x

apart from the alias definitions in a few queries jBPM doesn't care much
which hibernate version.

our knowledge on which version of jBPM will work with which hibernate
version is not precise.  there is no real dependency matrix, though.
previously, jBPM was only supported with the hibernate version that it
ships with.  now, we are setting up a new project structure that allows
a better grip on cross version testing based on the jboss repository.

where does it say that jbpm depends on hibernate 3.2.x ?  i should
correct that.

regards, tom.
[EMAIL PROTECTED]


| -Original Message-
| From: [EMAIL PROTECTED]
| [mailto:[EMAIL PROTECTED] On
| Behalf Of Emmanuel Bernard
| Sent: vrijdag 5 mei 2006 23:18
| To: jboss-development
| Subject: [JBoss-dev] JBoss Head jBPM and Hibernate 3.2.0.CR2
|
| jBPM declares a dependency on hibernate 3.2.0.CR1 So updating
| head would break the build.
|
| What's the process here?
| Declaring hibernate 3.2.0.CR2 as a depoendency for jBPM 3.0.2?
|
|
|
| ---
| 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; 
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=kkid 
http://sel.as-us.falkag.net/sel?cmd=kkid0709bid3057dat1642

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





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


[JBoss-dev] [Fwd: ejb3-head-testsuite Build Failed]

2006-05-05 Thread Emmanuel Bernard

Somebody knows how to fix that. We don't have the unit test running

Buildfile: ../checkout/ejb3-head-testsuite/ejb3/build-test.xml

init:

compile-classes:
   [mkdir] Created dir: 
/services/cruisecontrol/work/checkout/ejb3-head-testsuite/ejb3/output/test-classes
   [javac] Compiling 5 source files to 
/services/cruisecontrol/work/checkout/ejb3-head-testsuite/ejb3/output/test-classes

BUILD FAILED
/services/cruisecontrol/work/checkout/ejb3-head-testsuite/ejb3/build-test.xml:306:
 Reference jboss.container.classpath not found.

Total time: 4 seconds



 Original Message 
Subject:ejb3-head-testsuite Build Failed
Date:   Thu, 4 May 2006 22:51:23 -0500
From:   [EMAIL PROTECTED]
To: 	Adrian Brock [EMAIL PROTECTED], Bill Decoste 
[EMAIL PROTECTED], Bill Burke [EMAIL PROTECTED], Ben Wang 
[EMAIL PROTECTED], Clebert Suconic [EMAIL PROTECTED], Dimitris 
Andreadis [EMAIL PROTECTED], Emmanuel Bernard 
[EMAIL PROTECTED], Gavin King [EMAIL PROTECTED], 
jboss-development@lists.sourceforge.net, Kabir Khan [EMAIL PROTECTED], 
QA [EMAIL PROTECTED], Ruel Loehr [EMAIL PROTECTED], Scott M Stark 
[EMAIL PROTECTED], Thomas Heute [EMAIL PROTECTED], Thomas Diesler 
[EMAIL PROTECTED]




View results here - 
http://cruisecontrol.jboss.com/cc/buildresults/ejb3-head-testsuite?log=log20060504232133 



BUILD FAILED
Ant Error 
Message: /services/cruisecontrol/work/scripts/build-ejb3-head-testsuite.xml:61: 
Exit code: 1 See compileejb3.log in Build Artifacts for details.

Date of build: 05/04/2006 23:21:33
Time to build: 28 minutes 51 seconds
Last changed: 12/31/2005 16:46:08
Last log entry: call isOpen() when obtaining session so that HEM 
registers with EM with TXset cglib_use_reflection flag to false


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



Modifications since last build:  (first 50 of 5447)
1.6 	modified 	bill 
src/test/org/jboss/ejb3/test/txexceptions/unit/TxExceptionsTestCase.java 
EJBs and Persistence can now be within a .jar file
1.3 	modified 	bill 
src/test/org/jboss/ejb3/test/xmlcfg/unit/EntityUnitTestCase.java 	EJBs 
and Persistence can now be within a .jar file
1.4 	modified 	bdecoste 
src/test/org/jboss/ejb3/test/txexceptions/Dao.java 
application-exception support
1.7 	modified 	bdecoste 
src/test/org/jboss/ejb3/test/txexceptions/DaoBean.java 
application-exception support
1.1 	added 	bdecoste 
src/test/org/jboss/ejb3/test/txexceptions/DeploymentDescriptorAppException.java 
	branches: 1.1.2;application-exception support
1.1 	added 	bdecoste 
src/test/org/jboss/ejb3/test/txexceptions/DeploymentDescriptorCheckedRollbackException.java 
	branches: 1.1.2;application-exception support
1.5 	modified 	bdecoste 
src/test/org/jboss/ejb3/test/txexceptions/unit/TxExceptionsTestCase.java 
application-exception support
1.2 	modified 	bdecoste 
src/test/org/jboss/ejb3/test/wls/embeddedwar/QueueTestMDB.java 
branches: 1.2.2;activateConfig to activationConfig
1.2 	modified 	bdecoste 
src/test/org/jboss/ejb3/test/wls/embeddedwar/TopicTestMDB.java 
branches: 1.2.2;activateConfig to activationConfig
1.1 	added 	bdecoste 
src/test/org/jboss/ejb3/test/wls/embeddedwar/unit/EmbeddedEjb3TestCase.java 
	test for embedded EJB3 in WLS
1.1 	added 	bdecoste 
src/test/org/jboss/ejb3/test/wls/embeddedwar/Customer.java 	test for 
embedded EJB3 in WLS
1.1 	added 	bdecoste 
src/test/org/jboss/ejb3/test/wls/embeddedwar/CustomerDAOBean.java 
branches: 1.1.2;test for embedded EJB3 in WLS
1.1 	added 	bdecoste 
src/test/org/jboss/ejb3/test/wls/embeddedwar/CustomerDAOLocal.java 
branches: 1.1.2;test for embedded EJB3 in WLS
1.1 	added 	bdecoste 
src/test/org/jboss/ejb3/test/wls/embeddedwar/CustomerDAORemote.java 
branches: 1.1.2;test for embedded EJB3 in WLS
1.1 	added 	bdecoste 
src/test/org/jboss/ejb3/test/wls/embeddedwar/EmbeddedEJB3.jsp 	test for 
embedded EJB3 in WLS
1.1 	added 	bdecoste 
src/test/org/jboss/ejb3/test/wls/embeddedwar/JndiTest.jsp 	test for 
embedded EJB3 in WLS
1.1 	added 	bdecoste 
src/test/org/jboss/ejb3/test/wls/embeddedwar/QueueTestMDB.java 	test for 
embedded EJB3 in WLS
1.1 	added 	bdecoste 
src/test/org/jboss/ejb3/test/wls/embeddedwar/TopicTestMDB.java 	test for 
embedded EJB3 in WLS
1.3 	modified 	starksm 
src/test/org/jboss/ejb3/test/xmlcfg/Customer.java 	Update the jboss LGPL 
headers
1.3 	modified 	starksm 
src/test/org/jboss/ejb3/test/xmlcfg/EntityTest.java 	Update the jboss 
LGPL headers
1.6 	modified 	starksm 
src/test/org/jboss/ejb3/test/xmlcfg/EntityTestBean.java 	Update the 
jboss LGPL headers
1.2 	modified 	starksm 
src/test/org/jboss/ejb3/test/txexceptions/CheckedRollbackException.java 	Update 
the jboss LGPL headers
1.3 	modified 	starksm 
src/test/org/jboss/ejb3/test/txexceptions/Dao.java 	Update the jboss 
LGPL headers
1.6 	modified 	starksm 
src/test/org/jboss/ejb3/test/txexceptions/DaoBean.java 	Update the jboss 
LGPL headers
1.2 	modified 	starksm 
src/test/org/jboss/ejb3/test/txexceptions/NoRollbackRemoteException.java 
Update the jboss LGPL headers
1.2 	modified 	starksm 
src

[JBoss-dev] JBoss Head jBPM and Hibernate 3.2.0.CR2

2006-05-05 Thread Emmanuel Bernard

jBPM declares a dependency on hibernate 3.2.0.CR1
So updating head would break the build.

What's the process here?
Declaring hibernate 3.2.0.CR2 as a depoendency for jBPM 3.0.2?



---
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 4.0.4 EJB3 5.06%

2006-05-05 Thread Emmanuel Bernard

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



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

2006-04-26 Thread Emmanuel Bernard
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




---
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] XML Schema validation

2006-04-25 Thread Emmanuel Bernard

I want to activate XML Schema validation in a portable way.
It doesn't seems to be possible.
For Xerces I have to do

saxReader = new SAXReader();
saxReader.setEntityResolver(entityResolver);
saxReader.setErrorHandler( new ErrorLogger(file, errorsList) );
saxReader.setMergeAdjacentText(true);

saxReader.setValidation(true);
try {
   saxReader.setFeature( 
http://apache.org/xml/features/validation/schema;, true );

}
catch (SAXNotSupportedException e) {
   saxReader.setValidation( false );
}

If I do not do the setFeature trick, I've got Error parsing XML: XML 
InputStream(3) Document is invalid: no grammar found.


Does anyone know a portable way to activate schema validation (not dtd)?



---
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] Do a clean build before committing changes to build-thirdparty.xml

2006-03-28 Thread Emmanuel Bernard

Focus on clustered issues, the other ones should be ignored.

Scott M Stark wrote:

I'm working with the ejb3 tests as part of the installer testing. I
don't intend to fix all of them but if there are obvious mistakes I'll
try to fix them. 

  

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

Sent: Tuesday, March 28, 2006 1:00 PM
To: jboss-development@lists.sourceforge.net
Subject: RE: [JBoss-dev] Do a clean build before committing 
changes to build-thirdparty.xml



You can try that, although I see tom's comment about having to map the
org.jboss.ws.* properties to org.jboss.remoting.*

http://jira.jboss.com/jira/browse/JBWS-683

We also need a non-snapshot release from Alexey
(http://jira.jboss.com/jira/browse/JBAS-3011) or we can just 
copy the current snapshot onto a CRx if he hasn't got the 
time to produce it.


I don't see anybody working on the ejb3 testsuite failures 
(http://jira.jboss.com/jira/browse/JBAS-2988), so I take it 
we go without solving them. 





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


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

2006-03-15 Thread Emmanuel Bernard

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