[jboss-dev-forums] [Design of EJB 3.0] - Re: Filtering non-EJB3 deployments in the EJB3 deployer
jaikiran
do-not-reply at jboss.com
Wed Jul 1 05:42:34 EDT 2009
"alex.loubyansky at jboss.com" wrote :
| So, I am going to change the "if" above to
| if(metaData != null && !metaData.isEJB3x())
| | {
| | log.debug("Ignoring legacy EJB deployment " + unit);
| | return;
| | }
Sounds good. Infact, we use this approach in one of our other deployers http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/trunk/endpoint-deployer/src/main/java/org/jboss/ejb3/endpoint/deployers/EJB3EndpointDeployer.java
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4241111#4241111
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4241111
More information about the jboss-dev-forums
mailing list