Log in to follow, share, and participate in this community.
Thread ClassAdapter vs MetaDataContext
ClassAdapter vs MetaDataContextI've done some work on refactoring the ClassAdapter and configuration to remove some of the stupid depedencies and the need to override about 4 classes just to use your own ConstructorJoinpoint method. In fact, I've ...
Thread Running one-test or equivalent on AOP project
Running one-test or equivalent on AOP projectI want to make some test, and for this, I would need to run org.jboss.test.aop.regression.jbaop194_undeploy.UndeployTester (or maybe something similar) a couple times. I'm not seeing any build-tests.xml or any one-t...
Thread aopc doesn't allow duplicate classes in classpath?
aopc doesn't allow duplicate classes in classpath?The AOP compiler doesn't allow a class being woven to exist in the classpath more than once. On line 340 of org.jboss.aop.standalone.Compiler if (!classUrlFile.equals(infoFile))
{
System.out.println("[warning] Tr...
Proxy regressionsThere are some regressions in the proxy tests (besides suffering from the same problem running under real AOP as the smoke test I created). See NonInterfaceAdvisedTestCase and SimpleMetaDataTestCase
AOP Test supportI want to write some test support for aop. This will be similar to what I did for the MC where it looks for configuration like the test name. e.g. org.jboss.test.aop.foo.Bar.class will use /org/jboss/test/aop/foo/Ba...
Generate XML results for AOP testsThe AOP tests generate only text results. XML results are required to generate HTML reports for cruisecontrol. This would require adding an XML formatter to all the AOP junit tests. A tests-reports target to generate...
AOP/MC Next StepThe proxy is looking really good now. A lot better than my DP prototype :-) I've still got to look at Mixins and other ways to break it. :-) Can this be moved to AOP rather than Aspects? It will probably mean rewriti...
Javassist pool implementationSo in recent weeks we have two new areas that want to use Javassist to access reflection information. 1) JBossRetro to get hold of annotations in JDK1.4 http://www.jboss.com/index.html?module=bb&op=viewtopic&...
JBossClassPoolIIRC this was written such that there was a file to do Class.getResource() on. Was this just for the RMI classloading in AOP Remoting or was there a more generic problem?
Hierarchical Domains/DomainDefinitionsThere already is some support for hierarchical domains used by ejb3, and the "extends" mechanism
<domain name="Base Stateful Bean">
...
</domain>
<domain name="Stateful Bean" extends="Base State...
JCA and RAR prototype testsI've cutover the JCA and RAR prototype projects to use the ProxyFactory. To get these projects
cd jboss-head
cvs co xxx
These are showing a couple of failures. 1) Due it trying to use the default constructor of t...
Hollow proxiesThe hollow proxies are not working properly with instance advices. It assumes that the null target is a static method/field invocation and tries to invoke on the null target. I'd suggest fixing it by having a "specia...
Thread JBossIDE / JEE5 features for JBossAOP Developer
JBossIDE / JEE5 features for JBossAOP DeveloperHey guys.. I'm going around collecting information about what features you envision being supported by JBossIDE in your project for JEE5/JavaOne. I'm starting this thread to get your requests / wishes / concerns for ...
AOP 1.0.1 and eclipse 3.1.2I am using Eclispe 3.1.2 with AOP 1.0.1 and JDK 1.4.2. I get an error "Plug-in org.jboss.ide.eclipse.jdt.aop.ui was unable to load class" when I try to run my project. Any help would be appreciated.
Proxies and serialization.The proxy needs fixing to support serialization. It should do something like the DP where it just serializes enough information to be able to recreate the proxy class: * Target class * Interface introductions * Annot...
AOP work needed for microcontainerThis thread is meant for collecting features the microcontainer needs from AOP http://www.jboss.com/index.html?module=bb&op=viewtopic&t=70128
Thread AOP Inside JBoss 4.0.3 with EJB3 does not work
AOP Inside JBoss 4.0.3 with EJB3 does not workI created an .AOP file, put the jboss-aop.xml file inside the META-INF directory and deployed it. I also changed the jboss-service.xml file inside the AOP deployer directory to enable loadtime weaving and also set ver...
JBoss AOP 1.3.5 has been releasedIt contains a number of bug fixes and some new features http://jira.jboss.com/jira/secure/ReleaseNote.jspa?version=12310510&styleName=Html&projectId=10055
Thread uplicate class definition: org/jboss/aop/AspectManager
uplicate class definition: org/jboss/aop/AspectManagerHello! I'am new to jboss aop. I've just installed all jboss-aop_1.3.4 libraries in my lib project. I've jdk1.5. When i run a test i get an error. What i get wrong? Take care. org.jboss.aop.standalone.SystemClassLoade...
Simple JBoss AOP Application Launch ErrorHi Everyone, I want to try write simple AOP program in JbossAOP. First of all I was read all Tutorial, And I configured My project for JBossAOP in Eclipse than I did wite simple java class with main method. So I confi...