Re: Workflow Engine - Ofbiz

2019-09-20 Thread Jacques Le Roux

James,

There are still the shark and workflow components in 
http://svn.apache.org/viewvc/ofbiz/branches/release12.04/specialpurpose/ (last 
branch with them)

And related issues in Jira 
https://issues.apache.org/jira/issues/?jql=project%20%3D%20OFBIZ%20AND%20text%20~%20%22shark%22

That does not mean it works OOTB of course.

HTH

Jacques

Le 20/09/2019 à 18:49, ja...@productive1.com a écrit :

Jacques - Are you referring to what is now..Enhydra Shark which is now
Together XPDL and BPMN Workflow Server?

Do you think this can still be used?

Thanks,

James

 Original Message 
Subject: Re: Workflow Engine - Ofbiz
From: Jacques Le Roux 
Date: Fri, September 20, 2019 7:37 am
To: user@ofbiz.apache.org

Hi James,

Long ago OFBiz had a workflow. It was even used as a basis for Shark
workflow[1]

Then OFBiz workflow was abandoned and replaced by an EDA
Architecture[2][3]

In some cases the EDA Architecture has been considered by some people to
be abused [4][5] which is something else.

Nobody never seriously worked back on workflows in OFBiz. Since then
some people asked kinda the same question than yours, notably evoking
Activiti[6]

[1]
https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Attic#OFBizAttic-Worflow
[2] look for "OFBiz Workflow" in
https://cwiki.apache.org/confluence/display/OFBIZ/Is+OFBiz+for+Me
[3] https://s.apache.org/zdqwf
[4] https://issues.apache.org/jira/browse/OFBIZ-4501
[5] https://markmail.org/message/fbjai67yvszkhqe3
[6] https://ofbiz.markmail.org/search/Activiti+

HTH

Jacques

Le 20/09/2019 à 14:21, ja...@productive1.com a écrit :

Team - Has anyone ever used a Workflow engine in Ofbiz that allows for
you to change the workflow of an Ofbiz process. For example:

Order is placed->Workeffort created for service->PO created in
factory->alert/email sent to customer-> order received from
factory->services invoice generated

We are looking to be able to flexibly customize the workflow depending
on customer classification. Any thoughts are experience?

Thanks,

James



RE: Workflow Engine - Ofbiz

2019-09-20 Thread james
Jacques - Are you referring to what is now..Enhydra Shark which is now
Together XPDL and BPMN Workflow Server?

Do you think this can still be used?

Thanks,

James

 Original Message 
Subject: Re: Workflow Engine - Ofbiz
From: Jacques Le Roux 
Date: Fri, September 20, 2019 7:37 am
To: user@ofbiz.apache.org

Hi James,

Long ago OFBiz had a workflow. It was even used as a basis for Shark
workflow[1]

Then OFBiz workflow was abandoned and replaced by an EDA
Architecture[2][3]

In some cases the EDA Architecture has been considered by some people to
be abused [4][5] which is something else.

Nobody never seriously worked back on workflows in OFBiz. Since then
some people asked kinda the same question than yours, notably evoking
Activiti[6]

[1]
https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Attic#OFBizAttic-Worflow
[2] look for "OFBiz Workflow" in
https://cwiki.apache.org/confluence/display/OFBIZ/Is+OFBiz+for+Me
[3] https://s.apache.org/zdqwf
[4] https://issues.apache.org/jira/browse/OFBIZ-4501
[5] https://markmail.org/message/fbjai67yvszkhqe3
[6] https://ofbiz.markmail.org/search/Activiti+

HTH

Jacques

Le 20/09/2019 à 14:21, ja...@productive1.com a écrit :
> Team - Has anyone ever used a Workflow engine in Ofbiz that allows for
> you to change the workflow of an Ofbiz process. For example:
>
> Order is placed->Workeffort created for service->PO created in
> factory->alert/email sent to customer-> order received from
> factory->services invoice generated
>
> We are looking to be able to flexibly customize the workflow depending
> on customer classification. Any thoughts are experience?
>
> Thanks,
>
> James
>


Re: Workflow Engine - Ofbiz

2019-09-20 Thread Nicola Mazzoni
Hi James,
I don't have much experience with OFBiz to give an exhaustive answer,
but the recent trend is interesting. There are open source workflow
managers (Apache Ode or jBoss RiftSaw for example) which are webservice
orchestrators that use the BPEL standard as a scripting and "descriptor".

For this reason the use in OFBiz (where services are not webservice but
internal services) I think is very complex.

Thanks
Nicola

Il giorno ven 20 set 2019 alle ore 16:39 Jacques Le Roux <
jacques.le.r...@les7arts.com> ha scritto:

> Hi James,
>
> Long ago OFBiz had a workflow. It was even used as a basis for Shark
> workflow[1]
>
> Then OFBiz workflow was abandoned and replaced by an EDA Architecture[2][3]
>
> In some cases the EDA Architecture has been considered by some people to
> be abused [4][5] which is something else.
>
> Nobody never seriously worked back on workflows in OFBiz. Since then some
> people asked kinda the same question than yours, notably evoking Activiti[6]
>
> [1]
> https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Attic#OFBizAttic-Worflow
> [2] look for "OFBiz Workflow" in
> https://cwiki.apache.org/confluence/display/OFBIZ/Is+OFBiz+for+Me
> [3] https://s.apache.org/zdqwf
> [4] https://issues.apache.org/jira/browse/OFBIZ-4501
> [5] https://markmail.org/message/fbjai67yvszkhqe3
> [6] https://ofbiz.markmail.org/search/Activiti+
>
> HTH
>
> Jacques
>
> Le 20/09/2019 à 14:21, ja...@productive1.com a écrit :
> > Team - Has anyone ever used a Workflow engine in Ofbiz that allows for
> > you to change the workflow of an Ofbiz process.  For example:
> >
> > Order is placed->Workeffort created for service->PO created in
> > factory->alert/email sent to customer-> order received from
> > factory->services invoice generated
> >
> > We are looking to be able to flexibly customize the workflow depending
> > on customer classification.  Any thoughts are experience?
> >
> > Thanks,
> >
> > James
> >
>


-- 
Nicola Mazzoni


*Mp Styl**e Srl*
via Meucci, 37
41019 Limidi di Soliera (MO)
T 059/684916
M 347/9905529

www.mpstyle.it


Re: Workflow Engine - Ofbiz

2019-09-20 Thread Jacques Le Roux

Hi James,

Long ago OFBiz had a workflow. It was even used as a basis for Shark workflow[1]

Then OFBiz workflow was abandoned and replaced by an EDA Architecture[2][3]

In some cases the EDA Architecture has been considered by some people to be 
abused [4][5] which is something else.

Nobody never seriously worked back on workflows in OFBiz. Since then some 
people asked kinda the same question than yours, notably evoking Activiti[6]

[1] 
https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Attic#OFBizAttic-Worflow
[2] look for "OFBiz Workflow" in 
https://cwiki.apache.org/confluence/display/OFBIZ/Is+OFBiz+for+Me
[3] https://s.apache.org/zdqwf
[4] https://issues.apache.org/jira/browse/OFBIZ-4501
[5] https://markmail.org/message/fbjai67yvszkhqe3
[6] https://ofbiz.markmail.org/search/Activiti+

HTH

Jacques

Le 20/09/2019 à 14:21, ja...@productive1.com a écrit :

Team - Has anyone ever used a Workflow engine in Ofbiz that allows for
you to change the workflow of an Ofbiz process.  For example:

Order is placed->Workeffort created for service->PO created in
factory->alert/email sent to customer-> order received from
factory->services invoice generated

We are looking to be able to flexibly customize the workflow depending
on customer classification.  Any thoughts are experience?

Thanks,

James



Workflow Engine - Ofbiz

2019-09-20 Thread james
Team - Has anyone ever used a Workflow engine in Ofbiz that allows for
you to change the workflow of an Ofbiz process.  For example:

Order is placed->Workeffort created for service->PO created in
factory->alert/email sent to customer-> order received from
factory->services invoice generated

We are looking to be able to flexibly customize the workflow depending
on customer classification.  Any thoughts are experience?

Thanks,

James


Re: workflow engine

2010-11-09 Thread zhiyongcui

Hi Shi:
Some "cn.langhua.ofbiz.jbpm.tools.jbpm." should be changed to
"org.langhua.ofbiz.jbpm.tools.jbpm."
File jbpm_ofbiz.tld also have these questions.

-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/workflow-engine-tp160223p3035393.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: workflow engine

2010-11-09 Thread BJ Freeman
since this file is not supported by the SVN, I suggest you contact him 
directly.


=
BJ Freeman
Strategic Power Office with Supplier Automation  

Specialtymarket.com  
Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man


zhiyongcui sent the following on 11/9/2010 3:35 PM:


Hi Shi:
  I compile the processes project and get a file named sample-process.zip in
target folder. But as I upload this file ,there is no response to me .




Re: workflow engine

2010-11-09 Thread zhiyongcui

Hi Shi:
 I compile the processes project and get a file named sample-process.zip in
target folder. But as I upload this file ,there is no response to me .
-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/workflow-engine-tp160223p3035303.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: workflow engine

2010-11-09 Thread zhiyongcui

The project processes has too many related jar, is there a way I can add it
all?
or how to get a sample.process file I can upload in my jbpm component.
-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/workflow-engine-tp160223p3033232.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: workflow engine

2010-11-08 Thread Shi Jinghai
It's in the trunk, under processes folder. You can't miss it.:)

在 2010-11-08一的 22:22 -0800,zhiyongcui写道:
> Hi Shi:
> How can I get  the source code of project OFBiz-jBPM3.1.2-Processes.



Re: workflow engine

2010-11-08 Thread zhiyongcui

Hi Shi:
How can I get  the source code of project OFBiz-jBPM3.1.2-Processes.
-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/workflow-engine-tp160223p3033139.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


RE: Ofbiz WorkFlow Engine

2010-11-08 Thread zhiyongcui

Hi Shi
I have done what you said step by step.but I got a error message as below

2010-11-08 16:01:38,921 (JbpmCommandExecutor) [   NamingHelper.java:26
:INFO ] JNDI InitialContext properties:{}
2010-11-08 16:01:38,936 (JbpmCommandExecutor)
[DatasourceConnectionProvider.java:55 :FATAL] Could not find datasource:
java:comp/env/jBPM_DS
javax.naming.NameNotFoundException: java:comp
at
com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:99)
at
com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:107)
at javax.naming.InitialContext.lookup(InitialContext.java:392)
at
org.hibernate.connection.DatasourceConnectionProvider.configure(DatasourceConnectionProvider.java:52)
at
org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:124)
at
org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:56)
at
org.hibernate.cfg.SettingsFactory.createConnectionProvider(SettingsFactory.java:366)
at 
org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:60)
at 
org.hibernate.cfg.Configuration.buildSettings(Configuration.java:1859)
at
org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1152)
at
org.jbpm.persistence.db.DbPersistenceServiceFactory.getSessionFactory(DbPersistenceServiceFactory.java:90)
at
org.jbpm.persistence.db.DbPersistenceService.getSessionFactory(DbPersistenceService.java:74)
at
org.jbpm.persistence.db.DbPersistenceService.getSession(DbPersistenceService.java:78)
at
org.jbpm.persistence.db.DbPersistenceService.getMessagingSession(DbPersistenceService.java:236)
at org.jbpm.JbpmContext.getMessagingSession(JbpmContext.java:521)
at org.jbpm.msg.db.DbMessageService.(DbMessageService.java:49)
at
org.jbpm.msg.db.DbMessageServiceFactory.openService(DbMessageServiceFactory.java:32)
at org.jbpm.svc.Services.getService(Services.java:136)
at org.jbpm.svc.Services.getMessageService(Services.java:172)
at
org.jbpm.msg.command.CommandExecutorThread.executeCommand(CommandExecutorThread.java:112)
at
org.jbpm.msg.command.CommandExecutorThread.run(CommandExecutorThread.java:79)
2010-11-08 16:01:38,936 (JbpmCommandExecutor) [CommandExecutorThread.java:88
:ERROR] org.hibernate.HibernateException: Could not find datasource

what should I do  then?
-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Ofbiz-WorkFlow-Engine-tp2528609p3031597.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: workflow engine

2010-11-08 Thread zhiyongcui

I can't login you Langhua SVN to download source code of OFBiz-jBPM follow
you OFBiz-jBPM组件 instructions.
please help me . many thanks.
-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/workflow-engine-tp160223p3031552.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: workflow engine

2010-11-07 Thread Shi Jinghai
Hi Zhiyong,

The source code is here:
http://langhua.org/opensource/ofbiz/ofbiz-jbpm/

It's open for anonymous.

Regards,

Shi Jinghai/Beijing Langhua Ltd.


在 2010-11-07日的 19:38 -0800,zhiyongcui写道:
> I can't login you Langhua SVN to download source code of OFBiz-jBPM follow
> you OFBiz-jBPM组件 instructions.
> please help me . many thanks.
> 



Re: workflow engine

2010-11-07 Thread zhiyongcui

I can't login you Langhua SVN to download source code of OFBiz-jBPM follow
you OFBiz-jBPM组件 instructions.
please help me . many thanks.

-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/workflow-engine-tp160223p3031484.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Ofbiz WorkFlow Engine

2010-11-03 Thread BJ Freeman

this will give you what has been discussed so far
http://markmail.org/search/?q=ofbiz+workflow

=
BJ Freeman
Strategic Power Office with Supplier Automation  

Specialtymarket.com  
Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man


zhiyongcui sent the following on 11/2/2010 11:20 PM:


Can you give me some advice or guide on how  to integrate osworkflow in
ofbiz?
Thank you very much!




RE: Ofbiz WorkFlow Engine

2010-11-02 Thread zhiyongcui

Can you give me some advice or guide on how  to integrate osworkflow in
ofbiz?
Thank you very much!
-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Ofbiz-WorkFlow-Engine-tp2528609p3024883.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Advice wether to use workflow engine

2010-10-20 Thread Jacques Le Roux

XPDPL files are not used unless you introduce Shark in the picture. In other 
works, no worries about them

Jacques

From: "Shereen" 

Hi All

During my work on understanding the code of how order process takes place
and the valid statuses changes and such things
Actually I'm trying to study the order java services.
what I understand now is that I'll have to change in the status valid
changes table and do some changes in the code but I didnt study any xpdl
files even there's one in the order. 
how this xpdl file affect me ?

will it be enough to change the order services that allow changes from one
stage to the other and do the necessary changes in the database?

Thanks in advance 
--

View this message in context: 
http://ofbiz.135035.n4.nabble.com/Advice-wether-to-use-workflow-engine-tp2994955p3003900.html
Sent from the OFBiz - User mailing list archive at Nabble.com.





Re: Advice wether to use workflow engine

2010-10-20 Thread BJ Freeman

orderProcessXPDL.xml has not effect on orders.
However the ECA do.
take a look at secas.xml
and  look at the
SalesOrderDemoData.xml
OrderTypeData.xml
the part that needs to have certain roles to change status will be a 
customization.

The Same goes for Security permissions.

=
BJ Freeman
Strategic Power Office with Supplier Automation  

Specialtymarket.com  
Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man


Shereen sent the following on 10/20/2010 6:49 AM:


Hi All

During my work on understanding the code of how order process takes place
and the valid statuses changes and such things
Actually I'm trying to study the order java services.
what I understand now is that I'll have to change in the status valid
changes table and do some changes in the code but I didnt study any xpdl
files even there's one in the order.
how this xpdl file affect me ?
will it be enough to change the order services that allow changes from one
stage to the other and do the necessary changes in the database?

Thanks in advance




Re: Advice wether to use workflow engine

2010-10-20 Thread Shereen

Hi All

During my work on understanding the code of how order process takes place
and the valid statuses changes and such things
Actually I'm trying to study the order java services.
what I understand now is that I'll have to change in the status valid
changes table and do some changes in the code but I didnt study any xpdl
files even there's one in the order. 
how this xpdl file affect me ?
will it be enough to change the order services that allow changes from one
stage to the other and do the necessary changes in the database?

Thanks in advance 
-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Advice-wether-to-use-workflow-engine-tp2994955p3003900.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Advice wether to use workflow engine

2010-10-17 Thread BJ Freeman


the code itself is best way.
Using the webtools for entities is also helpful.
also keeping track of the commits that may effect the code you are 
working with.

Feel free to write up any of your findings in the wiki for future users.




=
BJ Freeman
Strategic Power Office with Supplier Automation  

Specialtymarket.com  
Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man


Shereen sent the following on 10/16/2010 4:55 AM:
I'll do that I'll have to get more involved in how statuses and changes are
done
my sources for now are mainly the code itself
If anyone have a link or any other material that explains that more about
the order that will help a lot during my search in the forum I found a link
but the content was removed or smthing or even if anyone can recommend me a
book


Re: Advice wether to use workflow engine

2010-10-16 Thread Shereen

I'll do that I'll have to get more involved in how statuses and changes are
done
my sources for now are mainly the code itself
If anyone have a link or any other material that explains that more about
the order that will help a lot during my search in the forum I found a link
but the content was removed or smthing or even if anyone can recommend me a
book 
-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Advice-wether-to-use-workflow-engine-tp2994955p2998202.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Advice wether to use workflow engine

2010-10-14 Thread Jacques Le Roux

Honestly, if you have not much time ahead, forget about workflow in OFBiz (as 
it's clearly explained in the link)

As said BJ, you need to add new validation steps. and then using ECA should be 
ok

Jacques

From: "Shereen" 


BJ Freeman wrote:


follow the change status you will have to customize.
you will have to add statuses and the roles and or permisission of the 
people that can change statuses.


there was a discussion on Workflow and xpdl on the mailing list in the 
last 30 days. go the mailing list link from the main page and look for 
archive, or you can use google to search for parameters like

ofbiz workflow xpdl

Note about time, ofbiz takes years to learn, you may have to look for 
someone experienced that you can consult with or contract out the work 
you need done.




Shereen sent the following on 10/14/2010 12:58 AM:
I'm new to ofbiz developing just a week or so ago.
I need to change the order flows and customize it.
what's the best to use? workflow engine and using xpdl? or using eeca and
seca?
I have no experience in using workflows or xpdl so I'll have to learn
them
first and I dont have plenty of time
I have made very simple examples using eeca and seca.
I'll give more explanation about what I want to do
For example I want the order to pass 2 approve stages not one I want the
order to be approved by the accountant and then the manager.
i.e I want to change in the stage of the order add new stages make some
stage available only under certain condition.
I read in documenation that eeca and seca are better is this true in my
case
or i'll have to study xpdl and workflows to do that?
I'd be grateful for any help





I'm very thankful for your reply and co operation
I've done some search that's why I'm really worried about using workflow
engine in my situation also I've noticed in the documentation some notice
about the eeca and seca 


https://cwiki.apache.org/confluence/display/OFBADMIN/Apache+OFBiz+Project+Overview#ApacheOFBizProjectOverview-EDA

In my case what do u advice me to do? 
try to fixmy problems using permissions, roles, eeca, seca and such things ?

ond avoid the actual flow of order process
or it's not right to do so ?
I'm grateful again

--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Advice-wether-to-use-workflow-engine-tp2994955p2995138.html
Sent from the OFBiz - User mailing list archive at Nabble.com.





Re: Advice wether to use workflow engine

2010-10-14 Thread BJ Freeman


I apologize if my suggestion was not clear.
you need to follow the current order flow you will see that it uses 
statuses.

you need to expand on that per my previous email.




Shereen sent the following on 10/14/2010 3:41 AM




BJ Freeman wrote:


follow the change status you will have to customize.
you will have to add statuses and the roles and or permisission of the
people that can change statuses.

there was a discussion on Workflow and xpdl on the mailing list in the
last 30 days. go the mailing list link from the main page and look for
archive, or you can use google to search for parameters like
ofbiz workflow xpdl

Note about time, ofbiz takes years to learn, you may have to look for
someone experienced that you can consult with or contract out the work
you need done.



Shereen sent the following on 10/14/2010 12:58 AM:
I'm new to ofbiz developing just a week or so ago.
I need to change the order flows and customize it.
what's the best to use? workflow engine and using xpdl? or using eeca and
seca?
I have no experience in using workflows or xpdl so I'll have to learn
them
first and I dont have plenty of time
I have made very simple examples using eeca and seca.
I'll give more explanation about what I want to do
For example I want the order to pass 2 approve stages not one I want the
order to be approved by the accountant and then the manager.
i.e I want to change in the stage of the order add new stages make some
stage available only under certain condition.
I read in documenation that eeca and seca are better is this true in my
case
or i'll have to study xpdl and workflows to do that?
I'd be grateful for any help





I'm very thankful for your reply and co operation
I've done some search that's why I'm really worried about using workflow
engine in my situation also I've noticed in the documentation some notice
about the eeca and seca

https://cwiki.apache.org/confluence/display/OFBADMIN/Apache+OFBiz+Project+Overview#ApacheOFBizProjectOverview-EDA

In my case what do u advice me to do?
try to fixmy problems using permissions, roles, eeca, seca and such things ?
ond avoid the actual flow of order process
or it's not right to do so ?
I'm grateful again



Re: Advice wether to use workflow engine

2010-10-14 Thread Shereen


BJ Freeman wrote:
> 
> follow the change status you will have to customize.
> you will have to add statuses and the roles and or permisission of the 
> people that can change statuses.
> 
> there was a discussion on Workflow and xpdl on the mailing list in the 
> last 30 days. go the mailing list link from the main page and look for 
> archive, or you can use google to search for parameters like
> ofbiz workflow xpdl
> 
> Note about time, ofbiz takes years to learn, you may have to look for 
> someone experienced that you can consult with or contract out the work 
> you need done.
> 
> 
>> Shereen sent the following on 10/14/2010 12:58 AM:
>> I'm new to ofbiz developing just a week or so ago.
>> I need to change the order flows and customize it.
>> what's the best to use? workflow engine and using xpdl? or using eeca and
>> seca?
>> I have no experience in using workflows or xpdl so I'll have to learn
>> them
>> first and I dont have plenty of time
>> I have made very simple examples using eeca and seca.
>> I'll give more explanation about what I want to do
>> For example I want the order to pass 2 approve stages not one I want the
>> order to be approved by the accountant and then the manager.
>> i.e I want to change in the stage of the order add new stages make some
>> stage available only under certain condition.
>> I read in documenation that eeca and seca are better is this true in my
>> case
>> or i'll have to study xpdl and workflows to do that?
>> I'd be grateful for any help
> 
> 

I'm very thankful for your reply and co operation
I've done some search that's why I'm really worried about using workflow
engine in my situation also I've noticed in the documentation some notice
about the eeca and seca 

https://cwiki.apache.org/confluence/display/OFBADMIN/Apache+OFBiz+Project+Overview#ApacheOFBizProjectOverview-EDA

In my case what do u advice me to do? 
try to fixmy problems using permissions, roles, eeca, seca and such things ?
ond avoid the actual flow of order process
or it's not right to do so ?
I'm grateful again

-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Advice-wether-to-use-workflow-engine-tp2994955p2995138.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Advice wether to use workflow engine

2010-10-14 Thread BJ Freeman

follow the change status you will have to customize.
you will have to add statuses and the roles and or permisission of the 
people that can change statuses.


there was a discussion on Workflow and xpdl on the mailing list in the 
last 30 days. go the mailing list link from the main page and look for 
archive, or you can use google to search for parameters like

ofbiz workflow xpdl

Note about time, ofbiz takes years to learn, you may have to look for 
someone experienced that you can consult with or contract out the work 
you need done.





Shereen sent the following on 10/14/2010 12:58 AM:
I'm new to ofbiz developing just a week or so ago.
I need to change the order flows and customize it.
what's the best to use? workflow engine and using xpdl? or using eeca and
seca?
I have no experience in using workflows or xpdl so I'll have to learn them
first and I dont have plenty of time
I have made very simple examples using eeca and seca.
I'll give more explanation about what I want to do
For example I want the order to pass 2 approve stages not one I want the
order to be approved by the accountant and then the manager.
i.e I want to change in the stage of the order add new stages make some
stage available only under certain condition.
I read in documenation that eeca and seca are better is this true in my case
or i'll have to study xpdl and workflows to do that?
I'd be grateful for any help


Advice wether to use workflow engine

2010-10-14 Thread Shereen

I'm new to ofbiz developing just a week or so ago.
I need to change the order flows and customize it.
what's the best to use? workflow engine and using xpdl? or using eeca and
seca?
I have no experience in using workflows or xpdl so I'll have to learn them
first and I dont have plenty of time
I have made very simple examples using eeca and seca.
I'll give more explanation about what I want to do
For example I want the order to pass 2 approve stages not one I want the
order to be approved by the accountant and then the manager.
i.e I want to change in the stage of the order add new stages make some
stage available only under certain condition. 
I read in documenation that eeca and seca are better is this true in my case
or i'll have to study xpdl and workflows to do that?
I'd be grateful for any help
-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Advice-wether-to-use-workflow-engine-tp2994955p2994955.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


RE: Ofbiz WorkFlow Engine

2010-09-21 Thread Deepa Priolkar
Thanks a lot Shi

-Original Message-
From: Shi Jinghai [mailto:sh...@langhua.cn] 
Sent: Tuesday, September 21, 2010 3:55 AM
To: user@ofbiz.apache.org
Subject: RE: Ofbiz WorkFlow Engine

Done. UI labels are in config/JBPMUiLabels.properties.

在 2010-09-19日的 22:35 +0530,Deepa Priolkar写道:
> Thanks Shi, I have successful done with the integration :) 
> 
> Need one more favor from you, all the text is coming in Chinese :( can you 
> please help me translate the same in English? if you can send me the updated 
> ftl file it will help me alot. Thanks in advance.
> 
> Thanks & Regards,
> Deepa
> 
> 
> -Original Message-
> From: Shi Jinghai [mailto:sh...@langhua.cn]
> Sent: Sun 9/19/2010 4:14 AM
> To: user@ofbiz.apache.org
> Subject: RE: Ofbiz WorkFlow Engine
>  
> Bug, now fixed. Please update the source code and rebuild.
> 
> Good luck,
> 
> Shi Jinghai/Beijing Langhua Ltd.
> 
> 
> ? 2010-09-16?? 16:16 +0530,Deepa Priolkar??:
> > Hi Shi,
> > 
> >  
> > 
> > I have build the sample.process zip file. But it does not have the 
> > productdefination.xml file. I am totally new to Maven script, I am using 
> > the same script which you had provided not sure how to edit that file to 
> > add the productdefination.xml
> > 
> >  
> > 
> > As of now it has only 
> > 
> > Pom.xml 
> > 
> > Pom.properties
> > 
> > MANIFEST.MF
> > 
> > OfBizJBPMSample.class
> > 
> >  
> > 
> > If I try to upload the same zip I am getting error, Please advice.
> > 
> > org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen 
> > [component://jbpm/widget/JbpmScreens.xml#uploadProcess]: 
> > org.ofbiz.base.util.GeneralException: Error running BSH script at location 
> > [component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh] 
> > (Error running BSH script at 
> > [component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh], line 
> > [34]: Sourced file: 
> > component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh : 
> > Method Invocation upload.actionCommit : at Line: 34 : in file: 
> > component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh : 
> > upload .actionCommit ( request ) 
> > 
> >  
> > 
> > Target exception: org.jbpm.jpdl.JpdlException: [[ERROR] no 
> > processdefinition.xml inside process archive]
> > 
> > (Sourced file: 
> > component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh : 
> > Method Invocation upload.actionCommit)) (Error running BSH script at 
> > location 
> > [component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh] 
> > (Error running BSH script at 
> > [component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh], line 
> > [34]: Sourced file: 
> > component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh : 
> > Method Invocation upload.actionCommit : at Line: 34 : in file: 
> > component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh : 
> > upload .actionCommit ( request ) 
> > 
> >  
> > 
> > Target exception: org.jbpm.jpdl.JpdlException: [[ERROR] no 
> > processdefinition.xml inside process archive]
> > 
> > (Sourced file: 
> > component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh : 
> > Method Invocation upload.actionCommit)))
> > 
> >  
> > 
> > Thanks & Regards,
> > 
> > Deepa
> > 
> >  
> > 
> > 
> > 
> > -Original Message-
> > From: Shi Jinghai [mailto:sh...@langhua.cn] 
> > Sent: Wednesday, September 15, 2010 2:43 AM
> > To: user@ofbiz.apache.org
> > Subject: RE: Ofbiz WorkFlow Engine
> > 
> >  
> > 
> > Hi Deepa,
> > 
> >  
> > 
> > Edit the project pom.xml, make processes module available, and run maven
> > 
> > package, the sample.process will be built under processes/target/
> > 
> >   
> > 
> > 
> > 
> > processes
> > 
> >   
> > 
> >  
> > 
> > Good luck,
> > 
> >  
> > 
> > Shi Jinghai/Beijing Langhua Ltd.
> > 
> >  
> > 
> > ? 2010-09-15?? 02:00 +0530,Deepa Priolkar??:
> > 
> > > Thanks Shi.. I have done the integration, but one query regarding the 
> > > process definition.
> > 
> > > In one of the step its mentioned to create the "sample.process" and 
> > > upload it.. I did not catch up on how to create this file..tried all the 
> &g

RE: Ofbiz WorkFlow Engine

2010-09-20 Thread Shi Jinghai
Done. UI labels are in config/JBPMUiLabels.properties.

在 2010-09-19日的 22:35 +0530,Deepa Priolkar写道:
> Thanks Shi, I have successful done with the integration :) 
> 
> Need one more favor from you, all the text is coming in Chinese :( can you 
> please help me translate the same in English? if you can send me the updated 
> ftl file it will help me alot. Thanks in advance.
> 
> Thanks & Regards,
> Deepa
> 
> 
> -Original Message-
> From: Shi Jinghai [mailto:sh...@langhua.cn]
> Sent: Sun 9/19/2010 4:14 AM
> To: user@ofbiz.apache.org
> Subject: RE: Ofbiz WorkFlow Engine
>  
> Bug, now fixed. Please update the source code and rebuild.
> 
> Good luck,
> 
> Shi Jinghai/Beijing Langhua Ltd.
> 
> 
> ? 2010-09-16?? 16:16 +0530,Deepa Priolkar??:
> > Hi Shi,
> > 
> >  
> > 
> > I have build the sample.process zip file. But it does not have the 
> > productdefination.xml file. I am totally new to Maven script, I am using 
> > the same script which you had provided not sure how to edit that file to 
> > add the productdefination.xml
> > 
> >  
> > 
> > As of now it has only 
> > 
> > Pom.xml 
> > 
> > Pom.properties
> > 
> > MANIFEST.MF
> > 
> > OfBizJBPMSample.class
> > 
> >  
> > 
> > If I try to upload the same zip I am getting error, Please advice.
> > 
> > org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen 
> > [component://jbpm/widget/JbpmScreens.xml#uploadProcess]: 
> > org.ofbiz.base.util.GeneralException: Error running BSH script at location 
> > [component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh] 
> > (Error running BSH script at 
> > [component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh], line 
> > [34]: Sourced file: 
> > component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh : 
> > Method Invocation upload.actionCommit : at Line: 34 : in file: 
> > component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh : 
> > upload .actionCommit ( request ) 
> > 
> >  
> > 
> > Target exception: org.jbpm.jpdl.JpdlException: [[ERROR] no 
> > processdefinition.xml inside process archive]
> > 
> > (Sourced file: 
> > component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh : 
> > Method Invocation upload.actionCommit)) (Error running BSH script at 
> > location 
> > [component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh] 
> > (Error running BSH script at 
> > [component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh], line 
> > [34]: Sourced file: 
> > component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh : 
> > Method Invocation upload.actionCommit : at Line: 34 : in file: 
> > component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh : 
> > upload .actionCommit ( request ) 
> > 
> >  
> > 
> > Target exception: org.jbpm.jpdl.JpdlException: [[ERROR] no 
> > processdefinition.xml inside process archive]
> > 
> > (Sourced file: 
> > component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh : 
> > Method Invocation upload.actionCommit)))
> > 
> >  
> > 
> > Thanks & Regards,
> > 
> > Deepa
> > 
> >  
> > 
> > 
> > 
> > -Original Message-
> > From: Shi Jinghai [mailto:sh...@langhua.cn] 
> > Sent: Wednesday, September 15, 2010 2:43 AM
> > To: user@ofbiz.apache.org
> > Subject: RE: Ofbiz WorkFlow Engine
> > 
> >  
> > 
> > Hi Deepa,
> > 
> >  
> > 
> > Edit the project pom.xml, make processes module available, and run maven
> > 
> > package, the sample.process will be built under processes/target/
> > 
> >   
> > 
> > 
> > 
> > processes
> > 
> >   
> > 
> >  
> > 
> > Good luck,
> > 
> >  
> > 
> > Shi Jinghai/Beijing Langhua Ltd.
> > 
> >  
> > 
> > ? 2010-09-15?? 02:00 +0530,Deepa Priolkar??:
> > 
> > > Thanks Shi.. I have done the integration, but one query regarding the 
> > > process definition.
> > 
> > > In one of the step its mentioned to create the "sample.process" and 
> > > upload it.. I did not catch up on how to create this file..tried all the 
> > > scripts but no luck..please advice.
> > 
> > > 
> > 
> > > Regards,
> > 
> > > Deepa
> > 
> > > 
> > 

RE: Ofbiz WorkFlow Engine

2010-09-19 Thread Deepa Priolkar
Thanks Shi, I have successful done with the integration :) 

Need one more favor from you, all the text is coming in Chinese :( can you 
please help me translate the same in English? if you can send me the updated 
ftl file it will help me alot. Thanks in advance.

Thanks & Regards,
Deepa


-Original Message-
From: Shi Jinghai [mailto:sh...@langhua.cn]
Sent: Sun 9/19/2010 4:14 AM
To: user@ofbiz.apache.org
Subject: RE: Ofbiz WorkFlow Engine
 
Bug, now fixed. Please update the source code and rebuild.

Good luck,

Shi Jinghai/Beijing Langhua Ltd.


? 2010-09-16?? 16:16 +0530,Deepa Priolkar??:
> Hi Shi,
> 
>  
> 
> I have build the sample.process zip file. But it does not have the 
> productdefination.xml file. I am totally new to Maven script, I am using the 
> same script which you had provided not sure how to edit that file to add the 
> productdefination.xml
> 
>  
> 
> As of now it has only 
> 
> Pom.xml 
> 
> Pom.properties
> 
> MANIFEST.MF
> 
> OfBizJBPMSample.class
> 
>  
> 
> If I try to upload the same zip I am getting error, Please advice.
> 
> org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen 
> [component://jbpm/widget/JbpmScreens.xml#uploadProcess]: 
> org.ofbiz.base.util.GeneralException: Error running BSH script at location 
> [component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh] (Error 
> running BSH script at 
> [component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh], line 
> [34]: Sourced file: 
> component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh : Method 
> Invocation upload.actionCommit : at Line: 34 : in file: 
> component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh : upload 
> .actionCommit ( request ) 
> 
>  
> 
> Target exception: org.jbpm.jpdl.JpdlException: [[ERROR] no 
> processdefinition.xml inside process archive]
> 
> (Sourced file: 
> component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh : Method 
> Invocation upload.actionCommit)) (Error running BSH script at location 
> [component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh] (Error 
> running BSH script at 
> [component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh], line 
> [34]: Sourced file: 
> component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh : Method 
> Invocation upload.actionCommit : at Line: 34 : in file: 
> component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh : upload 
> .actionCommit ( request ) 
> 
>  
> 
> Target exception: org.jbpm.jpdl.JpdlException: [[ERROR] no 
> processdefinition.xml inside process archive]
> 
> (Sourced file: 
> component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh : Method 
> Invocation upload.actionCommit)))
> 
>  
> 
> Thanks & Regards,
> 
> Deepa
> 
>  
> 
> 
> 
> -Original Message-
> From: Shi Jinghai [mailto:sh...@langhua.cn] 
> Sent: Wednesday, September 15, 2010 2:43 AM
> To: user@ofbiz.apache.org
> Subject: RE: Ofbiz WorkFlow Engine
> 
>  
> 
> Hi Deepa,
> 
>  
> 
> Edit the project pom.xml, make processes module available, and run maven
> 
> package, the sample.process will be built under processes/target/
> 
>   
> 
> 
> 
> processes
> 
>   
> 
>  
> 
> Good luck,
> 
>  
> 
> Shi Jinghai/Beijing Langhua Ltd.
> 
>  
> 
> ? 2010-09-15?? 02:00 +0530,Deepa Priolkar??:
> 
> > Thanks Shi.. I have done the integration, but one query regarding the 
> > process definition.
> 
> > In one of the step its mentioned to create the "sample.process" and upload 
> > it.. I did not catch up on how to create this file..tried all the scripts 
> > but no luck..please advice.
> 
> > 
> 
> > Regards,
> 
> > Deepa
> 
> > 
> 
> > 
> 
> > -Original Message-
> 
> > From: Shi Jinghai [mailto:sh...@langhua.cn]
> 
> > Sent: Mon 9/13/2010 3:06 PM
> 
> > To: user@ofbiz.apache.org
> 
> > Subject: RE: Ofbiz WorkFlow Engine
> 
> >  
> 
> > Hi Deepa,
> 
> > 
> 
> > The ofbiz-jbpm component is developed in maven style. We use eclipse +
> 
> > iam as our standard develop tool.
> 
> > 
> 
> > You can find the built components in our maven repository:
> 
> > http://maven2.langhua.org/public/ofbiz/ofbiz-htmlreport/09.04/
> 
> > 
> 
> > http://maven2.langhua.org/public/ofbiz/ofbiz-jbpm-core/09.04/
> 
> > 
> 
> > Download the zip files and unzip them to your ofbiz, rebuild (I changed
> 
> > the String

RE: Ofbiz WorkFlow Engine

2010-09-18 Thread Shi Jinghai
Bug, now fixed. Please update the source code and rebuild.

Good luck,

Shi Jinghai/Beijing Langhua Ltd.


在 2010-09-16四的 16:16 +0530,Deepa Priolkar写道:
> Hi Shi,
> 
>  
> 
> I have build the sample.process zip file. But it does not have the 
> productdefination.xml file. I am totally new to Maven script, I am using the 
> same script which you had provided not sure how to edit that file to add the 
> productdefination.xml
> 
>  
> 
> As of now it has only 
> 
> Pom.xml 
> 
> Pom.properties
> 
> MANIFEST.MF
> 
> OfBizJBPMSample.class
> 
>  
> 
> If I try to upload the same zip I am getting error, Please advice.
> 
> org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen 
> [component://jbpm/widget/JbpmScreens.xml#uploadProcess]: 
> org.ofbiz.base.util.GeneralException: Error running BSH script at location 
> [component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh] (Error 
> running BSH script at 
> [component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh], line 
> [34]: Sourced file: 
> component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh : Method 
> Invocation upload.actionCommit : at Line: 34 : in file: 
> component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh : upload 
> .actionCommit ( request ) 
> 
>  
> 
> Target exception: org.jbpm.jpdl.JpdlException: [[ERROR] no 
> processdefinition.xml inside process archive]
> 
> (Sourced file: 
> component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh : Method 
> Invocation upload.actionCommit)) (Error running BSH script at location 
> [component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh] (Error 
> running BSH script at 
> [component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh], line 
> [34]: Sourced file: 
> component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh : Method 
> Invocation upload.actionCommit : at Line: 34 : in file: 
> component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh : upload 
> .actionCommit ( request ) 
> 
>  
> 
> Target exception: org.jbpm.jpdl.JpdlException: [[ERROR] no 
> processdefinition.xml inside process archive]
> 
> (Sourced file: 
> component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh : Method 
> Invocation upload.actionCommit)))
> 
>  
> 
> Thanks & Regards,
> 
> Deepa
> 
>  
> 
> 
> 
> -Original Message-
> From: Shi Jinghai [mailto:sh...@langhua.cn] 
> Sent: Wednesday, September 15, 2010 2:43 AM
> To: user@ofbiz.apache.org
> Subject: RE: Ofbiz WorkFlow Engine
> 
>  
> 
> Hi Deepa,
> 
>  
> 
> Edit the project pom.xml, make processes module available, and run maven
> 
> package, the sample.process will be built under processes/target/
> 
>   
> 
> 
> 
> processes
> 
>   
> 
>  
> 
> Good luck,
> 
>  
> 
> Shi Jinghai/Beijing Langhua Ltd.
> 
>  
> 
> 在 2010-09-15三的 02:00 +0530,Deepa Priolkar写道:
> 
> > Thanks Shi.. I have done the integration, but one query regarding the 
> > process definition.
> 
> > In one of the step its mentioned to create the "sample.process" and upload 
> > it.. I did not catch up on how to create this file..tried all the scripts 
> > but no luck..please advice.
> 
> > 
> 
> > Regards,
> 
> > Deepa
> 
> > 
> 
> > 
> 
> > -Original Message-
> 
> > From: Shi Jinghai [mailto:sh...@langhua.cn]
> 
> > Sent: Mon 9/13/2010 3:06 PM
> 
> > To: user@ofbiz.apache.org
> 
> > Subject: RE: Ofbiz WorkFlow Engine
> 
> >  
> 
> > Hi Deepa,
> 
> > 
> 
> > The ofbiz-jbpm component is developed in maven style. We use eclipse +
> 
> > iam as our standard develop tool.
> 
> > 
> 
> > You can find the built components in our maven repository:
> 
> > http://maven2.langhua.org/public/ofbiz/ofbiz-htmlreport/09.04/
> 
> > 
> 
> > http://maven2.langhua.org/public/ofbiz/ofbiz-jbpm-core/09.04/
> 
> > 
> 
> > Download the zip files and unzip them to your ofbiz, rebuild (I changed
> 
> > the StringUtil.java to make it work for iframe in htmlreport), add the 2
> 
> > components to component-load.xml, config
> 
> > ${your_ofbiz_home}/runtime/catalina/conf/context.xml to fit your
> 
> > database and restart ofbiz, that's all. The jbpm tables will be created
> 
> > automatically during startup.
> 
> > 
> 
> > The htmlreport is a tool to show the procedures of importing jbpm
> 
> > process file and etc in 

RE: Ofbiz WorkFlow Engine

2010-09-16 Thread Deepa Priolkar
Hi Shi,

 

I have build the sample.process zip file. But it does not have the 
productdefination.xml file. I am totally new to Maven script, I am using the 
same script which you had provided not sure how to edit that file to add the 
productdefination.xml

 

As of now it has only 

Pom.xml 

Pom.properties

MANIFEST.MF

OfBizJBPMSample.class

 

If I try to upload the same zip I am getting error, Please advice.

org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen 
[component://jbpm/widget/JbpmScreens.xml#uploadProcess]: 
org.ofbiz.base.util.GeneralException: Error running BSH script at location 
[component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh] (Error 
running BSH script at 
[component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh], line 
[34]: Sourced file: 
component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh : Method 
Invocation upload.actionCommit : at Line: 34 : in file: 
component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh : upload 
.actionCommit ( request ) 

 

Target exception: org.jbpm.jpdl.JpdlException: [[ERROR] no 
processdefinition.xml inside process archive]

(Sourced file: 
component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh : Method 
Invocation upload.actionCommit)) (Error running BSH script at location 
[component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh] (Error 
running BSH script at 
[component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh], line 
[34]: Sourced file: 
component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh : Method 
Invocation upload.actionCommit : at Line: 34 : in file: 
component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh : upload 
.actionCommit ( request ) 

 

Target exception: org.jbpm.jpdl.JpdlException: [[ERROR] no 
processdefinition.xml inside process archive]

(Sourced file: 
component://jbpm/webapp/jbpm/WEB-INF/actions/jbpm/uploadProcess.bsh : Method 
Invocation upload.actionCommit)))

 

Thanks & Regards,

Deepa

 

 

-Original Message-
From: Shi Jinghai [mailto:sh...@langhua.cn] 
Sent: Wednesday, September 15, 2010 2:43 AM
To: user@ofbiz.apache.org
Subject: RE: Ofbiz WorkFlow Engine

 

Hi Deepa,

 

Edit the project pom.xml, make processes module available, and run maven

package, the sample.process will be built under processes/target/

  



processes

  

 

Good luck,

 

Shi Jinghai/Beijing Langhua Ltd.

 

在 2010-09-15三的 02:00 +0530,Deepa Priolkar写道:

> Thanks Shi.. I have done the integration, but one query regarding the process 
> definition.

> In one of the step its mentioned to create the "sample.process" and upload 
> it.. I did not catch up on how to create this file..tried all the scripts but 
> no luck..please advice.

> 

> Regards,

> Deepa

> 

> 

> -Original Message-

> From: Shi Jinghai [mailto:sh...@langhua.cn]

> Sent: Mon 9/13/2010 3:06 PM

> To: user@ofbiz.apache.org

> Subject: RE: Ofbiz WorkFlow Engine

>  

> Hi Deepa,

> 

> The ofbiz-jbpm component is developed in maven style. We use eclipse +

> iam as our standard develop tool.

> 

> You can find the built components in our maven repository:

> http://maven2.langhua.org/public/ofbiz/ofbiz-htmlreport/09.04/

> 

> http://maven2.langhua.org/public/ofbiz/ofbiz-jbpm-core/09.04/

> 

> Download the zip files and unzip them to your ofbiz, rebuild (I changed

> the StringUtil.java to make it work for iframe in htmlreport), add the 2

> components to component-load.xml, config

> ${your_ofbiz_home}/runtime/catalina/conf/context.xml to fit your

> database and restart ofbiz, that's all. The jbpm tables will be created

> automatically during startup.

> 

> The htmlreport is a tool to show the procedures of importing jbpm

> process file and etc in web browser. There's demos in the component. You

> can remove it from your tool bar if it works.

> 

> Good luck,

> 

> Shi Jinghai/Beijing Langhua Ltd.

> 

> 

> ? 2010-09-12?? 22:29 +0530,Deepa Priolkar??:

> > can someone tell me how to create table in the derby database?

> > 

> > ____

> > 

> > From: Deepa Priolkar [mailto:dee...@techmahindra.com]

> > Sent: Sun 9/12/2010 10:25 PM

> > To: user@ofbiz.apache.org

> > Subject: RE: Ofbiz WorkFlow Engine

> > 

> > 

> > 

> > Hi,

> > 

> > I was able to solve the issue related to the database configuration, but 
> > looks like now i am totally stuck..

> > 

> > When i am trying to start the server, i am getting following error, Please 
> > help..

> > 

> > 2010-09-12 22:22:26,218 (JbpmCommandExecutor) [ 
> > SessionFactoryImpl.java:373:INFO ] Checking 0 named SQL queries

&

RE: Ofbiz WorkFlow Engine

2010-09-16 Thread Deepa Priolkar
Ignore this question, this is fixed now :) 

-Original Message-
From: Deepa Priolkar [mailto:dee...@techmahindra.com] 
Sent: Wednesday, September 15, 2010 4:17 PM
To: user@ofbiz.apache.org
Subject: RE: Ofbiz WorkFlow Engine

Hi,

I am facing one issue while inserting data into the JBPM_USER_ID table, here 
the ID is auto_increment and primary key..but the JBPM workflow tries to 
programmatically enter value against this column, because of which I am getting 
the error.. Please help.

2010-09-15 15:13:20,208 (http-0.0.0.0-8443-1) [
AbstractBatcher.java:346:DEBUG] insert into JBPM_ID_USER (NAME_, EMAIL_, 
PASSWORD_, CLASS_, ID_) values (?, ?, ?, 'U', ?)
2010-09-15 15:13:20,208 (http-0.0.0.0-8443-1) [
AbstractBatcher.java:424:TRACE] preparing statement
2010-09-15 15:13:20,208 (http-0.0.0.0-8443-1) [JDBCExceptionReporter.java:63 
:DEBUG] could not insert: [org.jbpm.identity.User] [insert into JBPM_ID_USER 
(NAME_, EMAIL_, PASSWORD_, CLASS_, ID_) values (?, ?, ?, 'U', ?)]
java.sql.SQLException: Attempt to modify an identity column 'ID_'. 
at 
org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown 
Source)
at 
org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown 
Source)
at 
org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown 
Source)
at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown 
Source)
at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown 
Source)

-Original Message-
From: Deepa Priolkar [mailto:dee...@techmahindra.com] 
Sent: Tuesday, September 14, 2010 11:55 AM
To: user@ofbiz.apache.org; user@ofbiz.apache.org
Subject: RE: Ofbiz WorkFlow Engine

Also one more concern, when i am starting the server i am seeing some more 
error. this error is due to the asm.jar. Ofbiz has asm2.2.jar which does not 
have the CodeVisitor class, and i cannot include the older version because it 
does not have many other classes used by Groovy.. please suggest how we can 
resolve this error.. cos two versions of asm cannot exists in one workspace it 
clashes...

2010-09-14 11:54:46,453 (JbpmCommandExecutor) 
[CGLIBLazyInitializer.java:130:ERROR] CGLIB Enhancement failed: 
org.jbpm.taskmgmt.log.TaskAssignLog
java.lang.NoClassDefFoundError: org/objectweb/asm/CodeVisitor
at 
net.sf.cglib.core.KeyFactory$Generator.generateClass(KeyFactory.java:165)
at 
net.sf.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:25)
at 
net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:216)
at net.sf.cglib.core.KeyFactory$Generator.create(KeyFactory.java:145)

Regards,
Deepa
-Original Message-
From: Deepa Priolkar [mailto:dee...@techmahindra.com]
Sent: Tue 9/14/2010 11:45 AM
To: user@ofbiz.apache.org
Subject: RE: Ofbiz WorkFlow Engine
 

Thanks Shi... i have done the necessary configurations in my workspace for the 
JBPM integration as adviced below.

However when i am trying to run the application, on clicking "New WorkFlow" I 
am getting table/view "HIBERNATE_UNIQUE_KEY" not found error in the logs. I 
have created all the tables as mentioned in the create.sql.. please note that i 
am using derby database.. Please advice.. 

2010-09-14 11:42:47,328 (http-0.0.0.0-8443-1) [JDBCExceptionReporter.java:72 
:ERROR] Table/View 'HIBERNATE_UNIQUE_KEY' does not exist.
2010-09-14 11:42:47,328 (http-0.0.0.0-8443-1) [ Log4JLoggerFactory.java:96 
:ERROR] 
Method public static java.util.List 
org.langhua.ofbiz.jbpm.OFBizNewProcessInstance.getWorkflowOptions(org.ofbiz.entity.GenericDelegator,org.ofbiz.entity.GenericValue)
 threw an exception
The problematic instruction:
--
==> assignment: 
processList=Static["org.langhua.ofbiz.jbpm.OFBizNewProcessInstance"].getWorkflowOptions(delegator,userLogin)
 [on line 19, column 1 in component://jbpm/webapp/jbpm/jbpm/newWorkflow.ftl]
--

Java backtrace for programmers:
--
freemarker.template.TemplateModelException: Method public static java.util.List 
org.langhua.ofbiz.jbpm.OFBizNewProcessInstance.getWorkflowOptions(org.ofbiz.entity.GenericDelegator,org.ofbiz.entity.GenericValue)
 threw an exception
at 
freemarker.ext.beans.SimpleMethodModel.exec(SimpleMethodModel.java:125)
at freemarker.core.MethodCall._getAsTemplateModel(MethodCall.java:93)
at freemarker.core.Expression.getAsTemplateModel(Expression.java:89)

Regards,
Deepa

-Original Message-
From: Shi Jinghai [mailto:sh...@langhua.cn]
Sent: Mon 9/13/2010 3:06 PM
To: user@ofbiz.apache.org
Subject: RE: Ofbiz WorkFlow Engine
 
Hi Deepa,

The ofbiz-jbpm component is developed in maven style. We use eclipse +
iam as our standard develop tool.

You can find the built components in our maven repository:
http://maven2.la

RE: Ofbiz WorkFlow Engine

2010-09-15 Thread Deepa Priolkar
Hi,

I am facing one issue while inserting data into the JBPM_USER_ID table, here 
the ID is auto_increment and primary key..but the JBPM workflow tries to 
programmatically enter value against this column, because of which I am getting 
the error.. Please help.

2010-09-15 15:13:20,208 (http-0.0.0.0-8443-1) [
AbstractBatcher.java:346:DEBUG] insert into JBPM_ID_USER (NAME_, EMAIL_, 
PASSWORD_, CLASS_, ID_) values (?, ?, ?, 'U', ?)
2010-09-15 15:13:20,208 (http-0.0.0.0-8443-1) [
AbstractBatcher.java:424:TRACE] preparing statement
2010-09-15 15:13:20,208 (http-0.0.0.0-8443-1) [JDBCExceptionReporter.java:63 
:DEBUG] could not insert: [org.jbpm.identity.User] [insert into JBPM_ID_USER 
(NAME_, EMAIL_, PASSWORD_, CLASS_, ID_) values (?, ?, ?, 'U', ?)]
java.sql.SQLException: Attempt to modify an identity column 'ID_'. 
at 
org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown 
Source)
at 
org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown 
Source)
at 
org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown 
Source)
at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown 
Source)
at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown 
Source)

-Original Message-
From: Deepa Priolkar [mailto:dee...@techmahindra.com] 
Sent: Tuesday, September 14, 2010 11:55 AM
To: user@ofbiz.apache.org; user@ofbiz.apache.org
Subject: RE: Ofbiz WorkFlow Engine

Also one more concern, when i am starting the server i am seeing some more 
error. this error is due to the asm.jar. Ofbiz has asm2.2.jar which does not 
have the CodeVisitor class, and i cannot include the older version because it 
does not have many other classes used by Groovy.. please suggest how we can 
resolve this error.. cos two versions of asm cannot exists in one workspace it 
clashes...

2010-09-14 11:54:46,453 (JbpmCommandExecutor) 
[CGLIBLazyInitializer.java:130:ERROR] CGLIB Enhancement failed: 
org.jbpm.taskmgmt.log.TaskAssignLog
java.lang.NoClassDefFoundError: org/objectweb/asm/CodeVisitor
at 
net.sf.cglib.core.KeyFactory$Generator.generateClass(KeyFactory.java:165)
at 
net.sf.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:25)
at 
net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:216)
at net.sf.cglib.core.KeyFactory$Generator.create(KeyFactory.java:145)

Regards,
Deepa
-Original Message-
From: Deepa Priolkar [mailto:dee...@techmahindra.com]
Sent: Tue 9/14/2010 11:45 AM
To: user@ofbiz.apache.org
Subject: RE: Ofbiz WorkFlow Engine
 

Thanks Shi... i have done the necessary configurations in my workspace for the 
JBPM integration as adviced below.

However when i am trying to run the application, on clicking "New WorkFlow" I 
am getting table/view "HIBERNATE_UNIQUE_KEY" not found error in the logs. I 
have created all the tables as mentioned in the create.sql.. please note that i 
am using derby database.. Please advice.. 

2010-09-14 11:42:47,328 (http-0.0.0.0-8443-1) [JDBCExceptionReporter.java:72 
:ERROR] Table/View 'HIBERNATE_UNIQUE_KEY' does not exist.
2010-09-14 11:42:47,328 (http-0.0.0.0-8443-1) [ Log4JLoggerFactory.java:96 
:ERROR] 
Method public static java.util.List 
org.langhua.ofbiz.jbpm.OFBizNewProcessInstance.getWorkflowOptions(org.ofbiz.entity.GenericDelegator,org.ofbiz.entity.GenericValue)
 threw an exception
The problematic instruction:
--
==> assignment: 
processList=Static["org.langhua.ofbiz.jbpm.OFBizNewProcessInstance"].getWorkflowOptions(delegator,userLogin)
 [on line 19, column 1 in component://jbpm/webapp/jbpm/jbpm/newWorkflow.ftl]
--

Java backtrace for programmers:
--
freemarker.template.TemplateModelException: Method public static java.util.List 
org.langhua.ofbiz.jbpm.OFBizNewProcessInstance.getWorkflowOptions(org.ofbiz.entity.GenericDelegator,org.ofbiz.entity.GenericValue)
 threw an exception
at 
freemarker.ext.beans.SimpleMethodModel.exec(SimpleMethodModel.java:125)
at freemarker.core.MethodCall._getAsTemplateModel(MethodCall.java:93)
at freemarker.core.Expression.getAsTemplateModel(Expression.java:89)

Regards,
Deepa

-Original Message-
From: Shi Jinghai [mailto:sh...@langhua.cn]
Sent: Mon 9/13/2010 3:06 PM
To: user@ofbiz.apache.org
Subject: RE: Ofbiz WorkFlow Engine
 
Hi Deepa,

The ofbiz-jbpm component is developed in maven style. We use eclipse +
iam as our standard develop tool.

You can find the built components in our maven repository:
http://maven2.langhua.org/public/ofbiz/ofbiz-htmlreport/09.04/

http://maven2.langhua.org/public/ofbiz/ofbiz-jbpm-core/09.04/

Download the zip files and unzip them to your ofbiz, rebuild (I changed
the StringUtil.java to make it work for 

RE: Ofbiz WorkFlow Engine

2010-09-14 Thread Shi Jinghai
Hi Deepa,

Edit the project pom.xml, make processes module available, and run maven
package, the sample.process will be built under processes/target/


processes


Good luck,

Shi Jinghai/Beijing Langhua Ltd.

在 2010-09-15三的 02:00 +0530,Deepa Priolkar写道:
> Thanks Shi.. I have done the integration, but one query regarding the process 
> definition.
> In one of the step its mentioned to create the "sample.process" and upload 
> it.. I did not catch up on how to create this file..tried all the scripts but 
> no luck..please advice.
> 
> Regards,
> Deepa
> 
> 
> -Original Message-
> From: Shi Jinghai [mailto:sh...@langhua.cn]
> Sent: Mon 9/13/2010 3:06 PM
> To: user@ofbiz.apache.org
> Subject: RE: Ofbiz WorkFlow Engine
>  
> Hi Deepa,
> 
> The ofbiz-jbpm component is developed in maven style. We use eclipse +
> iam as our standard develop tool.
> 
> You can find the built components in our maven repository:
> http://maven2.langhua.org/public/ofbiz/ofbiz-htmlreport/09.04/
> 
> http://maven2.langhua.org/public/ofbiz/ofbiz-jbpm-core/09.04/
> 
> Download the zip files and unzip them to your ofbiz, rebuild (I changed
> the StringUtil.java to make it work for iframe in htmlreport), add the 2
> components to component-load.xml, config
> ${your_ofbiz_home}/runtime/catalina/conf/context.xml to fit your
> database and restart ofbiz, that's all. The jbpm tables will be created
> automatically during startup.
> 
> The htmlreport is a tool to show the procedures of importing jbpm
> process file and etc in web browser. There's demos in the component. You
> can remove it from your tool bar if it works.
> 
> Good luck,
> 
> Shi Jinghai/Beijing Langhua Ltd.
> 
> 
> ? 2010-09-12?? 22:29 +0530,Deepa Priolkar??:
> > can someone tell me how to create table in the derby database?
> > 
> > ________
> > 
> > From: Deepa Priolkar [mailto:dee...@techmahindra.com]
> > Sent: Sun 9/12/2010 10:25 PM
> > To: user@ofbiz.apache.org
> > Subject: RE: Ofbiz WorkFlow Engine
> > 
> > 
> > 
> > Hi,
> > 
> > I was able to solve the issue related to the database configuration, but 
> > looks like now i am totally stuck..
> > 
> > When i am trying to start the server, i am getting following error, Please 
> > help..
> > 
> > 2010-09-12 22:22:26,218 (JbpmCommandExecutor) [ 
> > SessionFactoryImpl.java:373:INFO ] Checking 0 named SQL queries
> > 
> > 2010-09-12 22:22:26,296 (JbpmCommandExecutor) 
> > [JDBCExceptionReporter.java:71 :WARN ] SQL Error: 2, SQLState: 42X05
> > 
> > 2010-09-12 22:22:26,296 (JbpmCommandExecutor) 
> > [JDBCExceptionReporter.java:72 :ERROR] Table/View 'JBPM_MESSAGE' does not 
> > exist.
> > 
> > 2010-09-12 22:22:26,296 (JbpmCommandExecutor) 
> > [JDBCExceptionReporter.java:48 :WARN ] SQL Warning: 1, SQLState: 01J01
> > 
> > 2010-09-12 22:22:26,296 (JbpmCommandExecutor) 
> > [JDBCExceptionReporter.java:49 :WARN ] Database 'ofbiz' not created, 
> > connection made to existing database instead.
> > 
> > 2010-09-12 22:22:26,328 (JbpmScheduler) [JDBCExceptionReporter.java:71 
> > :WARN ] SQL Error: 2, SQLState: 42X05
> > 
> > 2010-09-12 22:22:26,328 (JbpmScheduler) [JDBCExceptionReporter.java:72 
> > :ERROR] Table/View 'JBPM_TIMER' does not exist.
> > 
> > 2010-09-12 22:22:26,328 (JbpmScheduler) [ SchedulerSession.java:86 :ERROR] 
> > org.hibernate.exception.SQLGrammarException: could not execute query using 
> > iterate
> > 
> > 2010-09-12 22:22:26,328 (JbpmCommandExecutor) 
> > [CommandExecutorThread.java:88 :ERROR] 
> > org.hibernate.exception.SQLGrammarException: could not execute query using 
> > iterate
> > 
> > 2010-09-12 22:22:26,328 (JbpmScheduler) [ SchedulerThread.java:79 :INFO ] 
> > runtime exception while executing timers
> > 
> > org.jbpm.JbpmException: couldn't find timers from the database
> > 
> > at org.jbpm.db.
> > 
> > 
> > 
> > 
> > 
> > From: Deepa Priolkar [mailto:dee...@techmahindra.com]
> > Sent: Sun 9/12/2010 8:41 PM
> > To: user@ofbiz.apache.org; user@ofbiz.apache.org
> > Subject: RE: Ofbiz WorkFlow Engine
> > 
> > 
> > 
> > Hi,
> > 
> > I forgot to mention that i am getting error after doing the configuration 
> > mentioned in my last mail,
> > 
> > snippet from the logs
> > 
> > 2010-09-12 20:23:29,953 (JbpmScheduler) 
> > [Da

RE: Ofbiz WorkFlow Engine

2010-09-14 Thread Deepa Priolkar
Thanks Shi.. I have done the integration, but one query regarding the process 
definition.
In one of the step its mentioned to create the "sample.process" and upload it.. 
I did not catch up on how to create this file..tried all the scripts but no 
luck..please advice.

Regards,
Deepa


-Original Message-
From: Shi Jinghai [mailto:sh...@langhua.cn]
Sent: Mon 9/13/2010 3:06 PM
To: user@ofbiz.apache.org
Subject: RE: Ofbiz WorkFlow Engine
 
Hi Deepa,

The ofbiz-jbpm component is developed in maven style. We use eclipse +
iam as our standard develop tool.

You can find the built components in our maven repository:
http://maven2.langhua.org/public/ofbiz/ofbiz-htmlreport/09.04/

http://maven2.langhua.org/public/ofbiz/ofbiz-jbpm-core/09.04/

Download the zip files and unzip them to your ofbiz, rebuild (I changed
the StringUtil.java to make it work for iframe in htmlreport), add the 2
components to component-load.xml, config
${your_ofbiz_home}/runtime/catalina/conf/context.xml to fit your
database and restart ofbiz, that's all. The jbpm tables will be created
automatically during startup.

The htmlreport is a tool to show the procedures of importing jbpm
process file and etc in web browser. There's demos in the component. You
can remove it from your tool bar if it works.

Good luck,

Shi Jinghai/Beijing Langhua Ltd.


? 2010-09-12?? 22:29 +0530,Deepa Priolkar??:
> can someone tell me how to create table in the derby database?
> 
> 
> 
> From: Deepa Priolkar [mailto:dee...@techmahindra.com]
> Sent: Sun 9/12/2010 10:25 PM
> To: user@ofbiz.apache.org
> Subject: RE: Ofbiz WorkFlow Engine
> 
> 
> 
> Hi,
> 
> I was able to solve the issue related to the database configuration, but 
> looks like now i am totally stuck..
> 
> When i am trying to start the server, i am getting following error, Please 
> help..
> 
> 2010-09-12 22:22:26,218 (JbpmCommandExecutor) [ 
> SessionFactoryImpl.java:373:INFO ] Checking 0 named SQL queries
> 
> 2010-09-12 22:22:26,296 (JbpmCommandExecutor) [JDBCExceptionReporter.java:71 
> :WARN ] SQL Error: 2, SQLState: 42X05
> 
> 2010-09-12 22:22:26,296 (JbpmCommandExecutor) [JDBCExceptionReporter.java:72 
> :ERROR] Table/View 'JBPM_MESSAGE' does not exist.
> 
> 2010-09-12 22:22:26,296 (JbpmCommandExecutor) [JDBCExceptionReporter.java:48 
> :WARN ] SQL Warning: 1, SQLState: 01J01
> 
> 2010-09-12 22:22:26,296 (JbpmCommandExecutor) [JDBCExceptionReporter.java:49 
> :WARN ] Database 'ofbiz' not created, connection made to existing database 
> instead.
> 
> 2010-09-12 22:22:26,328 (JbpmScheduler) [JDBCExceptionReporter.java:71 :WARN 
> ] SQL Error: 2, SQLState: 42X05
> 
> 2010-09-12 22:22:26,328 (JbpmScheduler) [JDBCExceptionReporter.java:72 
> :ERROR] Table/View 'JBPM_TIMER' does not exist.
> 
> 2010-09-12 22:22:26,328 (JbpmScheduler) [ SchedulerSession.java:86 :ERROR] 
> org.hibernate.exception.SQLGrammarException: could not execute query using 
> iterate
> 
> 2010-09-12 22:22:26,328 (JbpmCommandExecutor) [CommandExecutorThread.java:88 
> :ERROR] org.hibernate.exception.SQLGrammarException: could not execute query 
> using iterate
> 
> 2010-09-12 22:22:26,328 (JbpmScheduler) [ SchedulerThread.java:79 :INFO ] 
> runtime exception while executing timers
> 
> org.jbpm.JbpmException: couldn't find timers from the database
> 
> at org.jbpm.db.
> 
> 
> 
> 
> 
> From: Deepa Priolkar [mailto:dee...@techmahindra.com]
> Sent: Sun 9/12/2010 8:41 PM
> To: user@ofbiz.apache.org; user@ofbiz.apache.org
> Subject: RE: Ofbiz WorkFlow Engine
> 
> 
> 
> Hi,
> 
> I forgot to mention that i am getting error after doing the configuration 
> mentioned in my last mail,
> 
> snippet from the logs
> 
> 2010-09-12 20:23:29,953 (JbpmScheduler) [DatasourceConnectionProvider.java:55 
> :FATAL] Could not find datasource: java:comp/env/jBPM_DS
> javax.naming.NamingException: Could not create resource factory instance 
> [Root exception is java.lang.InstantiationException: 
> org.ofbiz.entity.datasource.GenericHelperDAO]
> at 
> org.apache.naming.factory.ResourceFactory.getObjectInstance(ResourceFactory.java:102)
> at 
> javax.naming.spi.NamingManager.getObjectInstance(NamingManager.java:304)
> at org.apache.naming.NamingContext.lookup(NamingContext.java:793)
> at org.apache.naming.NamingContext.lookup(NamingContext.java:140)
> at org.apache.naming.NamingContext.lookup(NamingContext.java:781)
> at org.apache.naming.NamingContext.lookup(NamingContext.java:140)
> at org.apache.naming.NamingContext.lookup(NamingContext.java:781)
> at org.apache.naming.Naming

Re: Ofbiz WorkFlow Engine

2010-09-14 Thread Shi Jinghai
Yes, Hani Suleiman.

在 2010-09-14二的 12:26 +0200,Jacques Le Roux写道:
> From: "Shi Jinghai" 
> > Hi Jack,
> >
> > I respect Hans' great work on OSWorkflow. Only 2 questions on OFBiz
> 
> I guess you meant Hani's
> http://www.opensymphony.com/osworkflow/members.action
> 
> Jacques
> 
> > OSWorkflow integration:
> > 1. Support hot deploy a workflow in OFBiz? If yes, how the ongoing
> > processes run when a new version workflow deployed?
> > 2. Support UI generation according to workflow definition?
> >
> > Regards,
> >
> > Shi Jinghai/Beijing Langhua Ltd.
> >
> >
> > 在 2010-09-14二的 14:33 +0800,Jack Liu写道:
> >> I recommend OSWorkflow and it's easier to master.
> >>
> >>
> >>
> >> -Original Message-
> >> From: Deepa Priolkar [mailto:dee...@techmahindra.com]
> >> Sent: 2010年9月14日 14:25
> >> To: user@ofbiz.apache.org; user@ofbiz.apache.org
> >> Subject: RE: Ofbiz WorkFlow Engine
> >>
> >> Also one more concern, when i am starting the server i am seeing some more 
> >> error. this error is due to the asm.jar. Ofbiz has 
> >> asm2.2.jar which does not have the CodeVisitor class, and i cannot include 
> >> the older version because it does not have many other 
> >> classes used by Groovy.. please suggest how we can resolve this error.. 
> >> cos two versions of asm cannot exists in one workspace it 
> >> clashes...
> >>
> >> 2010-09-14 11:54:46,453 (JbpmCommandExecutor) 
> >> [CGLIBLazyInitializer.java:130:ERROR] CGLIB Enhancement failed: 
> >> org.jbpm.taskmgmt.log.TaskAssignLog
> >> java.lang.NoClassDefFoundError: org/objectweb/asm/CodeVisitor
> >> at 
> >> net.sf.cglib.core.KeyFactory$Generator.generateClass(KeyFactory.java:165)
> >> at 
> >> net.sf.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:25)
> >> at 
> >> net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:216)
> >> at net.sf.cglib.core.KeyFactory$Generator.create(KeyFactory.java:145)
> >>
> >> Regards,
> >> Deepa
> >> -Original Message-
> >> From: Deepa Priolkar [mailto:dee...@techmahindra.com]
> >> Sent: Tue 9/14/2010 11:45 AM
> >> To: user@ofbiz.apache.org
> >> Subject: RE: Ofbiz WorkFlow Engine
> >>
> >>
> >> Thanks Shi... i have done the necessary configurations in my workspace for 
> >> the JBPM integration as adviced below.
> >>
> >> However when i am trying to run the application, on clicking "New 
> >> WorkFlow" I am getting table/view "HIBERNATE_UNIQUE_KEY" not 
> >> found error in the logs. I have created all the tables as mentioned in the 
> >> create.sql.. please note that i am using derby 
> >> database.. Please advice..
> >>
> >> 2010-09-14 11:42:47,328 (http-0.0.0.0-8443-1) 
> >> [JDBCExceptionReporter.java:72 :ERROR] Table/View 'HIBERNATE_UNIQUE_KEY' 
> >> does not 
> >> exist.
> >> 2010-09-14 11:42:47,328 (http-0.0.0.0-8443-1) [ Log4JLoggerFactory.java:96 
> >> :ERROR]
> >> Method public static java.util.List 
> >> org.langhua.ofbiz.jbpm.OFBizNewProcessInstance.getWorkflowOptions(org.ofbiz.entity.GenericDelegator,org.ofbiz.entity.GenericValue)
> >>  
> >> threw an exception
> >> The problematic instruction:
> >> --
> >> ==> assignment: 
> >> processList=Static["org.langhua.ofbiz.jbpm.OFBizNewProcessInstance"].getWorkflowOptions(delegator,userLogin)
> >>  [on 
> >> line 19, column 1 in component://jbpm/webapp/jbpm/jbpm/newWorkflow.ftl]
> >> ------
> >>
> >> Java backtrace for programmers:
> >> --
> >> freemarker.template.TemplateModelException: Method public static 
> >> java.util.List 
> >> org.langhua.ofbiz.jbpm.OFBizNewProcessInstance.getWorkflowOptions(org.ofbiz.entity.GenericDelegator,org.ofbiz.entity.GenericValue)
> >>  
> >> threw an exception
> >> at freemarker.ext.beans.SimpleMethodModel.exec(SimpleMethodModel.java:125)
> >> at freemarker.core.MethodCall._getAsTemplateModel(MethodCall.java:93)
> >> at freemarker.core.Expression.getAsTemplateModel(Expression.java:89)
> >>
> >> Regards,
> >> Deepa
> >>
> >> -Original Message-
> >> From: Shi Jinghai [mailto:sh...@langhua.cn]
> >> Sent: Mon 9/13/2010 3:06 PM
> >> To: user@ofb

Re: Ofbiz WorkFlow Engine

2010-09-14 Thread Jacques Le Roux

From: "Shi Jinghai" 

Hi Jack,

I respect Hans' great work on OSWorkflow. Only 2 questions on OFBiz


I guess you meant Hani's
http://www.opensymphony.com/osworkflow/members.action

Jacques


OSWorkflow integration:
1. Support hot deploy a workflow in OFBiz? If yes, how the ongoing
processes run when a new version workflow deployed?
2. Support UI generation according to workflow definition?

Regards,

Shi Jinghai/Beijing Langhua Ltd.


在 2010-09-14二的 14:33 +0800,Jack Liu写道:

I recommend OSWorkflow and it's easier to master.



-Original Message-
From: Deepa Priolkar [mailto:dee...@techmahindra.com]
Sent: 2010年9月14日 14:25
To: user@ofbiz.apache.org; user@ofbiz.apache.org
Subject: RE: Ofbiz WorkFlow Engine

Also one more concern, when i am starting the server i am seeing some more error. this error is due to the asm.jar. Ofbiz has 
asm2.2.jar which does not have the CodeVisitor class, and i cannot include the older version because it does not have many other 
classes used by Groovy.. please suggest how we can resolve this error.. cos two versions of asm cannot exists in one workspace it 
clashes...


2010-09-14 11:54:46,453 (JbpmCommandExecutor) [CGLIBLazyInitializer.java:130:ERROR] CGLIB Enhancement failed: 
org.jbpm.taskmgmt.log.TaskAssignLog

java.lang.NoClassDefFoundError: org/objectweb/asm/CodeVisitor
at net.sf.cglib.core.KeyFactory$Generator.generateClass(KeyFactory.java:165)
at 
net.sf.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:25)
at 
net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:216)
at net.sf.cglib.core.KeyFactory$Generator.create(KeyFactory.java:145)

Regards,
Deepa
-Original Message-
From: Deepa Priolkar [mailto:dee...@techmahindra.com]
Sent: Tue 9/14/2010 11:45 AM
To: user@ofbiz.apache.org
Subject: RE: Ofbiz WorkFlow Engine


Thanks Shi... i have done the necessary configurations in my workspace for the 
JBPM integration as adviced below.

However when i am trying to run the application, on clicking "New WorkFlow" I am getting table/view "HIBERNATE_UNIQUE_KEY" not 
found error in the logs. I have created all the tables as mentioned in the create.sql.. please note that i am using derby 
database.. Please advice..


2010-09-14 11:42:47,328 (http-0.0.0.0-8443-1) [JDBCExceptionReporter.java:72 :ERROR] Table/View 'HIBERNATE_UNIQUE_KEY' does not 
exist.

2010-09-14 11:42:47,328 (http-0.0.0.0-8443-1) [ Log4JLoggerFactory.java:96 
:ERROR]
Method public static java.util.List 
org.langhua.ofbiz.jbpm.OFBizNewProcessInstance.getWorkflowOptions(org.ofbiz.entity.GenericDelegator,org.ofbiz.entity.GenericValue) 
threw an exception

The problematic instruction:
--
==> assignment: processList=Static["org.langhua.ofbiz.jbpm.OFBizNewProcessInstance"].getWorkflowOptions(delegator,userLogin) [on 
line 19, column 1 in component://jbpm/webapp/jbpm/jbpm/newWorkflow.ftl]

--

Java backtrace for programmers:
--
freemarker.template.TemplateModelException: Method public static java.util.List 
org.langhua.ofbiz.jbpm.OFBizNewProcessInstance.getWorkflowOptions(org.ofbiz.entity.GenericDelegator,org.ofbiz.entity.GenericValue) 
threw an exception

at freemarker.ext.beans.SimpleMethodModel.exec(SimpleMethodModel.java:125)
at freemarker.core.MethodCall._getAsTemplateModel(MethodCall.java:93)
at freemarker.core.Expression.getAsTemplateModel(Expression.java:89)

Regards,
Deepa

-Original Message-
From: Shi Jinghai [mailto:sh...@langhua.cn]
Sent: Mon 9/13/2010 3:06 PM
To: user@ofbiz.apache.org
Subject: RE: Ofbiz WorkFlow Engine

Hi Deepa,

The ofbiz-jbpm component is developed in maven style. We use eclipse +
iam as our standard develop tool.

You can find the built components in our maven repository:
http://maven2.langhua.org/public/ofbiz/ofbiz-htmlreport/09.04/

http://maven2.langhua.org/public/ofbiz/ofbiz-jbpm-core/09.04/

Download the zip files and unzip them to your ofbiz, rebuild (I changed
the StringUtil.java to make it work for iframe in htmlreport), add the 2
components to component-load.xml, config
${your_ofbiz_home}/runtime/catalina/conf/context.xml to fit your
database and restart ofbiz, that's all. The jbpm tables will be created
automatically during startup.

The htmlreport is a tool to show the procedures of importing jbpm
process file and etc in web browser. There's demos in the component. You
can remove it from your tool bar if it works.

Good luck,

Shi Jinghai/Beijing Langhua Ltd.


? 2010-09-12?? 22:29 +0530,Deepa Priolkar??:
> can someone tell me how to create table in the derby database?
>
> 
>
> From: Deepa Priolkar [mailto:dee...@techmahindra.com]
> Sent: Sun 9/12/2010 10:25 PM
> To: user@ofbiz.apache.org
> Subject: RE: Ofbiz WorkFlow Engine
>
>
>
> Hi,
>
> I was able to solve the issue related to the database configuration, but 
looks like now i am tot

RE: Ofbiz WorkFlow Engine

2010-09-14 Thread Shi Jinghai
Hi Jack,

I respect Hans' great work on OSWorkflow. Only 2 questions on OFBiz
OSWorkflow integration:
1. Support hot deploy a workflow in OFBiz? If yes, how the ongoing
processes run when a new version workflow deployed?
2. Support UI generation according to workflow definition?

Regards,

Shi Jinghai/Beijing Langhua Ltd.


在 2010-09-14二的 14:33 +0800,Jack Liu写道:
> I recommend OSWorkflow and it's easier to master.
> 
> 
> 
> -Original Message-
> From: Deepa Priolkar [mailto:dee...@techmahindra.com] 
> Sent: 2010年9月14日 14:25
> To: user@ofbiz.apache.org; user@ofbiz.apache.org
> Subject: RE: Ofbiz WorkFlow Engine
> 
> Also one more concern, when i am starting the server i am seeing some more 
> error. this error is due to the asm.jar. Ofbiz has asm2.2.jar which does not 
> have the CodeVisitor class, and i cannot include the older version because it 
> does not have many other classes used by Groovy.. please suggest how we can 
> resolve this error.. cos two versions of asm cannot exists in one workspace 
> it clashes...
> 
> 2010-09-14 11:54:46,453 (JbpmCommandExecutor) 
> [CGLIBLazyInitializer.java:130:ERROR] CGLIB Enhancement failed: 
> org.jbpm.taskmgmt.log.TaskAssignLog
> java.lang.NoClassDefFoundError: org/objectweb/asm/CodeVisitor
>   at 
> net.sf.cglib.core.KeyFactory$Generator.generateClass(KeyFactory.java:165)
>   at 
> net.sf.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:25)
>   at 
> net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:216)
>   at net.sf.cglib.core.KeyFactory$Generator.create(KeyFactory.java:145)
> 
> Regards,
> Deepa
> -Original Message-
> From: Deepa Priolkar [mailto:dee...@techmahindra.com]
> Sent: Tue 9/14/2010 11:45 AM
> To: user@ofbiz.apache.org
> Subject: RE: Ofbiz WorkFlow Engine
>  
> 
> Thanks Shi... i have done the necessary configurations in my workspace for 
> the JBPM integration as adviced below.
> 
> However when i am trying to run the application, on clicking "New WorkFlow" I 
> am getting table/view "HIBERNATE_UNIQUE_KEY" not found error in the logs. I 
> have created all the tables as mentioned in the create.sql.. please note that 
> i am using derby database.. Please advice.. 
> 
> 2010-09-14 11:42:47,328 (http-0.0.0.0-8443-1) [JDBCExceptionReporter.java:72 
> :ERROR] Table/View 'HIBERNATE_UNIQUE_KEY' does not exist.
> 2010-09-14 11:42:47,328 (http-0.0.0.0-8443-1) [ Log4JLoggerFactory.java:96 
> :ERROR] 
> Method public static java.util.List 
> org.langhua.ofbiz.jbpm.OFBizNewProcessInstance.getWorkflowOptions(org.ofbiz.entity.GenericDelegator,org.ofbiz.entity.GenericValue)
>  threw an exception
> The problematic instruction:
> --
> ==> assignment: 
> processList=Static["org.langhua.ofbiz.jbpm.OFBizNewProcessInstance"].getWorkflowOptions(delegator,userLogin)
>  [on line 19, column 1 in component://jbpm/webapp/jbpm/jbpm/newWorkflow.ftl]
> --
> 
> Java backtrace for programmers:
> --
> freemarker.template.TemplateModelException: Method public static 
> java.util.List 
> org.langhua.ofbiz.jbpm.OFBizNewProcessInstance.getWorkflowOptions(org.ofbiz.entity.GenericDelegator,org.ofbiz.entity.GenericValue)
>  threw an exception
>   at 
> freemarker.ext.beans.SimpleMethodModel.exec(SimpleMethodModel.java:125)
>   at freemarker.core.MethodCall._getAsTemplateModel(MethodCall.java:93)
>   at freemarker.core.Expression.getAsTemplateModel(Expression.java:89)
> 
> Regards,
> Deepa
> 
> -Original Message-
> From: Shi Jinghai [mailto:sh...@langhua.cn]
> Sent: Mon 9/13/2010 3:06 PM
> To: user@ofbiz.apache.org
> Subject: RE: Ofbiz WorkFlow Engine
>  
> Hi Deepa,
> 
> The ofbiz-jbpm component is developed in maven style. We use eclipse +
> iam as our standard develop tool.
> 
> You can find the built components in our maven repository:
> http://maven2.langhua.org/public/ofbiz/ofbiz-htmlreport/09.04/
> 
> http://maven2.langhua.org/public/ofbiz/ofbiz-jbpm-core/09.04/
> 
> Download the zip files and unzip them to your ofbiz, rebuild (I changed
> the StringUtil.java to make it work for iframe in htmlreport), add the 2
> components to component-load.xml, config
> ${your_ofbiz_home}/runtime/catalina/conf/context.xml to fit your
> database and restart ofbiz, that's all. The jbpm tables will be created
> automatically during startup.
> 
> The htmlreport is a tool to show the procedures of importing jbpm
> process file and etc in web browser. There's demos in the component. You
> can remove it from your tool bar if it works.
> 
> Good luck,
> 
> Shi Jinghai/Beijing Langhua Ltd.
> 
> 
> ? 20

RE: Ofbiz WorkFlow Engine

2010-09-14 Thread Shi Jinghai
In asm2.2.jar, CodeVisitor class does not exist either, it's not used if
deployed correctly.

Sorry, we don't use derby. The bundled scripts are for mysql (for linux)
and mssql (for windows), you have to download jbpm source code to build
derby scripts. Then deploy the scripts to specialpurpose/jbpm/db/derby
and edit specialpurpose/jbpm/config/jbpm-config.xml to change the
datasource configurations.

Regards,

Shi Jinghai/Beijing Langhua Ltd.


在 2010-09-14二的 11:55 +0530,Deepa Priolkar写道:
> Also one more concern, when i am starting the server i am seeing some more 
> error. this error is due to the asm.jar. Ofbiz has asm2.2.jar which does not 
> have the CodeVisitor class, and i cannot include the older version because it 
> does not have many other classes used by Groovy.. please suggest how we can 
> resolve this error.. cos two versions of asm cannot exists in one workspace 
> it clashes...
> 
> 2010-09-14 11:54:46,453 (JbpmCommandExecutor) 
> [CGLIBLazyInitializer.java:130:ERROR] CGLIB Enhancement failed: 
> org.jbpm.taskmgmt.log.TaskAssignLog
> java.lang.NoClassDefFoundError: org/objectweb/asm/CodeVisitor
>   at 
> net.sf.cglib.core.KeyFactory$Generator.generateClass(KeyFactory.java:165)
>   at 
> net.sf.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:25)
>   at 
> net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:216)
>   at net.sf.cglib.core.KeyFactory$Generator.create(KeyFactory.java:145)
> 
> Regards,
> Deepa
> -Original Message-
> From: Deepa Priolkar [mailto:dee...@techmahindra.com]
> Sent: Tue 9/14/2010 11:45 AM
> To: user@ofbiz.apache.org
> Subject: RE: Ofbiz WorkFlow Engine
>  
> 
> Thanks Shi... i have done the necessary configurations in my workspace for 
> the JBPM integration as adviced below.
> 
> However when i am trying to run the application, on clicking "New WorkFlow" I 
> am getting table/view "HIBERNATE_UNIQUE_KEY" not found error in the logs. I 
> have created all the tables as mentioned in the create.sql.. please note that 
> i am using derby database.. Please advice.. 
> 
> 2010-09-14 11:42:47,328 (http-0.0.0.0-8443-1) [JDBCExceptionReporter.java:72 
> :ERROR] Table/View 'HIBERNATE_UNIQUE_KEY' does not exist.
> 2010-09-14 11:42:47,328 (http-0.0.0.0-8443-1) [ Log4JLoggerFactory.java:96 
> :ERROR] 
> Method public static java.util.List 
> org.langhua.ofbiz.jbpm.OFBizNewProcessInstance.getWorkflowOptions(org.ofbiz.entity.GenericDelegator,org.ofbiz.entity.GenericValue)
>  threw an exception
> The problematic instruction:
> --
> ==> assignment: 
> processList=Static["org.langhua.ofbiz.jbpm.OFBizNewProcessInstance"].getWorkflowOptions(delegator,userLogin)
>  [on line 19, column 1 in component://jbpm/webapp/jbpm/jbpm/newWorkflow.ftl]
> --
> 
> Java backtrace for programmers:
> --
> freemarker.template.TemplateModelException: Method public static 
> java.util.List 
> org.langhua.ofbiz.jbpm.OFBizNewProcessInstance.getWorkflowOptions(org.ofbiz.entity.GenericDelegator,org.ofbiz.entity.GenericValue)
>  threw an exception
>   at 
> freemarker.ext.beans.SimpleMethodModel.exec(SimpleMethodModel.java:125)
>   at freemarker.core.MethodCall._getAsTemplateModel(MethodCall.java:93)
>   at freemarker.core.Expression.getAsTemplateModel(Expression.java:89)
> 
> Regards,
> Deepa
> 
> -Original Message-
> From: Shi Jinghai [mailto:sh...@langhua.cn]
> Sent: Mon 9/13/2010 3:06 PM
> To: user@ofbiz.apache.org
> Subject: RE: Ofbiz WorkFlow Engine
>  
> Hi Deepa,
> 
> The ofbiz-jbpm component is developed in maven style. We use eclipse +
> iam as our standard develop tool.
> 
> You can find the built components in our maven repository:
> http://maven2.langhua.org/public/ofbiz/ofbiz-htmlreport/09.04/
> 
> http://maven2.langhua.org/public/ofbiz/ofbiz-jbpm-core/09.04/
> 
> Download the zip files and unzip them to your ofbiz, rebuild (I changed
> the StringUtil.java to make it work for iframe in htmlreport), add the 2
> components to component-load.xml, config
> ${your_ofbiz_home}/runtime/catalina/conf/context.xml to fit your
> database and restart ofbiz, that's all. The jbpm tables will be created
> automatically during startup.
> 
> The htmlreport is a tool to show the procedures of importing jbpm
> process file and etc in web browser. There's demos in the component. You
> can remove it from your tool bar if it works.
> 
> Good luck,
> 
> Shi Jinghai/Beijing Langhua Ltd.
> 
> 
> ? 2010-09-12?? 22:29 +0530,Deepa Priolkar??:
> > can someone tell me how to create table in the derby database?
> > 
> > ___

RE: Ofbiz WorkFlow Engine

2010-09-13 Thread Jack Liu
I recommend OSWorkflow and it's easier to master.



-Original Message-
From: Deepa Priolkar [mailto:dee...@techmahindra.com] 
Sent: 2010年9月14日 14:25
To: user@ofbiz.apache.org; user@ofbiz.apache.org
Subject: RE: Ofbiz WorkFlow Engine

Also one more concern, when i am starting the server i am seeing some more 
error. this error is due to the asm.jar. Ofbiz has asm2.2.jar which does not 
have the CodeVisitor class, and i cannot include the older version because it 
does not have many other classes used by Groovy.. please suggest how we can 
resolve this error.. cos two versions of asm cannot exists in one workspace it 
clashes...

2010-09-14 11:54:46,453 (JbpmCommandExecutor) 
[CGLIBLazyInitializer.java:130:ERROR] CGLIB Enhancement failed: 
org.jbpm.taskmgmt.log.TaskAssignLog
java.lang.NoClassDefFoundError: org/objectweb/asm/CodeVisitor
at 
net.sf.cglib.core.KeyFactory$Generator.generateClass(KeyFactory.java:165)
at 
net.sf.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:25)
at 
net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:216)
at net.sf.cglib.core.KeyFactory$Generator.create(KeyFactory.java:145)

Regards,
Deepa
-Original Message-
From: Deepa Priolkar [mailto:dee...@techmahindra.com]
Sent: Tue 9/14/2010 11:45 AM
To: user@ofbiz.apache.org
Subject: RE: Ofbiz WorkFlow Engine
 

Thanks Shi... i have done the necessary configurations in my workspace for the 
JBPM integration as adviced below.

However when i am trying to run the application, on clicking "New WorkFlow" I 
am getting table/view "HIBERNATE_UNIQUE_KEY" not found error in the logs. I 
have created all the tables as mentioned in the create.sql.. please note that i 
am using derby database.. Please advice.. 

2010-09-14 11:42:47,328 (http-0.0.0.0-8443-1) [JDBCExceptionReporter.java:72 
:ERROR] Table/View 'HIBERNATE_UNIQUE_KEY' does not exist.
2010-09-14 11:42:47,328 (http-0.0.0.0-8443-1) [ Log4JLoggerFactory.java:96 
:ERROR] 
Method public static java.util.List 
org.langhua.ofbiz.jbpm.OFBizNewProcessInstance.getWorkflowOptions(org.ofbiz.entity.GenericDelegator,org.ofbiz.entity.GenericValue)
 threw an exception
The problematic instruction:
--
==> assignment: 
processList=Static["org.langhua.ofbiz.jbpm.OFBizNewProcessInstance"].getWorkflowOptions(delegator,userLogin)
 [on line 19, column 1 in component://jbpm/webapp/jbpm/jbpm/newWorkflow.ftl]
--

Java backtrace for programmers:
--
freemarker.template.TemplateModelException: Method public static java.util.List 
org.langhua.ofbiz.jbpm.OFBizNewProcessInstance.getWorkflowOptions(org.ofbiz.entity.GenericDelegator,org.ofbiz.entity.GenericValue)
 threw an exception
at 
freemarker.ext.beans.SimpleMethodModel.exec(SimpleMethodModel.java:125)
at freemarker.core.MethodCall._getAsTemplateModel(MethodCall.java:93)
at freemarker.core.Expression.getAsTemplateModel(Expression.java:89)

Regards,
Deepa

-Original Message-
From: Shi Jinghai [mailto:sh...@langhua.cn]
Sent: Mon 9/13/2010 3:06 PM
To: user@ofbiz.apache.org
Subject: RE: Ofbiz WorkFlow Engine
 
Hi Deepa,

The ofbiz-jbpm component is developed in maven style. We use eclipse +
iam as our standard develop tool.

You can find the built components in our maven repository:
http://maven2.langhua.org/public/ofbiz/ofbiz-htmlreport/09.04/

http://maven2.langhua.org/public/ofbiz/ofbiz-jbpm-core/09.04/

Download the zip files and unzip them to your ofbiz, rebuild (I changed
the StringUtil.java to make it work for iframe in htmlreport), add the 2
components to component-load.xml, config
${your_ofbiz_home}/runtime/catalina/conf/context.xml to fit your
database and restart ofbiz, that's all. The jbpm tables will be created
automatically during startup.

The htmlreport is a tool to show the procedures of importing jbpm
process file and etc in web browser. There's demos in the component. You
can remove it from your tool bar if it works.

Good luck,

Shi Jinghai/Beijing Langhua Ltd.


? 2010-09-12?? 22:29 +0530,Deepa Priolkar??:
> can someone tell me how to create table in the derby database?
> 
> 
> 
> From: Deepa Priolkar [mailto:dee...@techmahindra.com]
> Sent: Sun 9/12/2010 10:25 PM
> To: user@ofbiz.apache.org
> Subject: RE: Ofbiz WorkFlow Engine
> 
> 
> 
> Hi,
> 
> I was able to solve the issue related to the database configuration, but 
> looks like now i am totally stuck..
> 
> When i am trying to start the server, i am getting following error, Please 
> help..
> 
> 2010-09-12 22:22:26,218 (JbpmCommandExecutor) [ 
> SessionFactoryImpl.java:373:INFO ] Checking 0 named SQL queries
> 
> 2010-09-12 22:22:26,296 (JbpmCommandExecutor) [JDBCExceptionReporter.java:71 
> :WARN ] SQL Error: 2, SQLState: 42X05
> 
> 2010-09-12 22:22:26,29

RE: Ofbiz WorkFlow Engine

2010-09-13 Thread Deepa Priolkar
Also one more concern, when i am starting the server i am seeing some more 
error. this error is due to the asm.jar. Ofbiz has asm2.2.jar which does not 
have the CodeVisitor class, and i cannot include the older version because it 
does not have many other classes used by Groovy.. please suggest how we can 
resolve this error.. cos two versions of asm cannot exists in one workspace it 
clashes...

2010-09-14 11:54:46,453 (JbpmCommandExecutor) 
[CGLIBLazyInitializer.java:130:ERROR] CGLIB Enhancement failed: 
org.jbpm.taskmgmt.log.TaskAssignLog
java.lang.NoClassDefFoundError: org/objectweb/asm/CodeVisitor
at 
net.sf.cglib.core.KeyFactory$Generator.generateClass(KeyFactory.java:165)
at 
net.sf.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:25)
at 
net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:216)
at net.sf.cglib.core.KeyFactory$Generator.create(KeyFactory.java:145)

Regards,
Deepa
-Original Message-
From: Deepa Priolkar [mailto:dee...@techmahindra.com]
Sent: Tue 9/14/2010 11:45 AM
To: user@ofbiz.apache.org
Subject: RE: Ofbiz WorkFlow Engine
 

Thanks Shi... i have done the necessary configurations in my workspace for the 
JBPM integration as adviced below.

However when i am trying to run the application, on clicking "New WorkFlow" I 
am getting table/view "HIBERNATE_UNIQUE_KEY" not found error in the logs. I 
have created all the tables as mentioned in the create.sql.. please note that i 
am using derby database.. Please advice.. 

2010-09-14 11:42:47,328 (http-0.0.0.0-8443-1) [JDBCExceptionReporter.java:72 
:ERROR] Table/View 'HIBERNATE_UNIQUE_KEY' does not exist.
2010-09-14 11:42:47,328 (http-0.0.0.0-8443-1) [ Log4JLoggerFactory.java:96 
:ERROR] 
Method public static java.util.List 
org.langhua.ofbiz.jbpm.OFBizNewProcessInstance.getWorkflowOptions(org.ofbiz.entity.GenericDelegator,org.ofbiz.entity.GenericValue)
 threw an exception
The problematic instruction:
--
==> assignment: 
processList=Static["org.langhua.ofbiz.jbpm.OFBizNewProcessInstance"].getWorkflowOptions(delegator,userLogin)
 [on line 19, column 1 in component://jbpm/webapp/jbpm/jbpm/newWorkflow.ftl]
--

Java backtrace for programmers:
--
freemarker.template.TemplateModelException: Method public static java.util.List 
org.langhua.ofbiz.jbpm.OFBizNewProcessInstance.getWorkflowOptions(org.ofbiz.entity.GenericDelegator,org.ofbiz.entity.GenericValue)
 threw an exception
at 
freemarker.ext.beans.SimpleMethodModel.exec(SimpleMethodModel.java:125)
at freemarker.core.MethodCall._getAsTemplateModel(MethodCall.java:93)
at freemarker.core.Expression.getAsTemplateModel(Expression.java:89)

Regards,
Deepa

-Original Message-
From: Shi Jinghai [mailto:sh...@langhua.cn]
Sent: Mon 9/13/2010 3:06 PM
To: user@ofbiz.apache.org
Subject: RE: Ofbiz WorkFlow Engine
 
Hi Deepa,

The ofbiz-jbpm component is developed in maven style. We use eclipse +
iam as our standard develop tool.

You can find the built components in our maven repository:
http://maven2.langhua.org/public/ofbiz/ofbiz-htmlreport/09.04/

http://maven2.langhua.org/public/ofbiz/ofbiz-jbpm-core/09.04/

Download the zip files and unzip them to your ofbiz, rebuild (I changed
the StringUtil.java to make it work for iframe in htmlreport), add the 2
components to component-load.xml, config
${your_ofbiz_home}/runtime/catalina/conf/context.xml to fit your
database and restart ofbiz, that's all. The jbpm tables will be created
automatically during startup.

The htmlreport is a tool to show the procedures of importing jbpm
process file and etc in web browser. There's demos in the component. You
can remove it from your tool bar if it works.

Good luck,

Shi Jinghai/Beijing Langhua Ltd.


? 2010-09-12?? 22:29 +0530,Deepa Priolkar??:
> can someone tell me how to create table in the derby database?
> 
> 
> 
> From: Deepa Priolkar [mailto:dee...@techmahindra.com]
> Sent: Sun 9/12/2010 10:25 PM
> To: user@ofbiz.apache.org
> Subject: RE: Ofbiz WorkFlow Engine
> 
> 
> 
> Hi,
> 
> I was able to solve the issue related to the database configuration, but 
> looks like now i am totally stuck..
> 
> When i am trying to start the server, i am getting following error, Please 
> help..
> 
> 2010-09-12 22:22:26,218 (JbpmCommandExecutor) [ 
> SessionFactoryImpl.java:373:INFO ] Checking 0 named SQL queries
> 
> 2010-09-12 22:22:26,296 (JbpmCommandExecutor) [JDBCExceptionReporter.java:71 
> :WARN ] SQL Error: 2, SQLState: 42X05
> 
> 2010-09-12 22:22:26,296 (JbpmCommandExecutor) [JDBCExceptionReporter.java:72 
> :ERROR] Table/View 'JBPM_MESSAGE' does not exist.
> 
> 2010-09-12 22:22:26,296 (JbpmCommandExecutor) [JDBCExceptionReporter.java:48 
> :WARN ] SQL Warning: 1, SQLState: 01J01
> 

RE: Ofbiz WorkFlow Engine

2010-09-13 Thread Deepa Priolkar

Thanks Shi... i have done the necessary configurations in my workspace for the 
JBPM integration as adviced below.

However when i am trying to run the application, on clicking "New WorkFlow" I 
am getting table/view "HIBERNATE_UNIQUE_KEY" not found error in the logs. I 
have created all the tables as mentioned in the create.sql.. please note that i 
am using derby database.. Please advice.. 

2010-09-14 11:42:47,328 (http-0.0.0.0-8443-1) [JDBCExceptionReporter.java:72 
:ERROR] Table/View 'HIBERNATE_UNIQUE_KEY' does not exist.
2010-09-14 11:42:47,328 (http-0.0.0.0-8443-1) [ Log4JLoggerFactory.java:96 
:ERROR] 
Method public static java.util.List 
org.langhua.ofbiz.jbpm.OFBizNewProcessInstance.getWorkflowOptions(org.ofbiz.entity.GenericDelegator,org.ofbiz.entity.GenericValue)
 threw an exception
The problematic instruction:
--
==> assignment: 
processList=Static["org.langhua.ofbiz.jbpm.OFBizNewProcessInstance"].getWorkflowOptions(delegator,userLogin)
 [on line 19, column 1 in component://jbpm/webapp/jbpm/jbpm/newWorkflow.ftl]
--

Java backtrace for programmers:
--
freemarker.template.TemplateModelException: Method public static java.util.List 
org.langhua.ofbiz.jbpm.OFBizNewProcessInstance.getWorkflowOptions(org.ofbiz.entity.GenericDelegator,org.ofbiz.entity.GenericValue)
 threw an exception
at 
freemarker.ext.beans.SimpleMethodModel.exec(SimpleMethodModel.java:125)
at freemarker.core.MethodCall._getAsTemplateModel(MethodCall.java:93)
at freemarker.core.Expression.getAsTemplateModel(Expression.java:89)

Regards,
Deepa

-Original Message-
From: Shi Jinghai [mailto:sh...@langhua.cn]
Sent: Mon 9/13/2010 3:06 PM
To: user@ofbiz.apache.org
Subject: RE: Ofbiz WorkFlow Engine
 
Hi Deepa,

The ofbiz-jbpm component is developed in maven style. We use eclipse +
iam as our standard develop tool.

You can find the built components in our maven repository:
http://maven2.langhua.org/public/ofbiz/ofbiz-htmlreport/09.04/

http://maven2.langhua.org/public/ofbiz/ofbiz-jbpm-core/09.04/

Download the zip files and unzip them to your ofbiz, rebuild (I changed
the StringUtil.java to make it work for iframe in htmlreport), add the 2
components to component-load.xml, config
${your_ofbiz_home}/runtime/catalina/conf/context.xml to fit your
database and restart ofbiz, that's all. The jbpm tables will be created
automatically during startup.

The htmlreport is a tool to show the procedures of importing jbpm
process file and etc in web browser. There's demos in the component. You
can remove it from your tool bar if it works.

Good luck,

Shi Jinghai/Beijing Langhua Ltd.


? 2010-09-12?? 22:29 +0530,Deepa Priolkar??:
> can someone tell me how to create table in the derby database?
> 
> 
> 
> From: Deepa Priolkar [mailto:dee...@techmahindra.com]
> Sent: Sun 9/12/2010 10:25 PM
> To: user@ofbiz.apache.org
> Subject: RE: Ofbiz WorkFlow Engine
> 
> 
> 
> Hi,
> 
> I was able to solve the issue related to the database configuration, but 
> looks like now i am totally stuck..
> 
> When i am trying to start the server, i am getting following error, Please 
> help..
> 
> 2010-09-12 22:22:26,218 (JbpmCommandExecutor) [ 
> SessionFactoryImpl.java:373:INFO ] Checking 0 named SQL queries
> 
> 2010-09-12 22:22:26,296 (JbpmCommandExecutor) [JDBCExceptionReporter.java:71 
> :WARN ] SQL Error: 2, SQLState: 42X05
> 
> 2010-09-12 22:22:26,296 (JbpmCommandExecutor) [JDBCExceptionReporter.java:72 
> :ERROR] Table/View 'JBPM_MESSAGE' does not exist.
> 
> 2010-09-12 22:22:26,296 (JbpmCommandExecutor) [JDBCExceptionReporter.java:48 
> :WARN ] SQL Warning: 1, SQLState: 01J01
> 
> 2010-09-12 22:22:26,296 (JbpmCommandExecutor) [JDBCExceptionReporter.java:49 
> :WARN ] Database 'ofbiz' not created, connection made to existing database 
> instead.
> 
> 2010-09-12 22:22:26,328 (JbpmScheduler) [JDBCExceptionReporter.java:71 :WARN 
> ] SQL Error: 2, SQLState: 42X05
> 
> 2010-09-12 22:22:26,328 (JbpmScheduler) [JDBCExceptionReporter.java:72 
> :ERROR] Table/View 'JBPM_TIMER' does not exist.
> 
> 2010-09-12 22:22:26,328 (JbpmScheduler) [ SchedulerSession.java:86 :ERROR] 
> org.hibernate.exception.SQLGrammarException: could not execute query using 
> iterate
> 
> 2010-09-12 22:22:26,328 (JbpmCommandExecutor) [CommandExecutorThread.java:88 
> :ERROR] org.hibernate.exception.SQLGrammarException: could not execute query 
> using iterate
> 
> 2010-09-12 22:22:26,328 (JbpmScheduler) [ SchedulerThread.java:79 :INFO ] 
> runtime exception while executing timers
> 
> org.jbpm.JbpmException: couldn't find timers from the database
> 
> at org.jbpm.db.
> 
> 
> 
> 
> 
> From: Deepa P

RE: Ofbiz WorkFlow Engine

2010-09-13 Thread Shi Jinghai
Hi Deepa,

The ofbiz-jbpm component is developed in maven style. We use eclipse +
iam as our standard develop tool.

You can find the built components in our maven repository:
http://maven2.langhua.org/public/ofbiz/ofbiz-htmlreport/09.04/

http://maven2.langhua.org/public/ofbiz/ofbiz-jbpm-core/09.04/

Download the zip files and unzip them to your ofbiz, rebuild (I changed
the StringUtil.java to make it work for iframe in htmlreport), add the 2
components to component-load.xml, config
${your_ofbiz_home}/runtime/catalina/conf/context.xml to fit your
database and restart ofbiz, that's all. The jbpm tables will be created
automatically during startup.

The htmlreport is a tool to show the procedures of importing jbpm
process file and etc in web browser. There's demos in the component. You
can remove it from your tool bar if it works.

Good luck,

Shi Jinghai/Beijing Langhua Ltd.


在 2010-09-12日的 22:29 +0530,Deepa Priolkar写道:
> can someone tell me how to create table in the derby database?
> 
> 
> 
> From: Deepa Priolkar [mailto:dee...@techmahindra.com]
> Sent: Sun 9/12/2010 10:25 PM
> To: user@ofbiz.apache.org
> Subject: RE: Ofbiz WorkFlow Engine
> 
> 
> 
> Hi,
> 
> I was able to solve the issue related to the database configuration, but 
> looks like now i am totally stuck..
> 
> When i am trying to start the server, i am getting following error, Please 
> help..
> 
> 2010-09-12 22:22:26,218 (JbpmCommandExecutor) [ 
> SessionFactoryImpl.java:373:INFO ] Checking 0 named SQL queries
> 
> 2010-09-12 22:22:26,296 (JbpmCommandExecutor) [JDBCExceptionReporter.java:71 
> :WARN ] SQL Error: 2, SQLState: 42X05
> 
> 2010-09-12 22:22:26,296 (JbpmCommandExecutor) [JDBCExceptionReporter.java:72 
> :ERROR] Table/View 'JBPM_MESSAGE' does not exist.
> 
> 2010-09-12 22:22:26,296 (JbpmCommandExecutor) [JDBCExceptionReporter.java:48 
> :WARN ] SQL Warning: 1, SQLState: 01J01
> 
> 2010-09-12 22:22:26,296 (JbpmCommandExecutor) [JDBCExceptionReporter.java:49 
> :WARN ] Database 'ofbiz' not created, connection made to existing database 
> instead.
> 
> 2010-09-12 22:22:26,328 (JbpmScheduler) [JDBCExceptionReporter.java:71 :WARN 
> ] SQL Error: 2, SQLState: 42X05
> 
> 2010-09-12 22:22:26,328 (JbpmScheduler) [JDBCExceptionReporter.java:72 
> :ERROR] Table/View 'JBPM_TIMER' does not exist.
> 
> 2010-09-12 22:22:26,328 (JbpmScheduler) [ SchedulerSession.java:86 :ERROR] 
> org.hibernate.exception.SQLGrammarException: could not execute query using 
> iterate
> 
> 2010-09-12 22:22:26,328 (JbpmCommandExecutor) [CommandExecutorThread.java:88 
> :ERROR] org.hibernate.exception.SQLGrammarException: could not execute query 
> using iterate
> 
> 2010-09-12 22:22:26,328 (JbpmScheduler) [ SchedulerThread.java:79 :INFO ] 
> runtime exception while executing timers
> 
> org.jbpm.JbpmException: couldn't find timers from the database
> 
> at org.jbpm.db.
> 
> 
> 
> 
> 
> From: Deepa Priolkar [mailto:dee...@techmahindra.com]
> Sent: Sun 9/12/2010 8:41 PM
> To: user@ofbiz.apache.org; user@ofbiz.apache.org
> Subject: RE: Ofbiz WorkFlow Engine
> 
> 
> 
> Hi,
> 
> I forgot to mention that i am getting error after doing the configuration 
> mentioned in my last mail,
> 
> snippet from the logs
> 
> 2010-09-12 20:23:29,953 (JbpmScheduler) [DatasourceConnectionProvider.java:55 
> :FATAL] Could not find datasource: java:comp/env/jBPM_DS
> javax.naming.NamingException: Could not create resource factory instance 
> [Root exception is java.lang.InstantiationException: 
> org.ofbiz.entity.datasource.GenericHelperDAO]
> at 
> org.apache.naming.factory.ResourceFactory.getObjectInstance(ResourceFactory.java:102)
> at 
> javax.naming.spi.NamingManager.getObjectInstance(NamingManager.java:304)
> at org.apache.naming.NamingContext.lookup(NamingContext.java:793)
> at org.apache.naming.NamingContext.lookup(NamingContext.java:140)
> at org.apache.naming.NamingContext.lookup(NamingContext.java:781)
> at org.apache.naming.NamingContext.lookup(NamingContext.java:140)
> at org.apache.naming.NamingContext.lookup(NamingContext.java:781)
> at org.apache.naming.NamingContext.lookup(NamingContext.java:153)
> at org.apache.naming.SelectorContext.lookup(SelectorContext.java:137)
> at javax.naming.InitialContext.lookup(InitialContext.java:351)
> at 
> org.hibernate.connection.DatasourceConnectionProvider.configure(DatasourceConnectionProvider.java:52)
> at 
> org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:1

RE: Ofbiz WorkFlow Engine

2010-09-12 Thread Deepa Priolkar
can someone tell me how to create table in the derby database?



From: Deepa Priolkar [mailto:dee...@techmahindra.com]
Sent: Sun 9/12/2010 10:25 PM
To: user@ofbiz.apache.org
Subject: RE: Ofbiz WorkFlow Engine



Hi,

I was able to solve the issue related to the database configuration, but looks 
like now i am totally stuck..

When i am trying to start the server, i am getting following error, Please 
help..

2010-09-12 22:22:26,218 (JbpmCommandExecutor) [ 
SessionFactoryImpl.java:373:INFO ] Checking 0 named SQL queries

2010-09-12 22:22:26,296 (JbpmCommandExecutor) [JDBCExceptionReporter.java:71 
:WARN ] SQL Error: 2, SQLState: 42X05

2010-09-12 22:22:26,296 (JbpmCommandExecutor) [JDBCExceptionReporter.java:72 
:ERROR] Table/View 'JBPM_MESSAGE' does not exist.

2010-09-12 22:22:26,296 (JbpmCommandExecutor) [JDBCExceptionReporter.java:48 
:WARN ] SQL Warning: 1, SQLState: 01J01

2010-09-12 22:22:26,296 (JbpmCommandExecutor) [JDBCExceptionReporter.java:49 
:WARN ] Database 'ofbiz' not created, connection made to existing database 
instead.

2010-09-12 22:22:26,328 (JbpmScheduler) [JDBCExceptionReporter.java:71 :WARN ] 
SQL Error: 2, SQLState: 42X05

2010-09-12 22:22:26,328 (JbpmScheduler) [JDBCExceptionReporter.java:72 :ERROR] 
Table/View 'JBPM_TIMER' does not exist.

2010-09-12 22:22:26,328 (JbpmScheduler) [ SchedulerSession.java:86 :ERROR] 
org.hibernate.exception.SQLGrammarException: could not execute query using 
iterate

2010-09-12 22:22:26,328 (JbpmCommandExecutor) [CommandExecutorThread.java:88 
:ERROR] org.hibernate.exception.SQLGrammarException: could not execute query 
using iterate

2010-09-12 22:22:26,328 (JbpmScheduler) [ SchedulerThread.java:79 :INFO ] 
runtime exception while executing timers

org.jbpm.JbpmException: couldn't find timers from the database

at org.jbpm.db.





From: Deepa Priolkar [mailto:dee...@techmahindra.com]
Sent: Sun 9/12/2010 8:41 PM
To: user@ofbiz.apache.org; user@ofbiz.apache.org
Subject: RE: Ofbiz WorkFlow Engine



Hi,

I forgot to mention that i am getting error after doing the configuration 
mentioned in my last mail,

snippet from the logs

2010-09-12 20:23:29,953 (JbpmScheduler) [DatasourceConnectionProvider.java:55 
:FATAL] Could not find datasource: java:comp/env/jBPM_DS
javax.naming.NamingException: Could not create resource factory instance [Root 
exception is java.lang.InstantiationException: 
org.ofbiz.entity.datasource.GenericHelperDAO]
at 
org.apache.naming.factory.ResourceFactory.getObjectInstance(ResourceFactory.java:102)
at 
javax.naming.spi.NamingManager.getObjectInstance(NamingManager.java:304)
at org.apache.naming.NamingContext.lookup(NamingContext.java:793)
at org.apache.naming.NamingContext.lookup(NamingContext.java:140)
at org.apache.naming.NamingContext.lookup(NamingContext.java:781)
at org.apache.naming.NamingContext.lookup(NamingContext.java:140)
at org.apache.naming.NamingContext.lookup(NamingContext.java:781)
at org.apache.naming.NamingContext.lookup(NamingContext.java:153)
at org.apache.naming.SelectorContext.lookup(SelectorContext.java:137)
at javax.naming.InitialContext.lookup(InitialContext.java:351)
at 
org.hibernate.connection.DatasourceConnectionProvider.configure(DatasourceConnectionProvider.java:52)
at 
org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:124)
at 
org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:56)
at 
org.hibernate.cfg.SettingsFactory.createConnectionProvider(SettingsFactory.java:366)
at 
org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:60)
at 
org.hibernate.cfg.Configuration.buildSettings(Configuration.java:1859)
at 
org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1152)
at 
org.jbpm.persistence.db.DbPersistenceServiceFactory.getSessionFactory(DbPersistenceServiceFactory.java:90)
at 
org.jbpm.persistence.db.DbPersistenceService.getSessionFactory(DbPersistenceService.java:74)
at 
org.jbpm.persistence.db.DbPersistenceService.getSession(DbPersistenceService.java:78)
at 
org.jbpm.persistence.db.DbPersistenceService.getSchedulerSession(DbPersistenceService.java:245)
at org.jbpm.JbpmContext.getSchedulerSession(JbpmContext.java:529)
at 
org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:103)
at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:70)
Caused by: java.lang.InstantiationException: 
org.ofbiz.entity.datasource.GenericHelperDAO
at java.lang.Class.newInstance0(Class.java:335)
at java.lang.Class.newInstance(Class.java:303)
at 
org.apache.naming.factory.ResourceFactory.getObjectInstance(ResourceF

RE: Ofbiz WorkFlow Engine

2010-09-12 Thread Deepa Priolkar
Hi,
 
I was able to solve the issue related to the database configuration, but looks 
like now i am totally stuck..
 
When i am trying to start the server, i am getting following error, Please 
help..
 
2010-09-12 22:22:26,218 (JbpmCommandExecutor) [ 
SessionFactoryImpl.java:373:INFO ] Checking 0 named SQL queries

2010-09-12 22:22:26,296 (JbpmCommandExecutor) [JDBCExceptionReporter.java:71 
:WARN ] SQL Error: 2, SQLState: 42X05

2010-09-12 22:22:26,296 (JbpmCommandExecutor) [JDBCExceptionReporter.java:72 
:ERROR] Table/View 'JBPM_MESSAGE' does not exist.

2010-09-12 22:22:26,296 (JbpmCommandExecutor) [JDBCExceptionReporter.java:48 
:WARN ] SQL Warning: 1, SQLState: 01J01

2010-09-12 22:22:26,296 (JbpmCommandExecutor) [JDBCExceptionReporter.java:49 
:WARN ] Database 'ofbiz' not created, connection made to existing database 
instead.

2010-09-12 22:22:26,328 (JbpmScheduler) [JDBCExceptionReporter.java:71 :WARN ] 
SQL Error: 2, SQLState: 42X05

2010-09-12 22:22:26,328 (JbpmScheduler) [JDBCExceptionReporter.java:72 :ERROR] 
Table/View 'JBPM_TIMER' does not exist.

2010-09-12 22:22:26,328 (JbpmScheduler) [ SchedulerSession.java:86 :ERROR] 
org.hibernate.exception.SQLGrammarException: could not execute query using 
iterate

2010-09-12 22:22:26,328 (JbpmCommandExecutor) [CommandExecutorThread.java:88 
:ERROR] org.hibernate.exception.SQLGrammarException: could not execute query 
using iterate

2010-09-12 22:22:26,328 (JbpmScheduler) [ SchedulerThread.java:79 :INFO ] 
runtime exception while executing timers

org.jbpm.JbpmException: couldn't find timers from the database

at org.jbpm.db.





From: Deepa Priolkar [mailto:dee...@techmahindra.com]
Sent: Sun 9/12/2010 8:41 PM
To: user@ofbiz.apache.org; user@ofbiz.apache.org
Subject: RE: Ofbiz WorkFlow Engine



Hi,

I forgot to mention that i am getting error after doing the configuration 
mentioned in my last mail,

snippet from the logs

2010-09-12 20:23:29,953 (JbpmScheduler) [DatasourceConnectionProvider.java:55 
:FATAL] Could not find datasource: java:comp/env/jBPM_DS
javax.naming.NamingException: Could not create resource factory instance [Root 
exception is java.lang.InstantiationException: 
org.ofbiz.entity.datasource.GenericHelperDAO]
at 
org.apache.naming.factory.ResourceFactory.getObjectInstance(ResourceFactory.java:102)
at 
javax.naming.spi.NamingManager.getObjectInstance(NamingManager.java:304)
at org.apache.naming.NamingContext.lookup(NamingContext.java:793)
at org.apache.naming.NamingContext.lookup(NamingContext.java:140)
at org.apache.naming.NamingContext.lookup(NamingContext.java:781)
at org.apache.naming.NamingContext.lookup(NamingContext.java:140)
at org.apache.naming.NamingContext.lookup(NamingContext.java:781)
at org.apache.naming.NamingContext.lookup(NamingContext.java:153)
at org.apache.naming.SelectorContext.lookup(SelectorContext.java:137)
at javax.naming.InitialContext.lookup(InitialContext.java:351)
at 
org.hibernate.connection.DatasourceConnectionProvider.configure(DatasourceConnectionProvider.java:52)
at 
org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:124)
at 
org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:56)
at 
org.hibernate.cfg.SettingsFactory.createConnectionProvider(SettingsFactory.java:366)
at 
org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:60)
at 
org.hibernate.cfg.Configuration.buildSettings(Configuration.java:1859)
at 
org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1152)
at 
org.jbpm.persistence.db.DbPersistenceServiceFactory.getSessionFactory(DbPersistenceServiceFactory.java:90)
at 
org.jbpm.persistence.db.DbPersistenceService.getSessionFactory(DbPersistenceService.java:74)
at 
org.jbpm.persistence.db.DbPersistenceService.getSession(DbPersistenceService.java:78)
at 
org.jbpm.persistence.db.DbPersistenceService.getSchedulerSession(DbPersistenceService.java:245)
at org.jbpm.JbpmContext.getSchedulerSession(JbpmContext.java:529)
at 
org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:103)
at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:70)
Caused by: java.lang.InstantiationException: 
org.ofbiz.entity.datasource.GenericHelperDAO
at java.lang.Class.newInstance0(Class.java:335)
at java.lang.Class.newInstance(Class.java:303)
at 
org.apache.naming.factory.ResourceFactory.getObjectInstance(ResourceFactory.java:98)
... 23 more

-Original Message-
From: Deepa Priolkar [mailto:dee...@techmahindra.com]
Sent: Sun 9/12/2010 8:37 PM
To: user@ofbiz.apache.org
Subject: RE: Ofbiz WorkFlow Engine


Hi,

Need some help in JBPM integration, I h

RE: Ofbiz WorkFlow Engine

2010-09-12 Thread Deepa Priolkar
Hi,

I forgot to mention that i am getting error after doing the configuration 
mentioned in my last mail,

snippet from the logs

2010-09-12 20:23:29,953 (JbpmScheduler) [DatasourceConnectionProvider.java:55 
:FATAL] Could not find datasource: java:comp/env/jBPM_DS
javax.naming.NamingException: Could not create resource factory instance [Root 
exception is java.lang.InstantiationException: 
org.ofbiz.entity.datasource.GenericHelperDAO]
at 
org.apache.naming.factory.ResourceFactory.getObjectInstance(ResourceFactory.java:102)
at 
javax.naming.spi.NamingManager.getObjectInstance(NamingManager.java:304)
at org.apache.naming.NamingContext.lookup(NamingContext.java:793)
at org.apache.naming.NamingContext.lookup(NamingContext.java:140)
at org.apache.naming.NamingContext.lookup(NamingContext.java:781)
at org.apache.naming.NamingContext.lookup(NamingContext.java:140)
at org.apache.naming.NamingContext.lookup(NamingContext.java:781)
at org.apache.naming.NamingContext.lookup(NamingContext.java:153)
at org.apache.naming.SelectorContext.lookup(SelectorContext.java:137)
at javax.naming.InitialContext.lookup(InitialContext.java:351)
at 
org.hibernate.connection.DatasourceConnectionProvider.configure(DatasourceConnectionProvider.java:52)
at 
org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:124)
at 
org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:56)
at 
org.hibernate.cfg.SettingsFactory.createConnectionProvider(SettingsFactory.java:366)
at 
org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:60)
at 
org.hibernate.cfg.Configuration.buildSettings(Configuration.java:1859)
at 
org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1152)
at 
org.jbpm.persistence.db.DbPersistenceServiceFactory.getSessionFactory(DbPersistenceServiceFactory.java:90)
at 
org.jbpm.persistence.db.DbPersistenceService.getSessionFactory(DbPersistenceService.java:74)
at 
org.jbpm.persistence.db.DbPersistenceService.getSession(DbPersistenceService.java:78)
at 
org.jbpm.persistence.db.DbPersistenceService.getSchedulerSession(DbPersistenceService.java:245)
at org.jbpm.JbpmContext.getSchedulerSession(JbpmContext.java:529)
at 
org.jbpm.scheduler.impl.SchedulerThread.executeTimers(SchedulerThread.java:103)
at org.jbpm.scheduler.impl.SchedulerThread.run(SchedulerThread.java:70)
Caused by: java.lang.InstantiationException: 
org.ofbiz.entity.datasource.GenericHelperDAO
at java.lang.Class.newInstance0(Class.java:335)
at java.lang.Class.newInstance(Class.java:303)
at 
org.apache.naming.factory.ResourceFactory.getObjectInstance(ResourceFactory.java:98)
... 23 more

-Original Message-
From: Deepa Priolkar [mailto:dee...@techmahindra.com]
Sent: Sun 9/12/2010 8:37 PM
To: user@ofbiz.apache.org
Subject: RE: Ofbiz WorkFlow Engine
 

Hi,

Need some help in JBPM integration, I have followed the steps mentioned in the 
link given below.

Now for the database i want to use derby instead of MySQL...
I have configured following in the context.xml 
(runtime/catalina/conf/context.xml)
   



Please let me know what else i need to configure.. I have configured the 
hibernate.cfg.xml also

 org.hibernate.dialect.DerbyDialect
java:comp/env/jBPM_DS

Regards,
Deepa


-Original Message-
From: jvander...@stromboli.it on behalf of Jeroen van der Wal
Sent: Thu 9/9/2010 5:37 PM
To: user@ofbiz.apache.org
Subject: Re: Ofbiz WorkFlow Engine
 
There's SVn access available. Instructions here:
http://www.langhua.cn/download/ofbiz-jbpm.html

-Jeroen

On Thu, Sep 9, 2010 at 1:24 PM, Deepa Priolkar wrote:

> Hi Shi,
>
> Can you please help me to download the code from the location mentioned
> below? I tried FTP it did not work. Please advice.
>
>
> On 9/7/10 5:51 AM, Shi Jinghai wrote:
> > Here is a OFBiz-jBPM component:
> > http://langhua.org/portal/portal/default/iframe?pageurl=%2Fviewvc%
> > 2Fopensource%2Fofbiz%2Fofbiz-jbpm%2F
> >
> > As Tom has left jboss and go to Alfresco, I'm not sure what's the future
> > of jBPM.
> >
> > OSWorkflow can also work with OFBiz.
> >
> > Personally I like jBPM.
> >
> > Regards,
> >
> > Shi Jinghai/Beijing Langhua Ltd.
> >
> >
> > åo¨ 2010-09-07äºOçs" 14:47 +0530ï¼ODeepa Priolkarå?Té "ï¼s
> >> Hi Varun,
> >>
> >> Yes I am looking for something similar to JBPM, not fullfledge but
> >> atleast it should have the configuration through XML (similar to Shark).
> >> Do we have something like this in Ofbiz integrated? If not, then has
> >> anyone integrated any webflows in Ofbiz? P

RE: Ofbiz WorkFlow Engine

2010-09-12 Thread Deepa Priolkar

Hi,

Need some help in JBPM integration, I have followed the steps mentioned in the 
link given below.

Now for the database i want to use derby instead of MySQL...
I have configured following in the context.xml 
(runtime/catalina/conf/context.xml)
   



Please let me know what else i need to configure.. I have configured the 
hibernate.cfg.xml also

 org.hibernate.dialect.DerbyDialect
java:comp/env/jBPM_DS

Regards,
Deepa


-Original Message-
From: jvander...@stromboli.it on behalf of Jeroen van der Wal
Sent: Thu 9/9/2010 5:37 PM
To: user@ofbiz.apache.org
Subject: Re: Ofbiz WorkFlow Engine
 
There's SVn access available. Instructions here:
http://www.langhua.cn/download/ofbiz-jbpm.html

-Jeroen

On Thu, Sep 9, 2010 at 1:24 PM, Deepa Priolkar wrote:

> Hi Shi,
>
> Can you please help me to download the code from the location mentioned
> below? I tried FTP it did not work. Please advice.
>
>
> On 9/7/10 5:51 AM, Shi Jinghai wrote:
> > Here is a OFBiz-jBPM component:
> > http://langhua.org/portal/portal/default/iframe?pageurl=%2Fviewvc%
> > 2Fopensource%2Fofbiz%2Fofbiz-jbpm%2F
> >
> > As Tom has left jboss and go to Alfresco, I'm not sure what's the future
> > of jBPM.
> >
> > OSWorkflow can also work with OFBiz.
> >
> > Personally I like jBPM.
> >
> > Regards,
> >
> > Shi Jinghai/Beijing Langhua Ltd.
> >
> >
> > åo¨ 2010-09-07äºOçs" 14:47 +0530ï¼ODeepa Priolkarå?Té "ï¼s
> >> Hi Varun,
> >>
> >> Yes I am looking for something similar to JBPM, not fullfledge but
> >> atleast it should have the configuration through XML (similar to Shark).
> >> Do we have something like this in Ofbiz integrated? If not, then has
> >> anyone integrated any webflows in Ofbiz? Please let me know..
> >>
> >> Regards,
> >> Deepa
> >>
> >> -Original Message-
> >> From: varun bhansaly [mailto:vbhans...@gmail.com]
> >> Sent: Tuesday, September 07, 2010 1:38 PM
> >> To: user@ofbiz.apache.org
> >> Subject: Re: Ofbiz WorkFlow Engine
> >>
> >> Hi Deepa,
> >> Are you looking at something like designing the process flow, for eg as
> >> in
> >> jBPM workflow engine&  the process designer ?
> >> Though processes could be implemented using SECAs, EECAs etc.
> >>
> >>
> >> On Tue, Sep 7, 2010 at 1:24 PM, Deepa Priolkar
> >> wrote:
> >>
> >>> Thanks Varun for replying.. I have checked this link but its talking
> >>> about XPDL which actually comes with Shark implementation and in the
> >>> same link they have mentioned that Shark is not yet implemented in
> >>> Ofbiz. The alternative is event based. SO does this mean we don't have
> >>> workflow definition type of design in Ofbiz as of now other then the
> >>> events?
> >>>
> >>> Thanks,
> >>> Deepa
> >>>
> >>> -Original Message-
> >>> From: varun bhansaly [mailto:vbhans...@gmail.com]
> >>> Sent: Monday, September 06, 2010 9:57 PM
> >>> To: user@ofbiz.apache.org
> >>> Subject: Re: Ofbiz WorkFlow Engine
> >>>
> >>> Hi,
> >>> This document might help http://ofbiz.apache.org/docs/workflow.html
> >>>
> >>> On Mon, Sep 6, 2010 at 9:39 PM, Deepa Priolkar
> >>> wrote:
> >>>
> >>>> Hi All,
> >>>>
> >>>>
> >>>>
> >>>> Need some help to know if we have any workflow integrated in ofbiz
> >>> 9.04
> >>>> version?
> >>>>
> >>>> if we already have the workflow is it using xpdl? Is it Shark
> >>> workflow?
> >>>> Please let me know.. need this urgently before i start designing for
> >>> one
> >>>> of my requirement.
> >>>>
> >>>>
> >>>>
> >>>> Appreciate your help.
> >>>>
> >>>>
> >>>> Thanks&  Regards,
> >>>>
> >>>> Deepa
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >> 
> >>> Disclaimer:
> >>>>   This message and the information contained herein is proprietary
> >> and
> >>>> confidential and subject to the Tech 

RE: Ofbiz WorkFlow Engine

2010-09-11 Thread Deepa Priolkar
Hi Shi,

I have checked out the code for the JBPM from the svn, had some queries 
regarding integrating the same with ofbiz.

in one of the steps that is mentioned is 
to Run ofbiz.copy in ??project OFBiz-jBPM and ?OFBiz-HtmlReport, the two 
components will be deployed to ${ofbiz.home}/specialpurpose/jbpm/and 
?${ofbiz.home}/specialpurpose/htmlreport/.

Now here i did not find any script with the name ofbiz.copy, so should i copy 
paste the two projects in specialpurpose manually? 

Regards,
Deepa

-Original Message-
From: BJ Freeman [mailto:bjf...@free-man.net]
Sent: Thu 9/9/2010 6:59 PM
To: user@ofbiz.apache.org
Subject: Re: Ofbiz WorkFlow Engine
 
was able to connect and got to
http://langhua.org/opensource/ofbiz/ofbiz-jbpm/trunk/

=
BJ Freeman  <http://bjfreeman.elance.com>
Strategic Power Office with Supplier Automation  
<http://www.businessesnetwork.com/automation/viewforum.php?f=52>
Specialtymarket.com  <http://www.specialtymarket.com/>
Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man


Shi Jinghai sent the following on 9/9/2010 6:09 AM:
> oh, my fault.
> svn:
> http://langhua.org/opensource/ofbiz/ofbiz-jbpm/
>
> viewvc:
> http://langhua.org/viewvc/opensource/ofbiz/ofbiz-jbpm/
>
>
> ? 2010-09-09?? 16:54 +0530,Deepa Priolkar??:
>> Hi Shi,
>>
>> Can you please help me to download the code from the location mentioned 
>> below? I tried FTP it did not work. Please advice.
>>
>>
>> On 9/7/10 5:51 AM, Shi Jinghai wrote:
>>> Here is a OFBiz-jBPM component:
>>> http://langhua.org/portal/portal/default/iframe?pageurl=%2Fviewvc%
>>> 2Fopensource%2Fofbiz%2Fofbiz-jbpm%2F
>>>
>>> As Tom has left jboss and go to Alfresco, I'm not sure what's the future
>>> of jBPM.
>>>
>>> OSWorkflow can also work with OFBiz.
>>>
>>> Personally I like jBPM.
>>>
>>> Regards,
>>>
>>> Shi Jinghai/Beijing Langhua Ltd.
>>>
>>>
>>> åo¨ 2010-09-07äºOçs" 14:47 +0530ï¼ODeepa Priolkarå?Té"ï¼s
>>>> Hi Varun,
>>>>
>>>> Yes I am looking for something similar to JBPM, not fullfledge but
>>>> atleast it should have the configuration through XML (similar to Shark).
>>>> Do we have something like this in Ofbiz integrated? If not, then has
>>>> anyone integrated any webflows in Ofbiz? Please let me know..
>>>>
>>>> Regards,
>>>> Deepa
>>>>
>>>> -Original Message-
>>>> From: varun bhansaly [mailto:vbhans...@gmail.com]
>>>> Sent: Tuesday, September 07, 2010 1:38 PM
>>>> To: user@ofbiz.apache.org
>>>> Subject: Re: Ofbiz WorkFlow Engine
>>>>
>>>> Hi Deepa,
>>>> Are you looking at something like designing the process flow, for eg as
>>>> in
>>>> jBPM workflow engine&   the process designer ?
>>>> Though processes could be implemented using SECAs, EECAs etc.
>>>>
>>>>
>>>> On Tue, Sep 7, 2010 at 1:24 PM, Deepa Priolkar
>>>> wrote:
>>>>
>>>>> Thanks Varun for replying.. I have checked this link but its talking
>>>>> about XPDL which actually comes with Shark implementation and in the
>>>>> same link they have mentioned that Shark is not yet implemented in
>>>>> Ofbiz. The alternative is event based. SO does this mean we don't have
>>>>> workflow definition type of design in Ofbiz as of now other then the
>>>>> events?
>>>>>
>>>>> Thanks,
>>>>> Deepa
>>>>>
>>>>> -Original Message-
>>>>> From: varun bhansaly [mailto:vbhans...@gmail.com]
>>>>> Sent: Monday, September 06, 2010 9:57 PM
>>>>> To: user@ofbiz.apache.org
>>>>> Subject: Re: Ofbiz WorkFlow Engine
>>>>>
>>>>> Hi,
>>>>> This document might help http://ofbiz.apache.org/docs/workflow.html
>>>>>
>>>>> On Mon, Sep 6, 2010 at 9:39 PM, Deepa Priolkar
>>>>> wrote:
>>>>>
>>>>>> Hi All,
>>>>>>
>>>>>>
>>>>>>
>>>>>> Need some help to know if we have any workflow integrated in ofbiz
>>>>> 9.04
>>>>>> version?
>>>>>>
>>>>>> if we already have the workflow is it using xpdl? Is it Shark
>>>>> workflow?
>

Re: Ofbiz WorkFlow Engine

2010-09-09 Thread BJ Freeman

was able to connect and got to
http://langhua.org/opensource/ofbiz/ofbiz-jbpm/trunk/

=
BJ Freeman  <http://bjfreeman.elance.com>
Strategic Power Office with Supplier Automation  
<http://www.businessesnetwork.com/automation/viewforum.php?f=52>
Specialtymarket.com  <http://www.specialtymarket.com/>
Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man


Shi Jinghai sent the following on 9/9/2010 6:09 AM:

oh, my fault.
svn:
http://langhua.org/opensource/ofbiz/ofbiz-jbpm/

viewvc:
http://langhua.org/viewvc/opensource/ofbiz/ofbiz-jbpm/


在 2010-09-09四的 16:54 +0530,Deepa Priolkar写道:

Hi Shi,

Can you please help me to download the code from the location mentioned below? 
I tried FTP it did not work. Please advice.


On 9/7/10 5:51 AM, Shi Jinghai wrote:

Here is a OFBiz-jBPM component:
http://langhua.org/portal/portal/default/iframe?pageurl=%2Fviewvc%
2Fopensource%2Fofbiz%2Fofbiz-jbpm%2F

As Tom has left jboss and go to Alfresco, I'm not sure what's the future
of jBPM.

OSWorkflow can also work with OFBiz.

Personally I like jBPM.

Regards,

Shi Jinghai/Beijing Langhua Ltd.


在 2010-09-07二的 14:47 +0530,Deepa Priolkar写道:

Hi Varun,

Yes I am looking for something similar to JBPM, not fullfledge but
atleast it should have the configuration through XML (similar to Shark).
Do we have something like this in Ofbiz integrated? If not, then has
anyone integrated any webflows in Ofbiz? Please let me know..

Regards,
Deepa

-Original Message-
From: varun bhansaly [mailto:vbhans...@gmail.com]
Sent: Tuesday, September 07, 2010 1:38 PM
To: user@ofbiz.apache.org
Subject: Re: Ofbiz WorkFlow Engine

Hi Deepa,
Are you looking at something like designing the process flow, for eg as
in
jBPM workflow engine&   the process designer ?
Though processes could be implemented using SECAs, EECAs etc.


On Tue, Sep 7, 2010 at 1:24 PM, Deepa Priolkar
wrote:


Thanks Varun for replying.. I have checked this link but its talking
about XPDL which actually comes with Shark implementation and in the
same link they have mentioned that Shark is not yet implemented in
Ofbiz. The alternative is event based. SO does this mean we don't have
workflow definition type of design in Ofbiz as of now other then the
events?

Thanks,
Deepa

-Original Message-
From: varun bhansaly [mailto:vbhans...@gmail.com]
Sent: Monday, September 06, 2010 9:57 PM
To: user@ofbiz.apache.org
Subject: Re: Ofbiz WorkFlow Engine

Hi,
This document might help http://ofbiz.apache.org/docs/workflow.html

On Mon, Sep 6, 2010 at 9:39 PM, Deepa Priolkar
wrote:


Hi All,



Need some help to know if we have any workflow integrated in ofbiz

9.04

version?

if we already have the workflow is it using xpdl? Is it Shark

workflow?

Please let me know.. need this urgently before i start designing for

one

of my requirement.



Appreciate your help.


Thanks&   Regards,

Deepa










Disclaimer:

   This message and the information contained herein is proprietary

and

confidential and subject to the Tech Mahindra policy statement, you

may

review the policy at
href="http://www.techmahindra.com/Disclaimer.html

">http://www.techmahindra.com/Disclaimer.html   externally and
href="

http://tim.techmahindra.com/Disclaimer.html";>
http://tim.techmahindra.com/Disclaimer.html   internally within

Tech
Mahindra.===

=


--
Regards,
Varun Bhansaly




Disclaimer:

   This message and the information contained herein is proprietary and
confidential and subject to the Tech Mahindra policy statement, you

may

review the policy at
href="http://www.techmahindra.com/Disclaimer.html

">http://www.techmahindra.com/Disclaimer.html   externally and
href="

http://tim.techmahindra.com/Disclaimer.html";>
http://tim.techmahindra.com/Disclaimer.html   internally within Tech


Mahindra.===
=






Disclaimer:
  This message and the information contained herein is proprietary and confidential and subject to the Tech Mahindra policy 
statement, you may review the policy athttp://www.techmahindra.com/Disclaimer.html";>http://www.techmahindra.com/Disclaimer.html  
externally andhttp://tim.techmahindra.com/Disclaimer.html";>http://tim.techmahindra.com/Disclaimer.html  
internally within Tech 
Mahindra.







RE: Ofbiz WorkFlow Engine

2010-09-09 Thread Deepa Priolkar
Hi,

Tried connecting to the SVN, got following error

RA layer request failed
svn: OPTIONS of 'http://langhua.org/opensource/ofbiz/ofbiz-jbpm': could not 
connect to server (http://langhua.org)

-Original Message-
From: Shi Jinghai [mailto:sh...@langhua.cn] 
Sent: Thursday, September 09, 2010 6:39 PM
To: user@ofbiz.apache.org
Subject: RE: Ofbiz WorkFlow Engine

oh, my fault.
svn:
http://langhua.org/opensource/ofbiz/ofbiz-jbpm/

viewvc:
http://langhua.org/viewvc/opensource/ofbiz/ofbiz-jbpm/


在 2010-09-09四的 16:54 +0530,Deepa Priolkar写道:
> Hi Shi,
> 
> Can you please help me to download the code from the location mentioned 
> below? I tried FTP it did not work. Please advice.
> 
> 
> On 9/7/10 5:51 AM, Shi Jinghai wrote:
> > Here is a OFBiz-jBPM component:
> > http://langhua.org/portal/portal/default/iframe?pageurl=%2Fviewvc%
> > 2Fopensource%2Fofbiz%2Fofbiz-jbpm%2F
> >
> > As Tom has left jboss and go to Alfresco, I'm not sure what's the future
> > of jBPM.
> >
> > OSWorkflow can also work with OFBiz.
> >
> > Personally I like jBPM.
> >
> > Regards,
> >
> > Shi Jinghai/Beijing Langhua Ltd.
> >
> >
> > 在 2010-09-07二的 14:47 +0530,Deepa Priolkar写道:
> >> Hi Varun,
> >>
> >> Yes I am looking for something similar to JBPM, not fullfledge but
> >> atleast it should have the configuration through XML (similar to Shark).
> >> Do we have something like this in Ofbiz integrated? If not, then has
> >> anyone integrated any webflows in Ofbiz? Please let me know..
> >>
> >> Regards,
> >> Deepa
> >>
> >> -Original Message-
> >> From: varun bhansaly [mailto:vbhans...@gmail.com]
> >> Sent: Tuesday, September 07, 2010 1:38 PM
> >> To: user@ofbiz.apache.org
> >> Subject: Re: Ofbiz WorkFlow Engine
> >>
> >> Hi Deepa,
> >> Are you looking at something like designing the process flow, for eg as
> >> in
> >> jBPM workflow engine&  the process designer ?
> >> Though processes could be implemented using SECAs, EECAs etc.
> >>
> >>
> >> On Tue, Sep 7, 2010 at 1:24 PM, Deepa Priolkar
> >> wrote:
> >>
> >>> Thanks Varun for replying.. I have checked this link but its talking
> >>> about XPDL which actually comes with Shark implementation and in the
> >>> same link they have mentioned that Shark is not yet implemented in
> >>> Ofbiz. The alternative is event based. SO does this mean we don't have
> >>> workflow definition type of design in Ofbiz as of now other then the
> >>> events?
> >>>
> >>> Thanks,
> >>> Deepa
> >>>
> >>> -Original Message-
> >>> From: varun bhansaly [mailto:vbhans...@gmail.com]
> >>> Sent: Monday, September 06, 2010 9:57 PM
> >>> To: user@ofbiz.apache.org
> >>> Subject: Re: Ofbiz WorkFlow Engine
> >>>
> >>> Hi,
> >>> This document might help http://ofbiz.apache.org/docs/workflow.html
> >>>
> >>> On Mon, Sep 6, 2010 at 9:39 PM, Deepa Priolkar
> >>> wrote:
> >>>
> >>>> Hi All,
> >>>>
> >>>>
> >>>>
> >>>> Need some help to know if we have any workflow integrated in ofbiz
> >>> 9.04
> >>>> version?
> >>>>
> >>>> if we already have the workflow is it using xpdl? Is it Shark
> >>> workflow?
> >>>> Please let me know.. need this urgently before i start designing for
> >>> one
> >>>> of my requirement.
> >>>>
> >>>>
> >>>>
> >>>> Appreciate your help.
> >>>>
> >>>>
> >>>> Thanks&  Regards,
> >>>>
> >>>> Deepa
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >> 
> >>> Disclaimer:
> >>>>   This message and the information contained herein is proprietary
> >> and
> >>>> confidential and subject to the Tech Mahindra policy stateme

RE: Ofbiz WorkFlow Engine

2010-09-09 Thread Shi Jinghai
oh, my fault.
svn:
http://langhua.org/opensource/ofbiz/ofbiz-jbpm/

viewvc:
http://langhua.org/viewvc/opensource/ofbiz/ofbiz-jbpm/


在 2010-09-09四的 16:54 +0530,Deepa Priolkar写道:
> Hi Shi,
> 
> Can you please help me to download the code from the location mentioned 
> below? I tried FTP it did not work. Please advice.
> 
> 
> On 9/7/10 5:51 AM, Shi Jinghai wrote:
> > Here is a OFBiz-jBPM component:
> > http://langhua.org/portal/portal/default/iframe?pageurl=%2Fviewvc%
> > 2Fopensource%2Fofbiz%2Fofbiz-jbpm%2F
> >
> > As Tom has left jboss and go to Alfresco, I'm not sure what's the future
> > of jBPM.
> >
> > OSWorkflow can also work with OFBiz.
> >
> > Personally I like jBPM.
> >
> > Regards,
> >
> > Shi Jinghai/Beijing Langhua Ltd.
> >
> >
> > 在 2010-09-07二的 14:47 +0530,Deepa Priolkar写道:
> >> Hi Varun,
> >>
> >> Yes I am looking for something similar to JBPM, not fullfledge but
> >> atleast it should have the configuration through XML (similar to Shark).
> >> Do we have something like this in Ofbiz integrated? If not, then has
> >> anyone integrated any webflows in Ofbiz? Please let me know..
> >>
> >> Regards,
> >> Deepa
> >>
> >> -Original Message-
> >> From: varun bhansaly [mailto:vbhans...@gmail.com]
> >> Sent: Tuesday, September 07, 2010 1:38 PM
> >> To: user@ofbiz.apache.org
> >> Subject: Re: Ofbiz WorkFlow Engine
> >>
> >> Hi Deepa,
> >> Are you looking at something like designing the process flow, for eg as
> >> in
> >> jBPM workflow engine&  the process designer ?
> >> Though processes could be implemented using SECAs, EECAs etc.
> >>
> >>
> >> On Tue, Sep 7, 2010 at 1:24 PM, Deepa Priolkar
> >> wrote:
> >>
> >>> Thanks Varun for replying.. I have checked this link but its talking
> >>> about XPDL which actually comes with Shark implementation and in the
> >>> same link they have mentioned that Shark is not yet implemented in
> >>> Ofbiz. The alternative is event based. SO does this mean we don't have
> >>> workflow definition type of design in Ofbiz as of now other then the
> >>> events?
> >>>
> >>> Thanks,
> >>> Deepa
> >>>
> >>> -Original Message-
> >>> From: varun bhansaly [mailto:vbhans...@gmail.com]
> >>> Sent: Monday, September 06, 2010 9:57 PM
> >>> To: user@ofbiz.apache.org
> >>> Subject: Re: Ofbiz WorkFlow Engine
> >>>
> >>> Hi,
> >>> This document might help http://ofbiz.apache.org/docs/workflow.html
> >>>
> >>> On Mon, Sep 6, 2010 at 9:39 PM, Deepa Priolkar
> >>> wrote:
> >>>
> >>>> Hi All,
> >>>>
> >>>>
> >>>>
> >>>> Need some help to know if we have any workflow integrated in ofbiz
> >>> 9.04
> >>>> version?
> >>>>
> >>>> if we already have the workflow is it using xpdl? Is it Shark
> >>> workflow?
> >>>> Please let me know.. need this urgently before i start designing for
> >>> one
> >>>> of my requirement.
> >>>>
> >>>>
> >>>>
> >>>> Appreciate your help.
> >>>>
> >>>>
> >>>> Thanks&  Regards,
> >>>>
> >>>> Deepa
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >> 
> >>> Disclaimer:
> >>>>   This message and the information contained herein is proprietary
> >> and
> >>>> confidential and subject to the Tech Mahindra policy statement, you
> >>> may
> >>>> review the policy at >>> href="http://www.techmahindra.com/Disclaimer.html
> >>>> ">http://www.techmahindra.com/Disclaimer.html  externally and >>> href="
> >>>> http://tim.techmahindra.com/Disclaimer.html";>
> >>>> http://tim.techmahindra.com/Disclaimer.html  internally within
> >> Tech
> >> Mahindra.===
> >>> ===

Re: Ofbiz WorkFlow Engine

2010-09-09 Thread Jeroen van der Wal
There's SVn access available. Instructions here:
http://www.langhua.cn/download/ofbiz-jbpm.html

-Jeroen

On Thu, Sep 9, 2010 at 1:24 PM, Deepa Priolkar wrote:

> Hi Shi,
>
> Can you please help me to download the code from the location mentioned
> below? I tried FTP it did not work. Please advice.
>
>
> On 9/7/10 5:51 AM, Shi Jinghai wrote:
> > Here is a OFBiz-jBPM component:
> > http://langhua.org/portal/portal/default/iframe?pageurl=%2Fviewvc%
> > 2Fopensource%2Fofbiz%2Fofbiz-jbpm%2F
> >
> > As Tom has left jboss and go to Alfresco, I'm not sure what's the future
> > of jBPM.
> >
> > OSWorkflow can also work with OFBiz.
> >
> > Personally I like jBPM.
> >
> > Regards,
> >
> > Shi Jinghai/Beijing Langhua Ltd.
> >
> >
> > 在 2010-09-07二的 14:47 +0530,Deepa Priolkarå†™é “ï¼š
> >> Hi Varun,
> >>
> >> Yes I am looking for something similar to JBPM, not fullfledge but
> >> atleast it should have the configuration through XML (similar to Shark).
> >> Do we have something like this in Ofbiz integrated? If not, then has
> >> anyone integrated any webflows in Ofbiz? Please let me know..
> >>
> >> Regards,
> >> Deepa
> >>
> >> -Original Message-
> >> From: varun bhansaly [mailto:vbhans...@gmail.com]
> >> Sent: Tuesday, September 07, 2010 1:38 PM
> >> To: user@ofbiz.apache.org
> >> Subject: Re: Ofbiz WorkFlow Engine
> >>
> >> Hi Deepa,
> >> Are you looking at something like designing the process flow, for eg as
> >> in
> >> jBPM workflow engine&  the process designer ?
> >> Though processes could be implemented using SECAs, EECAs etc.
> >>
> >>
> >> On Tue, Sep 7, 2010 at 1:24 PM, Deepa Priolkar
> >> wrote:
> >>
> >>> Thanks Varun for replying.. I have checked this link but its talking
> >>> about XPDL which actually comes with Shark implementation and in the
> >>> same link they have mentioned that Shark is not yet implemented in
> >>> Ofbiz. The alternative is event based. SO does this mean we don't have
> >>> workflow definition type of design in Ofbiz as of now other then the
> >>> events?
> >>>
> >>> Thanks,
> >>> Deepa
> >>>
> >>> -Original Message-
> >>> From: varun bhansaly [mailto:vbhans...@gmail.com]
> >>> Sent: Monday, September 06, 2010 9:57 PM
> >>> To: user@ofbiz.apache.org
> >>> Subject: Re: Ofbiz WorkFlow Engine
> >>>
> >>> Hi,
> >>> This document might help http://ofbiz.apache.org/docs/workflow.html
> >>>
> >>> On Mon, Sep 6, 2010 at 9:39 PM, Deepa Priolkar
> >>> wrote:
> >>>
> >>>> Hi All,
> >>>>
> >>>>
> >>>>
> >>>> Need some help to know if we have any workflow integrated in ofbiz
> >>> 9.04
> >>>> version?
> >>>>
> >>>> if we already have the workflow is it using xpdl? Is it Shark
> >>> workflow?
> >>>> Please let me know.. need this urgently before i start designing for
> >>> one
> >>>> of my requirement.
> >>>>
> >>>>
> >>>>
> >>>> Appreciate your help.
> >>>>
> >>>>
> >>>> Thanks&  Regards,
> >>>>
> >>>> Deepa
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >> 
> >>> Disclaimer:
> >>>>   This message and the information contained herein is proprietary
> >> and
> >>>> confidential and subject to the Tech Mahindra policy statement, you
> >>> may
> >>>> review the policy at >>> href="http://www.techmahindra.com/Disclaimer.html
> >>>> ">http://www.techmahindra.com/Disclaimer.html  externally and >>> href="
> >>>> http://tim.techmahindra.com/Disclaimer.html";>
> >>>> http://tim.techmahindra.com/Disclaimer.html  internally within
> >> Tech
> >> Mahindra.===
> >>> =
> &

RE: Ofbiz WorkFlow Engine

2010-09-09 Thread Deepa Priolkar
Hi Shi,

Can you please help me to download the code from the location mentioned below? 
I tried FTP it did not work. Please advice.


On 9/7/10 5:51 AM, Shi Jinghai wrote:
> Here is a OFBiz-jBPM component:
> http://langhua.org/portal/portal/default/iframe?pageurl=%2Fviewvc%
> 2Fopensource%2Fofbiz%2Fofbiz-jbpm%2F
>
> As Tom has left jboss and go to Alfresco, I'm not sure what's the future
> of jBPM.
>
> OSWorkflow can also work with OFBiz.
>
> Personally I like jBPM.
>
> Regards,
>
> Shi Jinghai/Beijing Langhua Ltd.
>
>
> 在 2010-09-07二的 14:47 +0530,Deepa Priolkar写道:
>> Hi Varun,
>>
>> Yes I am looking for something similar to JBPM, not fullfledge but
>> atleast it should have the configuration through XML (similar to Shark).
>> Do we have something like this in Ofbiz integrated? If not, then has
>> anyone integrated any webflows in Ofbiz? Please let me know..
>>
>> Regards,
>> Deepa
>>
>> -Original Message-
>> From: varun bhansaly [mailto:vbhans...@gmail.com]
>> Sent: Tuesday, September 07, 2010 1:38 PM
>> To: user@ofbiz.apache.org
>> Subject: Re: Ofbiz WorkFlow Engine
>>
>> Hi Deepa,
>> Are you looking at something like designing the process flow, for eg as
>> in
>> jBPM workflow engine&  the process designer ?
>> Though processes could be implemented using SECAs, EECAs etc.
>>
>>
>> On Tue, Sep 7, 2010 at 1:24 PM, Deepa Priolkar
>> wrote:
>>
>>> Thanks Varun for replying.. I have checked this link but its talking
>>> about XPDL which actually comes with Shark implementation and in the
>>> same link they have mentioned that Shark is not yet implemented in
>>> Ofbiz. The alternative is event based. SO does this mean we don't have
>>> workflow definition type of design in Ofbiz as of now other then the
>>> events?
>>>
>>> Thanks,
>>> Deepa
>>>
>>> -Original Message-
>>> From: varun bhansaly [mailto:vbhans...@gmail.com]
>>> Sent: Monday, September 06, 2010 9:57 PM
>>> To: user@ofbiz.apache.org
>>> Subject: Re: Ofbiz WorkFlow Engine
>>>
>>> Hi,
>>> This document might help http://ofbiz.apache.org/docs/workflow.html
>>>
>>> On Mon, Sep 6, 2010 at 9:39 PM, Deepa Priolkar
>>> wrote:
>>>
>>>> Hi All,
>>>>
>>>>
>>>>
>>>> Need some help to know if we have any workflow integrated in ofbiz
>>> 9.04
>>>> version?
>>>>
>>>> if we already have the workflow is it using xpdl? Is it Shark
>>> workflow?
>>>> Please let me know.. need this urgently before i start designing for
>>> one
>>>> of my requirement.
>>>>
>>>>
>>>>
>>>> Appreciate your help.
>>>>
>>>>
>>>> Thanks&  Regards,
>>>>
>>>> Deepa
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>> 
>>> Disclaimer:
>>>>   This message and the information contained herein is proprietary
>> and
>>>> confidential and subject to the Tech Mahindra policy statement, you
>>> may
>>>> review the policy at>> href="http://www.techmahindra.com/Disclaimer.html
>>>> ">http://www.techmahindra.com/Disclaimer.html  externally and>> href="
>>>> http://tim.techmahindra.com/Disclaimer.html";>
>>>> http://tim.techmahindra.com/Disclaimer.html  internally within
>> Tech
>> Mahindra.===
>>> =
>>>
>>>
>>> --
>>> Regards,
>>> Varun Bhansaly
>>>
>>>
>> 
>> Disclaimer:
>>>   This message and the information contained herein is proprietary and
>>> confidential and subject to the Tech Mahindra policy statement, you
>> may
>>> review the policy at> href="http://www.techmahindra.com/Disclaimer.html
>>> ">http://www.techmahindra.com/Disclaimer.html  externally and> href="
>>> http://tim.techmahindra.com/Disclaimer.html";>
>>> http://tim.techmahindra.com/Disclaimer.html  internally within Tech
>>>
>> Mahindra.===
>> =
>>
>>
>

Disclaimer:
  This message and the information contained herein is proprietary and 
confidential and subject to the Tech Mahindra policy statement, you may review 
the policy at http://www.techmahindra.com/Disclaimer.html";>http://www.techmahindra.com/Disclaimer.html
 externally and http://tim.techmahindra.com/Disclaimer.html";>http://tim.techmahindra.com/Disclaimer.html
 internally within Tech 
Mahindra.

Re: Ofbiz WorkFlow Engine

2010-09-08 Thread Jacques Le Roux

The book page is a nightmare, Confluence is messing it and it always goes off 
the rails :/ (bottom of the page)
I will see that later...

Jacques

From: "Jacques Le Roux" 

Hi Ruth,

I was contacted by Julian Copes, it's done for the wiki. 5% of the sales will go to the ASF as for the previous (and 1st) book on 
OFBiz by Packt. I have also updated things a bit to be more accurate (authors mostly).


Jacques

From: "Ruth Hoffman" 

 Hi Shi:

Actually, it wasn't me who did that... at least not directly. This was an effort I did for a client several years ago. My client 
may have added it back to OSWorkflow but I didn't.


As for the book - well its really up to PACKT. I finished up the final draft edits a few weeks ago. PACKT told me that they were 
getting ready to send it off to their publisher last week. I'm not sure what the turn around time is. I guess if its not 
considered too much of an advertisement, I'll make an announcement on this list as soon as they tell me its ready.


Regards,
Ruth

On 9/7/10 9:40 AM, Shi Jinghai wrote:

Hi Ruth,

Oh it's you. I saw the code in OSWorkflow on OFBiz integration and
wonder who did it.

Yes, it's not difficult to do such integration. jBPM is in LGPL, so the
integration is not be able to contribute into OFBiz.

BTW, I'm eager to read your book, but it's still pre-order. When will it
come out?
https://www.packtpub.com/apache-of-biz-cookbook-effective-recipes-for-of-biz/book

Regards,

Shi Jinghai/Beijing Langhua Ltd.

在 2010-09-07二的 08:46 -0400,Ruth Hoffman写�:

Hi Shi:
You just reminded me of something I did several years ago: I integrated
OSWorkflow w/OFBiz. I did it mainly to test another application that was
based on OSWorkflow.

Anyhow, I don't recall it being a very difficult task.

Regards,
Ruth

On 9/7/10 5:51 AM, Shi Jinghai wrote:

Here is a OFBiz-jBPM component:
http://langhua.org/portal/portal/default/iframe?pageurl=%2Fviewvc%
2Fopensource%2Fofbiz%2Fofbiz-jbpm%2F

As Tom has left jboss and go to Alfresco, I'm not sure what's the future
of jBPM.

OSWorkflow can also work with OFBiz.

Personally I like jBPM.

Regards,

Shi Jinghai/Beijing Langhua Ltd.


在 2010-09-07二的 14:47 +0530,Deepa Priolkarå†
™é“:

Hi Varun,

Yes I am looking for something similar to JBPM, not fullfledge but
atleast it should have the configuration through XML (similar to Shark).
Do we have something like this in Ofbiz integrated? If not, then has
anyone integrated any webflows in Ofbiz? Please let me know..

Regards,
Deepa

-Original Message-
From: varun bhansaly [mailto:vbhans...@gmail.com]
Sent: Tuesday, September 07, 2010 1:38 PM
To: user@ofbiz.apache.org
Subject: Re: Ofbiz WorkFlow Engine

Hi Deepa,
Are you looking at something like designing the process flow, for eg as
in
jBPM workflow engine&   the process designer ?
Though processes could be implemented using SECAs, EECAs etc.


On Tue, Sep 7, 2010 at 1:24 PM, Deepa Priolkar
wrote:


Thanks Varun for replying.. I have checked this link but its talking
about XPDL which actually comes with Shark implementation and in the
same link they have mentioned that Shark is not yet implemented in
Ofbiz. The alternative is event based. SO does this mean we don't have
workflow definition type of design in Ofbiz as of now other then the
events?

Thanks,
Deepa

-Original Message-
From: varun bhansaly [mailto:vbhans...@gmail.com]
Sent: Monday, September 06, 2010 9:57 PM
To: user@ofbiz.apache.org
Subject: Re: Ofbiz WorkFlow Engine

Hi,
This document might help http://ofbiz.apache.org/docs/workflow.html

On Mon, Sep 6, 2010 at 9:39 PM, Deepa Priolkar
wrote:


Hi All,



Need some help to know if we have any workflow integrated in ofbiz

9.04

version?

if we already have the workflow is it using xpdl? Is it Shark

workflow?

Please let me know.. need this urgently before i start designing for

one

of my requirement.



Appreciate your help.


Thanks&   Regards,

Deepa










Disclaimer:

   This message and the information contained herein is proprietary

and

confidential and subject to the Tech Mahindra policy statement, you

may

review the policy at
href="http://www.techmahindra.com/Disclaimer.html

">http://www.techmahindra.com/Disclaimer.html   externally and
href="

http://tim.techmahindra.com/Disclaimer.html";>
http://tim.techmahindra.com/Disclaimer.html   internally within

Tech
Mahindra.===

=


--
Regards,
Varun Bhansaly




Disclaimer:

   This message and the information contained h

Re: Ofbiz WorkFlow Engine

2010-09-08 Thread Ruth Hoffman

 Hi Jacques:

I also got an email early this morning that the book has made it through 
the (physical) publishing stage. From the information sent to me, it 
wasn't clear that it was actually available for purchase. But, I guess 
it is!


Thanks for doing this.

BTW, do you have Julian's contact info. (I'd like to talk to him about 
doing something at ApacheCon to help promote OFBiz and the book(s)).


Regards,
Ruth

On 9/8/10 10:56 AM, Jacques Le Roux wrote:

Hi Ruth,

I was contacted by Julian Copes, it's done for the wiki. 5% of the 
sales will go to the ASF as for the previous (and 1st) book on OFBiz 
by Packt. I have also updated things a bit to be more accurate 
(authors mostly).


Jacques

From: "Ruth Hoffman" 

Hi Shi:

Actually, it wasn't me who did that... at least not directly. This 
was an effort I did for a client several years ago. My client may 
have added it back to OSWorkflow but I didn't.


As for the book - well its really up to PACKT. I finished up the 
final draft edits a few weeks ago. PACKT told me that they were 
getting ready to send it off to their publisher last week. I'm not 
sure what the turn around time is. I guess if its not considered too 
much of an advertisement, I'll make an announcement on this list as 
soon as they tell me its ready.


Regards,
Ruth

On 9/7/10 9:40 AM, Shi Jinghai wrote:

Hi Ruth,

Oh it's you. I saw the code in OSWorkflow on OFBiz integration and
wonder who did it.

Yes, it's not difficult to do such integration. jBPM is in LGPL, so the
integration is not be able to contribute into OFBiz.

BTW, I'm eager to read your book, but it's still pre-order. When 
will it

come out?
https://www.packtpub.com/apache-of-biz-cookbook-effective-recipes-for-of-biz/book 



Regards,

Shi Jinghai/Beijing Langhua Ltd.

在 2010-09-07二的 08:46 -0400,Ruth Hoffman写�:

Hi Shi:
You just reminded me of something I did several years ago: I 
integrated
OSWorkflow w/OFBiz. I did it mainly to test another application 
that was

based on OSWorkflow.

Anyhow, I don't recall it being a very difficult task.

Regards,
Ruth

On 9/7/10 5:51 AM, Shi Jinghai wrote:

Here is a OFBiz-jBPM component:
http://langhua.org/portal/portal/default/iframe?pageurl=%2Fviewvc%
2Fopensource%2Fofbiz%2Fofbiz-jbpm%2F

As Tom has left jboss and go to Alfresco, I'm not sure what's the 
future

of jBPM.

OSWorkflow can also work with OFBiz.

Personally I like jBPM.

Regards,

Shi Jinghai/Beijing Langhua Ltd.


在 2010-09-07二的 14:47 +0530,Deepa Priolkarå†
™é“:

Hi Varun,

Yes I am looking for something similar to JBPM, not fullfledge but
atleast it should have the configuration through XML (similar to 
Shark).

Do we have something like this in Ofbiz integrated? If not, then has
anyone integrated any webflows in Ofbiz? Please let me know..

Regards,
Deepa

-Original Message-
From: varun bhansaly [mailto:vbhans...@gmail.com]
Sent: Tuesday, September 07, 2010 1:38 PM
To: user@ofbiz.apache.org
Subject: Re: Ofbiz WorkFlow Engine

Hi Deepa,
Are you looking at something like designing the process flow, for 
eg as

in
jBPM workflow engine& the process designer ?
Though processes could be implemented using SECAs, EECAs etc.


On Tue, Sep 7, 2010 at 1:24 PM, Deepa Priolkar
wrote:

Thanks Varun for replying.. I have checked this link but its 
talking
about XPDL which actually comes with Shark implementation and in 
the

same link they have mentioned that Shark is not yet implemented in
Ofbiz. The alternative is event based. SO does this mean we 
don't have
workflow definition type of design in Ofbiz as of now other then 
the

events?

Thanks,
Deepa

-Original Message-
From: varun bhansaly [mailto:vbhans...@gmail.com]
Sent: Monday, September 06, 2010 9:57 PM
To: user@ofbiz.apache.org
Subject: Re: Ofbiz WorkFlow Engine

Hi,
This document might help http://ofbiz.apache.org/docs/workflow.html

On Mon, Sep 6, 2010 at 9:39 PM, Deepa Priolkar
wrote:


Hi All,



Need some help to know if we have any workflow integrated in ofbiz

9.04

version?

if we already have the workflow is it using xpdl? Is it Shark

workflow?
Please let me know.. need this urgently before i start 
designing for

one

of my requirement.



Appreciate your help.


Thanks& Regards,

Deepa







 


Disclaimer:

This message and the information contained herein is proprietary

and
confidential and subject to the Tech Mahindra policy statement, 
you

may

review the policy at
href="http://www.techmahindra.com/Disclaimer.html

">http://www.techmahindra.com/Disclaimer.html externally and
href="

http://tim.techmahindra.com/Disclaimer.html";>
http://tim.techmahindra.com/Disclaimer.html internally within

Tech
Mahindra.=

Re: Ofbiz WorkFlow Engine

2010-09-08 Thread Jacques Le Roux

Hi Ruth,

I was contacted by Julian Copes, it's done for the wiki. 5% of the sales will go to the ASF as for the previous (and 1st) book on 
OFBiz by Packt. I have also updated things a bit to be more accurate (authors mostly).


Jacques

From: "Ruth Hoffman" 

 Hi Shi:

Actually, it wasn't me who did that... at least not directly. This was an effort I did for a client several years ago. My client 
may have added it back to OSWorkflow but I didn't.


As for the book - well its really up to PACKT. I finished up the final draft edits a few weeks ago. PACKT told me that they were 
getting ready to send it off to their publisher last week. I'm not sure what the turn around time is. I guess if its not 
considered too much of an advertisement, I'll make an announcement on this list as soon as they tell me its ready.


Regards,
Ruth

On 9/7/10 9:40 AM, Shi Jinghai wrote:

Hi Ruth,

Oh it's you. I saw the code in OSWorkflow on OFBiz integration and
wonder who did it.

Yes, it's not difficult to do such integration. jBPM is in LGPL, so the
integration is not be able to contribute into OFBiz.

BTW, I'm eager to read your book, but it's still pre-order. When will it
come out?
https://www.packtpub.com/apache-of-biz-cookbook-effective-recipes-for-of-biz/book

Regards,

Shi Jinghai/Beijing Langhua Ltd.

在 2010-09-07二的 08:46 -0400,Ruth Hoffman写�:

Hi Shi:
You just reminded me of something I did several years ago: I integrated
OSWorkflow w/OFBiz. I did it mainly to test another application that was
based on OSWorkflow.

Anyhow, I don't recall it being a very difficult task.

Regards,
Ruth

On 9/7/10 5:51 AM, Shi Jinghai wrote:

Here is a OFBiz-jBPM component:
http://langhua.org/portal/portal/default/iframe?pageurl=%2Fviewvc%
2Fopensource%2Fofbiz%2Fofbiz-jbpm%2F

As Tom has left jboss and go to Alfresco, I'm not sure what's the future
of jBPM.

OSWorkflow can also work with OFBiz.

Personally I like jBPM.

Regards,

Shi Jinghai/Beijing Langhua Ltd.


在 2010-09-07二的 14:47 +0530,Deepa Priolkarå†
™é“:

Hi Varun,

Yes I am looking for something similar to JBPM, not fullfledge but
atleast it should have the configuration through XML (similar to Shark).
Do we have something like this in Ofbiz integrated? If not, then has
anyone integrated any webflows in Ofbiz? Please let me know..

Regards,
Deepa

-Original Message-
From: varun bhansaly [mailto:vbhans...@gmail.com]
Sent: Tuesday, September 07, 2010 1:38 PM
To: user@ofbiz.apache.org
Subject: Re: Ofbiz WorkFlow Engine

Hi Deepa,
Are you looking at something like designing the process flow, for eg as
in
jBPM workflow engine&   the process designer ?
Though processes could be implemented using SECAs, EECAs etc.


On Tue, Sep 7, 2010 at 1:24 PM, Deepa Priolkar
wrote:


Thanks Varun for replying.. I have checked this link but its talking
about XPDL which actually comes with Shark implementation and in the
same link they have mentioned that Shark is not yet implemented in
Ofbiz. The alternative is event based. SO does this mean we don't have
workflow definition type of design in Ofbiz as of now other then the
events?

Thanks,
Deepa

-Original Message-
From: varun bhansaly [mailto:vbhans...@gmail.com]
Sent: Monday, September 06, 2010 9:57 PM
To: user@ofbiz.apache.org
Subject: Re: Ofbiz WorkFlow Engine

Hi,
This document might help http://ofbiz.apache.org/docs/workflow.html

On Mon, Sep 6, 2010 at 9:39 PM, Deepa Priolkar
wrote:


Hi All,



Need some help to know if we have any workflow integrated in ofbiz

9.04

version?

if we already have the workflow is it using xpdl? Is it Shark

workflow?

Please let me know.. need this urgently before i start designing for

one

of my requirement.



Appreciate your help.


Thanks&   Regards,

Deepa










Disclaimer:

   This message and the information contained herein is proprietary

and

confidential and subject to the Tech Mahindra policy statement, you

may

review the policy at
href="http://www.techmahindra.com/Disclaimer.html

">http://www.techmahindra.com/Disclaimer.html   externally and
href="

http://tim.techmahindra.com/Disclaimer.html";>
http://tim.techmahindra.com/Disclaimer.html   internally within

Tech
Mahindra.===

=


--
Regards,
Varun Bhansaly




Disclaimer:

   This message and the information contained herein is proprietary and
confidential and subject to the Tech Mahindra policy statement, you

may

review the policy at
href="http://www.techmahindra.com/Disclaimer.html

"&g

RE: Ofbiz WorkFlow Engine

2010-09-08 Thread Deepa Priolkar
Thanks everyone for the quick replies :) 

-Original Message-
From: Ruth Hoffman [mailto:rhoff...@aesolves.com] 
Sent: Tuesday, September 07, 2010 7:33 PM
To: user@ofbiz.apache.org
Subject: Re: Ofbiz WorkFlow Engine


  Hi Shi:

Actually, it wasn't me who did that... at least not directly. This was 
an effort I did for a client several years ago. My client may have added 
it back to OSWorkflow but I didn't.

As for the book - well its really up to PACKT. I finished up the final 
draft edits a few weeks ago. PACKT told me that they were getting ready 
to send it off to their publisher last week. I'm not sure what the turn 
around time is. I guess if its not considered too much of an 
advertisement, I'll make an announcement on this list as soon as they 
tell me its ready.

Regards,
Ruth

On 9/7/10 9:40 AM, Shi Jinghai wrote:
> Hi Ruth,
>
> Oh it's you. I saw the code in OSWorkflow on OFBiz integration and
> wonder who did it.
>
> Yes, it's not difficult to do such integration. jBPM is in LGPL, so the
> integration is not be able to contribute into OFBiz.
>
> BTW, I'm eager to read your book, but it's still pre-order. When will it
> come out?
> https://www.packtpub.com/apache-of-biz-cookbook-effective-recipes-for-of-biz/book
>
> Regards,
>
> Shi Jinghai/Beijing Langhua Ltd.
>
> 在 2010-09-07二的 08:46 -0400,Ruth Hoffman写道:
>> Hi Shi:
>> You just reminded me of something I did several years ago: I integrated
>> OSWorkflow w/OFBiz. I did it mainly to test another application that was
>> based on OSWorkflow.
>>
>> Anyhow, I don't recall it being a very difficult task.
>>
>> Regards,
>> Ruth
>>
>> On 9/7/10 5:51 AM, Shi Jinghai wrote:
>>> Here is a OFBiz-jBPM component:
>>> http://langhua.org/portal/portal/default/iframe?pageurl=%2Fviewvc%
>>> 2Fopensource%2Fofbiz%2Fofbiz-jbpm%2F
>>>
>>> As Tom has left jboss and go to Alfresco, I'm not sure what's the future
>>> of jBPM.
>>>
>>> OSWorkflow can also work with OFBiz.
>>>
>>> Personally I like jBPM.
>>>
>>> Regards,
>>>
>>> Shi Jinghai/Beijing Langhua Ltd.
>>>
>>>
>>> 在 2010-09-07二的 14:47 +0530,Deepa Priolkarå†
>>> ™é“:
>>>> Hi Varun,
>>>>
>>>> Yes I am looking for something similar to JBPM, not fullfledge but
>>>> atleast it should have the configuration through XML (similar to Shark).
>>>> Do we have something like this in Ofbiz integrated? If not, then has
>>>> anyone integrated any webflows in Ofbiz? Please let me know..
>>>>
>>>> Regards,
>>>> Deepa
>>>>
>>>> -Original Message-
>>>> From: varun bhansaly [mailto:vbhans...@gmail.com]
>>>> Sent: Tuesday, September 07, 2010 1:38 PM
>>>> To: user@ofbiz.apache.org
>>>> Subject: Re: Ofbiz WorkFlow Engine
>>>>
>>>> Hi Deepa,
>>>> Are you looking at something like designing the process flow, for eg as
>>>> in
>>>> jBPM workflow engine&   the process designer ?
>>>> Though processes could be implemented using SECAs, EECAs etc.
>>>>
>>>>
>>>> On Tue, Sep 7, 2010 at 1:24 PM, Deepa Priolkar
>>>> wrote:
>>>>
>>>>> Thanks Varun for replying.. I have checked this link but its talking
>>>>> about XPDL which actually comes with Shark implementation and in the
>>>>> same link they have mentioned that Shark is not yet implemented in
>>>>> Ofbiz. The alternative is event based. SO does this mean we don't have
>>>>> workflow definition type of design in Ofbiz as of now other then the
>>>>> events?
>>>>>
>>>>> Thanks,
>>>>> Deepa
>>>>>
>>>>> -Original Message-
>>>>> From: varun bhansaly [mailto:vbhans...@gmail.com]
>>>>> Sent: Monday, September 06, 2010 9:57 PM
>>>>> To: user@ofbiz.apache.org
>>>>> Subject: Re: Ofbiz WorkFlow Engine
>>>>>
>>>>> Hi,
>>>>> This document might help http://ofbiz.apache.org/docs/workflow.html
>>>>>
>>>>> On Mon, Sep 6, 2010 at 9:39 PM, Deepa Priolkar
>>>>> wrote:
>>>>>
>>>>>> Hi All,
>>>>>>
>>>>>>
>>>>>>
>>>>>> Need some 

Re: Ofbiz WorkFlow Engine

2010-09-07 Thread Ruth Hoffman

 Hi Shi:

Actually, it wasn't me who did that... at least not directly. This was 
an effort I did for a client several years ago. My client may have added 
it back to OSWorkflow but I didn't.


As for the book - well its really up to PACKT. I finished up the final 
draft edits a few weeks ago. PACKT told me that they were getting ready 
to send it off to their publisher last week. I'm not sure what the turn 
around time is. I guess if its not considered too much of an 
advertisement, I'll make an announcement on this list as soon as they 
tell me its ready.


Regards,
Ruth

On 9/7/10 9:40 AM, Shi Jinghai wrote:

Hi Ruth,

Oh it's you. I saw the code in OSWorkflow on OFBiz integration and
wonder who did it.

Yes, it's not difficult to do such integration. jBPM is in LGPL, so the
integration is not be able to contribute into OFBiz.

BTW, I'm eager to read your book, but it's still pre-order. When will it
come out?
https://www.packtpub.com/apache-of-biz-cookbook-effective-recipes-for-of-biz/book

Regards,

Shi Jinghai/Beijing Langhua Ltd.

在 2010-09-07二的 08:46 -0400,Ruth Hoffman写�:

Hi Shi:
You just reminded me of something I did several years ago: I integrated
OSWorkflow w/OFBiz. I did it mainly to test another application that was
based on OSWorkflow.

Anyhow, I don't recall it being a very difficult task.

Regards,
Ruth

On 9/7/10 5:51 AM, Shi Jinghai wrote:

Here is a OFBiz-jBPM component:
http://langhua.org/portal/portal/default/iframe?pageurl=%2Fviewvc%
2Fopensource%2Fofbiz%2Fofbiz-jbpm%2F

As Tom has left jboss and go to Alfresco, I'm not sure what's the future
of jBPM.

OSWorkflow can also work with OFBiz.

Personally I like jBPM.

Regards,

Shi Jinghai/Beijing Langhua Ltd.


在 2010-09-07二的 14:47 +0530,Deepa Priolkarå†
™é“:

Hi Varun,

Yes I am looking for something similar to JBPM, not fullfledge but
atleast it should have the configuration through XML (similar to Shark).
Do we have something like this in Ofbiz integrated? If not, then has
anyone integrated any webflows in Ofbiz? Please let me know..

Regards,
Deepa

-Original Message-
From: varun bhansaly [mailto:vbhans...@gmail.com]
Sent: Tuesday, September 07, 2010 1:38 PM
To: user@ofbiz.apache.org
Subject: Re: Ofbiz WorkFlow Engine

Hi Deepa,
Are you looking at something like designing the process flow, for eg as
in
jBPM workflow engine&   the process designer ?
Though processes could be implemented using SECAs, EECAs etc.


On Tue, Sep 7, 2010 at 1:24 PM, Deepa Priolkar
wrote:


Thanks Varun for replying.. I have checked this link but its talking
about XPDL which actually comes with Shark implementation and in the
same link they have mentioned that Shark is not yet implemented in
Ofbiz. The alternative is event based. SO does this mean we don't have
workflow definition type of design in Ofbiz as of now other then the
events?

Thanks,
Deepa

-Original Message-
From: varun bhansaly [mailto:vbhans...@gmail.com]
Sent: Monday, September 06, 2010 9:57 PM
To: user@ofbiz.apache.org
Subject: Re: Ofbiz WorkFlow Engine

Hi,
This document might help http://ofbiz.apache.org/docs/workflow.html

On Mon, Sep 6, 2010 at 9:39 PM, Deepa Priolkar
wrote:


Hi All,



Need some help to know if we have any workflow integrated in ofbiz

9.04

version?

if we already have the workflow is it using xpdl? Is it Shark

workflow?

Please let me know.. need this urgently before i start designing for

one

of my requirement.



Appreciate your help.


Thanks&   Regards,

Deepa










Disclaimer:

   This message and the information contained herein is proprietary

and

confidential and subject to the Tech Mahindra policy statement, you

may

review the policy at
href="http://www.techmahindra.com/Disclaimer.html

">http://www.techmahindra.com/Disclaimer.html   externally and
href="

http://tim.techmahindra.com/Disclaimer.html";>
http://tim.techmahindra.com/Disclaimer.html   internally within

Tech
Mahindra.===

=


--
Regards,
Varun Bhansaly




Disclaimer:

   This message and the information contained herein is proprietary and
confidential and subject to the Tech Mahindra policy statement, you

may

review the policy at
href="http://www.techmahindra.com/Disclaimer.html

">http://www.techmahindra.com/Disclaimer.html   externally and
href="

http://tim.techmahindra.com/Disclaimer.html";>
http://tim.techmahindra.com/Disclaimer.html   internally within Tech


Mahindra.===
=






Re: Ofbiz WorkFlow Engine

2010-09-07 Thread Shi Jinghai
Hi Ruth,

Oh it's you. I saw the code in OSWorkflow on OFBiz integration and
wonder who did it.

Yes, it's not difficult to do such integration. jBPM is in LGPL, so the
integration is not be able to contribute into OFBiz.

BTW, I'm eager to read your book, but it's still pre-order. When will it
come out?
https://www.packtpub.com/apache-of-biz-cookbook-effective-recipes-for-of-biz/book

Regards,

Shi Jinghai/Beijing Langhua Ltd.

在 2010-09-07二的 08:46 -0400,Ruth Hoffman写道:
> Hi Shi:
> You just reminded me of something I did several years ago: I integrated 
> OSWorkflow w/OFBiz. I did it mainly to test another application that was 
> based on OSWorkflow.
> 
> Anyhow, I don't recall it being a very difficult task.
> 
> Regards,
> Ruth
> 
> On 9/7/10 5:51 AM, Shi Jinghai wrote:
> > Here is a OFBiz-jBPM component:
> > http://langhua.org/portal/portal/default/iframe?pageurl=%2Fviewvc%
> > 2Fopensource%2Fofbiz%2Fofbiz-jbpm%2F
> >
> > As Tom has left jboss and go to Alfresco, I'm not sure what's the future
> > of jBPM.
> >
> > OSWorkflow can also work with OFBiz.
> >
> > Personally I like jBPM.
> >
> > Regards,
> >
> > Shi Jinghai/Beijing Langhua Ltd.
> >
> >
> > 在 2010-09-07二的 14:47 +0530,Deepa Priolkar写é“:
> >> Hi Varun,
> >>
> >> Yes I am looking for something similar to JBPM, not fullfledge but
> >> atleast it should have the configuration through XML (similar to Shark).
> >> Do we have something like this in Ofbiz integrated? If not, then has
> >> anyone integrated any webflows in Ofbiz? Please let me know..
> >>
> >> Regards,
> >> Deepa
> >>
> >> -Original Message-
> >> From: varun bhansaly [mailto:vbhans...@gmail.com]
> >> Sent: Tuesday, September 07, 2010 1:38 PM
> >> To: user@ofbiz.apache.org
> >> Subject: Re: Ofbiz WorkFlow Engine
> >>
> >> Hi Deepa,
> >> Are you looking at something like designing the process flow, for eg as
> >> in
> >> jBPM workflow engine&  the process designer ?
> >> Though processes could be implemented using SECAs, EECAs etc.
> >>
> >>
> >> On Tue, Sep 7, 2010 at 1:24 PM, Deepa Priolkar
> >> wrote:
> >>
> >>> Thanks Varun for replying.. I have checked this link but its talking
> >>> about XPDL which actually comes with Shark implementation and in the
> >>> same link they have mentioned that Shark is not yet implemented in
> >>> Ofbiz. The alternative is event based. SO does this mean we don't have
> >>> workflow definition type of design in Ofbiz as of now other then the
> >>> events?
> >>>
> >>> Thanks,
> >>> Deepa
> >>>
> >>> -Original Message-
> >>> From: varun bhansaly [mailto:vbhans...@gmail.com]
> >>> Sent: Monday, September 06, 2010 9:57 PM
> >>> To: user@ofbiz.apache.org
> >>> Subject: Re: Ofbiz WorkFlow Engine
> >>>
> >>> Hi,
> >>> This document might help http://ofbiz.apache.org/docs/workflow.html
> >>>
> >>> On Mon, Sep 6, 2010 at 9:39 PM, Deepa Priolkar
> >>> wrote:
> >>>
> >>>> Hi All,
> >>>>
> >>>>
> >>>>
> >>>> Need some help to know if we have any workflow integrated in ofbiz
> >>> 9.04
> >>>> version?
> >>>>
> >>>> if we already have the workflow is it using xpdl? Is it Shark
> >>> workflow?
> >>>> Please let me know.. need this urgently before i start designing for
> >>> one
> >>>> of my requirement.
> >>>>
> >>>>
> >>>>
> >>>> Appreciate your help.
> >>>>
> >>>>
> >>>> Thanks&  Regards,
> >>>>
> >>>> Deepa
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >> 
> >>> Disclaimer:
> >>>>   This message and the information contained herein is proprietary
> >> and
> >>>> confidential and subject to the Tech Mahindra policy statement, you
> >>> may
> >>>> review the policy at >>> href="http://www.techmahindra.com/Disclaimer.html
> >>>> ">http://www.techmahindra.com/Disclaimer.html  externally and >>> href="
> >>>> http://tim.techmahindra.com/Disclaimer.html";>
> >>>> http://tim.techmahindra.com/Disclaimer.html  internally within
> >> Tech
> >> Mahindra.===
> >>> =
> >>>
> >>>
> >>> --
> >>> Regards,
> >>> Varun Bhansaly
> >>>
> >>>
> >> 
> >> Disclaimer:
> >>>   This message and the information contained herein is proprietary and
> >>> confidential and subject to the Tech Mahindra policy statement, you
> >> may
> >>> review the policy at >> href="http://www.techmahindra.com/Disclaimer.html
> >>> ">http://www.techmahindra.com/Disclaimer.html  externally and >> href="
> >>> http://tim.techmahindra.com/Disclaimer.html";>
> >>> http://tim.techmahindra.com/Disclaimer.html  internally within Tech
> >>>
> >> Mahindra.===
> >> =
> >>
> >>
> >



Re: Ofbiz WorkFlow Engine

2010-09-07 Thread Ruth Hoffman

 Hi Shi:
You just reminded me of something I did several years ago: I integrated 
OSWorkflow w/OFBiz. I did it mainly to test another application that was 
based on OSWorkflow.


Anyhow, I don't recall it being a very difficult task.

Regards,
Ruth

On 9/7/10 5:51 AM, Shi Jinghai wrote:

Here is a OFBiz-jBPM component:
http://langhua.org/portal/portal/default/iframe?pageurl=%2Fviewvc%
2Fopensource%2Fofbiz%2Fofbiz-jbpm%2F

As Tom has left jboss and go to Alfresco, I'm not sure what's the future
of jBPM.

OSWorkflow can also work with OFBiz.

Personally I like jBPM.

Regards,

Shi Jinghai/Beijing Langhua Ltd.


在 2010-09-07二的 14:47 +0530,Deepa Priolkar写�:

Hi Varun,

Yes I am looking for something similar to JBPM, not fullfledge but
atleast it should have the configuration through XML (similar to Shark).
Do we have something like this in Ofbiz integrated? If not, then has
anyone integrated any webflows in Ofbiz? Please let me know..

Regards,
Deepa

-Original Message-
From: varun bhansaly [mailto:vbhans...@gmail.com]
Sent: Tuesday, September 07, 2010 1:38 PM
To: user@ofbiz.apache.org
Subject: Re: Ofbiz WorkFlow Engine

Hi Deepa,
Are you looking at something like designing the process flow, for eg as
in
jBPM workflow engine&  the process designer ?
Though processes could be implemented using SECAs, EECAs etc.


On Tue, Sep 7, 2010 at 1:24 PM, Deepa Priolkar
wrote:


Thanks Varun for replying.. I have checked this link but its talking
about XPDL which actually comes with Shark implementation and in the
same link they have mentioned that Shark is not yet implemented in
Ofbiz. The alternative is event based. SO does this mean we don't have
workflow definition type of design in Ofbiz as of now other then the
events?

Thanks,
Deepa

-Original Message-
From: varun bhansaly [mailto:vbhans...@gmail.com]
Sent: Monday, September 06, 2010 9:57 PM
To: user@ofbiz.apache.org
Subject: Re: Ofbiz WorkFlow Engine

Hi,
This document might help http://ofbiz.apache.org/docs/workflow.html

On Mon, Sep 6, 2010 at 9:39 PM, Deepa Priolkar
wrote:


Hi All,



Need some help to know if we have any workflow integrated in ofbiz

9.04

version?

if we already have the workflow is it using xpdl? Is it Shark

workflow?

Please let me know.. need this urgently before i start designing for

one

of my requirement.



Appreciate your help.


Thanks&  Regards,

Deepa










Disclaimer:

  This message and the information contained herein is proprietary

and

confidential and subject to the Tech Mahindra policy statement, you

may

review the policy at
href="http://www.techmahindra.com/Disclaimer.html

">http://www.techmahindra.com/Disclaimer.html  externally and
href="

http://tim.techmahindra.com/Disclaimer.html";>
http://tim.techmahindra.com/Disclaimer.html  internally within

Tech
Mahindra.===

=


--
Regards,
Varun Bhansaly




Disclaimer:

  This message and the information contained herein is proprietary and
confidential and subject to the Tech Mahindra policy statement, you

may

review the policy at
href="http://www.techmahindra.com/Disclaimer.html

">http://www.techmahindra.com/Disclaimer.html  externally and
href="

http://tim.techmahindra.com/Disclaimer.html";>
http://tim.techmahindra.com/Disclaimer.html  internally within Tech


Mahindra.===
=






RE: Ofbiz WorkFlow Engine

2010-09-07 Thread Jack Liu
Hi Deepa,
I integrated OSWorkflow in OFBiz. It acts as a component located in directory 
specialpurpose.
Compared with JBPM, OSWorkflow is easier to master and integrate with OFBiz 
because it provides interfaces to OFBiz's entity engine though it need some 
improvements.

If you want to know more details, contact me. 


Regards
Jack

-Original Message-
From: Deepa Priolkar [mailto:dee...@techmahindra.com] 
Sent: 2010年9月7日 17:17
To: user@ofbiz.apache.org
Cc: Deepak Garg
Subject: RE: Ofbiz WorkFlow Engine

Hi Varun,

Yes I am looking for something similar to JBPM, not fullfledge but
atleast it should have the configuration through XML (similar to Shark).
Do we have something like this in Ofbiz integrated? If not, then has
anyone integrated any webflows in Ofbiz? Please let me know.. 

Regards,
Deepa

-Original Message-
From: varun bhansaly [mailto:vbhans...@gmail.com] 
Sent: Tuesday, September 07, 2010 1:38 PM
To: user@ofbiz.apache.org
Subject: Re: Ofbiz WorkFlow Engine

Hi Deepa,
Are you looking at something like designing the process flow, for eg as
in
jBPM workflow engine & the process designer ?
Though processes could be implemented using SECAs, EECAs etc.


On Tue, Sep 7, 2010 at 1:24 PM, Deepa Priolkar
wrote:

> Thanks Varun for replying.. I have checked this link but its talking
> about XPDL which actually comes with Shark implementation and in the
> same link they have mentioned that Shark is not yet implemented in
> Ofbiz. The alternative is event based. SO does this mean we don't have
> workflow definition type of design in Ofbiz as of now other then the
> events?
>
> Thanks,
> Deepa
>
> -Original Message-
> From: varun bhansaly [mailto:vbhans...@gmail.com]
> Sent: Monday, September 06, 2010 9:57 PM
> To: user@ofbiz.apache.org
> Subject: Re: Ofbiz WorkFlow Engine
>
> Hi,
> This document might help http://ofbiz.apache.org/docs/workflow.html
>
> On Mon, Sep 6, 2010 at 9:39 PM, Deepa Priolkar
> wrote:
>
> > Hi All,
> >
> >
> >
> > Need some help to know if we have any workflow integrated in ofbiz
> 9.04
> > version?
> >
> > if we already have the workflow is it using xpdl? Is it Shark
> workflow?
> > Please let me know.. need this urgently before i start designing for
> one
> > of my requirement.
> >
> >
> >
> > Appreciate your help.
> >
> >
> > Thanks & Regards,
> >
> > Deepa
> >
> >
> >
> >
> >
> >
> >
>

> Disclaimer:
> >  This message and the information contained herein is proprietary
and
> > confidential and subject to the Tech Mahindra policy statement, you
> may
> > review the policy at  href="http://www.techmahindra.com/Disclaimer.html
> > ">http://www.techmahindra.com/Disclaimer.html externally and  href="
> > http://tim.techmahindra.com/Disclaimer.html";>
> > http://tim.techmahindra.com/Disclaimer.html internally within
Tech
> >
>
Mahindra.===
> =
> >
>
>
>
> --
> Regards,
> Varun Bhansaly
>
>

Disclaimer:
>  This message and the information contained herein is proprietary and
> confidential and subject to the Tech Mahindra policy statement, you
may
> review the policy at http://www.techmahindra.com/Disclaimer.html
> ">http://www.techmahindra.com/Disclaimer.html externally and http://tim.techmahindra.com/Disclaimer.html";>
> http://tim.techmahindra.com/Disclaimer.html internally within Tech
>
Mahindra.===
=
>



-- 
Regards,
Varun Bhansaly

Disclaimer:
  This message and the information contained herein is proprietary and 
confidential and subject to the Tech Mahindra policy statement, you may review 
the policy at http://www.techmahindra.com/Disclaimer.html";>http://www.techmahindra.com/Disclaimer.html
 externally and http://tim.techmahindra.com/Disclaimer.html";>http://tim.techmahindra.com/Disclaimer.html
 internally within Tech 
Mahindra.


RE: Ofbiz WorkFlow Engine

2010-09-07 Thread Shi Jinghai
Here is a OFBiz-jBPM component:
http://langhua.org/portal/portal/default/iframe?pageurl=%2Fviewvc%
2Fopensource%2Fofbiz%2Fofbiz-jbpm%2F

As Tom has left jboss and go to Alfresco, I'm not sure what's the future
of jBPM.

OSWorkflow can also work with OFBiz.

Personally I like jBPM.

Regards,

Shi Jinghai/Beijing Langhua Ltd.


在 2010-09-07二的 14:47 +0530,Deepa Priolkar写道:
> Hi Varun,
> 
> Yes I am looking for something similar to JBPM, not fullfledge but
> atleast it should have the configuration through XML (similar to Shark).
> Do we have something like this in Ofbiz integrated? If not, then has
> anyone integrated any webflows in Ofbiz? Please let me know.. 
> 
> Regards,
> Deepa
> 
> -Original Message-
> From: varun bhansaly [mailto:vbhans...@gmail.com] 
> Sent: Tuesday, September 07, 2010 1:38 PM
> To: user@ofbiz.apache.org
> Subject: Re: Ofbiz WorkFlow Engine
> 
> Hi Deepa,
> Are you looking at something like designing the process flow, for eg as
> in
> jBPM workflow engine & the process designer ?
> Though processes could be implemented using SECAs, EECAs etc.
> 
> 
> On Tue, Sep 7, 2010 at 1:24 PM, Deepa Priolkar
> wrote:
> 
> > Thanks Varun for replying.. I have checked this link but its talking
> > about XPDL which actually comes with Shark implementation and in the
> > same link they have mentioned that Shark is not yet implemented in
> > Ofbiz. The alternative is event based. SO does this mean we don't have
> > workflow definition type of design in Ofbiz as of now other then the
> > events?
> >
> > Thanks,
> > Deepa
> >
> > -Original Message-----
> > From: varun bhansaly [mailto:vbhans...@gmail.com]
> > Sent: Monday, September 06, 2010 9:57 PM
> > To: user@ofbiz.apache.org
> > Subject: Re: Ofbiz WorkFlow Engine
> >
> > Hi,
> > This document might help http://ofbiz.apache.org/docs/workflow.html
> >
> > On Mon, Sep 6, 2010 at 9:39 PM, Deepa Priolkar
> > wrote:
> >
> > > Hi All,
> > >
> > >
> > >
> > > Need some help to know if we have any workflow integrated in ofbiz
> > 9.04
> > > version?
> > >
> > > if we already have the workflow is it using xpdl? Is it Shark
> > workflow?
> > > Please let me know.. need this urgently before i start designing for
> > one
> > > of my requirement.
> > >
> > >
> > >
> > > Appreciate your help.
> > >
> > >
> > > Thanks & Regards,
> > >
> > > Deepa
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> >
> 
> > Disclaimer:
> > >  This message and the information contained herein is proprietary
> and
> > > confidential and subject to the Tech Mahindra policy statement, you
> > may
> > > review the policy at  > href="http://www.techmahindra.com/Disclaimer.html
> > > ">http://www.techmahindra.com/Disclaimer.html externally and  > href="
> > > http://tim.techmahindra.com/Disclaimer.html";>
> > > http://tim.techmahindra.com/Disclaimer.html internally within
> Tech
> > >
> >
> Mahindra.===
> > =
> > >
> >
> >
> >
> > --
> > Regards,
> > Varun Bhansaly
> >
> >
> 
> Disclaimer:
> >  This message and the information contained herein is proprietary and
> > confidential and subject to the Tech Mahindra policy statement, you
> may
> > review the policy at  href="http://www.techmahindra.com/Disclaimer.html
> > ">http://www.techmahindra.com/Disclaimer.html externally and  href="
> > http://tim.techmahindra.com/Disclaimer.html";>
> > http://tim.techmahindra.com/Disclaimer.html internally within Tech
> >
> Mahindra.===
> =
> >
> 
> 
> 



Re: Ofbiz WorkFlow Engine

2010-09-07 Thread BJ Freeman

sounds like you want the workflow language.
the answer is not at this time.
off the top of my head, I would say any language developed would have to 
create services in minilang and SECA/EECA to create workflow. it would 
also have to add to the controller.xml that is a pretty heavy project.
A UI that leveraged the webtools artifacts to display the workflow would 
be a consideration.



=
BJ Freeman  <http://bjfreeman.elance.com>
Strategic Power Office with Supplier Automation  
<http://www.businessesnetwork.com/automation/viewforum.php?f=52>
Specialtymarket.com  <http://www.specialtymarket.com/>
Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man


Deepa Priolkar sent the following on 9/7/2010 2:17 AM:

Hi Varun,

Yes I am looking for something similar to JBPM, not fullfledge but
atleast it should have the configuration through XML (similar to Shark).
Do we have something like this in Ofbiz integrated? If not, then has
anyone integrated any webflows in Ofbiz? Please let me know..

Regards,
Deepa

-Original Message-
From: varun bhansaly [mailto:vbhans...@gmail.com]
Sent: Tuesday, September 07, 2010 1:38 PM
To: user@ofbiz.apache.org
Subject: Re: Ofbiz WorkFlow Engine

Hi Deepa,
Are you looking at something like designing the process flow, for eg as
in
jBPM workflow engine&  the process designer ?
Though processes could be implemented using SECAs, EECAs etc.


On Tue, Sep 7, 2010 at 1:24 PM, Deepa Priolkar
wrote:


Thanks Varun for replying.. I have checked this link but its talking
about XPDL which actually comes with Shark implementation and in the
same link they have mentioned that Shark is not yet implemented in
Ofbiz. The alternative is event based. SO does this mean we don't have
workflow definition type of design in Ofbiz as of now other then the
events?

Thanks,
Deepa

-Original Message-
From: varun bhansaly [mailto:vbhans...@gmail.com]
Sent: Monday, September 06, 2010 9:57 PM
To: user@ofbiz.apache.org
Subject: Re: Ofbiz WorkFlow Engine

Hi,
This document might help http://ofbiz.apache.org/docs/workflow.html

On Mon, Sep 6, 2010 at 9:39 PM, Deepa Priolkar
wrote:


Hi All,



Need some help to know if we have any workflow integrated in ofbiz

9.04

version?

if we already have the workflow is it using xpdl? Is it Shark

workflow?

Please let me know.. need this urgently before i start designing for

one

of my requirement.



Appreciate your help.


Thanks&  Regards,

Deepa












Disclaimer:

  This message and the information contained herein is proprietary

and

confidential and subject to the Tech Mahindra policy statement, you

may

review the policy at
href="http://www.techmahindra.com/Disclaimer.html

">http://www.techmahindra.com/Disclaimer.html  externally and
href="

http://tim.techmahindra.com/Disclaimer.html";>
http://tim.techmahindra.com/Disclaimer.html  internally within

Tech





Mahindra.===

=






--
Regards,
Varun Bhansaly




Disclaimer:

  This message and the information contained herein is proprietary and
confidential and subject to the Tech Mahindra policy statement, you

may

review the policy at
href="http://www.techmahindra.com/Disclaimer.html

">http://www.techmahindra.com/Disclaimer.html  externally and
href="

http://tim.techmahindra.com/Disclaimer.html";>
http://tim.techmahindra.com/Disclaimer.html  internally within Tech


Mahindra.===
=










Re: Ofbiz WorkFlow Engine

2010-09-07 Thread Jacques Le Roux

Definitive answer 
https://cwiki.apache.org/confluence/display/OFBADMIN/Apache+OFBiz+Project+Overview#ApacheOFBizProjectOverview-EDA

Jacques

From: "Deepa Priolkar" 

Hi Varun,

Yes I am looking for something similar to JBPM, not fullfledge but
atleast it should have the configuration through XML (similar to Shark).
Do we have something like this in Ofbiz integrated? If not, then has
anyone integrated any webflows in Ofbiz? Please let me know..

Regards,
Deepa

-Original Message-
From: varun bhansaly [mailto:vbhans...@gmail.com]
Sent: Tuesday, September 07, 2010 1:38 PM
To: user@ofbiz.apache.org
Subject: Re: Ofbiz WorkFlow Engine

Hi Deepa,
Are you looking at something like designing the process flow, for eg as
in
jBPM workflow engine & the process designer ?
Though processes could be implemented using SECAs, EECAs etc.


On Tue, Sep 7, 2010 at 1:24 PM, Deepa Priolkar
wrote:


Thanks Varun for replying.. I have checked this link but its talking
about XPDL which actually comes with Shark implementation and in the
same link they have mentioned that Shark is not yet implemented in
Ofbiz. The alternative is event based. SO does this mean we don't have
workflow definition type of design in Ofbiz as of now other then the
events?

Thanks,
Deepa

-Original Message-
From: varun bhansaly [mailto:vbhans...@gmail.com]
Sent: Monday, September 06, 2010 9:57 PM
To: user@ofbiz.apache.org
Subject: Re: Ofbiz WorkFlow Engine

Hi,
This document might help http://ofbiz.apache.org/docs/workflow.html

On Mon, Sep 6, 2010 at 9:39 PM, Deepa Priolkar
wrote:

> Hi All,
>
>
>
> Need some help to know if we have any workflow integrated in ofbiz
9.04
> version?
>
> if we already have the workflow is it using xpdl? Is it Shark
workflow?
> Please let me know.. need this urgently before i start designing for
one
> of my requirement.
>
>
>
> Appreciate your help.
>
>
> Thanks & Regards,
>
> Deepa
>
>
>
>
>
>
>




Disclaimer:
>  This message and the information contained herein is proprietary

and

> confidential and subject to the Tech Mahindra policy statement, you
may
> review the policy at http://www.techmahindra.com/Disclaimer.html
> ">http://www.techmahindra.com/Disclaimer.html externally and http://tim.techmahindra.com/Disclaimer.html";>
> http://tim.techmahindra.com/Disclaimer.html internally within

Tech

>


Mahindra.===

=
>



--
Regards,
Varun Bhansaly




Disclaimer:

 This message and the information contained herein is proprietary and
confidential and subject to the Tech Mahindra policy statement, you

may

review the policy at 
href="http://www.techmahindra.com/Disclaimer.html

">http://www.techmahindra.com/Disclaimer.html externally and 
href="

http://tim.techmahindra.com/Disclaimer.html";>
http://tim.techmahindra.com/Disclaimer.html internally within Tech


Mahindra.===
=






--
Regards,
Varun Bhansaly

Disclaimer: 
This message and the information contained herein is proprietary and confidential and subject to the Tech Mahindra policy 
statement, you may review the policy at href="http://www.techmahindra.com/Disclaimer.html";>http://www.techmahindra.com/Disclaimer.html externally and href="http://tim.techmahindra.com/Disclaimer.html";>http://tim.techmahindra.com/Disclaimer.html internally within Tech 
Mahindra.







RE: Ofbiz WorkFlow Engine

2010-09-07 Thread Deepa Priolkar
Hi Varun,

Yes I am looking for something similar to JBPM, not fullfledge but
atleast it should have the configuration through XML (similar to Shark).
Do we have something like this in Ofbiz integrated? If not, then has
anyone integrated any webflows in Ofbiz? Please let me know.. 

Regards,
Deepa

-Original Message-
From: varun bhansaly [mailto:vbhans...@gmail.com] 
Sent: Tuesday, September 07, 2010 1:38 PM
To: user@ofbiz.apache.org
Subject: Re: Ofbiz WorkFlow Engine

Hi Deepa,
Are you looking at something like designing the process flow, for eg as
in
jBPM workflow engine & the process designer ?
Though processes could be implemented using SECAs, EECAs etc.


On Tue, Sep 7, 2010 at 1:24 PM, Deepa Priolkar
wrote:

> Thanks Varun for replying.. I have checked this link but its talking
> about XPDL which actually comes with Shark implementation and in the
> same link they have mentioned that Shark is not yet implemented in
> Ofbiz. The alternative is event based. SO does this mean we don't have
> workflow definition type of design in Ofbiz as of now other then the
> events?
>
> Thanks,
> Deepa
>
> -Original Message-
> From: varun bhansaly [mailto:vbhans...@gmail.com]
> Sent: Monday, September 06, 2010 9:57 PM
> To: user@ofbiz.apache.org
> Subject: Re: Ofbiz WorkFlow Engine
>
> Hi,
> This document might help http://ofbiz.apache.org/docs/workflow.html
>
> On Mon, Sep 6, 2010 at 9:39 PM, Deepa Priolkar
> wrote:
>
> > Hi All,
> >
> >
> >
> > Need some help to know if we have any workflow integrated in ofbiz
> 9.04
> > version?
> >
> > if we already have the workflow is it using xpdl? Is it Shark
> workflow?
> > Please let me know.. need this urgently before i start designing for
> one
> > of my requirement.
> >
> >
> >
> > Appreciate your help.
> >
> >
> > Thanks & Regards,
> >
> > Deepa
> >
> >
> >
> >
> >
> >
> >
>

> Disclaimer:
> >  This message and the information contained herein is proprietary
and
> > confidential and subject to the Tech Mahindra policy statement, you
> may
> > review the policy at  href="http://www.techmahindra.com/Disclaimer.html
> > ">http://www.techmahindra.com/Disclaimer.html externally and  href="
> > http://tim.techmahindra.com/Disclaimer.html";>
> > http://tim.techmahindra.com/Disclaimer.html internally within
Tech
> >
>
Mahindra.===
> =
> >
>
>
>
> --
> Regards,
> Varun Bhansaly
>
>

Disclaimer:
>  This message and the information contained herein is proprietary and
> confidential and subject to the Tech Mahindra policy statement, you
may
> review the policy at http://www.techmahindra.com/Disclaimer.html
> ">http://www.techmahindra.com/Disclaimer.html externally and http://tim.techmahindra.com/Disclaimer.html";>
> http://tim.techmahindra.com/Disclaimer.html internally within Tech
>
Mahindra.===
=
>



-- 
Regards,
Varun Bhansaly

Disclaimer:
  This message and the information contained herein is proprietary and 
confidential and subject to the Tech Mahindra policy statement, you may review 
the policy at http://www.techmahindra.com/Disclaimer.html";>http://www.techmahindra.com/Disclaimer.html
 externally and http://tim.techmahindra.com/Disclaimer.html";>http://tim.techmahindra.com/Disclaimer.html
 internally within Tech 
Mahindra.


Re: Ofbiz WorkFlow Engine

2010-09-07 Thread varun bhansaly
Hi Deepa,
Are you looking at something like designing the process flow, for eg as in
jBPM workflow engine & the process designer ?
Though processes could be implemented using SECAs, EECAs etc.


On Tue, Sep 7, 2010 at 1:24 PM, Deepa Priolkar wrote:

> Thanks Varun for replying.. I have checked this link but its talking
> about XPDL which actually comes with Shark implementation and in the
> same link they have mentioned that Shark is not yet implemented in
> Ofbiz. The alternative is event based. SO does this mean we don't have
> workflow definition type of design in Ofbiz as of now other then the
> events?
>
> Thanks,
> Deepa
>
> -Original Message-
> From: varun bhansaly [mailto:vbhans...@gmail.com]
> Sent: Monday, September 06, 2010 9:57 PM
> To: user@ofbiz.apache.org
> Subject: Re: Ofbiz WorkFlow Engine
>
> Hi,
> This document might help http://ofbiz.apache.org/docs/workflow.html
>
> On Mon, Sep 6, 2010 at 9:39 PM, Deepa Priolkar
> wrote:
>
> > Hi All,
> >
> >
> >
> > Need some help to know if we have any workflow integrated in ofbiz
> 9.04
> > version?
> >
> > if we already have the workflow is it using xpdl? Is it Shark
> workflow?
> > Please let me know.. need this urgently before i start designing for
> one
> > of my requirement.
> >
> >
> >
> > Appreciate your help.
> >
> >
> > Thanks & Regards,
> >
> > Deepa
> >
> >
> >
> >
> >
> >
> >
> 
> Disclaimer:
> >  This message and the information contained herein is proprietary and
> > confidential and subject to the Tech Mahindra policy statement, you
> may
> > review the policy at  href="http://www.techmahindra.com/Disclaimer.html
> > ">http://www.techmahindra.com/Disclaimer.html externally and  href="
> > http://tim.techmahindra.com/Disclaimer.html";>
> > http://tim.techmahindra.com/Disclaimer.html internally within Tech
> >
> Mahindra.===
> =
> >
>
>
>
> --
> Regards,
> Varun Bhansaly
>
> Disclaimer:
>  This message and the information contained herein is proprietary and
> confidential and subject to the Tech Mahindra policy statement, you may
> review the policy at http://www.techmahindra.com/Disclaimer.html
> ">http://www.techmahindra.com/Disclaimer.html externally and http://tim.techmahindra.com/Disclaimer.html";>
> http://tim.techmahindra.com/Disclaimer.html internally within Tech
> Mahindra.
>



-- 
Regards,
Varun Bhansaly


RE: Ofbiz WorkFlow Engine

2010-09-07 Thread Deepa Priolkar
Thanks Varun for replying.. I have checked this link but its talking
about XPDL which actually comes with Shark implementation and in the
same link they have mentioned that Shark is not yet implemented in
Ofbiz. The alternative is event based. SO does this mean we don't have
workflow definition type of design in Ofbiz as of now other then the
events?

Thanks,
Deepa

-Original Message-
From: varun bhansaly [mailto:vbhans...@gmail.com] 
Sent: Monday, September 06, 2010 9:57 PM
To: user@ofbiz.apache.org
Subject: Re: Ofbiz WorkFlow Engine

Hi,
This document might help http://ofbiz.apache.org/docs/workflow.html

On Mon, Sep 6, 2010 at 9:39 PM, Deepa Priolkar
wrote:

> Hi All,
>
>
>
> Need some help to know if we have any workflow integrated in ofbiz
9.04
> version?
>
> if we already have the workflow is it using xpdl? Is it Shark
workflow?
> Please let me know.. need this urgently before i start designing for
one
> of my requirement.
>
>
>
> Appreciate your help.
>
>
> Thanks & Regards,
>
> Deepa
>
>
>
>
>
>
>

Disclaimer:
>  This message and the information contained herein is proprietary and
> confidential and subject to the Tech Mahindra policy statement, you
may
> review the policy at http://www.techmahindra.com/Disclaimer.html
> ">http://www.techmahindra.com/Disclaimer.html externally and http://tim.techmahindra.com/Disclaimer.html";>
> http://tim.techmahindra.com/Disclaimer.html internally within Tech
>
Mahindra.===
=
>



-- 
Regards,
Varun Bhansaly

Disclaimer:
  This message and the information contained herein is proprietary and 
confidential and subject to the Tech Mahindra policy statement, you may review 
the policy at http://www.techmahindra.com/Disclaimer.html";>http://www.techmahindra.com/Disclaimer.html
 externally and http://tim.techmahindra.com/Disclaimer.html";>http://tim.techmahindra.com/Disclaimer.html
 internally within Tech 
Mahindra.


Re: Ofbiz WorkFlow Engine

2010-09-06 Thread varun bhansaly
Hi,
This document might help http://ofbiz.apache.org/docs/workflow.html

On Mon, Sep 6, 2010 at 9:39 PM, Deepa Priolkar wrote:

> Hi All,
>
>
>
> Need some help to know if we have any workflow integrated in ofbiz 9.04
> version?
>
> if we already have the workflow is it using xpdl? Is it Shark workflow?
> Please let me know.. need this urgently before i start designing for one
> of my requirement.
>
>
>
> Appreciate your help.
>
>
> Thanks & Regards,
>
> Deepa
>
>
>
>
>
>
> Disclaimer:
>  This message and the information contained herein is proprietary and
> confidential and subject to the Tech Mahindra policy statement, you may
> review the policy at http://www.techmahindra.com/Disclaimer.html
> ">http://www.techmahindra.com/Disclaimer.html externally and http://tim.techmahindra.com/Disclaimer.html";>
> http://tim.techmahindra.com/Disclaimer.html internally within Tech
> Mahindra.
>



-- 
Regards,
Varun Bhansaly


Ofbiz WorkFlow Engine

2010-09-06 Thread Deepa Priolkar
Hi All,

 

Need some help to know if we have any workflow integrated in ofbiz 9.04
version? 

if we already have the workflow is it using xpdl? Is it Shark workflow?
Please let me know.. need this urgently before i start designing for one
of my requirement.

 

Appreciate your help.


Thanks & Regards,

Deepa

 

 


Disclaimer:
  This message and the information contained herein is proprietary and 
confidential and subject to the Tech Mahindra policy statement, you may review 
the policy at http://www.techmahindra.com/Disclaimer.html";>http://www.techmahindra.com/Disclaimer.html
 externally and http://tim.techmahindra.com/Disclaimer.html";>http://tim.techmahindra.com/Disclaimer.html
 internally within Tech 
Mahindra.


Workflow Engine in OFBIZ

2010-01-24 Thread Khong Koon Sang

Hello,

I wonder why OFBIZ gave up using any workflow engine.  There must be 
very good reasons for using ECA instead of a workflow engine in OFBIZ.

Thanks!

Regards,
Koon Sang



RE: workflow engine

2009-04-18 Thread Jack Liu
Now I use OSworkflow as workflow engine in my project because it's very 
flexible.
Thank you all the same.

-Original Message-
From: Jacques Le Roux [mailto:jacques.le.r...@les7arts.com] 
Sent: 2009年4月18日 5:05
To: user@ofbiz.apache.org
Subject: Re: workflow engine

Done

http://docs.ofbiz.org/pages/editpage.action?pageId=1379#FAQ-Tips-Tricks-Cookbook-HowTo-WorkflowEngines
http://ofbiz.apache.org/docs/workflow.html (this lat one may takes some minutes 
before being updated)

Jacques

From: "Jack Liu" 
> Thank you.
> I hope this FAQ will come out as soon as possible.
>
> -Original Message-
> From: Jacques Le Roux [mailto:jacques.le.r...@les7arts.com]
> Sent: 2009年4月9日 18:05
> To: user@ofbiz.apache.org
> Subject: Re: workflow engine
>
> Actually not, OFBiz gave up on workflow engines. Shark was implemented last 
> but never really used in OFBiz. Instead of using a
> workflow engine, OFBiz use an Event Driven Architecture (EDA) and ECAs (SECA, 
> EECA, MECA) are used in OFBiz to drive the workflow. 
> I
> will create a FAQ for that as this question come over and over
>
> Jacques
>
> From: "Michael Xu (xudong)" 
>> As I know, ofbiz uses its own workflow engine. You can get more information
>> here: http://ofbiz.apache.org/docs/workflow.html
>>
>> --
>> Regards,
>> Michael Xu (xudong)
>> www.wizitsoft.com | Office: (8610) 6267 0615 ext 806 | Mobile: (86) 135 0135
>> 9807 | Fax: (8610) 62670096
>>
>>
>> On Thu, Apr 9, 2009 at 11:40 AM, Jack Liu  wrote:
>>
>>> Hi, all
>>> What's the recommended workflow engine in OFBiz?
>>> Is it Shark?
>>>
>>>
>>> Best Regards,
>>>
>>> Jack Liu
>>>
>>>
>>
>
>
> 




Re: workflow engine

2009-04-17 Thread Jacques Le Roux

Oops,

There has been something wrong there (I guess the server did not respond quickly enough when I saved, this is my damned ISP's fault 
I'm pretty sure :((()


I will fix it when BJ will have finished to edit the page ;o)

Jacques


From: "Jacques Le Roux" 

Done

http://docs.ofbiz.org/pages/editpage.action?pageId=1379#FAQ-Tips-Tricks-Cookbook-HowTo-WorkflowEngines
http://ofbiz.apache.org/docs/workflow.html (this lat one may takes some minutes 
before being updated)

Jacques

From: "Jack Liu" 

Thank you.
I hope this FAQ will come out as soon as possible.

-Original Message-
From: Jacques Le Roux [mailto:jacques.le.r...@les7arts.com]
Sent: 2009年4月9日 18:05
To: user@ofbiz.apache.org
Subject: Re: workflow engine

Actually not, OFBiz gave up on workflow engines. Shark was implemented last but 
never really used in OFBiz. Instead of using a
workflow engine, OFBiz use an Event Driven Architecture (EDA) and ECAs (SECA, 
EECA, MECA) are used in OFBiz to drive the
workflow. I
will create a FAQ for that as this question come over and over

Jacques

From: "Michael Xu (xudong)" 

As I know, ofbiz uses its own workflow engine. You can get more information
here: http://ofbiz.apache.org/docs/workflow.html

--
Regards,
Michael Xu (xudong)
www.wizitsoft.com | Office: (8610) 6267 0615 ext 806 | Mobile: (86) 135 0135
9807 | Fax: (8610) 62670096


On Thu, Apr 9, 2009 at 11:40 AM, Jack Liu  wrote:


Hi, all
What's the recommended workflow engine in OFBiz?
Is it Shark?


Best Regards,

Jack Liu
















Re: workflow engine

2009-04-17 Thread Jacques Le Roux

Done

http://docs.ofbiz.org/pages/editpage.action?pageId=1379#FAQ-Tips-Tricks-Cookbook-HowTo-WorkflowEngines
http://ofbiz.apache.org/docs/workflow.html (this lat one may takes some minutes 
before being updated)

Jacques

From: "Jack Liu" 

Thank you.
I hope this FAQ will come out as soon as possible.

-Original Message-
From: Jacques Le Roux [mailto:jacques.le.r...@les7arts.com]
Sent: 2009年4月9日 18:05
To: user@ofbiz.apache.org
Subject: Re: workflow engine

Actually not, OFBiz gave up on workflow engines. Shark was implemented last but 
never really used in OFBiz. Instead of using a
workflow engine, OFBiz use an Event Driven Architecture (EDA) and ECAs (SECA, EECA, MECA) are used in OFBiz to drive the workflow. 
I

will create a FAQ for that as this question come over and over

Jacques

From: "Michael Xu (xudong)" 

As I know, ofbiz uses its own workflow engine. You can get more information
here: http://ofbiz.apache.org/docs/workflow.html

--
Regards,
Michael Xu (xudong)
www.wizitsoft.com | Office: (8610) 6267 0615 ext 806 | Mobile: (86) 135 0135
9807 | Fax: (8610) 62670096


On Thu, Apr 9, 2009 at 11:40 AM, Jack Liu  wrote:


Hi, all
What's the recommended workflow engine in OFBiz?
Is it Shark?


Best Regards,

Jack Liu













Re: workflow engine

2009-04-09 Thread David E Jones


It is pretty easy to mix Service/Entity Engine and Hibernate code and  
have them participate in the same transaction as they both use JTA...  
just make sure they are both referring to the same UserTransaction and  
TransactionManager objects.


-David


On Apr 9, 2009, at 7:44 AM, Jack Liu wrote:


JBPM is a very popular open source workflow engine.
But JBPM uses hibernate to implement its persistence, which is  
different from OFBiz.

So how do you manage transaction?

Thank you for your response!

-Original Message-
From: Shi Jinghai [mailto:sh...@langhua.cn]
Sent: 2009年4月9日 21:24
To: user@ofbiz.apache.org
Subject: Re: workflow engine

Perhaps you can try our OFBiz-jBPM component, it's in LGPL.

http://www.langhua.cn/download/ofbiz-jbpm.html

Good luck,

Shi Jinghai/Beijing Langhua Ltd.


在 2009-04-09四的 11:40 +0800,Jack Liu写道:

Hi, all
What's the recommended workflow engine in OFBiz?
Is it Shark?


Best Regards,

Jack Liu







RE: workflow engine

2009-04-09 Thread Jack Liu
JBPM is a very popular open source workflow engine.
But JBPM uses hibernate to implement its persistence, which is different from 
OFBiz.
So how do you manage transaction?

Thank you for your response!

-Original Message-
From: Shi Jinghai [mailto:sh...@langhua.cn] 
Sent: 2009年4月9日 21:24
To: user@ofbiz.apache.org
Subject: Re: workflow engine

Perhaps you can try our OFBiz-jBPM component, it's in LGPL.

http://www.langhua.cn/download/ofbiz-jbpm.html

Good luck,

Shi Jinghai/Beijing Langhua Ltd.


在 2009-04-09四的 11:40 +0800,Jack Liu写道:
> Hi, all
> What's the recommended workflow engine in OFBiz?
> Is it Shark?
> 
> 
> Best Regards,
> 
> Jack Liu 
> 



Re: workflow engine

2009-04-09 Thread Shi Jinghai
Perhaps you can try our OFBiz-jBPM component, it's in LGPL.

http://www.langhua.cn/download/ofbiz-jbpm.html

Good luck,

Shi Jinghai/Beijing Langhua Ltd.


在 2009-04-09四的 11:40 +0800,Jack Liu写道:
> Hi, all
> What's the recommended workflow engine in OFBiz?
> Is it Shark?
> 
> 
> Best Regards,
> 
> Jack Liu 
> 



Re: workflow engine

2009-04-09 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Not sure you will find a layout for workflow in the FAQ's
more how to use EDA to make you own workflow.
while your waiting you can go to
http://docs.ofbiz.org/dashboard.action
and Type in
SECA and see the links you get
each will give part of the puzzle

Jack Liu sent the following on 4/9/2009 3:10 AM:
> Thank you.
> I hope this FAQ will come out as soon as possible.
> 
> -Original Message-
> From: Jacques Le Roux [mailto:jacques.le.r...@les7arts.com] 
> Sent: 2009年4月9日 18:05
> To: user@ofbiz.apache.org
> Subject: Re: workflow engine
> 
> Actually not, OFBiz gave up on workflow engines. Shark was implemented last 
> but never really used in OFBiz. Instead of using a 
> workflow engine, OFBiz use an Event Driven Architecture (EDA) and ECAs (SECA, 
> EECA, MECA) are used in OFBiz to drive the workflow. I 
> will create a FAQ for that as this question come over and over
> 
> Jacques
> 
> From: "Michael Xu (xudong)" 
>> As I know, ofbiz uses its own workflow engine. You can get more information
>> here: http://ofbiz.apache.org/docs/workflow.html
>>
>> --
>> Regards,
>> Michael Xu (xudong)
>> www.wizitsoft.com | Office: (8610) 6267 0615 ext 806 | Mobile: (86) 135 0135
>> 9807 | Fax: (8610) 62670096
>>
>>
>> On Thu, Apr 9, 2009 at 11:40 AM, Jack Liu  wrote:
>>
>>> Hi, all
>>> What's the recommended workflow engine in OFBiz?
>>> Is it Shark?
>>>
>>>
>>> Best Regards,
>>>
>>> Jack Liu
>>>
>>>
> 
> 
> 
> 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJ3dgQrP3NbaWWqE4RApJKAKCu++CaqC1Zz6IpwnbR+2WnF+GTWwCgt36O
L2UJ5r4SrZmbVYk3iXKwIUg=
=qcKa
-END PGP SIGNATURE-


RE: workflow engine

2009-04-09 Thread Jack Liu
Thank you.
I hope this FAQ will come out as soon as possible.

-Original Message-
From: Jacques Le Roux [mailto:jacques.le.r...@les7arts.com] 
Sent: 2009年4月9日 18:05
To: user@ofbiz.apache.org
Subject: Re: workflow engine

Actually not, OFBiz gave up on workflow engines. Shark was implemented last but 
never really used in OFBiz. Instead of using a 
workflow engine, OFBiz use an Event Driven Architecture (EDA) and ECAs (SECA, 
EECA, MECA) are used in OFBiz to drive the workflow. I 
will create a FAQ for that as this question come over and over

Jacques

From: "Michael Xu (xudong)" 
> As I know, ofbiz uses its own workflow engine. You can get more information
> here: http://ofbiz.apache.org/docs/workflow.html
>
> --
> Regards,
> Michael Xu (xudong)
> www.wizitsoft.com | Office: (8610) 6267 0615 ext 806 | Mobile: (86) 135 0135
> 9807 | Fax: (8610) 62670096
>
>
> On Thu, Apr 9, 2009 at 11:40 AM, Jack Liu  wrote:
>
>> Hi, all
>> What's the recommended workflow engine in OFBiz?
>> Is it Shark?
>>
>>
>> Best Regards,
>>
>> Jack Liu
>>
>>
> 




Re: workflow engine

2009-04-09 Thread Jacques Le Roux
Actually not, OFBiz gave up on workflow engines. Shark was implemented last but never really used in OFBiz. Instead of using a 
workflow engine, OFBiz use an Event Driven Architecture (EDA) and ECAs (SECA, EECA, MECA) are used in OFBiz to drive the workflow. I 
will create a FAQ for that as this question come over and over


Jacques

From: "Michael Xu (xudong)" 

As I know, ofbiz uses its own workflow engine. You can get more information
here: http://ofbiz.apache.org/docs/workflow.html

--
Regards,
Michael Xu (xudong)
www.wizitsoft.com | Office: (8610) 6267 0615 ext 806 | Mobile: (86) 135 0135
9807 | Fax: (8610) 62670096


On Thu, Apr 9, 2009 at 11:40 AM, Jack Liu  wrote:


Hi, all
What's the recommended workflow engine in OFBiz?
Is it Shark?


Best Regards,

Jack Liu









Re: workflow engine

2009-04-09 Thread Michael Xu (xudong)
As I know, ofbiz uses its own workflow engine. You can get more information
here: http://ofbiz.apache.org/docs/workflow.html

--
Regards,
Michael Xu (xudong)
www.wizitsoft.com | Office: (8610) 6267 0615 ext 806 | Mobile: (86) 135 0135
9807 | Fax: (8610) 62670096


On Thu, Apr 9, 2009 at 11:40 AM, Jack Liu  wrote:

> Hi, all
> What's the recommended workflow engine in OFBiz?
> Is it Shark?
>
>
> Best Regards,
>
> Jack Liu
>
>


workflow engine

2009-04-08 Thread Jack Liu
Hi, all
What's the recommended workflow engine in OFBiz?
Is it Shark?


Best Regards,

Jack Liu