Log in to follow, share, and participate in this community.
Thread drools and database
drools and databasehi For now we store our rule decision table as an excel(.xls) files. Is there any method to store the decision table in the database and set up the connection between the drrools and database? Thanks f...
Application Back-officeBonjour, Je dois dévélopper une application de type back-office (sans interface web), et pour profiter des notion de load balancing je souhaiterais que cette appli tourne sur jboss. Il s'...
how can i get the current nodeid?Now , i am using jbpm 5.3 ,I want to know what the current working nodeid ?can anyone help me to know the method?i know that in process i can use kcontext.getNodeInstance().getNodeID() to get the node's id ,but how ca...
New to JBOSS, help me navigate this siteI am having issues with my application server (JBOSS 5.1). Before I even ask a question, I would like to know the proper place to ask this question. I just signed up for an account today, and I didn't really notice an...
Usuario y contraseña servidor JBoss 3.2.5Hola Tengo la siguiente duda como puedo poner usuario y contraseña para proteger mi servidor de jboss 3.2.5 Alguien que pueda explicarme el procedimiento Salu...
Drools fusión returns NullPointerExceptionHi everyone. I'm trying to make a twitter app using mule+drools fusion, but I'm getting a null pointer exception in the rhs of one specific rule, "Tweet a caso sospechoso." I can't figure out. I think that the...
Ideal JBoss Build RequirementsThis page documents the set of requirements that the JBoss community builds should be working towards. Background The current de-facto standard build tool for the JBoss community is Maven. Several project...
JBoss Community Build RequirementsThis page documents the requirements for building and releasing JBoss community projects. Purpose The purpose of these requirements is the following: All software license requirements are met for each JB...
Thread Unable to build Jboss 7.1.2 Final from source
Unable to build Jboss 7.1.2 Final from sourceHi.. I'm trying to build this release for test purposes.. but there are problems with missing dependencies.. The complete message is: [INFO] Scanning for projects...
[INFO]
[INFO] -----...
Java Module Repository WishlistThis page describes some ideas for a Java Component (jar or other) repository. Some of the ideas are based on experiences with the Maven repository structure. 1. Hierarchical structure A completely flat ...
Thread JBoss EAP 6 building from source is failing with Plugin org.apache.maven.plugins:maven-enforcer-plugin:1.0-redhat-1 or one of its dependencies could not be resolved
JBoss EAP 6 building from source is failing with Plugin org.apache.maven.plugins:maven-enforcer-plugin:1.0-redhat-1 or one of its dependencies could not be resolved
Thread Will JBoss maven repository apply spring 3.1.0 release
Will JBoss maven repository apply spring 3.1.0 releaseHi, I am going to use import spring 3.1.0 relase or 3.1.1 release to JbossESB 4.11. But I can't find them in JBoss maven repository:repository.jboss.org/nexus/content/groups/public. Will it apply 3.1.0 release...
Maven Deploying a Thirdparty ReleaseNote: If you are not building the thirdparty project from source, this is not the right page. Please follow the instructions in Uploading a Thirdparty Artifact This page describes the process for patchin...
Uploading a Thirdparty ArtifactThis page describes the process for uploading an artifact that is currently not available in any public Maven repository. If you are rebuilding the thirdparty jar, see Maven Deploying a Release. If you are...
Thread Unable to Write more than 100 Requests on single Netty Channel
Unable to Write more than 100 Requests on single Netty ChannelHi, I am new bee in using netty. I am implementing a async client using netty,where i can create thousands of virtual users and keep doing calls for each for a long duration in this process i created a channel for ...