I have upgraded branch 2.2 with ehcache 1.2 for releasing an SP1.
Dimitris Andreadis wrote:
So we either bundle the new version of ehcache or hibernate needs
fixing?
-----Original Message-----
From: Scott M Stark
Sent: 13 May, 2006 17:28
To: 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
I thought if javap showed no ctor this implied a public
default ctor, but this is not the case. This version of
ehcache has no public ctor so the 3.2.0.CR2 hibernate is
simply incompatible with this earlier version of ehcache.
This is a change introduced between 3.2.0.CR1 and 3.2.0.CR2?
-----Original Message-----
From: Roy Russo
Sent: Saturday, May 13, 2006 7:11 AM
To: Scott M Stark; 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 why is 2.2.1 deploying fine in 404cr2, and it breaks in
head. What changed?
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 8:29 AM
To: Julien Viet; Ryan Campbell
Cc: Adrian Brock; Steve Ebersole; Roy Russo;
jboss-development@lists.sourceforge.net; QA; Rali Genova
Subject: RE: FW: jboss-4.0.4 portal-2.2 issue
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 net.sf.ehcache.CacheManager extends
java.lang.Object{
public static final int STATUS_UNINITIALISED;
public static final int STATUS_ALIVE;
public static final int STATUS_SHUTDOWN;
static java.lang.Class class$net$sf$ehcache$CacheManager;
public static net.sf.ehcache.CacheManager create()
throws net.sf.ehcache.CacheException;
public static net.sf.ehcache.CacheManager getInstance()
throws net.sf.ehcache.CacheException;
public static net.sf.ehcache.CacheManager
create(java.lang.String) throws net.sf.ehcache.CacheException;
public static net.sf.ehcache.CacheManager
create(java.net.URL) throws
net.sf.ehcache.CacheException;
public static net.sf.ehcache.CacheManager
create(java.io.InputStream) throws net.sf.ehcache.CacheException;
public synchronized net.sf.ehcache.Cache
getCache(java.lang.String) throws
java.lang.IllegalStateException;
public synchronized void addCache(java.lang.String)
throws java.lang.IllegalStateException,
net.sf.ehcache.ObjectExistsException, net.sf.ehcache.Cache
Exception;
public synchronized void addCache(net.sf.ehcache.Cache)
throws java.lang.IllegalStateException,
net.sf.ehcache.ObjectExistsException, net.sf.ehcache.CacheException;
public synchronized boolean cacheExists(java.lang.String)
throws java.lang.IllegalStateException;
public synchronized void removeCache(java.lang.String)
throws java.lang.IllegalStateException;
public void shutdown();
public synchronized java.lang.String[] getCacheNames()
throws java.lang.IllegalStateException;
net.sf.ehcache.config.Configuration getConfiguration()
throws java.lang.IllegalStateException;
public int getStatus();
static java.lang.Class class$(java.lang.String);
static {};
}
--
Julien Viet
JBoss Portal Project Lead
-------------------------------------------------------
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=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development