The change in the deployment model was intended to reduce the "paperwork"
required to deploy a process to the bare minimum. The separate web module deployment was
eliminated and is now handled automatically by the engine on the server side.
The descriptors you mention still exist but have undergone changes.
bpel-definition is mostly unchanged. It was given a stable schema and made optional.
bpel-application was renamed to bpel-deployment and given a stable schema as well. As you
know, in 1.1.Beta3 this descriptor was provided as part of the web module. In 1.1.GA, it
is generated automatically. If you desire, you can provide your own version in your
process archive, in this exact location: WEB-INF/classes/bpel-deployment.xml. In fact, the
contents of the WEB-INF/ directory in your process archive are copied verbatim to the
resulting web module. Any missing artifact is generated by the process deployment
servlet.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126435#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...