[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-4864) BPEL Process Versioning

Gary Brown (JIRA) jira-events at lists.jboss.org
Thu Sep 10 14:02:24 EDT 2009


    [ https://jira.jboss.org/jira/browse/JBIDE-4864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12485264#action_12485264 ] 

Gary Brown commented on JBIDE-4864:
-----------------------------------

Just to provide some more details, the BPEL project will contain an ODE deployment descriptor file called bpel-deploy.xml, which has content such as:

<deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03"
	xmlns:bpl="http://www.jboss.org/bpel/examples" 
	xmlns:intf="http://www.jboss.org/bpel/examples/wsdl">

	<process name="bpl:HelloWorld">
		<active>true</active>
		<provide partnerLink="helloPartnerLink">
			<service name="intf:HelloService" port="HelloPort"/>
		</provide>
	</process>
</deploy>

What is required is the association of a 'version' string with the overall deployment, so probably on the <deploy> element. This version information will purely be used by the Eclipse WTP deployment mechanism - the RiftSaw runtime will not use this information - it is only to be used to name the jar placed in the AS deploy folder.

So <deploy .... rs:version="myver1" xmlns:rs="someurl" >, contained in Eclipse project HelloWorldBPEL will result in a jar being deployed to the server as HelloWorldBPEL-myver1.jar.





> BPEL Process Versioning
> -----------------------
>
>                 Key: JBIDE-4864
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-4864
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: bpm
>    Affects Versions: 3.1.0.M4
>            Reporter: Brian Fitzpatrick
>            Assignee: Rob Stryker
>
> The process versioning requirement is to support an optional 'version' attribute on the top level 'deploy' element in the bpel-deploy.xml deployment descriptor, and
> provide:
> 1) Extension to ODE deployment descriptor editor to allow user to define the version.
> 2) When BPEL project is deployed to AS server, if a version has been specified, then it should be used as the suffix of the jar name.
> The version attribute should be defined in its own namespace - open to suggestions?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list