"scott.stark(a)jboss.org" wrote : Why doesn't DeploymentUnit.getSimpleName()
work?
| /**
| * Get the simple vfs name of the deployment unit. This is the simple
| * name of the virtual file .
| *
| * vfs path ------------------- simple name
| * deploy/some.ear "some.ear"
| * deploy/some.ear/x.ejb "x.ejb"
| * deploy/some.ear/y.sar "y.sar"
| * deploy/some.ear/y.sar/z.rar "z.rar"
| * deploy/complexwithappxml.ear/module-mbean1.sar/submbean.sar submbean.sar
| * @return the deployment unit simple path
| */
| public String getSimpleName();
|
I thught we wanted to remove the suffix from the context id.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992892#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...