[jboss-user] [EJB 3.0 Users] - java.rmi.ServerException: RemoteException

2009-10-29 Thread 2vm
Hi I am new to this community.I having a problem while accessing stateless session bean from client code. I am using JBOSS 4.0.2 Following is the stack trace java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: java.rmi.ServerException: EJBE

[jboss-user] [JBoss Portal Users] - Re: Reference extern javascript in jboss-portal.xml

2009-10-29 Thread dalmauf
Thank you Wesley for your fast answer. It seems that in your code there are two portlets packed in the same war file, isn't it (relative path is the same and share same descriptor file)? In my question I was trying to do a reference to an externe file but also packed in a different WAR file, e.

[jboss-user] [JBoss Messaging Users] - Re: Load balancing with new node

2009-10-29 Thread bershath27
For the given scenario, the client won't be able to obtain a connection from the newly added node rightaway. However,once the cluster view is updated,it's upto the ClusteredConnectionFactory to decide/round robin on the new cluster formation. View the original post : http://www.jboss.org/index

[jboss-user] [jBPM Users] - Re: As I get all the tasks of a process

2009-10-29 Thread sebastian.s
There are nos tasks in a user's task list without running processes. So what do you want to say or what are you trying to achieve? Are you trying to retrieve all user tasks in a process definition? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262863#4262863

[jboss-user] [jBPM Users] - Extending timers or creating custom jobs

2009-10-29 Thread sravyts
We are looking into implementing the following BPM construct in jbpm: start -> task 1 (inputs an activity date) -> wait for the first working day after the activity -> task 2 -> end Is there a way we can implement this? I was looking into using a wait state with an event listeren on "start" wh

[jboss-user] [jBPM Users] - Re: Extending timers or creating custom jobs

2009-10-29 Thread sebastian.s
Hello sravyts! So basically you want to put a timer on a transition but you do not want to set the duedate in the process definition but during runtime, right? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262867#4262867 Reply to the post : http://www.jbos

[jboss-user] [Security] - Assigning roles to an 'unauthenticatedIdentity' user

2009-10-29 Thread akhilachuthan
i have defined a user named 'defaultuser' as the unauthenticatedIdentity in my login-config.xml file. I am storing all the roles in the DB. Im in need to have this defaultuser able to access any ejb session bean method(s). so either i should have all the roles assigned to him, or have ejb confi

[jboss-user] [jBPM Users] - Re: Extending timers or creating custom jobs

2009-10-29 Thread sravyts
Yep, exactly! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262869#4262869 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4262869 ___ jboss-user mailing list jboss-user@lists.

[jboss-user] [JBoss Portal Users] - How many concurrent users ???

2009-10-29 Thread sreevalsan
I am hosting a JBoss based application server in my college campus. Can you please let me know how many concurrent users can it support. I am having a 2 x Quad Core Server with 8 GB RAM. How many concurrent users does a single instance of JBoss support ? Thanks Sree View the original post :

[jboss-user] [JBoss Cache Users] - what can be the maximam size of cache

2009-10-29 Thread ashutoshdeora
what can be the maximam size of cache that can be replicated and which cache should wil be the best for this size is more then 10MB View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262871#4262871 Reply to the post : http://www.jboss.org/index.html?module=bb

[jboss-user] [jBPM Users] - Re: identities from LDAP example pls!

2009-10-29 Thread p4w3l
Thank you very much shiva0. I have managed to test it in my environment. I have modified your code for two important reasons: - all strings and especially search strings are moved to properties file now. This allows to change search strings for different directories: MS Active Directory , IBM L

[jboss-user] [JBoss Messaging Users] - Re: Load balancing with new node

2009-10-29 Thread yongz
Thanks for the response. It would be a great feature that the connection can be obtained from the newly added node, in this case, new node can immediately join and share the load without losing existing connections. This will help another common scenario: three nodes(A,B,C) initially using cli

[jboss-user] [JBoss Portal Users] - Re: How many concurrent users ???

2009-10-29 Thread sreevalsan
Sorry... forgot to add the OS : Red Hat Enterprise Linux Sree View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262876#4262876 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4262876

[jboss-user] [jBPM Users] - Re: Extending timers or creating custom jobs

2009-10-29 Thread sebastian.s
AFAIK there is no API to create jobs. ManagementService just exposes a method to execute jobs and to search for jobs by creating a JobQuery. If this is really the case I would consider you to fill a JIRA issue and to propose the extension of the API. View the original post : http://www.jboss.o

[jboss-user] [JBoss Portal Users] - to make jboss-5.1.0.GA stable and run for long period

2009-10-29 Thread aaditya
Hi, this is aadi rigorous jboss 5.1.0.GA user. I am having issue about jboss memory management. My application is getting GC overhead error. I am trying to find out good combinations of JAVA_OPTS My question is what should be gc intervals which gc collector should i define what should be stac

[jboss-user] [EJB 3.0 Users] - Re: java.rmi.ServerException: RemoteException

2009-10-29 Thread Wolfgang Knauf
Hi, if you perform a JNDI lookup inside your server (from inside the webapp, which tries to access the ejb running in the same JBoss instance), you can simply use the parameterless constructor "new InitialContext()". No need for properties. Maybe this confuses JBoss. Wolfgang View the original

[jboss-user] [Installation, Configuration & Deployment] - Re: JBossAS 4.2.4: When?

2009-10-29 Thread dimit...@jboss.org
Sorry, there is no plan to produce another bug-fixing 4.2.x community release Next community releases we are working on are 5.2 Beta and later on 6.0 Alpha. If you really need another release 4.2.x release, either get and build Branch_4_2 from source, or buy an EAP (Enterprise Application Platfo

[jboss-user] [EJB 3.0 Users] - Re: Simple hibernate web app

2009-10-29 Thread Wolfgang Knauf
Hi, the JAR file has to be placed in "WEB-INF\lib" of your WAR file. But I cannot help you further with hibernate.cfg.xml files :-(. Best regards Wolfgang View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262905#4262905 Reply to the post : http://www.jboss.or

[jboss-user] [Beginner's Corner] - Re: Upload files to Jboss from a standalone client

2009-10-29 Thread dhanya_piit
hey, Can any one plz help me out as to how can i deploy images on Jboss server. I want to access it through http://localhost:8080 please help asap View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262907#4262907 Reply to the post : http://www.jboss.org/index.ht

[jboss-user] [EJB 3.0 Users] - Re: correct usage of EntityManager in a thread under JBossA

2009-10-29 Thread Wolfgang Knauf
Hi, if you also use threads like the initial poster, this should answer the question: http://stackoverflow.com/questions/976541/how-to-process-data-in-multiple-threads-using-ejb3 So you have to change your concept. Probably your error is a result of using disallowed threading. Best regards Wo

[jboss-user] [jBPM Users] - Re: timer not signalling to right transition

2009-10-29 Thread jbarrez
What happens when you remove the action attached to the timer? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262915#4262915 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4262915

[jboss-user] [Beginner's Corner] - Re: Upload files to Jboss from a standalone client

2009-10-29 Thread Wolfgang Knauf
Hi, please create a new thread, and avoid "asap", as it will reduce the willingness to help ;-). Do you want to dynamically upload images to the server, or do you want to serve static content? For dynamic upload, the basic questions should be answered. Static content has to be placed in some

[jboss-user] [jBPM Users] - Re: Store long strings as variables

2009-10-29 Thread jbarrez
The problem to make an auto-switch in the engine itself, is that different databases tend to have different max lengths for strings ... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262917#4262917 Reply to the post : http://www.jboss.org/index.html?module=b

[jboss-user] [jBPM Users] - Re: [jBPM4.1] Update hibernate-type process variables via fo

2009-10-29 Thread jbarrez
I didn't look into the console implementation, but I'm assuming that if you can display the properties correctly, you should also be able to change them through the form. Can you create a Jira issue for this so we can follow it up? View the original post : http://www.jboss.org/index.html?modul

[jboss-user] [jBPM Users] - Re: Querying Against Process Variables

2009-10-29 Thread jbarrez
Ronald is right. In many cases, the business key is sufficient and even more appropriate to do queries. Do remember that business keys can have any string value, so with a bit of thinking chances are that you don't need additional variables. Nonetheless, querying on variables is planned for a n

[jboss-user] [jBPM Users] - Re: NullPointerException in JobExecutorMessageSession.send w

2009-10-29 Thread jbarrez
Could you post the exact stacktrace. I've seen the job executor working on Spring earlier. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262921#4262921 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4262921 ___

[jboss-user] [jBPM Users] - Re: JpdlProcessDefinition cannot be cast to java.util.List

2009-10-29 Thread jbarrez
@bwestrich: indeed, that's a good analysis :-) We've changed the error message in 4.2 into something more meaningful, because we also had trouble interpreting it ;-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262922#4262922 Reply to the post : http://ww

[jboss-user] [JBoss Messaging Users] - Re: JBoss5.0GA+hsql have the following exception(shutdown se

2009-10-29 Thread amalraj.palanichamy
I am getting the following Exceptions trace when Shutdown JBoss (Using Shutdown.bat script as well as Ctrl+C) Could you please help to solve this? fyi : I am using JBoss 5.1.0 GA 2009-10-29 17:15:07,328 ERROR [org.jboss.messaging.util.ExceptionUtil] ConsumerEndpoint[z9-va13gd1g-1-kjj1gd1g-n7

[jboss-user] [JBoss Messaging Users] - Re: JBoss5.0GA+hsql have the following exception(shutdown se

2009-10-29 Thread amalraj.palanichamy
Additional Info : I am using Null Persistence Unit for JMS (JBoss Messaging) Configuration: | | | | | | | | | | | | | | jboss.messaging:service=ServerPeer | | | | JMS post office | | | |

[jboss-user] [jBPM Users] - Re: Using JBPM for document workflow in a Java/Flex CMS soft

2009-10-29 Thread jbarrez
Since jBPM is a plain jar, you an do whatever you want... Also see my post http://www.jorambarrez.be/blog/2009/09/13/jbpm_architectural/ The easiest for Flex development, is wrapping jBPM into a service which translates input/output to xml... at least that was 2 years ago when I ded some Flexin

[jboss-user] [jBPM Users] - Re: Conditional Task Assignment with Fork

2009-10-29 Thread jbarrez
Relax .. if you post on Sunday you shouldn't expect people to have reacted a lot by Monday ;-) Regarding your question: No, in jBPM you cannot model 'optional'/'mandatory' tasks in the process. However, I'm guessing you can model something alike using a decision after the task, a wait state bef

[jboss-user] [JBoss Portal Users] - Re: Reference extern javascript in jboss-portal.xml

2009-10-29 Thread wesleyhales
I think the jboss-portlet.xml may add the servlet context (can't remember), but just see how your prtlet renders it locally by viewing html source. Then use that path in your other portlet, however you may need to create a top level template and ref your css and js in that. View the original p

[jboss-user] [jBPM Users] - Re: Logging mails in jBPM 4.0.CR1

2009-10-29 Thread nilspreusker
Hi again, I knew I would come across this again:) This time I'd like to implement a custom mail producer that uses a java class (in this particular case a spring bean) to generate attachments. The way I imagine it to work is that a custom producer first checks for the presence of a certain name

[jboss-user] [JBoss Portal Users] - Using FacesTrace from within Jboss Portal

2009-10-29 Thread Brian13
Hi, Has anyone been successful in using the FacesTrace (http://facestrace.sourceforge.net) on a JBoss Portlet Page in a JBoss Portal ? is there anything special that one needs to do to get FacesTrace to work in the Portal environment ... I installed FacesTrace on a Portlet Page according to the

[jboss-user] [Security] - JBoss JAAS Authorization Exception

2009-10-29 Thread akhilachuthan
my piece of code is accessing ejb session methods that has roles defined to it. But its quite strange to see that a few of those does not allow access even when there is enough roles associated with the calling principal.. below is the log for the error. Here my session bean method is protected

[jboss-user] [Beginner's Corner] - ManyToMany problem

2009-10-29 Thread swenu
Hi all playing around with Seam and trying to fill a manytomany join table. Following situation: A person has multiple roles (based on work, not as a role known from the security). A role could have 0..n functions (specialised education). so i tried the follwing: Role and Funtion joined on rol

[jboss-user] [jBPM Users] - Re: JBPM4: How to find leaving transitions of an execution

2009-10-29 Thread nilspreusker
Hi, I just voted:) Regarding your doubts: anonymous wrote : when the process arrives at a certaion point where a node has more than one outgoing transition, the user actually needs to make a choise which transition to take. So I need to display all possible transitions to the user. | | I'm

[jboss-user] [jBPM Users] - jbpm 4.1 - How to stop these Debug Messages in jboss

2009-10-29 Thread makarandk502
Hi, Jbpm 4.1 , Jboss 5.0.0 GA When I see Jboss server log (server.log) from Jboss/server/default/log, I can see lot of following JobExecutor DEBUG messages. It seems that some process is running continuosly till we shutdown the jboss. Server log size is becoming too much after some time. Can a

[jboss-user] [JBoss Cache Users] - Re: Buddy location issue

2009-10-29 Thread manik.surt...@jboss.com
Looks like there is no one else in your cluster? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262953#4262953 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4262953 ___ jboss-

[jboss-user] [JBoss Portal Users] - Re: Using FacesTrace from within Jboss Portal

2009-10-29 Thread wesleyhales
You should look into the FacesTrace code to see if it uses HttpServlet request/response. That would be my guess. Or ping the author... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262957#4262957 Reply to the post : http://www.jboss.org/index.html?module=bb

[jboss-user] [JBoss Messaging Users] - 2 JBoss instance - 1. for JBoss Messaging and 2. Remote Cons

2009-10-29 Thread ekobir
Hi All I couldn't figure out how to configure 2. jboss instance to use queues deployed on the 1. jboss instance. As our application is deployed in jboss, we want to cache jms connections as explained in the article below http://www.jboss.org/community/wiki/ShouldIcacheJMSconnectionsandJMSsessio

[jboss-user] [jBPM Users] - Re: JBPM4: How to find leaving transitions of an execution

2009-10-29 Thread sebastian.s
"nilspreusker" wrote : Hi, I just voted:) Great. :) "nilspreusker" wrote : | I think you are going in exactly the right direction. As I understand it (correct me if I'm wrong!), information about how the user can interact with the process instance in jBPM 4 is currently meant to be provided w

[jboss-user] [jBPM Users] - Re: JBPM4: How to find leaving transitions of an execution

2009-10-29 Thread nilspreusker
Hi Sebastian, anonymous wrote : Me: wouldn't it also be nice to be able to query the process instance for the process variables that will be required after a transition? | | Sebastian: Maybe you can explain your thoughts a bit more here. My basic though is that the more details we can get a

[jboss-user] [jBPM Users] - Re: [jBPM4.1] Update hibernate-type process variables via fo

2009-10-29 Thread markroy
Thanks for responding. I finally broke down are examined the source. I didn't see any code that would implement this behavior, but I could have missed it. https://jira.jboss.org/jira/browse/JBPM-2615 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262989#4262

[jboss-user] [JMX] - activeSessions Attribute not found exception

2009-10-29 Thread chbmxt
We're continually getting the following error in my log file: 2009-10-19 12:48:49,893 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/].[Status Servlet]] (http-wsprd2%2F10.20.50.114-8080-1) Servlet.service() for servlet Status Servlet threw exception javax.management.Att

[jboss-user] [JBoss Portal Users] - Re: to make jboss-5.1.0.GA stable and run for long period

2009-10-29 Thread PeterJ
This forum is for JBoss Portal. The questions you are asking are best asked in the Performance forum: http://www.jboss.org/index.html?module=bb&op=viewforum&f=121 I recommend that you first scan that forum because the answers to your questions are in there. View the original post : http://www.

[jboss-user] [JBoss Messaging Users] - Messaging - MDB reconnection issue

2009-10-29 Thread sachten1010
MDB running on JBOSS 4.2.0 GA ( with JBM 1.4.4 - Using remoting 2.2.3) connecting to a remote Queue on a different server (JBOSS 5.1.0GA + JBM 1.4.3) Everything works fine but when the mdb loses its connection , its not able to reconnect to the remote queue - I can make all my clients recon

[jboss-user] [Security] - Re: Authentication succeeded, getCallerPrincipal()=anonymous

2009-10-29 Thread zour
> How does your client access your secured app? FarmerBeanRemote farmerBean = UserSession.getInstance(getShell().getDisplay()).getMasterDataServices().locateFarmerBean(); | try { | farmerBean.setAnything(this.actor, id); | } catch (Exception ex) { | throw new RuntimeException(ex);

[jboss-user] [jBPM Users] - Re: JBPM4: How to find leaving transitions of an execution

2009-10-29 Thread mbelow
Hello Nils, "nilspreusker" wrote : If it was possible to retrieve information about the process variables that are required in the resulting task/state/activity node of a transition, one could think of a user interface that shows a default form when a transition is invoked (i.e. default task fo

[jboss-user] [Beginner's Corner] - Re: ManyToMany problem

2009-10-29 Thread Wolfgang Knauf
Hi, I assume that you want to use EJB3/JPA for creating your entities? In this case, you don't need a role_function entity, and the server will autogenerate the database table for you. The entity "Role" will have a list of "Functions", and the "Function" will have a list of "Role", both connect

[jboss-user] [jBPM Users] - EventListener questions

2009-10-29 Thread sebastian.s
Good evening, I have got a question regarding jBPM's behaviour. Assuming I have a transition coming from a user task and I put an EventListener on this transition: When the transition fires and the EventListener is notified and executes is the task already to be found as a HistoryTask? I am ask

[jboss-user] [JBoss Web Services Users] - How to use jbossws-native

2009-10-29 Thread newmanw10
I have some problems with my legacy jax-rpc web services and I have been informed that it is probably because I need to use jbossws-native for my jax-rpc stuff. I am running 4.2.3.GA out of the box, so I assume that I need to get the jbossws-native and put it somewhere in my jboss. Anyone no

[jboss-user] [JMX] - Re: jmx-console depends on generic named ear-file

2009-10-29 Thread mawenzel
Thank you, jaikiran! This is the searched solution. It works. I have written a small function, placed in the run-script, which gives me the name of the dynamic-named ear-file and assigns this to a variable. Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p

[jboss-user] [jBPM Users] - JBPM Graphical Process Designer 3.2 GA is incompatible with

2009-10-29 Thread j2ee4cxw
I just did a fresh installation of MyEclipse Blue Edition (version 7.5), which is based on Eclipse 3.4.2 platform. Then I also installed Subclipse 1.6.x via the Help=>Software updates=>Add/Remove Software. I have a jbpm-jpdl-3.2.GA download available. I unzipped it and tried to install the GPD

[jboss-user] [Beginner's Corner] - Expired Sessions Question

2009-10-29 Thread KeithHenn
I'm migrating my application from Weblogic to Jboss, in weblogic I'm able to redirect the user to the last page he left when the session expires, is there a way to do this in Jboss? Also, where do I set the parameters to redirect the user to the index.jsp page when their session expires? I'm u

[jboss-user] [Installation, Configuration & Deployment] - jar manifest using relative classpath not working, class not

2009-10-29 Thread jboss_ottawa
I am using jboss5.1.0GA. Here is the issue: I have a third party jar packaged in a manifest jar using relative path. After putting the manifest jar in server/lib, the server code (a custom startup class) can NOT find the classes in the third party jar. /dev/jboss/server/default/lib/myjar.jar /

[jboss-user] [jBPM Users] - Re: JBPM4: How to find leaving transitions of an execution

2009-10-29 Thread sebastian.s
I think the first requirement is a minor change since this shouldn't be much more than an extension of the API. I am saying this with my limited knowledge and of course I welcome any corrections. The second thing that Nils and Martin are proposing means a bigger change because before you can of

[jboss-user] [jBPM Users] - Re: jBPM 4 Process archive with custom classes

2009-10-29 Thread zhangjing2000
I have a similar requirement, can anyone give answers regarding how to use DeploymentClassLoader? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4263071#4263071 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4263071

[jboss-user] [jBPM Users] - Re: jBPM 4 Process archive with custom classes

2009-10-29 Thread kukeltje
what about: it's not implemented yet... see jira View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4263077#4263077 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4263077 ___ jboss-

[jboss-user] [jBPM Users] - Re: JBPM Graphical Process Designer 3.2 GA is incompatible w

2009-10-29 Thread kukeltje
try 3.2.6 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4263079#4263079 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4263079 ___ jboss-user mailing list jboss-user@lists.jbos

[jboss-user] [JBoss Cache Users] - Re: JBoss cache / WebLogic: problem with suspend/resume tran

2009-10-29 Thread bstansbe...@jboss.com
JBoss Cache doesn't suspend/resume the transaction; it's Hibernate's integration with JBC that does this. If JBC sees an active transaction it will hold a lock on data in the cache until that tx commits. There are times when it's incorrect for those locks to be held for that long, so Hibernate s

[jboss-user] [JBoss Messaging Users] - when I publish large message , but show error "Could not get

2009-10-29 Thread kevnlin
when I publish large message ,but show error "Could not get text message: javax.jms.JMSException: Illegal property name: JMS_JBM_InputStream" public void publish(java.io.File inf) throws JMSException { try{ System.out.println("1-1"); BytesMessage message = topicSession.createBytesMessage();

[jboss-user] [JBoss Tools Users] - JBoss Tools 3.1.0.M4 is available

2009-10-29 Thread nickboldt
The JBoss Tools 3.1.0 M4 release is now available! More info will follow from Max, but we fixed 200+ bugs [1] this time around. You can see the New & Noteworthy [2] and see what was fixed in the Release Notes [3]. You can download [4] this release directly or use the update site [5]. [1] http

[jboss-user] [jBPM Users] - New Bie :: Queue

2009-10-29 Thread Sunay
Hello All, I am new to richfaces , i gone through the documentation, but not able to understand the behavior of queue. My Scenario is like this. I have one Rich datatable with datascroller, now when ever i am selecting Menu the grid is updated. I debug my code and i found that it sends multiple

[jboss-user] [jBPM Users] - Re: jbpm 4.1 - How to stop these Debug Messages in jboss

2009-10-29 Thread makarandk502
Anybody who can guide me in this ? OR Is this some problem ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4263096#4263096 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4263096 __

[jboss-user] [jBPM Users] - Re: New Bie :: Queue

2009-10-29 Thread sebastian.s
Maybe you already noticed but this is the jBPM forum and not the RichFaces forum. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4263097#4263097 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4263097

[jboss-user] [jBPM Users] - Re: jbpm 4.1 - How to stop these Debug Messages in jboss

2009-10-29 Thread sebastian.s
This isn't a problem but a debug message. Should be configurable through the log level for jBPM AFAIK. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4263098#4263098 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4263098