[jboss-user] [JBoss jBPM] - dependencies classes used in process

2009-07-13 Thread jokum
Hi all, I currently have a process using some custom Java classes (DecisionHandler, ...) These classes have some dependencies (custom domain model classes) contained is a different jar file. How can I make sure these classes are being found when the process is deployed? I would like to avoid t

[jboss-user] [JBoss jBPM] - Re: gwt-console only a blank page

2009-06-23 Thread jokum
I had the same problem using IE. When using Firefox the console is working fine. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239551#4239551 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239551 __

[jboss-user] [JBoss jBPM] - Custom IdentitySession configuration

2009-06-23 Thread jokum
Hi, Can somebody provide me with an example of jbpm.cfg.xml configuring a custom IdentitySession implementation. Currently I have something like this : | | | | | | | but I keep getting this exception when running a unit test : org.jbpm.api

[jboss-user] [JBoss jBPM] - Re: [JBPM process xml] java method argument problem

2009-06-03 Thread jokum
This is fixed in 4.0-SNAPSHOT. (I tested it...) See also https://jira.jboss.org/jira/browse/JBPM-2279 Greetz View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234980#4234980 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBoss jBPM] - Re: [JBPM process xml] java method argument problem

2009-06-03 Thread jokum
Same problem here. The question is how to use process instance variables as params to the java activity? Greetz View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234907#4234907 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBoss jBPM] - Re: java activity argument problem

2009-06-03 Thread jokum
In case you still got the problem. I also had this error due to the fact the Object I was adding as a variable was not Serializable. Implementing java.io.Serializable should fix this error. Greetz View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234852#4234852

[jboss-user] [JBoss jBPM] - Running JBPM on WebSpere 7

2009-05-28 Thread jokum
Hi all, Does somebody have any best practices or experiences on running JBPM on WAS 7? I found this document : http://www.jboss.org/community/wiki/Jbpm32OnWAS61 describing how to get het jbpm console running on WAS. But what I need is information on how to initialize the process engine and de

[jboss-user] [JBossCache] - Re: CacheLoader serialization class change

2007-11-29 Thread jokum
Yes we do, We have a number of small components. These components are deployed on a number of different WebLogic cluster nodes. The components need to be configured at run-time from whitin a central web application. The configuration is stored in a cache whitin the web app and is synchonized t

[jboss-user] [JBossCache] - CacheLoader serialization class change

2007-11-26 Thread jokum
Hi all, I'm currently using JBoss Cache (TreeCache) for replicating configuration data in a WebLogic cluster. We persist the cache using a CacheLoader in to the database. Everything works fine but when I recompile the classes of which instances are stored in the cache, we get serailization erro

[jboss-user] [Clustering/JBoss] - Re: WAN Cluster setup

2007-03-13 Thread jokum
Thank you very much for replying. I patched the method as follows : protected void verifyNodeIsUnique (Vector javaGroupIpAddresses) throws Exception |{ | byte[] localUniqueName = this.localJGAddress.getAdditionalData(); | if (localUniqueName == null){ | log.warn("

[jboss-user] [Clustering/JBoss] - Re: WAN Cluster setup

2007-03-13 Thread jokum
Hi, I dived into the code off the app server. This is the method from the org.jboss.ha.framework.server.HAPartitionImpl wich is crashing : protected void verifyNodeIsUnique (Vector javaGroupIpAddresses) throws Exception |{ | byte[] localUniqueName = this.localJGAddress.getAdditional

[jboss-user] [Clustering/JBoss] - Re: WAN Cluster setup

2007-03-12 Thread jokum
The Jgroups config in cluster-service.xml on both nodes on the same machine is as follows : | | | | | | | | | | This is a piece of the logging off the first node : --- | GMS:

[jboss-user] [Clustering/JBoss] - Re: WAN Cluster setup

2007-03-12 Thread jokum
Do you have an example of cluster-service.xml for JBoss AS? I keep getting this kind of errors : 15:11:47,464 INFO [STDOUT] | --- | GMS: address is AWS00581:3395 | --- | 15:11:49,741 I

[jboss-user] [Clustering/JBoss] - WAN Cluster setup

2007-03-10 Thread jokum
Hi all, Can somebody please provide me some info regarding the setup of a Jboss cluster with nodes in WAN topology? I think I have to use the JGroups TUNNET to pass firewalls... Any pointers can help me. Johan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[jboss-user] [Clustering/JBoss] - Problem with TCP config

2007-01-18 Thread jokum
Hello, I'm currently trying to create a working JGoups configuration using TCP. I'm using the Draw application to test : This is my config at HOST A : | | | | | | | | | This is the config on Host B : | | | | |

[jboss-user] [EJB/JBoss] - Re: Stateful bean with different tx context-urgent

2006-12-05 Thread jokum
I'm getting the exact same problem. Anybody has some ideas please? I figured out it could be a solution to synhronize the SFSB instance using a container interceptor in standardjboss.xml. How can I do this? Thanks in advance, View the original post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Slight problem still regarding the fix for bug JBAS-1489

2006-08-20 Thread jokum
Any thought on this? I'm currently facing the exact same problem. (Windows XP) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966343#3966343 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966343