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
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
__
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
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=
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
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
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
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
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
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("
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
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:
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
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
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 :
|
|
|
|
|
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&
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
17 matches
Mail list logo