[Users] [BPEL] Can't deploy. "Unable to check package"

Julien Lesbegueries julien.lesbegueries at petalslink.com
Wed Mar 16 10:40:47 CET 2011


You could try to use the "petals-se-bpel" component for testing your SA (if it is a well-formed JBI sa containing BPEL 2.0 process)
This is the jbi.xml you should put in your SU :


Code:

<?xml version="1.0" encoding="UTF-8"?>
<jbi:jbi version="1.0" 
	xmlns:bpel-engine="http://petals.ow2.org/components/petals-bpel-engine/version-1"
	xmlns:generatedNs="http://TARGETNAMESPACEOFTHEWSDL
	xmlns:jbi="http://java.sun.com/xml/ns/jbi"
	xmlns:petalsCDK="http://petals.ow2.org/components/extensions/version-5"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

	<!-- Import a Service into Petals or Expose a Petals Service => use a BC. -->

	<jbi:services binding-component="false">

	

		<!-- Import a Service into Petals => provides a Service. -->

		<jbi:provides 		

			interface-name="generatedNs:INTERFACE"
			service-name="generatedNs:SERVICE"
			endpoint-name="ENDPOINT">

			<!-- CDK specific elements -->

			<petalsCDK:timeout>30000</petalsCDK:timeout>
			<petalsCDK:validate-wsdl>true</petalsCDK:validate-wsdl>
			<petalsCDK:forward-security-subject>false</petalsCDK:forward-security-subject>
			<petalsCDK:forward-message-properties>false</petalsCDK:forward-message-properties>
			<petalsCDK:forward-attachments>false</petalsCDK:forward-attachments>
			<petalsCDK:wsdl>WSDLFILE</petalsCDK:wsdl>

			<!-- Component specific elements -->	

			<bpel-engine:bpel>BPELFILE</bpel-engine:bpel>
			<bpel-engine:poolsize>1</bpel-engine:poolsize>			

		</jbi:provides>

	</jbi:services>

</jbi:jbi>




1- Download the component
2- Copy it in install folder of a started PEtals node.
3- Do the same with your SA




-------------------- m2f --------------------

Subscribe/Unsubscribe emails notifications.

Response to this email will be posted on the Petals forum.
Please delete the existing text before responding :)

Read the topic online:
http://forum.petalslink.com/viewtopic.php?p=30570#30570

-------------------- m2f --------------------


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://forum-list.petalslink.org/pipermail/users/attachments/20110316/d0ca11b0/attachment.htm>


More information about the Users mailing list