[JBoss JIRA] Updated: (JBAS-1483) Non-clustering testing for clustered http session code
by Brian Stansberry (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1483?page=all ]
Brian Stansberry updated JBAS-1483:
-----------------------------------
Fix Version/s: JBossAS-5.1.0.CR1
(was: JBossAS-5.0.1.CR1)
> Non-clustering testing for clustered http session code
> ------------------------------------------------------
>
> Key: JBAS-1483
> URL: http://jira.jboss.com/jira/browse/JBAS-1483
> Project: JBoss Application Server
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Clustering
> Reporter: Ben Wang
> Assigned To: Brian Stansberry
> Fix For: JBossAS-5.1.0.CR1
>
> Original Estimate: 4 weeks
> Remaining Estimate: 4 weeks
>
> We need to have more black box testing for http requests without replication. Every feature in single node should also be supported by the clustered session manager and session classes. But currently, our testsuite largely only covers the clustered aspects.
> So here is two main steps:
> 1. Create an automated black box testing suite for http session request in a single node. We can use some tool to do this. Question is we need to define the tests.
> 2. Currently, Tomcat has a whole suite of unit testing on http session. We should look into that to see if we can re-use some of it in our own Tomcat module.
--
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, 1 month
[JBoss JIRA] Created: (EJBTHREE-792) Cyclic @EJB dependency doesn't work anymore
by Frank Cornelis (JIRA)
Cyclic @EJB dependency doesn't work anymore
-------------------------------------------
Key: EJBTHREE-792
URL: http://jira.jboss.com/jira/browse/EJBTHREE-792
Project: EJB 3.0
Issue Type: Bug
Reporter: Frank Cornelis
Next used to work.
@Stateless
public class HelloBean implements HelloLocal, HelloRemote {
@EJB
private Hello2Local hello2;
}
@Stateless
public class Hello2Bean implements Hello2Local, Hello2Remote {
@EJB
private HelloLocal hello;
}
On JBoss AS 4.0.5.GA I now get:
--- MBeans waiting for other MBeans ---
[exec] ObjectName: jboss.j2ee:ear=xxx-ear-1.0-SNAPSHOT.ear,jar=xxx-model-1.0-SNAPSHOT.jar,name=HelloBean,service=EJB3
[exec] State: NOTYETINSTALLED
[exec] I Depend On:
[exec] jboss.j2ee:ear=xxx-ear-1.0-SNAPSHOT.ear,jar=xxx-model-1.0-SNAPSHOT.jar,name=Hello2Bean,service=EJB3
[exec] Depends On Me:
[exec] jboss.j2ee:ear=xxx-ear-1.0-SNAPSHOT.ear,jar=xxx-model-1.0-SNAPSHOT.jar,name=Hello2Bean,service=EJB3
[exec] ObjectName: jboss.j2ee:ear=xxx-ear-1.0-SNAPSHOT.ear,jar=xxx-model-1.0-SNAPSHOT.jar,name=Hello2Bean,service=EJB3
[exec] State: NOTYETINSTALLED
[exec] I Depend On:
[exec] jboss.j2ee:ear=xxx-ear-1.0-SNAPSHOT.ear,jar=xxx-model-1.0-SNAPSHOT.jar,name=HelloBean,service=EJB3
[exec] Depends On Me:
[exec] jboss.j2ee:ear=xxx-ear-1.0-SNAPSHOT.ear,jar=xxx-model-1.0-SNAPSHOT.jar,name=HelloBean,service=EJB3
--
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, 1 month
[JBoss JIRA] Created: (JBMETA-17) CCE Stemming from MergedJBossMetaDataDeployer
by Andrew Lee Rubinger (JIRA)
CCE Stemming from MergedJBossMetaDataDeployer
---------------------------------------------
Key: JBMETA-17
URL: http://jira.jboss.com/jira/browse/JBMETA-17
Project: JBoss Metadata
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Andrew Lee Rubinger
Assigned To: Alexey Loubyansky
Priority: Critical
Fix For: 1.0.0.Beta8
Attempting to merge MDB with SessionBean metadata:
Caused by: java.lang.ClassCastException: org.jboss.metadata.ejb.spec.MessageDrivenBeanMetaData
at org.jboss.metadata.ejb.jboss.JBossSessionBeanMetaData.merge(JBossSessionBeanMetaData.java:820)
at org.jboss.metadata.ejb.jboss.JBossEnterpriseBeansMetaData.merge(JBossEnterpriseBeansMetaData.java:153)
at org.jboss.metadata.ejb.jboss.JBossMetaData.merge(JBossMetaData.java:722)
at org.jboss.ejb.deployers.MergedJBossMetaDataDeployer.deploy(MergedJBossMetaDataDeployer.java:93)
at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:174)
--
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, 1 month