<!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">Hello,<br />
<br />
I am currently working on ISyCri project in collaboration with EBM. We use PEtALS as bus services.<br />
I'm having problems installing components and SA through an ANT script.<br />
<br />
So far, I used the standalone version 2.5 of Petals and everything worked. However I must use the latest version of maestro and therefore the latest version of Petals (3.0-SNAPSHOT). I use version 4 of BC SOAP and 1.0.2-SNAPSHOT of SE Maestro.<br />
I initially changed my ant script in order to use these components, so I also copied all .zip file right places. I kept my previous SA of bpel and I change the SA containing all of the SU SOAP to match the 4th version of the BC SOAP.<br />
<br />
In launching the script, it immediately stops and I get the error message :<br />
<br />
<a href="http://www.hostingpics.net/viewer.php?id=804608error.png" target="_blank" class="postlink"><img src="http://img8.hostingpics.net/pics/804608error.png" border="0" /></a><br />
<br />
Following a discussion with the Maestro developper, I downloaded sources of Petals in order to compile these three parts for their .jar:<br />
- Petals-jmx-api<br />
- Petals-jbi<br />
- Petals-jmx<br />
<br />
Then, I copied these jars in the "lib" folder from Petals ones. I got the same error message. So I decided to retrieve previous versions of the jar of my standalone version 2.5 of Petals and copied it into the folder "lib" from my new version. This time the script has started well but crashed when deploying the SA of BPEL SE. I get this error message :<br />
<br />
<a href="http://www.hostingpics.net/viewer.php?id=652698error2.png" target="_blank" class="postlink"><img src="http://img8.hostingpics.net/pics/652698error2.png" border="0" /></a><br />
<br />
Can i have some help?<br />
<br />
Alexandre Blanc<br />
<br />
PS : this is my build.xml and SA zip<br />
<a href="http://www.fileshost.com/download.php?id=80AC36381" target="_blank">http://www.fileshost.com/download.php?id=80AC36381</a><br />
<a href="http://www.fileshost.com/download.php?id=FFC45D201" target="_blank">http://www.fileshost.com/download.php?id=FFC45D201</a><br />
<a href="http://www.fileshost.com/download.php?id=3A5FF90B1" target="_blank">http://www.fileshost.com/download.php?id=3A5FF90B1</a></div>
        <br /><div class="gensmall"><br />
<br />
<br />
-------------------- m2f --------------------<br />
<br />
Read this forum topic online here:<br />
<a href="http://petals.ebmwebsourcing.com/forum/viewtopic.php?p=934#934" target="_blank">http://petals.ebmwebsourcing.com/forum/viewtopic.php?p=934#934</a><br />
<br />
-------------------- m2f --------------------</div>
        </body>
</html>