jar -tf MVCCSampleEJB.jar
| META-INF/
| META-INF/MANIFEST.MF
| uk/
| uk/ac/
| uk/ac/xxx/
| uk/ac/xxx/xxxx/
| uk/ac/xxx/xxxx/mvcc/
| uk/ac/xxx/xxxx/mvcc/ejb/
| uk/ac/xxx/xxxx/mvcc/ejb/servicelocator/
| uk/ac/xxx/xxxx/mvcc/impl/
| uk/ac/xxx/xxxx/mvcc/model/
| uk/ac/xxx/xxxx/mvcc/spec/
| uk/ac/xxx/xxxx/mvcc/ejb/servicelocator/ServiceLocator.class
| uk/ac/xxx/xxxx/mvcc/impl/PersonManagerBean.class
| uk/ac/xxx/xxxx/mvcc/model/Person.class
| uk/ac/xxx/xxxx/mvcc/spec/IPerson.class
| uk/ac/xxx/xxxx/mvcc/spec/PersonManager.class
| uk/ac/xxx/xxxx/mvcc/spec/PersonManagerLocal.class
| uk/ac/xxx/xxxx/mvcc/spec/PersonManagerRemote.class
| import.sql
| META-INF/ejb-jar.xml
| META-INF/persistence.xml
|
and the MANIFEST.MF
Manifest-Version: 1.0
| Class-Path:
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244691#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...