The DeploymentUnit now has attachment support:
| public interface DeploymentUnit
| {
| Object addAttachment(String name, Object attachment);
| throws IllegalArgumentException for a null name
| Object getAttachment(String name);
| Object removeAttachment(String name);
| ...
|
| and the KernelAbstraction install now has a DeploymentUnit parameter:
| public interface KernelAbstraction extends ClientKernelAbstraction
| {
| public void install(String name, DependencyPolicy dependencies, DeploymentUnit
unit, Object service);
|
and unsatisfied deployments show an error when the new JBossASKernel implementation of
KernelAbstraction is used. We need a new release of ejb3 core to allow the server code to
be in synch.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144124#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...