<!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 />
When I save any change on a BPEL file (with implicit validation), I have the following error :<br />
<br />
<br />
java.lang.NullPointerException<br />
        at com.ebmwebsourcing.easybpel.model.bpel.impl.compiler.validation.validator.ToValidatorImpl.validate(ToValidatorImpl.java:79)<br />
        at com.ebmwebsourcing.easybpel.model.bpel.impl.compiler.validation.validator.ValidatorManagerImpl.validate(ValidatorManagerImpl.java:145)<br />
        at com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl.validate(BPELElementImpl.java:64)<br />
        at com.ebmwebsourcing.easybpel.model.bpel.api.BPELElementImpl.<init>(BPELElementImpl.java:52)<br />
        at com.ebmwebsourcing.easybpel.model.bpel.impl.activity.element.elements4assign.ToImpl.<init>(ToImpl.java:82)<br />
        at com.ebmwebsourcing.easybpel.model.bpel.impl.activity.element.elements4assign.CopyImpl.<init>(CopyImpl.java:64)<br />
        at com.ebmwebsourcing.easybpel.model.bpel.impl.activity.AssignImpl.<init>(AssignImpl.java:55)<br />
        at com.ebmwebsourcing.easybpel.model.bpel.impl.activity.ActivityImpl.getActivity(ActivityImpl.java:137)<br />
        at com.ebmwebsourcing.easybpel.model.bpel.impl.activity.SequenceImpl.<init>(SequenceImpl.java:60)<br />
        at com.ebmwebsourcing.easybpel.model.bpel.impl.activity.ActivityImpl.analyzeOnMessageActivity(ActivityImpl.java:504)<br />
        at com.ebmwebsourcing.easybpel.model.bpel.impl.activity.element.elements4pick.OnMessageImpl.<init>(OnMessageImpl.java:74)<br />
        at com.ebmwebsourcing.easybpel.model.bpel.impl.activity.PickImpl.<init>(PickImpl.java:56)<br />
        at com.ebmwebsourcing.easybpel.model.bpel.impl.activity.ActivityImpl.getActivity(ActivityImpl.java:139)<br />
        at com.ebmwebsourcing.easybpel.model.bpel.impl.activity.SequenceImpl.<init>(SequenceImpl.java:60)<br />
        at com.ebmwebsourcing.easybpel.model.bpel.impl.activity.ActivityImpl.getActivity(ActivityImpl.java:121)<br />
        at com.ebmwebsourcing.easybpel.model.bpel.impl.activity.ActivityImpl.analyzeProcess(ActivityImpl.java:789)<br />
        at com.ebmwebsourcing.easybpel.model.bpel.impl.BPELProcessImpl.<init>(BPELProcessImpl.java:239)<br />
        at com.ebmwebsourcing.easybpel.model.bpel.impl.inout.BPELReaderImpl.readBPEL(BPELReaderImpl.java:174)<br />
        at com.ebmwebsourcing.easybpel.model.bpel.impl.inout.BPELReaderImpl.readBPEL(BPELReaderImpl.java:152)<br />
        at com.ebmwebsourcing.easybpel.model.bpel.tools.validator.BPELValidator.validate(BPELValidator.java:110)<br />
        at com.ebmwebsourcing.petals.services.bpel.designer.builder.PetalsBpelBuilder.validateBpelFiles(PetalsBpelBuilder.java:232)<br />
        at com.ebmwebsourcing.petals.services.bpel.designer.builder.PetalsBpelBuilder.fullBuild(PetalsBpelBuilder.java:153)<br />
        at com.ebmwebsourcing.petals.services.bpel.designer.builder.PetalsBpelBuilder.incrementalBuild(PetalsBpelBuilder.java:206)<br />
        at com.ebmwebsourcing.petals.services.bpel.designer.builder.PetalsBpelBuilder.build(PetalsBpelBuilder.java:85)<br />
        at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:627)<br />
        at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)<br />
        at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:170)<br />
        at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:201)<br />
        at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:253)<br />
        at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)<br />
        at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:256)<br />
        at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:309)<br />
        at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:341)<br />
        at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:140)<br />
        at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:238)<br />
        at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)<br />
<br />
<br />
eclipse.buildId=unknown<br />
java.version=1.6.0_18<br />
java.vendor=Sun Microsystems Inc.<br />
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=fr_FR<br />
Command-line arguments:  -os win32 -ws win32 -arch x86<br />
<br />
This error is never throw on linux workstation.<br />
<br />
Do you know how to fix it ?<br />
<br />
Thx</div>
        <br /><div class="gensmall"><br />
<br />
<br />
-------------------- m2f --------------------<br />
<br />
<a href="http://forum.petalslink.com/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://forum.petalslink.com/viewtopic.php?p=30950#30950" target="_blank">http://forum.petalslink.com/viewtopic.php?p=30950#30950</a><br />
<br />
-------------------- m2f --------------------</div>
        </body>
</html>