[jboss-jira] [JBoss JIRA] Commented: (EJBTHREE-1808) Fix the pointcut expressions, to introduce annotations on joinpoints, in ejb3-interceptors-aop.xml

jaikiran pai (JIRA) jira-events at lists.jboss.org
Thu Apr 30 11:48:47 EDT 2009


    [ https://jira.jboss.org/jira/browse/EJBTHREE-1808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12465245#action_12465245 ] 

jaikiran pai commented on EJBTHREE-1808:
----------------------------------------

I was wrong about the requirement to change the file in AS->ejb3. Looking at the AS build script, this file is pulled in from the EJB dependency:

<unjar src="../thirdparty/jboss/jboss-ejb3-core/lib/jboss-ejb3-core.jar" dest="output/resources">
  <patternset>
    <include name="*.xml" />
    <exclude name="META-INF/*.xml" />
    <include name="META-INF/*.properties" />
  </patternset>
</unjar>

<copy todir="${build.lib}">
    <fileset dir="output/resources">
      <include name="ejb3-container-jboss-beans.xml"/>
      <include name="ejb3-connectors-jboss-beans.xml"/>
      <include name="ejb3-interceptors-aop.xml"/>
    </fileset>
</copy>


So fixing this in EJB3 project alone is enough.

Marking as Resolved.

> Fix the pointcut expressions, to introduce annotations on joinpoints, in ejb3-interceptors-aop.xml
> --------------------------------------------------------------------------------------------------
>
>                 Key: EJBTHREE-1808
>                 URL: https://jira.jboss.org/jira/browse/EJBTHREE-1808
>             Project: EJB 3.0
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.1.4
>            Reporter: jaikiran pai
>            Assignee: jaikiran pai
>
> Please see the referenced forum thread for complete details.

-- 
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

        



More information about the jboss-jira mailing list