[jboss-user] [JBoss AOP] - Re: Unable start AOP services in Jboss
DivyaMan0j
do-not-reply at jboss.com
Tue May 22 02:31:25 EDT 2007
Some problem in the xml displayed in update#1, trying to post them again.
ejb-jar.xml
------------
<ejb-jar><interceptor-class>com.presentation.interfaces.TracingInterceptor</interceptor-class>
<interceptor-binding>
<ejb-name>Metadata</ejb-name>
<interceptor-class>com.presentation.interfaces.TracingInterceptor</interceptor-class>
</interceptor-binding>
<enterprise-beans> <!-- Session Beans -->
<ejb-name>Metadata</ejb-name>
...
</ejb-jar>
Jboss.xml
---------
<enterprise-beans>
<ejb-name>Metadata</ejb-name>
<local-jndi-name>Metadata</local-jndi-name>
<port-component>
<port-component-name>Metadata</port-component-name>
<port-component-uri>/TheServices/Metadata</port-component-uri>
</port-component>
<interceptor-class>com.presentation.interfaces.TracingInterceptor.java</interceptor-class>
</enterprise-beans>
jboss-aop.xml
-------------
<?xml version="1.0" encoding="UTF-8">
Please let me know a solution to the problem.
Thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047440#4047440
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047440
More information about the jboss-user
mailing list