anonymous wrote : However, the element still requires the activity under a 
subelement. 

Then is still needed?   I believe the schema in the 2.0 called bpel_2_0.xsd is 
the one i am supposed to be using.  It refers to a then and when i do not have 
one it will complain in my ide.  

In my process:


 <if>
  |     <condition>
  |             "bpel:getVariableData('request','msg')='FUSION1'"
  |     </condition>
  |     <then>
  |             <empty />
  |     </then>
  |     <else>
  |             <sequence>
  |                     <empty />
  |             </sequence>
  |     </else>
  |  </if>

Is my code.  So with this schema it forces me to use a then?  The process is as 
 simple as one can get yet i still get my NPE?  I don't feel like anything has 
been solved?  Did we go full circle?  



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944549#3944549

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3944549


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to