first if you are in a war can you give it a try in WEB-INF/scan.xml?

then can you share something (always easier to see the failure locally)

- Romain


2012/7/20 zeeman <hamz...@fastmail.us>

> I have put a scan.xml file under src/main/resources/META-INF:
>
> I get class not found exceptions on Tomee startup. I think it's because
> scanning logic does not pick up sub package. Can I use packagename.*  or
> how
> can I just have everything picked up under top package like com.mypackage?
>
> <?xml version="1.0" encoding="UTF-8"?>
>
> <scan>
>   <packages>
>     <package>org.jboss.solder</package>
>     <package>org.jboss.seam</package>
>     <package>com.ocpsoft</package>
>     <package>com.mypackage</package>
>   </packages>
> </scan>
>
>
>
> --
> View this message in context:
> http://openejb.979440.n4.nabble.com/war-packaged-exclusions-list-tp4656366p4656422.html
> Sent from the OpenEJB User mailing list archive at Nabble.com.
>

Reply via email to