
|
If you were logged in you would be able to see more operations.
|
|
|
OpenEJB
Created: 16/Aug/05 12:54 PM
Updated: 31/Aug/05 10:32 AM
Due: 25/Sep/06
|
|
| Component/s: |
None
|
| Affects Version/s: |
1.0 beta 1
|
| Fix Version/s: |
1.0 beta 1
|
|
|
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" />
|
|
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" />
|
Show » |
| There are no comments yet on this issue.
|
|