<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<style type="text/css">
<!--

/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com

  NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  theme administration centre. When you have finalised your style you could cut the final CSS code
  and place it in an external file, deleting this section to save bandwidth.
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
        background-color: #E5E5E5;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11;
        color: #000000;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
p, td                { font-size : 11; color : #000000; }
a:link,a:active,a:visited { color : #006699; }
a:hover                { text-decoration: underline; color : #DD6900; }
hr        { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
h1,h2                { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 22px; font-weight : bold; text-decoration : none; line-height : 120%; color : #000000;}


/* This is the border line & background colour round the entire page */
.bodyline        { background-color: #FFFFFF; border: 1px #98AAB1 solid; }


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; line-height: 12px}
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover        { color: #DD6900; text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink                { font-weight: bold; font-size: 12px; color : #006699; }
a.forumlink         { text-decoration: none; color : #006699; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px}
a.postlink:link        { text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}


/* Quote & Code blocks */
.code {
        font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
        background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
        border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
        font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
        background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
        border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

-->
</style>
</head>
        <body>

        <div class="postbody">Sorry to bother you again, but here is a new question <img src="http://petals.ebmwebsourcing.com/forum/images/smiles/icon_smile.gif" alt="Smile" border="0" /><br />
<br />
I juste invoked one service with BPEL and I get this error message:<br />
</span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr>           <td><span class="genmed"><b>Quote:</b></span></td>        </tr>        <tr>          <td class="quote"><br />
    Error occured during the the registration or the deployment of a Service Unit<br />
javax.jbi.management.DeploymentException: <span style="font-weight: bold">Failed to process a provide service for SU 'su-BPEL-launchConverterNamespace-provide'</span><br />
        at org.ow2.petals.component.framework.su.AbstractServiceUnitManager.deploy(AbstractServiceUnitManager.java:271)<br />
        at org.ow2.petals.jbi.management.task.deployment.deploy.DeploySUToComponentTask.deploySUtoComponent(DeploySUToComponentTask.java:111)<br />
        at org.ow2.petals.jbi.management.task.deployment.deploy.DeploySUToComponentTask.execute(DeploySUToComponentTask.java:65)<br />
        at org.ow2.petals.jbi.management.TaskProcessor.process(TaskProcessor.java:7<img src="http://petals.ebmwebsourcing.com/forum/images/smiles/icon_cool.gif" alt="Cool" border="0" /><br />
        at org.ow2.petals.jbi.management.task.deployment.deploy.DeployAllSUTask.registerAndDeploySU(DeployAllSUTask.java:164)<br />
        at org.ow2.petals.jbi.management.task.deployment.deploy.DeployAllSUTask.deploySUS(DeployAllSUTask.java:120)<br />
        at org.ow2.petals.jbi.management.task.deployment.deploy.DeployAllSUTask.execute(DeployAllSUTask.java:7<img src="http://petals.ebmwebsourcing.com/forum/images/smiles/icon_cool.gif" alt="Cool" border="0" /><br />
        at org.ow2.petals.jbi.management.TaskProcessor.process(TaskProcessor.java:7<img src="http://petals.ebmwebsourcing.com/forum/images/smiles/icon_cool.gif" alt="Cool" border="0" /><br />
        at org.ow2.petals.jbi.management.deployment.DeploymentServiceImpl.deploy(DeploymentServiceImpl.java:185)<br />
        at org.objectweb.fractal.julia.generated.C7949fad8_0.deploy(INTERCEPTOR[DeploymentServiceMBean])<br />
        at org.objectweb.fractal.julia.generated.C7566203_0.deploy(INTERFACE[DeploymentServiceMBean])<br />
        at org.ow2.petals.jbi.management.autoload.AutoLoaderServiceImpl.performDeploySA(AutoLoaderServiceImpl.java:442)<br />
        at org.ow2.petals.jbi.management.autoload.AutoLoaderServiceImpl.install(AutoLoaderServiceImpl.java:169)<br />
        at org.ow2.petals.jbi.management.autoload.InstallDirectoryScanner.run(InstallDirectoryScanner.java:81)<br />
        at java.util.TimerThread.mainLoop(Unknown Source)<br />
        at java.util.TimerThread.run(Unknown Source)<br />
Caused by: <span style="font-weight: bold">org.ow2.easywsdl.extensions.wsdl4complexwsdl.api.WSDL4ComplexWsdlException: org.ow2.easywsdl.wsdl.api.WSDLException: SchemaException: Failed to build Java bindings from WSDL descriptor XML document: javax.xml.bind.MarshalException</span><br />
        at org.ow2.easywsdl.extensions.wsdl4complexwsdl.impl.inout.WSDL4ComplexWsdlWriterImpl.getDocument(WSDL4ComplexWsdlWriterImpl.java:92)<br />
        at org.ow2.petals.component.framework.util.WSDLUtilImpl.convertDescriptionToDocument(WSDLUtilImpl.java:234)<br />
        at org.ow2.petals.component.framework.su.AbstractServiceUnitManager.processProvidesNode(AbstractServiceUnitManager.java:906)<br />
        at org.ow2.petals.component.framework.su.AbstractServiceUnitManager.processProvidesNodes(AbstractServiceUnitManager.java:945)<br />
        at org.ow2.petals.component.framework.su.AbstractServiceUnitManager.deploy(AbstractServiceUnitManager.java:269)<br />
        ... 15 more<br />
Caused by: <span style="font-weight: bold">org.ow2.easywsdl.wsdl.api.WSDLException: SchemaException: Failed to build Java bindings from WSDL descriptor XML document: javax.xml.bind.MarshalException</span><br />
        at org.ow2.easywsdl.extensions.wsdl4complexwsdl.impl.inout.WSDL4ComplexWsdlWriterImpl.convertImportedDocuments2Element(WSDL4ComplexWsdlWriterImpl.java:155)<br />
        at org.ow2.easywsdl.extensions.wsdl4complexwsdl.impl.inout.WSDL4ComplexWsdlWriterImpl.getDocument(WSDL4ComplexWsdlWriterImpl.java:86)<br />
        ... 19 more<br />
Caused by: javax.xml.bind.MarshalException<br />
 - with linked exception:<br />
[javax.xml.bind.JAXBException: org.ow2.easywsdl.extensions.wsdl4bpel.org.oasis_open.docs.wsbpel._2_0.plnktype.TPartnerLinkType is not known to this context]<br />
        at com.sun.xml.bind.v2.runtime.MarshallerImpl.write(MarshallerImpl.java:328)<br />
        at com.sun.xml.bind.v2.runtime.MarshallerImpl.marshal(MarshallerImpl.java:254)<br />
        at javax.xml.bind.helpers.AbstractMarshallerImpl.marshal(Unknown Source)<br />
        at org.ow2.easywsdl.extensions.wsdl4complexwsdl.impl.inout.WSDL4ComplexWsdlWriterImpl.convertImportedDocuments2Element(WSDL4ComplexWsdlWriterImpl.java:153)<br />
        ... 20 more<br />
</td>        </tr></table><span class="postbody"><br />
<br />
I know you're probably busy right now, so sorry and thanks!</div>
        <br /><div class="gensmall"><br />
<br />
<br />
-------------------- m2f --------------------<br />
<br />
<a href="http://petals.ebmwebsourcing.com/forum/m2f_usercp.php">Subscribe/Unsubscribe</a> emails notifications.<br />
<br />
Response to this email will be posted on the Petals forum.<br />
Please delete the existing text before responding :)<br />
<br />
Read the topic online:<br />
<a href="http://petals.ebmwebsourcing.com/forum/viewtopic.php?p=30410#30410" target="_blank">http://petals.ebmwebsourcing.com/forum/viewtopic.php?p=30410#30410</a><br />
<br />
-------------------- m2f --------------------</div>
        </body>
</html>