[jboss-user] [JBoss jBPM] - Re: Problem configuring jBPM4 with Spring

2009-08-14 Thread jbarrez
Are you using JPA or Hibernate? In the first case, these kind of errors are to be expected since we've not yet implemented JPA integration. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4249693#4249693 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problem configuring jBPM4 with Spring

2009-08-14 Thread ziglee
JPA View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4249703#4249703 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4249703 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss jBPM] - Re: Problem configuring jBPM4 with Spring

2009-08-12 Thread wen3062
i post this as a bug: https://jira.jboss.org/jira/browse/JBPM-2483 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4249145#4249145 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4249145

[jboss-user] [JBoss jBPM] - Re: Problem with Errors in named queries when deploying jbpm

2009-08-12 Thread gchanteb
Hi, could you explain your problem plz ? I have the same problem using jBPM on weblogic. I haven't this line org.hibernate.hql.classic.ClassicQueryTranslatorFactory in my hibernate.cfg file. For the JSF-Console, with this config (in weblogic.xml), it works: container-descriptor

[jboss-user] [JBoss jBPM] - Re: Problem with Errors in named queries when deploying jbpm

2009-08-12 Thread gchanteb
Hi, i have found a solution, In weblogic-application.xml, put: prefer-application-packages package-nameantlr.*/package-name /prefer-application-packages View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4249215#4249215 Reply to the

[jboss-user] [JBoss jBPM] - Re: Problem with Errors in named queries when deploying jbpm

2009-08-12 Thread kukeltje
thanks for reporting back View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4249259#4249259 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4249259 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Problem configuring jBPM4 with Spring

2009-08-06 Thread ziglee
Removing the current=true attribute: Caused by: org.hibernate.HibernateException: No CurrentSessionContext configured! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4248424#4248424 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problem configuring jBPM4 with Spring

2009-08-05 Thread ziglee
When using: command-service |retry-interceptor / |environment-interceptor / |spring-transaction-interceptor current=true / | /command-service Results in: No existing transaction found for transaction marked with propagation 'mandatory' View the original post :

[jboss-user] [JBoss jBPM] - Re: Problem configuring jBPM4 with Spring

2009-08-05 Thread ziglee
To support the transaction need, I'm using: bean id=transactionManager class=org.springframework.orm.jpa.JpaTransactionManager |p:entityManagerFactory-ref=entityManagerFactory / | tx:annotation-driven transaction-manager=transactionManager / and I've placed the @Transactional

[jboss-user] [JBoss jBPM] - Re: Problem configuring jBPM4 with Spring

2009-08-05 Thread xu.huisheng
You should remove the current=true attribute. command-service retry-interceptor / environment-interceptor / spring-transaction-interceptor / /command-service View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4248269#4248269 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problem configuring jBPM4 with Spring

2009-08-04 Thread ziglee
My case is a little diferent. I'm using JPA (hibernate implementation) so I would like to know how can I stop depending on jbpm.hibernate.cfg.xml. I tried to expose my sessionFactory through this bean: bean id=entityManagerFactory

[jboss-user] [JBoss jBPM] - Re: Problem configuring jBPM4 with Spring

2009-08-04 Thread rogerofyan
try to add current=true to the spring interceptor. |command-service | retry-interceptor / | environment-interceptor / | spring-transaction-interceptor current=true / | /command-service View the

[jboss-user] [JBoss jBPM] - Re: Problem with Tax Node

2009-08-03 Thread prajatna
To add on the above problem, I tried by replacing the task node with a Node.. And this time The above is working fine ,. But still I am wondering how to achieve this with a Task Node... ??? View the original post :

[jboss-user] [JBoss jBPM] - Re: Problem with Tax Node

2009-08-03 Thread prajatna
To add on the above problem, I tried by replacing the task node with a Node.. And this time | node name=TestNode | action class=com.sample.action.ProcessAction/action | transition to=PM_Approval name=Accepted/transition | transition to=end-state

[jboss-user] [JBoss jBPM] - Re: Problem with Errors in named queries when deploying jbpm

2009-08-03 Thread kukeltje
I don't think you should change the queries. Changing to the correct hibernate version is the most likely thing View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4247525#4247525 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problem with Errors in named queries when deploying jbpm

2009-08-03 Thread gerry78
Thank for the reply, I tried various versions and the problem was the same. I actually found the sollution: Because of weblogic we had to use the property name=hibernate.query.factory_classorg.hibernate.hql.classic.ClassicQueryTranslatorFactory/property After removing this line jbpm work

[jboss-user] [JBoss jBPM] - Re: Problem with Errors in named queries when deploying jbpm

2009-08-03 Thread kukeltje
STILL? This was an issue LOONG ago... (in 8.x) wow... still because of antlr or? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4247589#4247589 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247589

[jboss-user] [JBoss jBPM] - Re: Problem configuring jBPM4 with Spring

2009-07-30 Thread ainze
try command-service | retry-interceptor / | environment-interceptor / | spring-transaction-interceptor / | /command-service The environment-interceptor will expose the environment. Now the spring transaction

[jboss-user] [JBoss jBPM] - Re: Problem with AsyncActivityTest in a AbstractTransactiona

2009-07-28 Thread kukeltje
If you remove the async attribute the test runs fine because the job executor is not used at all. Do you use the default embedded hsqldb with the tests or your own db? If the latter is the case, look if transactions are configured correctly (I cannot help in that area yet) View the original

[jboss-user] [JBoss jBPM] - Re: problem reagarding task node configuration in jbpm

2009-07-28 Thread jbarrez
You'll see that the core concepts are the same, but the complete way of working has changed. So yes, the switch to jBPM4 makes sense, ceratinly if you want to be future-proof (but this also means learning jBPM4) View the original post :

[jboss-user] [JBoss jBPM] - Re: Problem with AsyncActivityTest in a AbstractTransactiona

2009-07-28 Thread jbarrez
Also check if you have the jobExecutor configured correctly: http://docs.jboss.com/jbpm/v4.0/devguide/html_single/#jobexecutor View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4246457#4246457 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problem with AsyncActivityTest in a AbstractTransactiona

2009-07-28 Thread jcvergara
kukeltje/jbarrez thanks for give me an insight into the JobExecutor component. I believe the Jobexecutor is configured correctly, my jbpm.cfg.xml include the line: I don't know why the transaction managed by Spring is not injected into the JobExecutorMessageSession, I running the test against

[jboss-user] [JBoss jBPM] - Re: Problem with AsyncActivityTest in a AbstractTransactiona

2009-07-28 Thread kukeltje
Yes it can, but for testcases it is done the easy way. Not sure (yet, because of lack of knowledge) how you should start it. The unit tests in the sourcecode (not the examples, but the real source) might give a hint. View the original post :

[jboss-user] [JBoss jBPM] - Re: Problem with AsyncActivityTest in a AbstractTransactiona

2009-07-28 Thread jcvergara
I am using the spring integration example by Andries Inze (http://www.inze.be/andries/2009/06/08/spring-jbpm4-cr1-demo/) public class AsyncActivityTests extends AbstractTransactionalSpringJbpmTestCase {… @Override protected String[] getConfigLocations() { return new

[jboss-user] [JBoss jBPM] - Re: Problem with JobExecutor - hibernate.cfg.xml not found

2009-07-27 Thread kukeltje
Are you using the spring jbpm 3.1 template? If so, there was no jobexecutor when this template was made (by the spring people), so that might be the reason it does not work. In any other case, I have no clue at all. View the original post :

[jboss-user] [JBoss jBPM] - Re: problem reagarding task node configuration in jbpm

2009-07-24 Thread vnm
I have not tried 3.2.6SP1 yet..The only thing I know about 3.2.6SP1 is that it has inbulit installer which we can directly point to standalone Jboss AS ..I have also downloaded 3.2.6SP1 installer jar but hav nt used it yet... Regards vnm View the original post :

[jboss-user] [JBoss jBPM] - Re: problem reagarding task node configuration in jbpm

2009-07-24 Thread vnm
But thing I also want to mention is that I have decieded to shift to jbpm version 4 from 3.2.3...I need to study version 4 first as it differs from version 3 widely.. But is it advisable to shift to version 4 directly from 3.2.3 instead of to shift to version 3.2.3? Regards, vnm View the

[jboss-user] [JBoss jBPM] - Re: problem reagarding task node configuration in jbpm

2009-07-23 Thread kukeltje
than you can have version 'conflicts' if you use a newer version of jBPM e.g. 3.2.6sp1 and the scripts from the esb could be for 3.2.2 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4245536#4245536 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: problem reagarding task node configuration in jbpm

2009-07-23 Thread vnm
Are you asking for jbpmdb? In this schema I have executed list of scripts given by jbpm to run persist your jpdl in mysql...Actually I am using jbpm and esb in integration...So on installation of jbossesb suit, I have found out the mysqlscript file for jbpm tables... Thanks and Regards vnm

[jboss-user] [JBoss jBPM] - Re: problem reagarding task node configuration in jbpm

2009-07-23 Thread kukeltje
how did you create the schema? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4245522#4245522 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4245522 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: problem reagarding task node configuration in jbpm

2009-07-23 Thread vnm
hi Ronald, Thanks for your reply.. As per your instruction I changed dialect property as below in my hibernate.cfg.xml because we are using innodb as default storage engine org.hibernate.dialect.MySQLInnoDBDialect which was priviously org.hibernate.dialect.MySQLDialect But the

[jboss-user] [JBoss jBPM] - Re: problem reagarding task node configuration in jbpm

2009-07-23 Thread kukeltje
use the innodb dialect which is currently commented out. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4245430#4245430 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4245430 ___

[jboss-user] [JBoss jBPM] - Re: problem reagarding task node configuration in jbpm

2009-07-23 Thread vnm
Hi Ronald, Thank you so much for your help..You are right as the problem was because of version mismatch between the jbpm I am using and that for esb.. As I am using jbpm version 3.2.3 and esb is using 3.2.2 and the scripts I executed priviously was from esb ..So then I

[jboss-user] [JBoss jBPM] - Re: problem reagarding task node configuration in jbpm

2009-07-23 Thread kukeltje
Then I would even switch to 3.2.6SP1... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4245625#4245625 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4245625 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: problem with examples and ant deploy.examples on jbpm-4.

2009-06-24 Thread jwerkmeister
and why do the excluded examples work when you run them with JUNIT then??? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239815#4239815 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4239815

[jboss-user] [JBoss jBPM] - Re: problem with examples and ant deploy.examples on jbpm-4.

2009-06-22 Thread camunda
Best is to check with the current schema what is used which is not there... Before that, everything is just a rough guess... if it was removed, maybe the SVN log reveals why. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239200#4239200 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: problem with examples and ant deploy.examples on jbpm-4.

2009-06-22 Thread camunda
I guess so as well. Seems they use constructs not present in the xsd (either old or brand new ;-)). View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239198#4239198 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4239198

[jboss-user] [JBoss jBPM] - Re: problem with examples and ant deploy.examples on jbpm-4.

2009-06-22 Thread jwerkmeister
great... So the functionalities shown on that examples cannot be used yet?? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239199#4239199 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4239199

[jboss-user] [JBoss jBPM] - Re: Problem using multiple timers

2009-06-19 Thread kukeltje
do not use 'node.ĺeave' in a timer where you also have a transition specified in the timer. The transition is automatically taken if the action in the timer has finished. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238738#4238738 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problem using multiple timers

2009-06-19 Thread nikosd23
Thanks a lot kukeltje!!! You have managed with one line to solve our problem. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238790#4238790 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238790

[jboss-user] [JBoss jBPM] - Re: Problem using multiple timers

2009-06-19 Thread kukeltje
You are most welcome. For others who read this, it is not related to multiple timers... this error occurs with one timer as well (afaik) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238805#4238805 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problem with taskform

2009-06-18 Thread kukeltje
I've worked it out. Two issues are at hand - The building of the examples.bar from the examples folder does *not* include the *.ftl files so the forms are not included. You could include them by adding an include line in the build.xml file - But then the forms are in a subdir /org/jbpm/ and

[jboss-user] [JBoss jBPM] - Re: Problem with taskform

2009-06-16 Thread kukeltje
where did you get the example with taskforms from? afaik, there is no example deployed yet in the demo env which has taskforms. So unless you created your own definition AND forms, this error is to be expected View the original post :

[jboss-user] [JBoss jBPM] - Re: Problem with taskform

2009-06-16 Thread efabbri
If you download http://sourceforge.net/project/downloading.php?group_id=70542filename=jbpm-4.0.CR1.zipa=23689550 package and extract it and go to the folder examples\src\org\jbpm\examples\taskform you will find the example. The demo video of the example is also available at

[jboss-user] [JBoss jBPM] - Re: problem with jbpm-3.2.Beta2

2009-06-16 Thread margotmedia
java.lang.IllegalStateException: Can't overwrite cause It is an error due to a bug with wstx library, I've changed it for an older version than wstx-lgpl-3.2.6.jar (it solves the problem) and it worked fine! View the original post :

[jboss-user] [JBoss jBPM] - Re: Problem with taskform

2009-06-16 Thread kukeltje
Ok, sorry. I knew it was there but it is by default *not* deployed. So how did you deploy this process? Are you sure you also deployed the .ftl files? I currently have no time to check if it works here (sorry). View the original post :

[jboss-user] [JBoss jBPM] - Re: Problem with taskform

2009-06-16 Thread kukeltje
sorry, it does seem to be deployed by default (I missed it due to the fact that I was looking for taskform and not vacation2... I get the same error here. Most likely it is deployed wrongly since the taskforms are in a subdir. afaik, that should not be the case, so the taskform in the examples

[jboss-user] [JBoss jBPM] - Re: Problem with taskform

2009-06-16 Thread efabbri
Ok. Only one other question. Are there any manuals that explain how to create these types of forms? Because this is the only stuff I have and without any help I can't understand how task works! Thank you! Emanuele View the original post :

[jboss-user] [JBoss jBPM] - Re: problem with jpdl-4.0.xsd

2009-06-16 Thread jwerkmeister
problem solved. I did all the process again and now it works. don't know what it was. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238026#4238026 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238026

[jboss-user] [JBoss jBPM] - Re: problem with jpdl-4.0.xsd

2009-06-16 Thread kukeltje
Thanks for reporting back View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238040#4238040 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238040 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Problem deploying JBPM4.0.0.Beta2 on JBOSS 5.0.1.GA

2009-06-04 Thread kukeltje
where does spring come in? any chance you have multiple jBPM jars? Looks like a classloader problem View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4235298#4235298 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4235298

[jboss-user] [JBoss jBPM] - Re: Problem deploying JBPM4.0.0.Beta2 on JBOSS 5.0.1.GA

2009-06-04 Thread dabster2000
I use Spring Web Services in the WAR file, but I do not use Spring for injection or anything else regarding JBPM. I agree it looks like a classloader problem and I've checked many times if I have more than one JBPM in my classpath. I have not included more than one myself and I do not believe

[jboss-user] [JBoss jBPM] - Re: Problem deploying JBPM4.0.0.Beta2 on JBOSS 5.0.1.GA

2009-06-04 Thread kukeltje
could you turn on the trace level of org.jbpm.pvm.util.ReflectUtil and org.jbpm.jpdl.xml.BindingParser to see what the output is? Did you upgrade from a previous version that *did* work? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4235338#4235338 Reply to

[jboss-user] [JBoss jBPM] - Re: Problem with the installer for JBPM beta2 - java.lang.Ab

2009-06-01 Thread kukeltje
https://jira.jboss.org/jira/browse/JBPM-2281 (it is good to search the jira first ;-)) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234530#4234530 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4234530

[jboss-user] [JBoss jBPM] - Re: Problem running customized BPEL processes

2009-05-22 Thread riveraej
Any help or idea, somebody please? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232749#4232749 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4232749 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Problem running customized BPEL processes

2009-05-22 Thread prince_amit
hi,I'm also trying BPEL extension for JBPM I also install jBPM-BPEL on jboss-4.2.2.GA but facing error 1.trying to register already registered mbean jboss.jca:service=LocalTxCM,name=JbpmDS 2.nullpointer exception fail to start jboss.esb.service.jbpmService can you tell me[step by step] how

[jboss-user] [JBoss jBPM] - Re: Problem executing two timers simultaneously from fork

2009-05-15 Thread kukeltje
anonymous wrote : The issue is timers are not executed simultaneously by the scheduler i have jobexecutor servlet entry in web.xml i am using tomcat server. That's because they are two non-related timers. And before you ask the next question, you cannot have them be executed at the same time

[jboss-user] [JBoss jBPM] - Re: Problem executing two timers simultaneously from fork

2009-05-15 Thread harini mj
| fork name=fork1 | transition to=Fo Officer | name=ForFoApproval | /transition | transition to=Mo Officer | name=ForMoApproval | /transition | /fork | | task-node name=Fo Officer | task name=FOApproval | assignment actor-id=FOOfficer | /assignment | timer

[jboss-user] [JBoss jBPM] - Re: problem w ith process deployment

2009-04-19 Thread Sherrys
Did you changed the standardjaws.xml file in the deploy folder of jBOSS? --Sherry View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4226348#4226348 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4226348

[jboss-user] [JBoss jBPM] - Re: Problem with Roles JBPM

2009-04-01 Thread kukeltje
1: by using the pooled tasklist and put the *group* name in the pooled actors list 2: Begun? Or assigned to? Write your own query for it (just like I responded in the seam forum) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222567#4222567 Reply to the post

[jboss-user] [JBoss jBPM] - Re: Problem with Roles JBPM

2009-03-31 Thread konstt2000
How a user with role X could see: - tasks for his role. - tasks that have been begun by users by the same role. ??? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222443#4222443 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problem with default controller variable

2009-03-20 Thread kukeltje
it unfortunately is the default eclipse behaviour... sorry View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4219756#4219756 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4219756

[jboss-user] [JBoss jBPM] - Re: Problem with default controller variable

2009-03-19 Thread zuipli
Very easy and very helpfull ! Thank you kukeltje. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4219517#4219517 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4219517 ___

[jboss-user] [JBoss jBPM] - Re: Problem with default controller variable

2009-03-18 Thread kukeltje
press enter before leaving the field View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4219304#4219304 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4219304 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: Problem with BPEL pick activity

2009-03-17 Thread alex.gui...@jboss.com
The BPEL pick structure is supposed to execute the activity associated with the first operation to be requested. The second operation is not supposed to complete. I do not get what your intent is from your description. Can you please post the relevant portion of your process document?

[jboss-user] [JBoss jBPM] - Re: Problem deploying on JBoss 5

2009-03-06 Thread gchanteb
Ok Rogerio. So, you tried with JBoss 5 but you choosed to work with JBoss 4.2.3 ? Why ? I need to have the most stable version as possible between jBPM and JBoss. But with this console bug, I think I should downgrade my versions. View the original post :

[jboss-user] [JBoss jBPM] - Re: Problem deploying on JBoss 5

2009-03-06 Thread gchanteb
I found the solution: http://www.jboss.org/index.html?module=bbop=viewtopict=148911postdays=0postorder=ascstart=10 To make the JSF-console work : | | https://jira.jboss.org/jira/browse/JBPM-1913 | 1) jsf-facelets-1.1.15.B1.jar :

[jboss-user] [JBoss jBPM] - Re: Problem deploying on JBoss 5

2009-03-06 Thread rogerio.baldini
I had tried it before, but It hadn't worked... Do you have some clue ? What are 6 .xhtml ? Thanks Rogerio View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215675#4215675 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problem deploying on JBoss 5

2009-03-06 Thread gchanteb
Yep, When you go on https://jira.jboss.org/jira/browse/JBPM-1913, at the bottom of the page, somebody says Include patches from SOA-1052 == SOA-1052 is here: https://jira.jboss.org/jira/browse/SOA-1052 and on the SOA-1052 page, there is a file named jbpm-console.war.diff (11 kb). When you

[jboss-user] [JBoss jBPM] - Re: Problem deploying on JBoss 5

2009-03-05 Thread gchanteb
Hi. Rogerio, your solution doesn't work :-(. I use JBPM 3.3.1.GA with JBoss 5.0.1.GA. I have changed jsf-facelet in order to have jbpm console working. When i want to examine a process, i have this error: java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Boolean

[jboss-user] [JBoss jBPM] - Re: Problem deploying on JBoss 5

2009-03-05 Thread gchanteb
(I have the same problem with another versions, like JBoss 5.0.0.GA and jBPM 3.2.5.GA.) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215377#4215377 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4215377

[jboss-user] [JBoss jBPM] - Re: Problem deploying on JBoss 5

2009-03-05 Thread rogerio.baldini
Unfortunately, I don't have a solution for this. I am using jBoss 4.2.3 for a while. Rogerio View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215407#4215407 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4215407

[jboss-user] [JBoss jBPM] - Re: Problem sending mail in JBPM

2009-03-02 Thread devendrajain
Hi Anurag .. Seems that you have implemented the mailing functionality successfully in JBPM's workflow engine successfully. If possible, can u plz email me all the steps required to configure email functionality in JBPM's workflow engine. Problem is that i tried configuring it few days back but

[jboss-user] [JBoss jBPM] - Re: problem with jbpm-3.3.1.GA and jboss 4.2.3

2009-03-02 Thread brackxm
The errors in your log are not really errors. They are INFO messages form non log4j loggers (slf4j/jdk). View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4214190#4214190 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4214190

[jboss-user] [JBoss jBPM] - Re: problem with jbpm-3.3.1.GA and jboss 4.2.3

2009-02-28 Thread aminoux
bradsdavis wrote : You get this because of the GWT console. When you install jbpm, GWT console is optional. Since it really isnt ready for prime time, I would opt to use the standard jsf-console. Optionally since you already have it installed, you could just remove the gwt pieces within jbpm

[jboss-user] [JBoss jBPM] - Re: problem with jbpm-3.3.1.GA and jboss 4.2.3

2009-02-26 Thread bradsdavis
You get this because of the GWT console. When you install jbpm, GWT console is optional. Since it really isnt ready for prime time, I would opt to use the standard jsf-console. Optionally since you already have it installed, you could just remove the gwt pieces within jbpm folder of deploy.

[jboss-user] [JBoss jBPM] - Re: problem with jbpm and database

2009-02-24 Thread rodosa
In version jbpm-jpdl-3.2.3 scripts to create the database are in db folder View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4212673#4212673 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4212673

[jboss-user] [JBoss jBPM] - Re: problem with jbpm and database

2009-02-24 Thread santoshkumarsamala
Yes, there is no such file, but you have a file named jbpm.jpdl.mysql.sql run this. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4212695#4212695 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4212695

[jboss-user] [JBoss jBPM] - Re: Problem with task form generation with defined variables

2009-02-06 Thread frinux
Is there any chance that this functionnality will be implemented soon?! I just downloaded the last version (jbpm-jpdl-suite-3.2.3) but the problem still exists View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4207602#4207602 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problem with task form generation with defined variables

2009-02-06 Thread kukeltje
anonymous wrote : Is there any chance that this functionnality will be implemented soon?! [/qupte] | | Not that I know of View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4207691#4207691 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problem with task form generation with defined variables

2009-02-06 Thread frinux
Shame, so I guess it is better just to enter all vars when generating forms, not before am I right? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4207726#4207726 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4207726

[jboss-user] [JBoss jBPM] - Re: Problem with task form generation with defined variables

2009-02-06 Thread kukeltje
Hey, contributions are always welcome ;-) 'not before'? Not sure what you mean View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4207805#4207805 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4207805

[jboss-user] [JBoss jBPM] - Re: Problem deploying on JBoss 5

2009-02-05 Thread rogerio.baldini
Ok. I am waiting for it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4207314#4207314 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4207314 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Problem deploying on JBoss 5

2009-02-05 Thread rogerio.baldini
You are not helping me... My problem still persists. Rogerio View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4207312#4207312 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4207312

[jboss-user] [JBoss jBPM] - Re: Problem deploying on JBoss 5

2009-02-05 Thread kukeltje
What do you want? Wait until monday or should I not investigate a all? It's my free, non-paid time. Normal customers (I do not work for JBoss) are billed €100,- per hour, so take your pick View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4207475#4207475

[jboss-user] [JBoss jBPM] - Re: Problem deploying on JBoss 5

2009-02-05 Thread rogerio.baldini
Sorry man, I didn't want to cause that. I am really sorry. I have solved this problem few minutes ago. I had to change t_processinstances.xhtml | td style=white-space:nowrap; | h:selectBooleanCheckbox id=running_i value=#{filter_running== 'true'}/ |

[jboss-user] [JBoss jBPM] - Re: Problem deploying on JBoss 5

2009-02-05 Thread kukeltje
Peace... and thanks for reporting back View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4207536#4207536 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4207536 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: Problem deploying on JBoss 5

2009-02-04 Thread rogerio.baldini
Hi guys... I am getting this error as well and I don't know the solution... Can anybody help me ? I've already changed lib to jsf-facelets-1.1.15.B1. Thanks, Rogerio 15:51:37,668 ERROR [viewhandler] Error Rendering View[/app/procdef.xhtml] | java.lang.ClassCastException: java.lang.String

[jboss-user] [JBoss jBPM] - Re: Problem deploying on JBoss 5

2009-02-04 Thread kukeltje
Like I said before... look in the jira issue, PLEASE. The facelets update was for another (partly related) issue it is fixed in 3.3.1 as I see in the jira issue View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4207098#4207098 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problem deploying on JBoss 5

2009-02-04 Thread rogerio.baldini
Sorry, but I can't understand your point... I am already using jBpm 3.3.1. And in jira I saw it would be solved in this version... Is there some other thing I didn't see ? Thanks, Rogeiro. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4207104#4207104 Reply

[jboss-user] [JBoss jBPM] - Re: Problem deploying on JBoss 5

2009-02-04 Thread kukeltje
anonymous wrote : I am already using jBpm 3.3.1. You did not mention this and I'm still not clairvoyant... so anonymous wrote : Is there some other thing I didn't see ? I'll try in the weekend and will get back af that. View the original post :

[jboss-user] [JBoss jBPM] - Re: Problem when deploying jbpm-bpel and Jboss Portal

2009-01-23 Thread eddydiaz
Inside jbpm-configuration.jar are jbpm.hibernate.cfg.xml and jbpm.cfg.xml files. I tried adding to .jar file another hibernate.cfg.xml with the same content of the jbpm.hibernate.cfg.xml, but new error appears: 18:58:55,495 ERROR [[/jbpm-bpel]] Exception sending context initialized event to

[jboss-user] [JBoss jBPM] - Re: Problem when deploying jbpm-bpel and Jboss Portal

2009-01-22 Thread eddydiaz
I have the same problem. I have installed jboss-portal-2.7.0.GA and jbpm-bpel-1.1.1. The problem when deploying jbpm-bpel in jboss is: 10:35:29,700 WARN [JMSContainerInvoker] Could not find the queue destination-jndi-name=queue/JbpmCommandQueue 10:35:29,700 WARN [JMSContainerInvoker]

[jboss-user] [JBoss jBPM] - Re: Problem when deploying jbpm-bpel and Jboss Portal

2009-01-22 Thread bdavis
@eddydiaz Do you see hibernate.cfg.xml within your EAR? It should be either in a jbpm-configuration.jar in the lib of the EAR, or the file placed at the root of the EAR. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4204126#4204126 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problem with java 1.4.2 on JBPM 3.3.0

2009-01-22 Thread kukeltje
a) 1.5 b) please complain at the developer forum. You are correct that this info is *still* hard to find and partially incorrect. Also complain at the corresponding jira issue about the documentation and site... (have no link sorry, jira is down for maintanance or something View the original

[jboss-user] [JBoss jBPM] - Re: Problem with variables when calling ESB from a fork

2009-01-19 Thread hauch
Ok, I guess I found the answer myself: The EsbActionHandler writes the ESB reply to localVariable. In a fork this means that the reply is stored on the TokenVariableMap belonging to the path. Therefore you must explicit get it from TokenVariableMap and not directly from contextInstance. View

[jboss-user] [JBoss jBPM] - Re: Problem with depoly jbpm-bpel-1.1.1

2009-01-11 Thread Kanty
rusbob wrote : Hi! | I am beginner. I creat and deploy jbpm-bpel.ear. But i get error in console JBoss: | [ServiceController] Problem starting service jboss.web.deployment:war=jbpm-bpel.war,id=-2131816553 | org.jboss.deployment.DeploymentException: message-destination-ref 'jms/JobQueue'

[jboss-user] [JBoss jBPM] - Re: problem with eclipse 3.2.2 and jbpm jpdl designer!!

2009-01-10 Thread kukeltje
afaik, 3.1.0.GA was 3.2. compatible. Not sure when it 'broke' though since 3.2 is old Best thing to do and not realy complex is to try the one before (3.1.5) and if it works, fine, if not, try the one before etc... View the original post :

[jboss-user] [JBoss jBPM] - Re: problem with eclipse 3.2.2 and jbpm jpdl designer!!

2009-01-09 Thread bonaparte
Thanks for your response Koen. I really need to use Eclipse 3.2, so do you know which version of GPD is compatible with this one? Unfortunately, i can't find the information about this... Thanks a lot again for your help, Cheers, Bon. View the original post :

[jboss-user] [JBoss jBPM] - Re: problem with eclipse 3.2.2 and jbpm jpdl designer!!

2009-01-08 Thread koen.a...@jboss.com
GPD 3.1.6 is build and tested on Eclipse 3.4.1. Any other combination is not guaranteed to work. With the above combination the installation and creation of jBPM projects and process files seems to happen smoothly. At least on my machine ;-) Cheers, Koen View the original post :

  1   2   3   4   5   6   7   >