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

2006-05-17 Thread Ben Wang
] On Behalf Of Julien Viet Sent: Wednesday, May 17, 2006 1:55 AM To: Manik Surtani Cc: jboss-development@lists.sourceforge.net; Ryan Campbell; Steve Ebersole; Julien Viet; Roy Russo; QA Subject: Re: [JBoss-dev] Re: FW: jboss-4.0.4 portal-2.2 issue the real question is : why JBoss AS does not ship

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

2006-05-17 Thread Scott M Stark
Break up the jars into more reusable pieces then. -Original Message- From: Ben Wang Sent: Wednesday, May 17, 2006 4:46 AM To: jboss-development@lists.sourceforge.net; Manik Surtani Cc: Ryan Campbell; Steve Ebersole; Julien Viet; Roy Russo; QA Subject: RE: [JBoss-dev] Re: FW: jboss-4.0.4

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

2006-05-17 Thread Steve Ebersole
If I recall correctly, they tried that setup initially but ran into the locking issues that plagued the earlier Hibernate/JBossCache integrations. Conceivably they could try with the new optimistic-locking-based provider, but we really need some performance numbers here to see how a local,

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

2006-05-17 Thread Julien Viet
1/ JBoss Cache sucks with hibernate and ehcache works better (so far) 2/ If I use JBoss Cache X with Portal Y and I run in AS version Z in config ALL that use JBoss Cache X', then I have an integration issue. Steve Ebersole wrote: If I recall correctly, they tried that setup initially but

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

2006-05-16 Thread Adrian Brock
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

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

2006-05-16 Thread Adrian Brock
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

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

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

2006-05-16 Thread Manik Surtani
Good point - why doesn't Portal ship with Hibernate configured with JBoss Cache? On 12 May 2006, at 19:34, Adrian Brock wrote: SNIP / The solutions are: 1) JBoss Portal's session factory is configured to use JBoss Cache not EhCache SNIP /

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

2006-05-16 Thread Julien Viet
the real question is : why JBoss AS does not ship with JBoss Cache in the default configuration ? Manik Surtani wrote: Good point - why doesn't Portal ship with Hibernate configured with JBoss Cache? On 12 May 2006, at 19:34, Adrian Brock wrote: SNIP / The solutions are: 1) JBoss

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

2006-05-13 Thread Scott M Stark
No, jbossas is not bundling ehcache. I don't see why this is failing as the default ctor is not explicit and so there should be a public default ctor: [EMAIL PROTECTED] lib]$ javap -classpath ehcache.jar net.sf.ehcache.CacheManager Compiled from CacheManager.java public final class

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

2006-05-13 Thread Julien Viet
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?

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

2006-05-12 Thread Ryan Campbell
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