Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0 beta 1
-
None
-
None
Description
It is now possible to have an ejb-jar file expanded or unpacked on the filesystem and load it.
If you had a directory structure such as:
C:\some\place\myEJBApp\
C:\some\place\myEJBApp\META-INF\ejb-jar.xml
C:\some\place\myEJBApp\org\acme\Foo.class
C:\some\place\myEJBApp\org\acme\FooBean.class
C:\some\place\myEJBApp\org\acme\FooHome.class
Then the following Deployments declaration in the openejb.conf would work:
<Deployments dir="C:\some\place\myEJBApp" />