Log in to follow, share, and participate in this community.
Thread AOP-MC-INT Beta Release
AOP-MC-INT Beta ReleaseFYI: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4138053#4138053 Please make sure aop-mc-int is in a stable condition by tonight. Kabir, If you know of known issues with "broken tests", I'd appr...
Not very useful error messageI'm getting the following error message during shutdown of the AS with the new Microcontainer code. As you can see it is not very useful in terms of telling me what is wrong. ;-)
2008-03-13 16:42:00,219 DEBUG [org....
Inconsistent information in AspectManagerHi, I noted the following inconsistencies: If I declare an aspect name A (using jboss-aop.xml) then i bind an advice b of A to a pointcut and I bind it again to another pointcut Two AdviceFactory objects with the ...
Bugs in org.jboss.aop.advice.PerVmAdviceHi, I've been studying the JBoss AOP code an noticed a few migth-be-bugs PerVmAdvice:191 if there is only one advice it is assumed to be an Invocation, but if it is a subclass, the application can crash rather ungr...
Technology WhitepaperHey, I'm currently working on an AOP reflection tool that should support jboss aop. I'm looking for an architectural overview or a document about how the weaving is done in jboss aop. Can anyone give me a clue wher...
AOP Container Proxy serialization issueThe problem is shown by this test: http://cruisecontrol.jboss.com/cc/artifacts/jboss-head-testsuite-sun-1.5/20070814032150/results/org/jboss/test/kernel/deployment/jboss/test/ConfigPOJOUnitTestCase.html
AOP ClassLoader problemThis looks like incorrect caching of the classloader within AOP? http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126651#4126651 can you investigate to see if my guess is correct, or if it is somethin...
ManagedObject stuff for AOPHi Scott, Following from the chat we had in Neuchatel, I am looking at making the full -aop.xml contents deployable as beans. I am not 100% sure if it will be possible yet, but am looking into it. To refresh my memo...
Thread FYI - dynamicRootURL is not correctly implemented
FYI - dynamicRootURL is not correctly implementedhttp://www.jboss.com/index.html?module=bb&op=viewtopic&p=4124886#4124886 I'll fix this since I'm working on creating a proper spi out what was previously and implementation detail.
Deadlock scenariosDuring rebuildingchain test execution, we are seeing a couple of deadlock scenarios... those are related to classload time weaving and dynamic AOP operations. I have created a bug issue: http://jira.jboss.com/jira/br...
ClassNotFoundException on Server StartupThis problem has been spotted by Adrian and I have created a Jira issue to solve it. http://jira.jboss.com/jira/browse/JBAOP-497 Will keep this post updated on the progress of this issue solution (and I will probably...
jboss/test-1.0.4GA broke testsAfter updating the version of jboss-test.jar from 1.0.3.GA to 1.0.4.GA, I started getting a bunch of security permission failures. Does anybody know if this is expected? Should I start running the tests with a securi...
Can I create class using reflection?Hi! I assume my question is about design of JBossAOP since users couldn't help me. My question is simple. I have a class that is post processed by aopc. Does JBossAOP design let me I instantiate it using reflection? ...
Thread Problems with aspects configured in jboss-aop-jboss5.deploye
Problems with aspects configured in jboss-aop-jboss5.deployeThere is a race condition with the aspects deployed in the aop aspect deployer and other deployers that want to use them. I added the JMX advice to the EjbParsingDeployer http://fisheye.jboss.com/browse/JBossAS/trunk...
Security errors with maven testsI'm working on completing the maven migration for aop and I'm getting some errors when running the unit tests. I thought I would ask here before spending too much time trying to figure it out.
Testcase: testSubSupe...
Advisor and metadata/annotationsrepositoryNot all the methods in the advisor are looking at the metadata when retrieving annotations. Some of them only look at the annotation repository. See also: http://www.jboss.com/index.html?module=bb&op=viewtopic&am...
Thread re: Feedback requested on throttling ejb calls
re: Feedback requested on throttling ejb callsHi, This is a cross post of http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101466 I posted on the EJB design forum about having a way to throttle ejb method invocations and Scott suggested creatin...
Hudson setup changesThe AOP jobs on Hudson have been modified such that jboss-aop-head-testsuite will automatically force the building of the integration test suites such as jboss-aop-jbossas-4.0.3SP1-jdk14 and jboss-aop-jbossas-4.0.3SP1...