<!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">I have installed the plugin for eclipse version 1.2.0 but I can't deploy my component JMS on PeTaLs ( all distribution )<br />
There is an error on the JBI.xml<br />
<br />
this synthaxe generated seems not to be ok<br />
</span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr>           <td><span class="genmed"><b>Code:</b></span></td>        </tr>        <tr>          <td class="code"><br />
<jms&#58;jndi-provider-url>scn&#58;//localhost&#58;16400</jms&#58;jndi-provider-url><br />
<br />
<jms&#58;jndi-initial-context-factory>fr.dyade.aaa.jndi2.client.NamingContextFactory</jms&#58;jndi-initial-context-factory><br />
<br />
<jms&#58;jndi-destination-name>topic1</jms&#58;jndi-destination-name><br />
<br />
<jms&#58;jndi-connection-factory>cf</jms&#58;jndi-connection-factory><br />
<br />
<jms&#58;user>root</jms&#58;user><br />
<br />
<jms&#58;password>root</jms&#58;password><br />
<br />
<jms&#58;transacted>false</jms&#58;transacted><br />
<br />
<jms&#58;max-active>10</jms&#58;max-active><br />
<br />
<jms&#58;max-idle>5</jms&#58;max-idle><br />
<br />
<jms&#58;max-wait>10000</jms&#58;max-wait><br />
<br />
<jms&#58;test-while-idle>true</jms&#58;test-while-idle><br />
<br />
<br />
</td>        </tr></table><span class="postbody"><br />
<br />
but this is ok, but I must made it manualy<br />
<br />
</span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr>           <td><span class="genmed"><b>Code:</b></span></td>        </tr>        <tr>          <td class="code"><br />
<petals&#58;mep>InOnly</petals&#58;mep><br />
<br />
<petals&#58;operation></petals&#58;operation><br />
<br />
<petals&#58;params><br />
<br />
<petals&#58;param name="address">scn&#58;//127.0.0.1&#58;16400</petals&#58;param><br />
<br />
<petals&#58;param name="destination-name">topic2</petals&#58;param><br />
<br />
<petals&#58;param name="initial-context-factory">fr.dyade.aaa.jndi2.client.NamingContextFactory</petals&#58;param><br />
<br />
<petals&#58;param name="connection-factory">cf</petals&#58;param><br />
<br />
<petals&#58;param name="user">anonymous</petals&#58;param><br />
<br />
<petals&#58;param name="password">anonymous</petals&#58;param><br />
<br />
<petals&#58;param name="transacted">false</petals&#58;param><br />
<br />
</petals&#58;params><br />
<br />
<br />
<br />
</td>        </tr></table><span class="postbody"><br />
<br />
<br />
Then when deploy the modified version on Quickstart 3.0<br />
<br />
<br />
</span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr>           <td><span class="genmed"><b>Code:</b></span></td>        </tr>        <tr>          <td class="code"><br />
Error &#58; can't change service assembly's state &#58; org.ow2.petals.jmx.exception.PerformActionErrorException&#58; java.lang.NullPointerException<br />
<br />
</td>        </tr></table><span class="postbody"><br />
<br />
I have a null pointer exception cause by a class Def not found JAVAX.JMS.CONNECTIONFACTORY <br />
Problem with JORAM or JMS lib ?<br />
<br />
<br />
Then when I trying to test on Plateform 2.4 the connection factory is ok (JORAM lib is in) but JMS can't open the connection to the serveur JORAM . But he working and connection factory is ok , I have another java instance who run and send on it.<br />
<br />
<br />
Thanks by advance</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=555#555" target="_blank">http://petals.ebmwebsourcing.com/forum/viewtopic.php?p=555#555</a><br />
<br />
-------------------- m2f --------------------</div>
        </body>
</html>