
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
25/Sep/06 12:13 AM
|
|
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 subversion log entries for this issue yet.
|
|