Cory,
> From: Cory Adams [mailto:[EMAIL PROTECTED]]
>
> Descriptors:
> ejb-jar.xml
This is the only descriptor that should be handed to <ejbjar>
> weblogic-cmp-rdbms-jar-audit.xml
> weblogic-cmp-rdbms-jar-queuedevent.xml
> weblogic-ejb-jar.xml
>
All of these are picked up from their association with the ejbjar
descriptor.
> <exclude name="**/**vss**"/>
> <include name="**/*ejb-jar.xml"/>
> <include name="**/*cmp*.xml"/>
> <include name="**/**weblogic-ejb**.xml"/>
> <exclude name="**/**cmp**.xml"/>
These don't look quite right. Try something a bit simpler, like
<include name="**/*ejb-jar.xml"/>
<exclude name="**/*weblogic*.xml"/>
Let us see where that leads us.
Conor