[JBoss JIRA] Commented: (JBAS-2251) Fix JBoss Cache / AS integration issues
by Dimitris Andreadis (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-2251?page=comments#action_12397795 ]
Dimitris Andreadis commented on JBAS-2251:
------------------------------------------
Can we close this?
> Fix JBoss Cache / AS integration issues
> ---------------------------------------
>
> Key: JBAS-2251
> URL: http://jira.jboss.com/jira/browse/JBAS-2251
> Project: JBoss Application Server
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Components: JBoss Cache
> Reporter: Adrian Brock
> Assigned To: Brian Stansberry
> Priority: Minor
> Fix For: JBossAS-5.0.0.Beta4
>
>
> The JBossCache standalone build includes:
> jboss-aop.jar (ok - should be standalone project)
> jboss-common.jar (ok - should be standalone project(s))
> jboss-j2ee.jar (TransactionManager interfaces)
> jboss-jmx.jar (only for JBossNotificationBroadcasterSupport leaking from jboss-system.jar?)
> jboss-minimal.jar (for MarshalledValue, etc.)
> jboss-system.jar (for ServiceMBeanSupport)
> We are heading for a fall on this (not to mention the other thirdparty jars that could get out-of-sync)
> Some of this will probably have to wait until we have the proper federated build.
--
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
16 years, 11 months
[JBoss JIRA] Created: (JBAOP-518) Post condition of InstanceAdvisorDelegate.initializeAspects is not aspect != null
by Carlo de Wolf (JIRA)
Post condition of InstanceAdvisorDelegate.initializeAspects is not aspect != null
---------------------------------------------------------------------------------
Key: JBAOP-518
URL: http://jira.jboss.com/jira/browse/JBAOP-518
Project: JBoss AOP
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 2.0.0.CR3
Reporter: Carlo de Wolf
I have an instance advisor, but no instance aspects. This leads into:
java.lang.NullPointerException
at org.jboss.aop.InstanceAdvisorDelegate.getPerInstanceAspect(InstanceAdvisorDelegate.java:182)
at org.jboss.aop.GeneratedInstanceAdvisorMixin.getPerInstanceAspect(GeneratedInstanceAdvisorMixin.java:80)
at org.jboss.ejb3.test.ejbthree1023.DefaultLocalBean$DefaultLocalBeanInstanceAdvisor.getPerInstanceAspect(DefaultLocalBean$DefaultLocalBeanInstanceAdvisor.java)
(only reproducable with EJBTHREE-1174 patch #47)
--
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
16 years, 11 months
[JBoss JIRA] Created: (JBAS-5153) Pull web class loader creation into WarClassLoaderDeployer
by Scott M Stark (JIRA)
Pull web class loader creation into WarClassLoaderDeployer
----------------------------------------------------------
Key: JBAS-5153
URL: http://jira.jboss.com/jira/browse/JBAS-5153
Project: JBoss Application Server
Issue Type: Task
Security Level: Public (Everyone can see)
Components: ClassLoading, Web (Tomcat) service
Affects Versions: JBossAS-5.0.0.Beta3
Reporter: Scott M Stark
Assigned To: Scott M Stark
Priority: Blocker
Fix For: JBossAS-5.0.0.Beta4
With the change to the new bundle class loader assumptions made by the WebCtxLoader about RepositoryClassLoader are no longer valid. We also need the web class loader available during the class loader phase for use by other deployers. For these reasons we need to get the WarClassLoaderDeployer running to establish the web container class loader.
--
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
16 years, 11 months