[JBoss JIRA] Updated: (JBAS-2563) Cleanup the build for jboss5
by Dimitris Andreadis (JIRA)
[ https://jira.jboss.org/jira/browse/JBAS-2563?page=com.atlassian.jira.plug... ]
Dimitris Andreadis updated JBAS-2563:
-------------------------------------
Comment: was deleted
> Cleanup the build for jboss5
> ----------------------------
>
> Key: JBAS-2563
> URL: https://jira.jboss.org/jira/browse/JBAS-2563
> Project: JBoss Application Server
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Build System
> Reporter: Scott M Stark
> Assignee: Scott M Stark
> Fix For: JBossAS-5.0.0.GA
>
>
> The current jboss-head build seems rather crusty with outdated modules (media which I removed) and weird modules like jbossas. From the dev list:
> This is the remoting/jbossas integration code.
> i.e. the UnifiedInvoker
> It shouldn't really be in jbossas which was meant to be the top level build folder replacement for "build"
> e.g. in the new build
> cvs .. co jbossas
> cd jbossas
> ant rebuild
> would pull down all modules and thirdparty and build the release.
> Instead jbossas has turned into another "varia" ;-)
> On Tue, 2005-12-13 at 03:00, Scott M Stark wrote:
> > Why is there this jbossas module in jboss-head when there is also
> > remoting being pulled via the thirdparty?
> >
> We need a plan on cleaning up the jboss-head build using the jbossbuild before creating a jboss5 branch.
--
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, 3 months
[JBoss JIRA] Created: (JBAOP-658) Index InterceptionMarkers by classloader
by Kabir Khan (JIRA)
Index InterceptionMarkers by classloader
----------------------------------------
Key: JBAOP-658
URL: https://jira.jboss.org/jira/browse/JBAOP-658
Project: JBoss AOP
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Reporter: Kabir Khan
Assignee: Kabir Khan
Fix For: 2.0.0.GA
skipField/ConstructorInterception are set for AnnnotatedSecuredPOJO when running AOPUnitTestCase without base-aspects.xml deployed following from JBAOP-647 (AOPUnitTestCase also deploys the classes for SecurityUnitTestCase). This only gets cleared when weaving the class in question, and is used when converting references for a class being woven. When running SecurityUnitTestCase, which deploys base-aspects.xml, AnnotatedSecuredPOJO is woven after SecurityTester, so the skipField/ConstructorInterception flags are still returning true for AnnotatedSecuredPOJO when converting SecurityTester's references. This means that the calls to AnnotatedSecuredPOJO's fields and constructors in SecurityTester are not replaced by calls to the wrapper methods.
JBAOP-647 is not the cause of this behaviour, but it made this show up in the AS testsuite.
--
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, 3 months