[jboss-user] [JBoss jBPM] - jbpm 3.3.1 console on tomcat

2009-02-11 Thread armita
Hi, I wonder how could I run jsf-console on tomcat. For 3.2 series there is a customize target in ant, but it seems it has changed for 3.3. The other question is which one of the versions are production ready and recommended? View the original post : http://www.jboss.org/index.html?module=bb&op

[jboss-user] [JBoss jBPM] - Re: jbpm 3.3.1 console on tomcat

2009-02-11 Thread armita
"kukeltje" wrote : 1: By repackaging the war yourself | I tried to do it but finally tomcat gave me an class not found exception for a javax.el class which was already inside the war file. Any thoughts? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209270#

[jboss-user] [JBoss jBPM] - Process Instance ownership

2009-02-12 Thread armita
consider this scenario: Different users in the system can instantiate different process. System should be able to provide a way to them to monitor the processes instantiated by them. I could not find the notion of process ownership in jbpm. What is the best way to achieve this scenario? View the

[jboss-user] [JBoss jBPM] - async execution

2009-03-04 Thread armita
I am trying to execute some of my nodes with built in async approach. I get the messages in the JBPM_JOB table, but nothing happens after this point. The record are just sits in the table forever. The application is a webbased application running on Tomcat and my jbpm configuration file looks

[jboss-user] [JBoss jBPM] - Re: async execution

2009-03-04 Thread armita
I dug a bit more and noticed that there supposed to be another thread taking care of this, but the classes mentioned in the document like CommandExecutionServlet, CommandExecutor etc. does not exist in the version 3.3 anymore. Could anybody let me know what happened here and how can I proceed wi

[jboss-user] [JBoss jBPM] - How to manage jbpmContext

2009-03-12 Thread armita
Hi, What is the best way to manage jBPMcontext in a web application? Can I use the same approach as open-session-in-view and use a filter to create/close the context? If yes, does the getCurrentContext give me the thread local context? thanks, -arash View the original post : http://www.jboss.or

[jboss-user] [JBoss jBPM] - Get process definition

2009-03-13 Thread armita
In order to get a process instance, I need to call getProcessInstance(ProcessDefinition,key) on jbpm context. I could not find out how can I get the processDefinition. I have my process definition already deployed to the database and I need to read it from the database. View the original post

[jboss-user] [JBoss jBPM] - Re: Get process definition

2009-03-16 Thread armita
Thanks a lot! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218367#4218367 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4218367 ___ jboss-user mailing list jboss-user@lists.

[jboss-user] [JBoss jBPM] - Join problem

2009-03-18 Thread armita
I have the attached process definition and "FF Join" acts in a strange way. If I execute the "UploadMediaFile" first, everything is OK, but if "UploadMetadata" executes first, it does not wait for "UploadMediaFile" and executes the join right away. any thoughts? | | | | | |

[jboss-user] [JBoss jBPM] - Re: Join problem

2009-03-18 Thread armita
"kukeltje" wrote : forks/joins have to be fully nested, from what I quickly scanned they are not in your case What does that mean to be fully nested View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219313#4219313 Reply to the post : http://www.jboss.org/index.

[jboss-user] [JBoss jBPM] - Re: Join problem

2009-03-19 Thread armita
This is my process graph. Based on what you kindly explained I guess it is not fully nested. Is there a workaround to make it nested? http://picasaweb.google.com/lh/photo/Mz7FzmzWwgYywwhI1b-cnQ?authkey=Gv1sRgCKmBjfD-hr6rhgE&feat=directlink View the original post : http://www.jboss.org/index.html

[jboss-user] [JBoss jBPM] - Adding persistance objects to jbpm4 database

2009-07-20 Thread armita
In earlier versions, it was possible to add an application level entity class to the hibernate config, and persist it through the same transaction as jbpm by getting the transaction from ExecutionContext. I couldn't find a way to do so in jbpm4. The documentation has a reference to "Environment

[jboss-user] [JBoss jBPM] - Re: About integrating JBPM in an existing EAR

2009-07-21 Thread armita
I am trying to achieve a similar goal. My testing code looks like this: | SessionFactory sesionFactory = new org.hibernate.cfg.Configuration().configure("jbpm.hibernate.cfg.xml").buildSessionFactory(); | | JbpmConfiguration config = new JbpmConfiguration(); | config.setS

[jboss-user] [JBoss jBPM] - Re: About integrating JBPM in an existing EAR

2009-07-23 Thread armita
"kukeltje" wrote : Ronan, | | This release of jBPM 4 was not targeted at being customized this way. It does not mean it is not possible, it is just (on purpose) not documented yet. Does this mean it is not a good idea to use it in this way? Do you think any risk is involved in this customiz

[jboss-user] [JBoss jBPM] - Re: About integrating JBPM in an existing EAR

2009-07-23 Thread armita
"shekharv" wrote : | OK, I took a few minutes out and whipped up a post about this, I will fleshing out the details today and tomorrow, but you guys can download the code and test it out. | | The blog post is @: | http://shekharv.blogspot.com/2009/07/sample-hibernate-and-jbpm-applicati

[jboss-user] [JBoss jBPM] - Re: About integrating JBPM in an existing EAR

2009-07-23 Thread armita
I copied the samples config files. The only change in hibernate config which is as follow: | | | http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd";> | | | | | org.hibernate.dialect.PostgreSQLDialect | | | org.postgresql.Driver | jdbc

[jboss-user] [JBoss jBPM] - exception handling in jbpm4

2009-08-04 Thread armita
I was searching for some information about exception handling in jbpm4 and I could not find any. Could anyone give me a hint about this topic please? thanks, -arash View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247959#4247959 Reply to the post : http://w

[jboss-user] [JBoss jBPM] - how to start job executor

2009-08-05 Thread armita
How can I start jobExecutor and configure it in jbpm4? Does it starts automatically or should I start manually? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4248223#4248223 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JBoss jBPM] - What happened to 3.3 branch

2009-04-01 Thread armita
Hi, I am using 3.3.1 version of jbpm in an application. I just noticed that it is removed from the download section. I wonder what happened to that version? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222765#4222765 Reply to the post : http://www.jboss.or

[jboss-user] [JBoss jBPM] - Re: async execution

2009-04-28 Thread armita
jbarrez response is good. Just call startJobExecutor on your configuration and you should be good to go. BTW documentation documentation documentaion ... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4227249#4227249 Reply to the post : http://www.jboss.o

[jboss-user] [JBoss jBPM] - 3.2.6 maven dependency question

2009-05-14 Thread armita
I tried to use jboss's maven repository. I noticed that jbpm 3.2.6 artifact includes a lot of dependencies that does not make sense to me. I wanted to ask what is the reason of including these dependencies in the POM file for jbpm-jpdl-3.2.6.SP1: -lucence -jackrabbit -derby -icu4j Could someon

[jboss-user] [JBoss jBPM] - Re: 3.2.6 maven dependency question

2009-05-15 Thread armita
"kukeltje" wrote : lucene/jackrabbit were/are for JCR (JSR-168) compliant storage options. Not used by a lot of people. | | The other 2 I do not no by heart (and no time to find out for you now) Thanks very much Ronald for your kind answer. I don't see why optional dependencies that aren't

[jboss-user] [EJB 3.0] - Re: TrialBlazer is not working!

2006-07-11 Thread armita
I used the installer with th EJB3 option! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956863#3956863 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956863 ___ jboss-user ma

[jboss-user] [EJB 3.0] - Class cast exception in web module

2006-07-11 Thread armita
When I put the slsb interface in my WEB-INF/classes dir, the cast of lookuped object to local interface gives me a ClassCastException. When I remove it everything is fine. But I think the interface should be within the client, which in this case is the webmodule, isn't it?! View the original p

[jboss-user] [JBoss Seam] - reverse engineering tools templating facility

2006-08-05 Thread armita
I am searching for any example/doc for the templating facility of reverse engineering tool. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963372#3963372 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963372 _

[jboss-user] [JBoss Seam] - Re: Ajax¤JSF wi th Seam

2006-08-05 Thread armita
I tried the guid line in this thread, but faced an exception | 16:36:28,160 ERROR [PhaseListenerManager] Exception in PhaseListener RENDER_RESPONSE(6) beforePhase. | javax.faces.el.EvaluationException: Cannot get value for expression '#{campusList==null}' | at org.apache.myfaces.e

[jboss-user] [JBoss Seam] - s:link does not apply the form values to my bean

2006-08-07 Thread armita
I have just created a simple application using the reveng tool, and I wanted to try s:link on a page. But when the form submits, the values of the request does not come in my bean. Could anybody know what is the problem? I tried using commandLink also but the famous bug makes it not call the ac

[jboss-user] [JBoss Seam] - JDBC error in Factory class

2006-08-30 Thread armita
Trying to execute a query in a Factory method I get this error: | 2006-08-30 11:59:27,495 DEBUG [org.hibernate.util.JDBCExceptionReporter] Cannot open connection [???] | org.jboss.util.NestedSQLException: Transaction is not active: tx=TransactionImpl:XidImpl[FormatId=257, GlobalId=sky/81, Br

[jboss-user] [JBoss Seam] - Re: seam converter

2007-10-16 Thread armita
Yes, actually I managed to use them. Doesn't this thread helped you to solve the problem? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095712#4095712 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4095712

[jboss-user] [JBoss jBPM] - pooled actors

2007-10-31 Thread armita
Hi all, I am trying the Jbpm and facing some problem here. How can I set up the pooled actors. Where they are supposed to be created? I could not find any thing in the documentation in this regard. Could somebody give me a hint please? Thanks in advance View the original post : http://www.jbos

[jboss-user] [JBoss jBPM] - Re: pooled actors

2007-11-02 Thread armita
I also find out that you can set somethng like actor-id="actorId" in the assignment when defining it as a pooled actor. But Jbpm gives an error informing that it could not find the pooled actor. My question is how can I set up the pooled actors so that Jbpm could find them. View the original p

[jboss-user] [JBoss jBPM] - Actor is group or user

2007-11-02 Thread armita
Hi, I could not figure out how jbpm differentiate between the concept of User and group? Could somebody please provide me a sketch of how these two concepts work in jbpm? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101408#4101408 Reply to the post : ht

[jboss-user] [JBoss Seam] - seam converter

2007-05-17 Thread armita
I am trying to use Converter annotation without success. My class looks like | @Converter(id = "locationConveter") | @Name("locationConverter") | public class LocationConverter implements javax.faces.convert.Converter { | but my page could not find | | I also tried it without the

[jboss-user] [JBoss Seam] - Re: seam converter

2007-05-18 Thread armita
Thank you guys! I hoped that the annotation will eliminate need for adding the converter to the faces-config.xml file (And if not, what is the point of "id" in converter annotation?) Though I could not understand how can I use EL to mention the converter. View the original post : http://www.jbo

[jboss-user] [JBoss Seam] - Re: seam converter

2007-05-18 Thread armita
I registered in the faces-config.xml file! Now the jsf could get a hold of it, but none of the seam injections seems to work. My class looks like: | @Converter(id = "locationConveter") | @Name("locationConverter") | @Interceptors(SeamInterceptor.class) | public class LocationConverter im

[jboss-user] [JBoss Seam] - Re: seam converter

2007-05-19 Thread armita
It is not working. I even tried the UI example of seam which uses a converter and put some logs inside the methods, but it seems that converters is not functional in Seam! Or maybe I am missing something? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=404701