I have two bundles: one contains my api (@Local and @Remote Interfaces) as well as my business model and @Entity classes. The second bundle contains my EJB's and persistence.xml file.
I have added "DynamicImport-Package: *" to my Manifest for the EJB bundle, but still get the errors about the HibernateProxy Not being found. Do I need to add this to my bundle with my API and Entities as well or just the EJB bundle?
I may try to generate a really simple project and post it somewhere. I know this should be alot more simple than this and that I am most likely missing something... I just don't know what?
-- Chad
>>> Guillaume Sauthier <
guillaume.sauthier@...> 04/06/09 11:43 AM >>>
The ejb bundles currently needs to have a dynamic import * (or the fixed
list of imported packages, but we don't have this fixed list prior to
bytecode enhancement at the moment)
--G
</
guillaume.sauthier@...>