[JBoss JIRA] Created: (JBCACHE-1088) problem with tests in examples/PojoCache
by Prabhat Jha (JIRA)
problem with tests in examples/PojoCache
----------------------------------------
Key: JBCACHE-1088
URL: http://jira.jboss.com/jira/browse/JBCACHE-1088
Project: JBoss Cache
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: PojoCache
Affects Versions: 2.0.0.CR2
Reporter: Prabhat Jha
Assigned To: Manik Surtani
Fix For: 2.0.0.CR3
Running tests in examples/PojoCache has some failures and errors.
JBossCache-all-2.0.0.CR2/examples/PojoCache/loadtime - Error
java.lang.Exception: Don't know how to marshall object of type class examples.Student
JBossCache-all-2.0.0.CR2/examples/PojoCache/non-annotated - Error
javassist.NotFoundException: org.jboss.cache.pojo.observable.SubjectImpl
JBossCache-all-2.0.0.CR2/examples/PojoCache/passivation - Error
./build.sh compile fails with
test.examples.StudentMaintTest.MyCacheListener is not abstract and does not override abstract method nodePassivated(org.jboss.cache.Fqn,boolean,java.util.Map<java.lang.Object,java.lang.Object>) in
org.jboss.cache.CacheListener
[javac] public class MyCacheListener implements CacheListener
[javac] ^
[javac] 1 error
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 11 months
[JBoss JIRA] Created: (JBCACHE-846) PojoCache 2.0 key features
by Ben Wang (JIRA)
PojoCache 2.0 key features
--------------------------
Key: JBCACHE-846
URL: http://jira.jboss.com/jira/browse/JBCACHE-846
Project: JBoss Cache
Issue Type: Task
Security Level: Public (Everyone can see)
Components: PojoCache
Reporter: Ben Wang
Assigned To: Manik Surtani
Priority: Minor
Fix For: 2.0.0.GA
Manik, FYI, followings are the key features for PojoCache 2.0. When do the announcement later, please include them in. Thanks! -Ben
Key PojoCache 2.0 features:
1. Supports replicated POJO field as Enum class (JBCACHE-619)
2. Option to replicate POJO final field (JBCACHE-839)
3. Support JDK5.0 only
4. PojoCache provides MBean interface (JBCACHE-783)
5. Uses a pojocache-aop.xml for configuration (JBCACHE-780)
6. Handle complete rollback of POJO field operation under transaction if needed (JBCACHE-723)
7. PojoCache to throw PojoCacheException only runtime exception (JBCACHE-700)
8. Interceptor based architecture to allow easy customization (JBCACHE-588)
9. PojoCache now uses Cache as a delegate (JBCACHE-673)
10. PojoCache event listener (JBCACHE-85)
11. During passivation, PojoCache now lazily loads the individual POJO.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 11 months