[JBoss JIRA] Created: (EJBTHREE-1929) Fix compile issue for ejb3-transactions with ejb3-interceptors 1.0.5
by Carlo de Wolf (JIRA)
Fix compile issue for ejb3-transactions with ejb3-interceptors 1.0.5
--------------------------------------------------------------------
Key: EJBTHREE-1929
URL: https://jira.jboss.org/jira/browse/EJBTHREE-1929
Project: EJB 3.0
Issue Type: Task
Components: transactions
Reporter: Carlo de Wolf
Assignee: Carlo de Wolf
Priority: Critical
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
/builddir/build/BUILD/jboss-ejb3-transactions-1.0.1/src/test/java/org/jboss/ejb3/test/tx/getrollback/unit/GetRollbackTestCase.java:[78,21] invokeCallback(org.jboss.ejb3.interceptors.container.BeanContext<?>,java.lang.Class<? extends java.lang.annotation.Annotation>) in org.jboss.ejb3.test.tx.getrollback.unit.GetRollbackTestCase.TestContainer cannot override invokeCallback(org.jboss.ejb3.interceptors.container.BeanContext<?>,java.lang.Class<? extends java.lang.annotation.Annotation>) in org.jboss.ejb3.interceptors.container.AbstractContainer; attempting to assign weaker access privileges; was public
/builddir/build/BUILD/jboss-ejb3-transactions-1.0.1/src/test/java/org/jboss/ejb3/test/tx/getrollback/unit/GetRollbackTestCase.java:[78,21] invokeCallback(org.jboss.ejb3.interceptors.container.BeanContext<?>,java.lang.Class<? extends java.lang.annotation.Annotation>) in org.jboss.ejb3.test.tx.getrollback.unit.GetRollbackTestCase.TestContainer cannot override invokeCallback(org.jboss.ejb3.interceptors.container.BeanContext<?>,java.lang.Class<? extends java.lang.annotation.Annotation>) in org.jboss.ejb3.interceptors.container.AbstractContainer; attempting to assign weaker access privileges; was public
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 9 months
[JBoss JIRA] Created: (JBAS-7328) javax.ejb.NoSuchObjectLocalException: Timer not available - after restart
by Thomas W (JIRA)
javax.ejb.NoSuchObjectLocalException: Timer not available - after restart
-------------------------------------------------------------------------
Key: JBAS-7328
URL: https://jira.jboss.org/jira/browse/JBAS-7328
Project: JBoss Application Server
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Affects Versions: JBossAS-5.1.0.GA
Environment: Windows XP/ Linux, default datasource HSQLDB
Reporter: Thomas W
After a restart any timer can not be accessed using a stored handle. The reason for this is that each primary key (id) of every timer changes with every restart of jboss.
This is the default behaviour using the hsqldb as datasource. This behaviour conflicts with the ejb 3 specification in the timer service section (chapter 18).
"The container must implement a timer handle to be usable over the lifetime of the timer." This handle isn't usable although the timer still exists.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 9 months