On Jul 31, 2004, at 4:42 PM, Jacek Laskowski wrote:
Hi,
Are optional packages (Class-Path attribute's entries in META-INF/MANIFEST.MF) supported?
not that I know of.
I think they're not, but wanted to confirm it before making any changes to OpenEJBModuleBuilder.
Assuming no changes are introduced, is there any other way in Geronimo to mimic them? Perhaphs, copying to the repository directory and listing them as dependencies would do it.
That should work fine.
It's one solution. Are there others, perhaps simpler?
If you are deploying a rar, all jars inside the rar file are added to the classpath. (This appears to be what the spec requires).
BTW, I don't think it is currently possible to deploy petstore since AFAIK there is currently no CMP relationship support in OpenEJB. It is implemented in tranql but I don't think configuring it in openejb has been done yet.
thanks david jencks
Best, Jacek
