Re: [Dev] [IS] BPEL and HumanTask packages for Workflow support in IS

2015-08-27 Thread Vinod Kavinda
Hi Harsha,
As per our offline discussion, human task creation info at the middle of
the process can be captured using HumanTask Event Listeners. Follow the
instructions from here [1] in HasithaA's blog.

[1] -
http://tryitnw.blogspot.com/2013/05/humantask-event-listeners-wso2-bps.html

Regards,
Vinod

On Wed, Aug 26, 2015 at 5:31 PM, Harsha Thirimanna hars...@wso2.com wrote:

 Thanks Vinod,



 *Harsha Thirimanna*
 Senior Software Engineer; WSO2, Inc.; http://wso2.com
 * http://www.apache.org/*
 *email: **hars...@wso2.com* az...@wso2.com* cell: +94 71 5186770 *
 *twitter: **http://twitter.com/ http://twitter.com/afkham_azeez*
 *harshathirimannlinked-in: **http:
 http://lk.linkedin.com/in/afkhamazeez**//www.linkedin.com/pub/harsha-thirimanna/10/ab8/122
 http://www.linkedin.com/pub/harsha-thirimanna/10/ab8/122*

 *Lean . Enterprise . Middleware*


 On Wed, Aug 26, 2015 at 4:41 PM, Vinod Kavinda vi...@wso2.com wrote:

 Hi Harsha,
 Please find the updated bpel package [1] for the request parameter issue
 as per our offline discussion.

 [1] -
 https://svn.wso2.org/repos/wso2/people/vinod/workflow-support/ApprovalProcess_3.0.1.zip

 Regards,
 Vinod

 On Mon, Aug 3, 2015 at 10:20 PM, Vinod Kavinda vi...@wso2.com wrote:

 Hi Harsha,
 I did the changes you requested. Please find the modified bpel package
 from [1]. There is no any changes in human task package.

 We'll discuss further modifications tomorrow.

 [1] -
 https://svn.wso2.org/repos/wso2/people/vinod/workflow-support/ApprovalProcess_3.0.0.zip

 Regards,
 Vinod

 On Mon, Aug 3, 2015 at 9:55 PM, Harsha Thirimanna hars...@wso2.com
 wrote:

 Hi Vinod,
 There are more to change, and I will discuss with you tomorrow.


 *Harsha Thirimanna*
 Senior Software Engineer; WSO2, Inc.; http://wso2.com
 * http://www.apache.org/*
 *email: **hars...@wso2.com* az...@wso2.com* cell: +94 71 5186770 *
 *twitter: **http://twitter.com/ http://twitter.com/afkham_azeez*
 *harshathirimannlinked-in: **http:
 http://lk.linkedin.com/in/afkhamazeez**//www.linkedin.com/pub/harsha-thirimanna/10/ab8/122
 http://www.linkedin.com/pub/harsha-thirimanna/10/ab8/122*

 *Lean . Enterprise . Middleware*


 On Mon, Aug 3, 2015 at 9:39 PM, Vinod Kavinda vi...@wso2.com wrote:

 Hi Harsha,
 I'll do the required modifications ASAP.

 Regards,
 Vinod

 On Mon, Aug 3, 2015 at 6:26 PM, Harsha Thirimanna hars...@wso2.com
 wrote:

 This is the payload for that and those should be mandatory.

 schema:configuration xmlns:schema=
 http://schema.bpel.mgt.workflow.carbon.wso2.org/;
  approvalStep xmlns=
 http://schema.bpel.mgt.workflow.carbon.wso2.org/;
 stepNamestep1/stepName
 roleadmin/role
 useruser1/user
humanTask
 humanTaskSubjecttask1/humanTaskSubject
 humanTaskDescriptiontask1desc/humanTaskDescription
/humanTask
  /approvalStep
  approvalStep xmlns=
 http://schema.bpel.mgt.workflow.carbon.wso2.org/;
 stepNamestep2/stepName
 uservinod/user
humanTask
 humanTaskSubjecttask1/humanTaskSubject
 humanTaskDescriptiontask1desc/humanTaskDescription
/humanTask
  /approvalStep
   /schema:configuration


 *Harsha Thirimanna*
 Senior Software Engineer; WSO2, Inc.; http://wso2.com
 * http://www.apache.org/*
 *email: **hars...@wso2.com* az...@wso2.com* cell: +94 71 5186770 *
 *twitter: **http://twitter.com/ http://twitter.com/afkham_azeez*
 *harshathirimannlinked-in: **http:
 http://lk.linkedin.com/in/afkhamazeez**//www.linkedin.com/pub/harsha-thirimanna/10/ab8/122
 http://www.linkedin.com/pub/harsha-thirimanna/10/ab8/122*

 *Lean . Enterprise . Middleware*


 On Mon, Aug 3, 2015 at 6:13 PM, Harsha Thirimanna hars...@wso2.com
 wrote:

 Hi Vinod,

 As in the requirement, we need to pass human task subject and body
 as run time parameter per steps. Can we do this change on this please ?


 *Harsha Thirimanna*
 Senior Software Engineer; WSO2, Inc.; http://wso2.com
 * http://www.apache.org/*
 *email: **hars...@wso2.com* az...@wso2.com* cell: +94 71 5186770 *
 *twitter: **http://twitter.com/ http://twitter.com/afkham_azeez*
 *harshathirimannlinked-in: **http:
 http://lk.linkedin.com/in/afkhamazeez**//www.linkedin.com/pub/harsha-thirimanna/10/ab8/122
 http://www.linkedin.com/pub/harsha-thirimanna/10/ab8/122*

 *Lean . Enterprise . Middleware*


 On Mon, Aug 3, 2015 at 12:34 PM, Harsha Thirimanna hars...@wso2.com
  wrote:

 Hi Nandika/Vinod,

 I just deploy you BPEL and HumanTask package in to the BPS 3.2.0
 and it is just give following logs and in admin console it says,
 successfully done. Are there any issues this artifacts in released 
 pack or
 do I change something before i deploy this ?



 ​TID: [0] [BPS] [2015-08-03 12:25:49,401]  INFO
 {org.springframework.context.support.ClassPathXmlApplicationContext} -
  Refreshing
 org.springframework.context.support.ClassPathXmlApplicationContext@10b8a942:
 startup date [Mon Aug 03 12:25:49 IST 2015]; root of context hierarchy
 

Re: [Dev] [IS] BPEL and HumanTask packages for Workflow support in IS

2015-08-26 Thread Vinod Kavinda
Hi Harsha,
Please find the updated bpel package [1] for the request parameter issue as
per our offline discussion.

[1] -
https://svn.wso2.org/repos/wso2/people/vinod/workflow-support/ApprovalProcess_3.0.1.zip

Regards,
Vinod

On Mon, Aug 3, 2015 at 10:20 PM, Vinod Kavinda vi...@wso2.com wrote:

 Hi Harsha,
 I did the changes you requested. Please find the modified bpel package
 from [1]. There is no any changes in human task package.

 We'll discuss further modifications tomorrow.

 [1] -
 https://svn.wso2.org/repos/wso2/people/vinod/workflow-support/ApprovalProcess_3.0.0.zip

 Regards,
 Vinod

 On Mon, Aug 3, 2015 at 9:55 PM, Harsha Thirimanna hars...@wso2.com
 wrote:

 Hi Vinod,
 There are more to change, and I will discuss with you tomorrow.


 *Harsha Thirimanna*
 Senior Software Engineer; WSO2, Inc.; http://wso2.com
 * http://www.apache.org/*
 *email: **hars...@wso2.com* az...@wso2.com* cell: +94 71 5186770 *
 *twitter: **http://twitter.com/ http://twitter.com/afkham_azeez*
 *harshathirimannlinked-in: **http:
 http://lk.linkedin.com/in/afkhamazeez**//www.linkedin.com/pub/harsha-thirimanna/10/ab8/122
 http://www.linkedin.com/pub/harsha-thirimanna/10/ab8/122*

 *Lean . Enterprise . Middleware*


 On Mon, Aug 3, 2015 at 9:39 PM, Vinod Kavinda vi...@wso2.com wrote:

 Hi Harsha,
 I'll do the required modifications ASAP.

 Regards,
 Vinod

 On Mon, Aug 3, 2015 at 6:26 PM, Harsha Thirimanna hars...@wso2.com
 wrote:

 This is the payload for that and those should be mandatory.

 schema:configuration xmlns:schema=
 http://schema.bpel.mgt.workflow.carbon.wso2.org/;
  approvalStep xmlns=
 http://schema.bpel.mgt.workflow.carbon.wso2.org/;
 stepNamestep1/stepName
 roleadmin/role
 useruser1/user
humanTask
 humanTaskSubjecttask1/humanTaskSubject
 humanTaskDescriptiontask1desc/humanTaskDescription
/humanTask
  /approvalStep
  approvalStep xmlns=
 http://schema.bpel.mgt.workflow.carbon.wso2.org/;
 stepNamestep2/stepName
 uservinod/user
humanTask
 humanTaskSubjecttask1/humanTaskSubject
 humanTaskDescriptiontask1desc/humanTaskDescription
/humanTask
  /approvalStep
   /schema:configuration


 *Harsha Thirimanna*
 Senior Software Engineer; WSO2, Inc.; http://wso2.com
 * http://www.apache.org/*
 *email: **hars...@wso2.com* az...@wso2.com* cell: +94 71 5186770 *
 *twitter: **http://twitter.com/ http://twitter.com/afkham_azeez*
 *harshathirimannlinked-in: **http:
 http://lk.linkedin.com/in/afkhamazeez**//www.linkedin.com/pub/harsha-thirimanna/10/ab8/122
 http://www.linkedin.com/pub/harsha-thirimanna/10/ab8/122*

 *Lean . Enterprise . Middleware*


 On Mon, Aug 3, 2015 at 6:13 PM, Harsha Thirimanna hars...@wso2.com
 wrote:

 Hi Vinod,

 As in the requirement, we need to pass human task subject and body as
 run time parameter per steps. Can we do this change on this please ?


 *Harsha Thirimanna*
 Senior Software Engineer; WSO2, Inc.; http://wso2.com
 * http://www.apache.org/*
 *email: **hars...@wso2.com* az...@wso2.com* cell: +94 71 5186770 *
 *twitter: **http://twitter.com/ http://twitter.com/afkham_azeez*
 *harshathirimannlinked-in: **http:
 http://lk.linkedin.com/in/afkhamazeez**//www.linkedin.com/pub/harsha-thirimanna/10/ab8/122
 http://www.linkedin.com/pub/harsha-thirimanna/10/ab8/122*

 *Lean . Enterprise . Middleware*


 On Mon, Aug 3, 2015 at 12:34 PM, Harsha Thirimanna hars...@wso2.com
 wrote:

 Hi Nandika/Vinod,

 I just deploy you BPEL and HumanTask package in to the BPS 3.2.0 and
 it is just give following logs and in admin console it says, successfully
 done. Are there any issues this artifacts in released pack or do I change
 something before i deploy this ?



 ​TID: [0] [BPS] [2015-08-03 12:25:49,401]  INFO
 {org.springframework.context.support.ClassPathXmlApplicationContext} -
  Refreshing
 org.springframework.context.support.ClassPathXmlApplicationContext@10b8a942:
 startup date [Mon Aug 03 12:25:49 IST 2015]; root of context hierarchy
 {org.springframework.context.support.ClassPathXmlApplicationContext}
 TID: [0] [BPS] [2015-08-03 12:25:49,403]  INFO
 {org.springframework.beans.factory.xml.XmlBeanDefinitionReader} -  
 Loading
 XML bean definitions from class path resource [beans.xml]
 {org.springframework.beans.factory.xml.XmlBeanDefinitionReader}
 TID: [0] [BPS] [2015-08-03 12:25:49,419] ERROR
 {org.apache.ode.bpel.compiler.bom.BpelObjectFactory$BOMSAXErrorHandler} -
  
 null:file:///home/harsha/wso2/IS/IS-5.1.0-Release/WORKFLOW/wso2bps-3.2.0/tmp/work/bpelTemp/1.4385849493994443E12/ApprovalProcess_2.0.0/ApprovalProcess.bpel:36:17:cvc-complex-type.2.4.a:
 Invalid content was found starting with element 'extensions'. One of '{
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:import, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:partnerLinks,
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:messageExchanges,
 

Re: [Dev] [IS] BPEL and HumanTask packages for Workflow support in IS

2015-08-26 Thread Harsha Thirimanna
Thanks Vinod,



*Harsha Thirimanna*
Senior Software Engineer; WSO2, Inc.; http://wso2.com
* http://www.apache.org/*
*email: **hars...@wso2.com* az...@wso2.com* cell: +94 71 5186770 *
*twitter: **http://twitter.com/ http://twitter.com/afkham_azeez*
*harshathirimannlinked-in: **http:
http://lk.linkedin.com/in/afkhamazeez**//www.linkedin.com/pub/harsha-thirimanna/10/ab8/122
http://www.linkedin.com/pub/harsha-thirimanna/10/ab8/122*

*Lean . Enterprise . Middleware*


On Wed, Aug 26, 2015 at 4:41 PM, Vinod Kavinda vi...@wso2.com wrote:

 Hi Harsha,
 Please find the updated bpel package [1] for the request parameter issue
 as per our offline discussion.

 [1] -
 https://svn.wso2.org/repos/wso2/people/vinod/workflow-support/ApprovalProcess_3.0.1.zip

 Regards,
 Vinod

 On Mon, Aug 3, 2015 at 10:20 PM, Vinod Kavinda vi...@wso2.com wrote:

 Hi Harsha,
 I did the changes you requested. Please find the modified bpel package
 from [1]. There is no any changes in human task package.

 We'll discuss further modifications tomorrow.

 [1] -
 https://svn.wso2.org/repos/wso2/people/vinod/workflow-support/ApprovalProcess_3.0.0.zip

 Regards,
 Vinod

 On Mon, Aug 3, 2015 at 9:55 PM, Harsha Thirimanna hars...@wso2.com
 wrote:

 Hi Vinod,
 There are more to change, and I will discuss with you tomorrow.


 *Harsha Thirimanna*
 Senior Software Engineer; WSO2, Inc.; http://wso2.com
 * http://www.apache.org/*
 *email: **hars...@wso2.com* az...@wso2.com* cell: +94 71 5186770 *
 *twitter: **http://twitter.com/ http://twitter.com/afkham_azeez*
 *harshathirimannlinked-in: **http:
 http://lk.linkedin.com/in/afkhamazeez**//www.linkedin.com/pub/harsha-thirimanna/10/ab8/122
 http://www.linkedin.com/pub/harsha-thirimanna/10/ab8/122*

 *Lean . Enterprise . Middleware*


 On Mon, Aug 3, 2015 at 9:39 PM, Vinod Kavinda vi...@wso2.com wrote:

 Hi Harsha,
 I'll do the required modifications ASAP.

 Regards,
 Vinod

 On Mon, Aug 3, 2015 at 6:26 PM, Harsha Thirimanna hars...@wso2.com
 wrote:

 This is the payload for that and those should be mandatory.

 schema:configuration xmlns:schema=
 http://schema.bpel.mgt.workflow.carbon.wso2.org/;
  approvalStep xmlns=
 http://schema.bpel.mgt.workflow.carbon.wso2.org/;
 stepNamestep1/stepName
 roleadmin/role
 useruser1/user
humanTask
 humanTaskSubjecttask1/humanTaskSubject
 humanTaskDescriptiontask1desc/humanTaskDescription
/humanTask
  /approvalStep
  approvalStep xmlns=
 http://schema.bpel.mgt.workflow.carbon.wso2.org/;
 stepNamestep2/stepName
 uservinod/user
humanTask
 humanTaskSubjecttask1/humanTaskSubject
 humanTaskDescriptiontask1desc/humanTaskDescription
/humanTask
  /approvalStep
   /schema:configuration


 *Harsha Thirimanna*
 Senior Software Engineer; WSO2, Inc.; http://wso2.com
 * http://www.apache.org/*
 *email: **hars...@wso2.com* az...@wso2.com* cell: +94 71 5186770 *
 *twitter: **http://twitter.com/ http://twitter.com/afkham_azeez*
 *harshathirimannlinked-in: **http:
 http://lk.linkedin.com/in/afkhamazeez**//www.linkedin.com/pub/harsha-thirimanna/10/ab8/122
 http://www.linkedin.com/pub/harsha-thirimanna/10/ab8/122*

 *Lean . Enterprise . Middleware*


 On Mon, Aug 3, 2015 at 6:13 PM, Harsha Thirimanna hars...@wso2.com
 wrote:

 Hi Vinod,

 As in the requirement, we need to pass human task subject and body as
 run time parameter per steps. Can we do this change on this please ?


 *Harsha Thirimanna*
 Senior Software Engineer; WSO2, Inc.; http://wso2.com
 * http://www.apache.org/*
 *email: **hars...@wso2.com* az...@wso2.com* cell: +94 71 5186770 *
 *twitter: **http://twitter.com/ http://twitter.com/afkham_azeez*
 *harshathirimannlinked-in: **http:
 http://lk.linkedin.com/in/afkhamazeez**//www.linkedin.com/pub/harsha-thirimanna/10/ab8/122
 http://www.linkedin.com/pub/harsha-thirimanna/10/ab8/122*

 *Lean . Enterprise . Middleware*


 On Mon, Aug 3, 2015 at 12:34 PM, Harsha Thirimanna hars...@wso2.com
 wrote:

 Hi Nandika/Vinod,

 I just deploy you BPEL and HumanTask package in to the BPS 3.2.0 and
 it is just give following logs and in admin console it says, 
 successfully
 done. Are there any issues this artifacts in released pack or do I 
 change
 something before i deploy this ?



 ​TID: [0] [BPS] [2015-08-03 12:25:49,401]  INFO
 {org.springframework.context.support.ClassPathXmlApplicationContext} -
  Refreshing
 org.springframework.context.support.ClassPathXmlApplicationContext@10b8a942:
 startup date [Mon Aug 03 12:25:49 IST 2015]; root of context hierarchy
 {org.springframework.context.support.ClassPathXmlApplicationContext}
 TID: [0] [BPS] [2015-08-03 12:25:49,403]  INFO
 {org.springframework.beans.factory.xml.XmlBeanDefinitionReader} -  
 Loading
 XML bean definitions from class path resource [beans.xml]
 {org.springframework.beans.factory.xml.XmlBeanDefinitionReader}
 TID: [0] [BPS] [2015-08-03 12:25:49,419] ERROR
 

Re: [Dev] [IS] BPEL and HumanTask packages for Workflow support in IS

2015-08-03 Thread Vinod Kavinda
Hi Harsha,
I'll do the required modifications ASAP.

Regards,
Vinod

On Mon, Aug 3, 2015 at 6:26 PM, Harsha Thirimanna hars...@wso2.com wrote:

 This is the payload for that and those should be mandatory.

 schema:configuration xmlns:schema=
 http://schema.bpel.mgt.workflow.carbon.wso2.org/;
  approvalStep xmlns=
 http://schema.bpel.mgt.workflow.carbon.wso2.org/;
 stepNamestep1/stepName
 roleadmin/role
 useruser1/user
humanTask
 humanTaskSubjecttask1/humanTaskSubject
 humanTaskDescriptiontask1desc/humanTaskDescription
/humanTask
  /approvalStep
  approvalStep xmlns=
 http://schema.bpel.mgt.workflow.carbon.wso2.org/;
 stepNamestep2/stepName
 uservinod/user
humanTask
 humanTaskSubjecttask1/humanTaskSubject
 humanTaskDescriptiontask1desc/humanTaskDescription
/humanTask
  /approvalStep
   /schema:configuration


 *Harsha Thirimanna*
 Senior Software Engineer; WSO2, Inc.; http://wso2.com
 * http://www.apache.org/*
 *email: **hars...@wso2.com* az...@wso2.com* cell: +94 71 5186770 *
 *twitter: **http://twitter.com/ http://twitter.com/afkham_azeez*
 *harshathirimannlinked-in: **http:
 http://lk.linkedin.com/in/afkhamazeez**//www.linkedin.com/pub/harsha-thirimanna/10/ab8/122
 http://www.linkedin.com/pub/harsha-thirimanna/10/ab8/122*

 *Lean . Enterprise . Middleware*


 On Mon, Aug 3, 2015 at 6:13 PM, Harsha Thirimanna hars...@wso2.com
 wrote:

 Hi Vinod,

 As in the requirement, we need to pass human task subject and body as run
 time parameter per steps. Can we do this change on this please ?


 *Harsha Thirimanna*
 Senior Software Engineer; WSO2, Inc.; http://wso2.com
 * http://www.apache.org/*
 *email: **hars...@wso2.com* az...@wso2.com* cell: +94 71 5186770 *
 *twitter: **http://twitter.com/ http://twitter.com/afkham_azeez*
 *harshathirimannlinked-in: **http:
 http://lk.linkedin.com/in/afkhamazeez**//www.linkedin.com/pub/harsha-thirimanna/10/ab8/122
 http://www.linkedin.com/pub/harsha-thirimanna/10/ab8/122*

 *Lean . Enterprise . Middleware*


 On Mon, Aug 3, 2015 at 12:34 PM, Harsha Thirimanna hars...@wso2.com
 wrote:

 Hi Nandika/Vinod,

 I just deploy you BPEL and HumanTask package in to the BPS 3.2.0 and it
 is just give following logs and in admin console it says, successfully
 done. Are there any issues this artifacts in released pack or do I change
 something before i deploy this ?



 ​TID: [0] [BPS] [2015-08-03 12:25:49,401]  INFO
 {org.springframework.context.support.ClassPathXmlApplicationContext} -
  Refreshing
 org.springframework.context.support.ClassPathXmlApplicationContext@10b8a942:
 startup date [Mon Aug 03 12:25:49 IST 2015]; root of context hierarchy
 {org.springframework.context.support.ClassPathXmlApplicationContext}
 TID: [0] [BPS] [2015-08-03 12:25:49,403]  INFO
 {org.springframework.beans.factory.xml.XmlBeanDefinitionReader} -  Loading
 XML bean definitions from class path resource [beans.xml]
 {org.springframework.beans.factory.xml.XmlBeanDefinitionReader}
 TID: [0] [BPS] [2015-08-03 12:25:49,419] ERROR
 {org.apache.ode.bpel.compiler.bom.BpelObjectFactory$BOMSAXErrorHandler} -
  
 null:file:///home/harsha/wso2/IS/IS-5.1.0-Release/WORKFLOW/wso2bps-3.2.0/tmp/work/bpelTemp/1.4385849493994443E12/ApprovalProcess_2.0.0/ApprovalProcess.bpel:36:17:cvc-complex-type.2.4.a:
 Invalid content was found starting with element 'extensions'. One of '{
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:import, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:partnerLinks,
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:messageExchanges,
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:variables, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:correlationSets,
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:faultHandlers,
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:eventHandlers,
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:assign, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:compensate, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:compensateScope,
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:empty, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:exit, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:extensionActivity,
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:flow, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:forEach, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:if, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:invoke, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:pick, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:receive, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:repeatUntil, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:reply, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:rethrow, 
 

Re: [Dev] [IS] BPEL and HumanTask packages for Workflow support in IS

2015-08-03 Thread Harsha Thirimanna
Hi Vinod,
There are more to change, and I will discuss with you tomorrow.


*Harsha Thirimanna*
Senior Software Engineer; WSO2, Inc.; http://wso2.com
* http://www.apache.org/*
*email: **hars...@wso2.com* az...@wso2.com* cell: +94 71 5186770 *
*twitter: **http://twitter.com/ http://twitter.com/afkham_azeez*
*harshathirimannlinked-in: **http:
http://lk.linkedin.com/in/afkhamazeez**//www.linkedin.com/pub/harsha-thirimanna/10/ab8/122
http://www.linkedin.com/pub/harsha-thirimanna/10/ab8/122*

*Lean . Enterprise . Middleware*


On Mon, Aug 3, 2015 at 9:39 PM, Vinod Kavinda vi...@wso2.com wrote:

 Hi Harsha,
 I'll do the required modifications ASAP.

 Regards,
 Vinod

 On Mon, Aug 3, 2015 at 6:26 PM, Harsha Thirimanna hars...@wso2.com
 wrote:

 This is the payload for that and those should be mandatory.

 schema:configuration xmlns:schema=
 http://schema.bpel.mgt.workflow.carbon.wso2.org/;
  approvalStep xmlns=
 http://schema.bpel.mgt.workflow.carbon.wso2.org/;
 stepNamestep1/stepName
 roleadmin/role
 useruser1/user
humanTask
 humanTaskSubjecttask1/humanTaskSubject
 humanTaskDescriptiontask1desc/humanTaskDescription
/humanTask
  /approvalStep
  approvalStep xmlns=
 http://schema.bpel.mgt.workflow.carbon.wso2.org/;
 stepNamestep2/stepName
 uservinod/user
humanTask
 humanTaskSubjecttask1/humanTaskSubject
 humanTaskDescriptiontask1desc/humanTaskDescription
/humanTask
  /approvalStep
   /schema:configuration


 *Harsha Thirimanna*
 Senior Software Engineer; WSO2, Inc.; http://wso2.com
 * http://www.apache.org/*
 *email: **hars...@wso2.com* az...@wso2.com* cell: +94 71 5186770 *
 *twitter: **http://twitter.com/ http://twitter.com/afkham_azeez*
 *harshathirimannlinked-in: **http:
 http://lk.linkedin.com/in/afkhamazeez**//www.linkedin.com/pub/harsha-thirimanna/10/ab8/122
 http://www.linkedin.com/pub/harsha-thirimanna/10/ab8/122*

 *Lean . Enterprise . Middleware*


 On Mon, Aug 3, 2015 at 6:13 PM, Harsha Thirimanna hars...@wso2.com
 wrote:

 Hi Vinod,

 As in the requirement, we need to pass human task subject and body as
 run time parameter per steps. Can we do this change on this please ?


 *Harsha Thirimanna*
 Senior Software Engineer; WSO2, Inc.; http://wso2.com
 * http://www.apache.org/*
 *email: **hars...@wso2.com* az...@wso2.com* cell: +94 71 5186770 *
 *twitter: **http://twitter.com/ http://twitter.com/afkham_azeez*
 *harshathirimannlinked-in: **http:
 http://lk.linkedin.com/in/afkhamazeez**//www.linkedin.com/pub/harsha-thirimanna/10/ab8/122
 http://www.linkedin.com/pub/harsha-thirimanna/10/ab8/122*

 *Lean . Enterprise . Middleware*


 On Mon, Aug 3, 2015 at 12:34 PM, Harsha Thirimanna hars...@wso2.com
 wrote:

 Hi Nandika/Vinod,

 I just deploy you BPEL and HumanTask package in to the BPS 3.2.0 and it
 is just give following logs and in admin console it says, successfully
 done. Are there any issues this artifacts in released pack or do I change
 something before i deploy this ?



 ​TID: [0] [BPS] [2015-08-03 12:25:49,401]  INFO
 {org.springframework.context.support.ClassPathXmlApplicationContext} -
  Refreshing
 org.springframework.context.support.ClassPathXmlApplicationContext@10b8a942:
 startup date [Mon Aug 03 12:25:49 IST 2015]; root of context hierarchy
 {org.springframework.context.support.ClassPathXmlApplicationContext}
 TID: [0] [BPS] [2015-08-03 12:25:49,403]  INFO
 {org.springframework.beans.factory.xml.XmlBeanDefinitionReader} -  Loading
 XML bean definitions from class path resource [beans.xml]
 {org.springframework.beans.factory.xml.XmlBeanDefinitionReader}
 TID: [0] [BPS] [2015-08-03 12:25:49,419] ERROR
 {org.apache.ode.bpel.compiler.bom.BpelObjectFactory$BOMSAXErrorHandler} -
  
 null:file:///home/harsha/wso2/IS/IS-5.1.0-Release/WORKFLOW/wso2bps-3.2.0/tmp/work/bpelTemp/1.4385849493994443E12/ApprovalProcess_2.0.0/ApprovalProcess.bpel:36:17:cvc-complex-type.2.4.a:
 Invalid content was found starting with element 'extensions'. One of '{
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:import, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:partnerLinks,
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:messageExchanges,
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:variables, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:correlationSets,
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:faultHandlers,
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:eventHandlers,
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:assign, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:compensate, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:compensateScope,
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:empty, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:exit, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:extensionActivity,
 

Re: [Dev] [IS] BPEL and HumanTask packages for Workflow support in IS

2015-08-03 Thread Harsha Thirimanna
Hi Nandika/Vinod,

I just deploy you BPEL and HumanTask package in to the BPS 3.2.0 and it is
just give following logs and in admin console it says, successfully done.
Are there any issues this artifacts in released pack or do I change
something before i deploy this ?



​TID: [0] [BPS] [2015-08-03 12:25:49,401]  INFO
{org.springframework.context.support.ClassPathXmlApplicationContext} -
 Refreshing
org.springframework.context.support.ClassPathXmlApplicationContext@10b8a942:
startup date [Mon Aug 03 12:25:49 IST 2015]; root of context hierarchy
{org.springframework.context.support.ClassPathXmlApplicationContext}
TID: [0] [BPS] [2015-08-03 12:25:49,403]  INFO
{org.springframework.beans.factory.xml.XmlBeanDefinitionReader} -  Loading
XML bean definitions from class path resource [beans.xml]
{org.springframework.beans.factory.xml.XmlBeanDefinitionReader}
TID: [0] [BPS] [2015-08-03 12:25:49,419] ERROR
{org.apache.ode.bpel.compiler.bom.BpelObjectFactory$BOMSAXErrorHandler} -
 
null:file:///home/harsha/wso2/IS/IS-5.1.0-Release/WORKFLOW/wso2bps-3.2.0/tmp/work/bpelTemp/1.4385849493994443E12/ApprovalProcess_2.0.0/ApprovalProcess.bpel:36:17:cvc-complex-type.2.4.a:
Invalid content was found starting with element 'extensions'. One of '{
http://docs.oasis-open.org/wsbpel/2.0/process/executable:import, 
http://docs.oasis-open.org/wsbpel/2.0/process/executable:partnerLinks, 
http://docs.oasis-open.org/wsbpel/2.0/process/executable:messageExchanges,
http://docs.oasis-open.org/wsbpel/2.0/process/executable:variables, 
http://docs.oasis-open.org/wsbpel/2.0/process/executable:correlationSets, 
http://docs.oasis-open.org/wsbpel/2.0/process/executable:faultHandlers, 
http://docs.oasis-open.org/wsbpel/2.0/process/executable:eventHandlers, 
http://docs.oasis-open.org/wsbpel/2.0/process/executable:assign, 
http://docs.oasis-open.org/wsbpel/2.0/process/executable:compensate, 
http://docs.oasis-open.org/wsbpel/2.0/process/executable:compensateScope, 
http://docs.oasis-open.org/wsbpel/2.0/process/executable:empty, 
http://docs.oasis-open.org/wsbpel/2.0/process/executable:exit, 
http://docs.oasis-open.org/wsbpel/2.0/process/executable:extensionActivity,
http://docs.oasis-open.org/wsbpel/2.0/process/executable:flow, 
http://docs.oasis-open.org/wsbpel/2.0/process/executable:forEach, 
http://docs.oasis-open.org/wsbpel/2.0/process/executable:if, 
http://docs.oasis-open.org/wsbpel/2.0/process/executable:invoke, 
http://docs.oasis-open.org/wsbpel/2.0/process/executable:pick, 
http://docs.oasis-open.org/wsbpel/2.0/process/executable:receive, 
http://docs.oasis-open.org/wsbpel/2.0/process/executable:repeatUntil, 
http://docs.oasis-open.org/wsbpel/2.0/process/executable:reply, 
http://docs.oasis-open.org/wsbpel/2.0/process/executable:rethrow, 
http://docs.oasis-open.org/wsbpel/2.0/process/executable:scope, 
http://docs.oasis-open.org/wsbpel/2.0/process/executable:sequence, 
http://docs.oasis-open.org/wsbpel/2.0/process/executable:throw, 
http://docs.oasis-open.org/wsbpel/2.0/process/executable:validate, 
http://docs.oasis-open.org/wsbpel/2.0/process/executable:wait, 
http://docs.oasis-open.org/wsbpel/2.0/process/executable:while}' is
expected.
{org.apache.ode.bpel.compiler.bom.BpelObjectFactory$BOMSAXErrorHandler}
TID: [0] [BPS] [2015-08-03 12:25:49,420] ERROR
{org.apache.ode.bpel.compiler.bom.BpelObjectFactory$BOMSAXErrorHandler} -
 
null:file:///home/harsha/wso2/IS/IS-5.1.0-Release/WORKFLOW/wso2bps-3.2.0/tmp/work/bpelTemp/1.4385849493994443E12/ApprovalProcess_2.0.0/ApprovalProcess.bpel:73:52:cvc-complex-type.3.2.2:
Attribute 'xml:space' is not allowed to appear in element 'bpel:literal'.
{org.apache.ode.bpel.compiler.bom.BpelObjectFactory$BOMSAXErrorHandler}
TID: [0] [BPS] [2015-08-03 12:25:49,420] ERROR
{org.apache.ode.bpel.compiler.bom.BpelObjectFactory$BOMSAXErrorHandler} -
 
null:file:///home/harsha/wso2/IS/IS-5.1.0-Release/WORKFLOW/wso2bps-3.2.0/tmp/work/bpelTemp/1.4385849493994443E12/ApprovalProcess_2.0.0/ApprovalProcess.bpel:79:52:cvc-complex-type.3.2.2:
Attribute 'xml:space' is not allowed to appear in element 'bpel:literal'.
{org.apache.ode.bpel.compiler.bom.BpelObjectFactory$BOMSAXErrorHandler}
TID: [0] [BPS] [2015-08-03 12:25:49,421] ERROR
{org.apache.ode.bpel.compiler.bom.BpelObjectFactory$BOMSAXErrorHandler} -
 
null:file:///home/harsha/wso2/IS/IS-5.1.0-Release/WORKFLOW/wso2bps-3.2.0/tmp/work/bpelTemp/1.4385849493994443E12/ApprovalProcess_2.0.0/ApprovalProcess.bpel:99:52:cvc-complex-type.3.2.2:
Attribute 'xml:space' is not allowed to appear in element 'bpel:literal'.
{org.apache.ode.bpel.compiler.bom.BpelObjectFactory$BOMSAXErrorHandler}
TID: [0] [BPS] [2015-08-03 12:25:49,422] ERROR
{org.apache.ode.bpel.compiler.bom.BpelObjectFactory$BOMSAXErrorHandler} -
 
null:file:///home/harsha/wso2/IS/IS-5.1.0-Release/WORKFLOW/wso2bps-3.2.0/tmp/work/bpelTemp/1.4385849493994443E12/ApprovalProcess_2.0.0/ApprovalProcess.bpel:123:52:cvc-complex-type.3.2.2:
Attribute 'xml:space' is not allowed to appear in element 'bpel:literal'.

Re: [Dev] [IS] BPEL and HumanTask packages for Workflow support in IS

2015-08-03 Thread Vinod Kavinda
Hi Harsha,
I did the changes you requested. Please find the modified bpel package from
[1]. There is no any changes in human task package.

We'll discuss further modifications tomorrow.

[1] -
https://svn.wso2.org/repos/wso2/people/vinod/workflow-support/ApprovalProcess_3.0.0.zip

Regards,
Vinod

On Mon, Aug 3, 2015 at 9:55 PM, Harsha Thirimanna hars...@wso2.com wrote:

 Hi Vinod,
 There are more to change, and I will discuss with you tomorrow.


 *Harsha Thirimanna*
 Senior Software Engineer; WSO2, Inc.; http://wso2.com
 * http://www.apache.org/*
 *email: **hars...@wso2.com* az...@wso2.com* cell: +94 71 5186770 *
 *twitter: **http://twitter.com/ http://twitter.com/afkham_azeez*
 *harshathirimannlinked-in: **http:
 http://lk.linkedin.com/in/afkhamazeez**//www.linkedin.com/pub/harsha-thirimanna/10/ab8/122
 http://www.linkedin.com/pub/harsha-thirimanna/10/ab8/122*

 *Lean . Enterprise . Middleware*


 On Mon, Aug 3, 2015 at 9:39 PM, Vinod Kavinda vi...@wso2.com wrote:

 Hi Harsha,
 I'll do the required modifications ASAP.

 Regards,
 Vinod

 On Mon, Aug 3, 2015 at 6:26 PM, Harsha Thirimanna hars...@wso2.com
 wrote:

 This is the payload for that and those should be mandatory.

 schema:configuration xmlns:schema=
 http://schema.bpel.mgt.workflow.carbon.wso2.org/;
  approvalStep xmlns=
 http://schema.bpel.mgt.workflow.carbon.wso2.org/;
 stepNamestep1/stepName
 roleadmin/role
 useruser1/user
humanTask
 humanTaskSubjecttask1/humanTaskSubject
 humanTaskDescriptiontask1desc/humanTaskDescription
/humanTask
  /approvalStep
  approvalStep xmlns=
 http://schema.bpel.mgt.workflow.carbon.wso2.org/;
 stepNamestep2/stepName
 uservinod/user
humanTask
 humanTaskSubjecttask1/humanTaskSubject
 humanTaskDescriptiontask1desc/humanTaskDescription
/humanTask
  /approvalStep
   /schema:configuration


 *Harsha Thirimanna*
 Senior Software Engineer; WSO2, Inc.; http://wso2.com
 * http://www.apache.org/*
 *email: **hars...@wso2.com* az...@wso2.com* cell: +94 71 5186770 *
 *twitter: **http://twitter.com/ http://twitter.com/afkham_azeez*
 *harshathirimannlinked-in: **http:
 http://lk.linkedin.com/in/afkhamazeez**//www.linkedin.com/pub/harsha-thirimanna/10/ab8/122
 http://www.linkedin.com/pub/harsha-thirimanna/10/ab8/122*

 *Lean . Enterprise . Middleware*


 On Mon, Aug 3, 2015 at 6:13 PM, Harsha Thirimanna hars...@wso2.com
 wrote:

 Hi Vinod,

 As in the requirement, we need to pass human task subject and body as
 run time parameter per steps. Can we do this change on this please ?


 *Harsha Thirimanna*
 Senior Software Engineer; WSO2, Inc.; http://wso2.com
 * http://www.apache.org/*
 *email: **hars...@wso2.com* az...@wso2.com* cell: +94 71 5186770 *
 *twitter: **http://twitter.com/ http://twitter.com/afkham_azeez*
 *harshathirimannlinked-in: **http:
 http://lk.linkedin.com/in/afkhamazeez**//www.linkedin.com/pub/harsha-thirimanna/10/ab8/122
 http://www.linkedin.com/pub/harsha-thirimanna/10/ab8/122*

 *Lean . Enterprise . Middleware*


 On Mon, Aug 3, 2015 at 12:34 PM, Harsha Thirimanna hars...@wso2.com
 wrote:

 Hi Nandika/Vinod,

 I just deploy you BPEL and HumanTask package in to the BPS 3.2.0 and
 it is just give following logs and in admin console it says, successfully
 done. Are there any issues this artifacts in released pack or do I change
 something before i deploy this ?



 ​TID: [0] [BPS] [2015-08-03 12:25:49,401]  INFO
 {org.springframework.context.support.ClassPathXmlApplicationContext} -
  Refreshing
 org.springframework.context.support.ClassPathXmlApplicationContext@10b8a942:
 startup date [Mon Aug 03 12:25:49 IST 2015]; root of context hierarchy
 {org.springframework.context.support.ClassPathXmlApplicationContext}
 TID: [0] [BPS] [2015-08-03 12:25:49,403]  INFO
 {org.springframework.beans.factory.xml.XmlBeanDefinitionReader} -  Loading
 XML bean definitions from class path resource [beans.xml]
 {org.springframework.beans.factory.xml.XmlBeanDefinitionReader}
 TID: [0] [BPS] [2015-08-03 12:25:49,419] ERROR
 {org.apache.ode.bpel.compiler.bom.BpelObjectFactory$BOMSAXErrorHandler} -
  
 null:file:///home/harsha/wso2/IS/IS-5.1.0-Release/WORKFLOW/wso2bps-3.2.0/tmp/work/bpelTemp/1.4385849493994443E12/ApprovalProcess_2.0.0/ApprovalProcess.bpel:36:17:cvc-complex-type.2.4.a:
 Invalid content was found starting with element 'extensions'. One of '{
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:import, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:partnerLinks,
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:messageExchanges,
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:variables,
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:correlationSets,
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:faultHandlers,
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:eventHandlers,
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:assign, 
 

Re: [Dev] [IS] BPEL and HumanTask packages for Workflow support in IS

2015-08-03 Thread Harsha Thirimanna
This is the payload for that and those should be mandatory.

schema:configuration xmlns:schema=
http://schema.bpel.mgt.workflow.carbon.wso2.org/;
 approvalStep xmlns=
http://schema.bpel.mgt.workflow.carbon.wso2.org/;
stepNamestep1/stepName
roleadmin/role
useruser1/user
   humanTask
humanTaskSubjecttask1/humanTaskSubject
humanTaskDescriptiontask1desc/humanTaskDescription
   /humanTask
 /approvalStep
 approvalStep xmlns=
http://schema.bpel.mgt.workflow.carbon.wso2.org/;
stepNamestep2/stepName
uservinod/user
   humanTask
humanTaskSubjecttask1/humanTaskSubject
humanTaskDescriptiontask1desc/humanTaskDescription
   /humanTask
 /approvalStep
  /schema:configuration


*Harsha Thirimanna*
Senior Software Engineer; WSO2, Inc.; http://wso2.com
* http://www.apache.org/*
*email: **hars...@wso2.com* az...@wso2.com* cell: +94 71 5186770 *
*twitter: **http://twitter.com/ http://twitter.com/afkham_azeez*
*harshathirimannlinked-in: **http:
http://lk.linkedin.com/in/afkhamazeez**//www.linkedin.com/pub/harsha-thirimanna/10/ab8/122
http://www.linkedin.com/pub/harsha-thirimanna/10/ab8/122*

*Lean . Enterprise . Middleware*


On Mon, Aug 3, 2015 at 6:13 PM, Harsha Thirimanna hars...@wso2.com wrote:

 Hi Vinod,

 As in the requirement, we need to pass human task subject and body as run
 time parameter per steps. Can we do this change on this please ?


 *Harsha Thirimanna*
 Senior Software Engineer; WSO2, Inc.; http://wso2.com
 * http://www.apache.org/*
 *email: **hars...@wso2.com* az...@wso2.com* cell: +94 71 5186770 *
 *twitter: **http://twitter.com/ http://twitter.com/afkham_azeez*
 *harshathirimannlinked-in: **http:
 http://lk.linkedin.com/in/afkhamazeez**//www.linkedin.com/pub/harsha-thirimanna/10/ab8/122
 http://www.linkedin.com/pub/harsha-thirimanna/10/ab8/122*

 *Lean . Enterprise . Middleware*


 On Mon, Aug 3, 2015 at 12:34 PM, Harsha Thirimanna hars...@wso2.com
 wrote:

 Hi Nandika/Vinod,

 I just deploy you BPEL and HumanTask package in to the BPS 3.2.0 and it
 is just give following logs and in admin console it says, successfully
 done. Are there any issues this artifacts in released pack or do I change
 something before i deploy this ?



 ​TID: [0] [BPS] [2015-08-03 12:25:49,401]  INFO
 {org.springframework.context.support.ClassPathXmlApplicationContext} -
  Refreshing
 org.springframework.context.support.ClassPathXmlApplicationContext@10b8a942:
 startup date [Mon Aug 03 12:25:49 IST 2015]; root of context hierarchy
 {org.springframework.context.support.ClassPathXmlApplicationContext}
 TID: [0] [BPS] [2015-08-03 12:25:49,403]  INFO
 {org.springframework.beans.factory.xml.XmlBeanDefinitionReader} -  Loading
 XML bean definitions from class path resource [beans.xml]
 {org.springframework.beans.factory.xml.XmlBeanDefinitionReader}
 TID: [0] [BPS] [2015-08-03 12:25:49,419] ERROR
 {org.apache.ode.bpel.compiler.bom.BpelObjectFactory$BOMSAXErrorHandler} -
  
 null:file:///home/harsha/wso2/IS/IS-5.1.0-Release/WORKFLOW/wso2bps-3.2.0/tmp/work/bpelTemp/1.4385849493994443E12/ApprovalProcess_2.0.0/ApprovalProcess.bpel:36:17:cvc-complex-type.2.4.a:
 Invalid content was found starting with element 'extensions'. One of '{
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:import, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:partnerLinks, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:messageExchanges,
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:variables, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:correlationSets,
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:faultHandlers,
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:eventHandlers,
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:assign, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:compensate, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:compensateScope,
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:empty, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:exit, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:extensionActivity,
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:flow, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:forEach, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:if, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:invoke, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:pick, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:receive, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:repeatUntil, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:reply, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:rethrow, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:scope, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:sequence, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:throw, 
 

Re: [Dev] [IS] BPEL and HumanTask packages for Workflow support in IS

2015-08-03 Thread Harsha Thirimanna
Hi Vinod,

As in the requirement, we need to pass human task subject and body as run
time parameter per steps. Can we do this change on this please ?


*Harsha Thirimanna*
Senior Software Engineer; WSO2, Inc.; http://wso2.com
* http://www.apache.org/*
*email: **hars...@wso2.com* az...@wso2.com* cell: +94 71 5186770 *
*twitter: **http://twitter.com/ http://twitter.com/afkham_azeez*
*harshathirimannlinked-in: **http:
http://lk.linkedin.com/in/afkhamazeez**//www.linkedin.com/pub/harsha-thirimanna/10/ab8/122
http://www.linkedin.com/pub/harsha-thirimanna/10/ab8/122*

*Lean . Enterprise . Middleware*


On Mon, Aug 3, 2015 at 12:34 PM, Harsha Thirimanna hars...@wso2.com wrote:

 Hi Nandika/Vinod,

 I just deploy you BPEL and HumanTask package in to the BPS 3.2.0 and it is
 just give following logs and in admin console it says, successfully done.
 Are there any issues this artifacts in released pack or do I change
 something before i deploy this ?



 ​TID: [0] [BPS] [2015-08-03 12:25:49,401]  INFO
 {org.springframework.context.support.ClassPathXmlApplicationContext} -
  Refreshing
 org.springframework.context.support.ClassPathXmlApplicationContext@10b8a942:
 startup date [Mon Aug 03 12:25:49 IST 2015]; root of context hierarchy
 {org.springframework.context.support.ClassPathXmlApplicationContext}
 TID: [0] [BPS] [2015-08-03 12:25:49,403]  INFO
 {org.springframework.beans.factory.xml.XmlBeanDefinitionReader} -  Loading
 XML bean definitions from class path resource [beans.xml]
 {org.springframework.beans.factory.xml.XmlBeanDefinitionReader}
 TID: [0] [BPS] [2015-08-03 12:25:49,419] ERROR
 {org.apache.ode.bpel.compiler.bom.BpelObjectFactory$BOMSAXErrorHandler} -
  
 null:file:///home/harsha/wso2/IS/IS-5.1.0-Release/WORKFLOW/wso2bps-3.2.0/tmp/work/bpelTemp/1.4385849493994443E12/ApprovalProcess_2.0.0/ApprovalProcess.bpel:36:17:cvc-complex-type.2.4.a:
 Invalid content was found starting with element 'extensions'. One of '{
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:import, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:partnerLinks, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:messageExchanges,
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:variables, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:correlationSets,
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:faultHandlers,
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:eventHandlers,
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:assign, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:compensate, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:compensateScope,
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:empty, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:exit, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:extensionActivity,
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:flow, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:forEach, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:if, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:invoke, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:pick, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:receive, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:repeatUntil, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:reply, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:rethrow, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:scope, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:sequence, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:throw, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:validate, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:wait, 
 http://docs.oasis-open.org/wsbpel/2.0/process/executable:while}' is
 expected.
 {org.apache.ode.bpel.compiler.bom.BpelObjectFactory$BOMSAXErrorHandler}
 TID: [0] [BPS] [2015-08-03 12:25:49,420] ERROR
 {org.apache.ode.bpel.compiler.bom.BpelObjectFactory$BOMSAXErrorHandler} -
  
 null:file:///home/harsha/wso2/IS/IS-5.1.0-Release/WORKFLOW/wso2bps-3.2.0/tmp/work/bpelTemp/1.4385849493994443E12/ApprovalProcess_2.0.0/ApprovalProcess.bpel:73:52:cvc-complex-type.3.2.2:
 Attribute 'xml:space' is not allowed to appear in element 'bpel:literal'.
 {org.apache.ode.bpel.compiler.bom.BpelObjectFactory$BOMSAXErrorHandler}
 TID: [0] [BPS] [2015-08-03 12:25:49,420] ERROR
 {org.apache.ode.bpel.compiler.bom.BpelObjectFactory$BOMSAXErrorHandler} -
  
 null:file:///home/harsha/wso2/IS/IS-5.1.0-Release/WORKFLOW/wso2bps-3.2.0/tmp/work/bpelTemp/1.4385849493994443E12/ApprovalProcess_2.0.0/ApprovalProcess.bpel:79:52:cvc-complex-type.3.2.2:
 Attribute 'xml:space' is not allowed to appear in element 'bpel:literal'.
 {org.apache.ode.bpel.compiler.bom.BpelObjectFactory$BOMSAXErrorHandler}
 TID: [0] [BPS] [2015-08-03 12:25:49,421] ERROR