"emuckenhuber" wrote :
| I guess you don't have a need for an VFSDeployment for your use case? well there
will be a similar ProfileDeployment.
btw. the profile deployment will look something like this:
| public interface ProfileDeployment
| {
| String getName();
| VirtualFile getRoot();
| Map<String, Object> getAttachments();
| Object getAttachment(String name);
| Object addAttachment(String name, Object attachment);
| }
|
The profile service takes care of transforming that into a VFSDeployment or normal
deployment,
loading the persisted attachments and the usual stuff :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4205240#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...