[jboss-user] [jBPM Users] - Re: Problems with process definition: JpdlProcessDefinition

2009-09-23 Thread sebastian.s
Hi Ronald, Shame on me that I did not search in JIRA before but I was absolutely convinced it's my fault and not jBPM's one. However, I cannot find anything related in JIRA. Yesterday I removed the cycles in the process definition because I was not sure about them but they should be no

[jboss-user] [Installation, Configuration Deployment] - Re: Is web application client context useable?

2009-09-23 Thread jaikiran
Your first post did not contain enough details about the issue, so probably got ignored :) Please post the entire exception stacktraces and also the relevant piece of code. Also more details on what this means: anonymous wrote : 1. All jars in Meta.inf is loaded every time from server, no

[jboss-user] [JBoss Microcontainer Users] - Re: VFS outside of AS

2009-09-23 Thread alesj
bob.mcwhirter wrote : | Has anyone inspected the actual dependencies on these jars to determine if we could remove or lessen them? | I doubt it. I think the easiest way to determine this would be to run Tattletale. The common-core usage I can think off the top of my head: * VFSCache mostly

[jboss-user] [JBoss Cache Users] - Re: Invalidation-only cache

2009-09-23 Thread adamw
Hello, but if I call get() in the TX that did the changes, I want to get a re-calculated value basing on the changed persistent store. Other threads should get of course the old value. Adam View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256534#4256534 Reply

[jboss-user] [jBPM Users] - Re: Problems with process definition: JpdlProcessDefinition

2009-09-23 Thread sebastian.s
Since this process definition is preventing me from viewing all available definitions in the webinterface I decided to tidy up and remove the deployements. But neither deleteDeployement() nor deleteDeploymentCascade() does work for my process. The same exception is thrown. Seems very strange to

[jboss-user] [JBoss Cache Users] - Re: how to lock a node for update?

2009-09-23 Thread chtimi2
ae wrote : | I have the same concern regarding the deprecated pessimistic locking. The JBC documents keeps talking about the benefit of mvcc, but failed to address this common use case. Support for it is even completely discontinued in the next version (Infinispan). This is a big issue

[jboss-user] [JBoss Cache Users] - Re: transactions failed when integrated with cache

2009-09-23 Thread mircea.markus
I don't see any correlation with JBoss Cache, as the calls stops within the transaction manager. However, it might be that you start a transaction within one thread and try to rollback it in another thread which is not associated with the transaction. View the original post :

[jboss-user] [jBPM Users] - PVM release

2009-09-23 Thread frantisek.ko...@gmail.com
Hi I use PVM, still the version 1.0 alpha 2. Now as jBPM 4.1 is released will there also be a separate release of PVM? Or should I just cut out the pvm package from jbpm? (I would prefer to split it into 2 project) Thanks Fero View the original post :

[jboss-user] [jBPM Users] - Re: PVM release

2009-09-23 Thread kukeltje
you do not have to 'strip out' the pvm. In the source it is a (maven) module and you can build it separately very easily. Not sure why the choice was made to put it under the same project, but it does not lead to big problems afaik. View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: Facing Generated servlet error: exceeding the 65535 byte

2009-09-23 Thread sathishkumar_ks2003
Hi, My name is sathish i also have same problem (64kb exceeding limit) in jboss. kindly convey me any solution for this issue. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256557#4256557 Reply to the post :

[jboss-user] [jBPM Users] - Re: Problems with process definition: JpdlProcessDefinition

2009-09-23 Thread kukeltje
Well, I was sure I'd seen the same error before, but indeed not in the jira, but in the forum: http://www.jboss.org/index.html?module=bbop=viewtopicp=4253641#4253641 http://lists.jboss.org/pipermail/jbpm-dev/2009-August/003121.html Obviously, no solution yet, but if with loops you mean

[jboss-user] [JBoss Cache Users] - Re: Invalidation-only cache

2009-09-23 Thread mircea.markus
even within a TX, I would expect that if you ask for a node that is not in the memory the cache store still to be queried and data fetched from there. Just for me to make sure I get it right, you have something like: tx.start() | cache.remove(fqn); //this will clear data from both memory AND

[jboss-user] [jBPM Users] - Re: PVM release

2009-09-23 Thread frantisek.ko...@gmail.com
Thank you Ronald, but I can not find it. What is the path/file name of that maven file? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256565#4256565 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4256565

[jboss-user] [JBoss Tools Users] - birt : isnull attribute utility in p:param tag

2009-09-23 Thread gonzalad
Hello, I don't understand very well the utility of isnull attribute in the JSF BIRT p:param tag. For instance, I have the following code : | b:birt designType=embed designName=test.rptdesign embeddable=true masterpage=false | b:param name=clientId value=#{client.id} isnull=#{client.id

[jboss-user] [jBPM Users] - Re: PVM release

2009-09-23 Thread kukeltje
Maven files are called pom.xml and surprise surprise it is in modules/pvm View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256568#4256568 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4256568

[jboss-user] [JBoss Tools Users] - birt tag : enhancement toolbar in embed mode

2009-09-23 Thread gonzalad
Hello, About http://docs.jboss.org/tools/3.1.0.M2/en/jboss_birt_plugin_ref_guide/html/birt_integration_with_seam.html. We would like to have the toolbar in embed mode and not only in frameset. Do you think it's possible to add this feature in p:document ? We're using the following code but it

[jboss-user] [jBPM Users] - Where's all the Documentation gone?

2009-09-23 Thread mmusaji
http://www.jboss.org/jbossjbpm/jbpm_documentation/ Clicking on links gives me a 404 error. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256574#4256574 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4256574

[jboss-user] [EJB 3.0 Users] - Re: Checked exception thrown from injected stateless bean be

2009-09-23 Thread Wolfgang Knauf
Hi, I think the javax.ejb.ApplicationException annotation might help: http://java.sun.com/javaee/5/docs/api/javax/ejb/ApplicationException.html Best regards Wolfgang View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256575#4256575 Reply to the post :

[jboss-user] [JBoss Web Services Users] - log4j for several apps

2009-09-23 Thread SkyMe
Hello everyone! I want to deploy several .ear apps to the JBoss AS and I want them to use separate log4j configs (e.g. each project uses its own log4j.xml). I've found advices about using separate log4j configs for diffrent contexts for one app, but the question is about diffrent apps. Thank

[jboss-user] [JBoss Cache Users] - Re: Invalidation-only cache

2009-09-23 Thread adamw
Hello, Well, if I call cache.remove(fqn) in a tx, then any subsequent calls return null, without hitting the cache loader. Only after the tx is commited, the cache loader is queried. (In the no-tx scenario it behaves as if the tx was commited immediately after the operation.) That's what my

[jboss-user] [JBoss Cache Users] - Re: transactions failed when integrated with cache

2009-09-23 Thread sridhar_ratna
markus, yes, what you said is right. i am starting a transaction in one thread but issuing a commit/rollback from a different thread on the same object instance. But there is no other way round as i am using gridgain and there was no alternate design. Can i use JTA in this case. how can i use

[jboss-user] [jBPM Users] - Re: Where's all the Documentation gone?

2009-09-23 Thread kukeltje
works here no problems... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256583#4256583 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4256583 ___ jboss-user mailing list

[jboss-user] [jBPM Users] - Re: Where's all the Documentation gone?

2009-09-23 Thread mmusaji
Can anyone else try it please? Jboss have moved their docs from here: http://docs.jboss.com/jbpm/ to here http://www.jboss.com/products/jbpm/docs This is redirected to http://www.jboss.org/jbossjbpm/jbpm_documentation/ I've tried it on another pc and no luck! View the original post :

[jboss-user] [jBPM Users] - Re: Where's all the Documentation gone?

2009-09-23 Thread camunda
http://www.jboss.org/jbossjbpm/jbpm_documentation/ works for me as well... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256587#4256587 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4256587

[jboss-user] [jBPM Users] - Re: Where's all the Documentation gone?

2009-09-23 Thread mmusaji
That works for me too... but actually clicking on any of the links doesn't does it? For example http://docs.jboss.com/jbpm/v4.0/javadocs/ 404 Not Found Error View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256591#4256591 Reply to the post :

[jboss-user] [jBPM Users] - Re: Where's all the Documentation gone?

2009-09-23 Thread mmusaji
Apologies but realised I didnt actually make myself that clear on which links didnt and did work! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256593#4256593 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4256593

[jboss-user] [JBoss Web Services Users] - Re: log4j for several apps

2009-09-23 Thread SkyMe
I redirected this subj into appropriate topic. http://www.jboss.org/index.html?module=bbop=viewtopicp=4256590#4256590 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256594#4256594 Reply to the post :

[jboss-user] [jBPM Users] - Re: Problems with process definition: JpdlProcessDefinition

2009-09-23 Thread sebastian.s
As far as it turns out to me I can describe my problem as follows: I used custom decision handlers in my process and I deployed my process. But the jar with the classes I created had not been deployed. This seemed to lead to this situation where you cannot view the process definition list but

[jboss-user] [jBPM Users] - Re: Where's all the Documentation gone?

2009-09-23 Thread najibeb
same here - none of the links work - at least since yesterday View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256596#4256596 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4256596

[jboss-user] [jBPM Users] - Re: Where's all the Documentation gone?

2009-09-23 Thread kukeltje
Yep, same here (and the relocation as you mention is old... the redirect was kind of automatic) I notified some people Looks like the '.0' is removed. http://docs.jboss.com/jbpm/v4/userguide/html_single/ works View the original post :

[jboss-user] [JBoss Cache Users] - Re: JBoss 4.2.2 with TreeCache 1.4.1.SP5: nodes, attributes

2009-09-23 Thread the_olo
OK, I've found the solution to my problem. First, it wasn't in the configuration of the TreeCache itself, but of the Hibernate Cache provider. It turns out that this behaviour is by design the default in the Hibernate JBoss Cache provider (hibernate-jbc-cacheprovider-1.0.1.GA.jar). See:

[jboss-user] [jBPM Users] - Re: PVM release

2009-09-23 Thread frantisek.ko...@gmail.com
:-DD In that case I downloaded wrong version. The link: http://sourceforge.net/projects/jbpm/files/a%29%20jBPM%204/jbpm-4.1/jbpm-4.1.zip/download View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256601#4256601 Reply to the post :

[jboss-user] [jBPM Users] - Re: Problems with process definition: JpdlProcessDefinition

2009-09-23 Thread kukeltje
This is a clear description, thanks. If the same is true for 4.1, please just file a jira issue. Solutions come after that. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256603#4256603 Reply to the post :

[jboss-user] [jBPM Users] - Re: Where's all the Documentation gone?

2009-09-23 Thread mmusaji
Yep thanks Ronald. Removing the .0 works. http://docs.jboss.com/jbpm/v4/javadocs/ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256604#4256604 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4256604

[jboss-user] [JBoss Cache Users] - Re: Invalidation-only cache

2009-09-23 Thread mircea.markus
ah I see. Out of ideas then :( View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256605#4256605 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4256605 ___ jboss-user mailing list

[jboss-user] [jBPM Users] - Re: Where's all the Documentation gone?

2009-09-23 Thread tom.baey...@jboss.com
v4 link is intentional website should point to the v4 location within the next 10 mins View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256606#4256606 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4256606

[jboss-user] [JBoss Cache Users] - Re: transactions failed when integrated with cache

2009-09-23 Thread mircea.markus
try using TransactionManager.suspend/resume methods to manage tx association? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256607#4256607 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4256607

[jboss-user] [Performance Tuning] - maxThreads/ThreadPool configuration

2009-09-23 Thread njrfrens
I'm little confused with the following 2 parameters 1. Connector port=8443 maxThreads=500 in server\default\deploy\jboss-web.deployer\server.xml 2. JBoss System Threads 10 in \server\default\conf\jboss-service.xml First one is referring to the max no. of HTTP threads that the

[jboss-user] [JBoss Cache Users] - Re: JBoss 4.2.2 with TreeCache 1.4.1.SP5: nodes, attributes

2009-09-23 Thread mircea.markus
thanks for sharing! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256611#4256611 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4256611 ___ jboss-user mailing list

[jboss-user] [JBoss Web Services Users] - @Resource injection for jaxws handler support in AS 4.2.3

2009-09-23 Thread beve
Hi, I've stumbled across this issue: http://jira.jboss.org/jira/browse/JBWS-2074 which has been fixed and included in 3.2.1.GA. In the release notes (http://jboss.org/file-access/default/members/jbossws/downloads/ReleaseNotes-jbossws-native-3.1.2.GA.txt) I found : anonymous wrote : *

[jboss-user] [JBoss Tools Users] - Re: Generating DDL from annotated POJOs

2009-09-23 Thread max.ander...@jboss.com
Double click the console configuration, go to the Common tab and tell it to save the config into the project in the workspace - then zip that up and ship it. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256614#4256614 Reply to the post :

[jboss-user] [jBPM Users] - Re: Where's all the Documentation gone?

2009-09-23 Thread mmusaji
Thanks guys, working now :) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256615#4256615 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4256615 ___ jboss-user mailing list

[jboss-user] [JBoss Web Services Users] - Re: @Resource injection for jaxws handler support in AS 4.2.

2009-09-23 Thread alessio.sold...@jboss.com
Hi Daniel, I'm sorry, the latest JBossWS version supporting AS 4.2.3.GA is JBossWS 3.1.1. http://www.jboss.org/community/wiki/JBossWS-SupportedTargetContainers View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256623#4256623 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Deployment error

2009-09-23 Thread moonbird79
Hi, I have a an eclipse Java Enterprise project, which consists of a ejb-project and a dynamic-web-project. My web-project needs the ActiveMQ client library to connect to the middleware. So I copied the activemq-all-5.3.jar to the folder WEB-INF/lib and starteted the EAR deployment to my JBoss

[jboss-user] [JBoss Web Services Users] - Re: Can not generate java bean from a wsdl

2009-09-23 Thread alessio.sold...@jboss.com
Depends on when the fix for that is ported to EAP branch. If you're allowed to, verify there's a JBPAPP jira issue for porting that immediately as soon as it's done upstream, otherwise create it. If you're not allowed to just let me know. View the original post :

[jboss-user] [JBoss Cache Users] - Re: transactions failed when integrated with cache

2009-09-23 Thread sridhar_ratna
markus, with this i managed not to get exception, but rollback doesn't have any effect. opeartion is not rolling back. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256628#4256628 Reply to the post :

[jboss-user] [jBPM Users] - Only Sync Fork Join working after Multiplicity fix

2009-09-23 Thread mmusaji
There was an issue fixed in JBPM 4.1 that resolved an issue where Join wouldnt continue after fork nodes. https://jira.jboss.org/jira/browse/JBPM-2407 When I deploy my app in Jboss with ASync nodes in the fork of the process definition, it seems to freeze at the join. However if I deploy

[jboss-user] [JBoss Web Services Users] - Re: JbossWs SSL endpoint: enabled how to test?

2009-09-23 Thread alessio.sold...@jboss.com
Hi, take a look at http://www.jboss.org/community/wiki/JBossWS-UserGuide#Address_rewrite. Besides that, you can force the endpoint address to use in the client, casting the port to BindingProvider and then setting it there. View the original post :

[jboss-user] [JBoss Cache Users] - Re: Invalidation-only cache

2009-09-23 Thread mircea.markus
anonymous wrote : Heh, I didn't expect that my use case will be so uncommon. It seems a relatively simple idea to store some computed values and invalidate them when the underlying data changes. But well ... :) Well apparently this is the first time one asks for this functionality :) One thing

[jboss-user] [JBoss Cache Users] - Re: Invalidation-only cache

2009-09-23 Thread adamw
Heh, I didn't expect that my use case will be so uncommon. It seems a relatively simple idea to store some computed values and invalidate them when the underlying data changes. But well ... :) Adam View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256619#4256619

[jboss-user] [Performance Tuning] - Performance Tuning

2009-09-23 Thread moyphus
Hi All, I'm using JBoss Framework,.,I'm developing a product using seam...I want to monitor the performance and also improve the fastness of the product,.,what can i do for that,.,anyone could help me to do this,.,Because i don't have a knowledge about this performance tuning.,.,.please

[jboss-user] [jBPM Users] - Re: Start time of process instances

2009-09-23 Thread sebastian.s
Can somebody shed some light on this? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256643#4256643 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4256643 ___ jboss-user mailing

[jboss-user] [jBPM Users] - Re: jBPM4 and JBoss IDM

2009-09-23 Thread serquicia
OK. Great! I'll wait for your instructions on how to set it up. I'm using JBoss 5.1.GA, Seam 2.2 and JBoss Identity 1.0.0.beta1. Regards View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256645#4256645 Reply to the post :

[jboss-user] [jBPM Users] - Re: Only Sync Fork Join working after Multiplicity fix

2009-09-23 Thread mmusaji
I think I've managed to create a Junit test to replicate this. Please advice based on this. | process name=aSyncProcessCustom | start | transition to=theFork / | /start | fork name=theFork | transition to=customOne / | transition to=customTwo / |

[jboss-user] [JBoss Web Services Users] - Intermittent failures in multithreaded test

2009-09-23 Thread adinn
I am getting intermittent and varying errors out of the Netty/SOAP layer when running the JBossTS WSTX tests on JBossAS 6.0.0 trunk i.e. using JBossWS 3.2.0 Native. The error does not vary from run to run but different errors manifest if I modify the test or run it under different

[jboss-user] [jBPM Users] - Re: Only Sync Fork Join working after Multiplicity fix

2009-09-23 Thread mmusaji
I forgot to add the test without the syn that works ok. | package org.workflow.test.forum; | | import org.jbpm.api.Execution; | import org.jbpm.api.activity.ActivityBehaviour; | import org.jbpm.api.activity.ActivityExecution; | import org.jbpm.test.JbpmTestCase; | | public

[jboss-user] [jBPM Users] - JbpmException using Task.setAssignee

2009-09-23 Thread jjp
Hi there ! === Environment == - jBPM Version : 4.1 - Database : Oracle 10.2 - JDK : 1.6 - Container : JBoss 4.2.3 - Configuration : Custom jbpm.cfg.xml: ?xml version=1.0 encoding=UTF-8? | jbpm-configuration | import resource=jbpm.default.cfg.xml / | import

[jboss-user] [jBPM Users] - Re: Start time of process instances

2009-09-23 Thread kukeltje
Sebastian, There are a small number of situations where the hibernate config in relation to the getters and setters in the related classes are not fully correct. This might also be one of those situations. So when reading the info back from the database, not everything is 'set'. I have no

[jboss-user] [JBoss Web Services Users] - Re: Intermittent failures in multithreaded test

2009-09-23 Thread alessio.sold...@jboss.com
Hi Andrew, any chance you can try with trunk or a SNAPSHOT/Beta1 of 3.2.1 I can produce for you? Asking as a lot has changed in the mean time... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256656#4256656 Reply to the post :

[jboss-user] [JBoss Cache Users] - Re: transactions failed when integrated with cache

2009-09-23 Thread mircea.markus
well that means that it might get committed in some other place. I'm afraid this topic is not related to JBossCache though View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256637#4256637 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: Deployment error

2009-09-23 Thread moonbird79
... may be it is importing to know, that in my architecture ActiveMQ ist NOT embedded in the JBoss AS. So it is not in the AS container... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256641#4256641 Reply to the post :

[jboss-user] [JBoss Cache Users] - Re: Invalidation-only cache

2009-09-23 Thread adamw
Hello, yes, I'm doing that now for a limited number of keys (eagerly putting them in the cache instead of removing the whole node), although I'm doing it inside the TX (I want the new values to be calculated basing on the data modified in the TX), however I can't do that for all keys, as that

[jboss-user] [Installation, Configuration Deployment] - Re: Deployment error

2009-09-23 Thread moonbird79
...I am a little bit confused, do I need a persistence.xml in my web-application with the activemq client library ?? I read something like this if I google this error message : https://jira.jboss.org/jira/browse/EJBTHREE-1166 View the original post :

[jboss-user] [JBoss Tools Users] - Jboss Tools for Seam

2009-09-23 Thread allforjava
Dear Team, Request: If this post is related to any other catagory of Jboss forum, please move it. Regret any inconvenience caused. Is there any option [Jboss Tools] to generate followings through eclipse: 1. Generate only selective Seam Entity/Beans/Components from database. Instead of

[jboss-user] [jBPM Users] - Re: Start time of process instances

2009-09-23 Thread sebastian.s
Thanks for the hint. Just to make sure you understand. I am not missing data in the attributes but the actual attributes. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256657#4256657 Reply to the post :

[jboss-user] [jBPM Users] - jbpm 4.1 - Task assignment

2009-09-23 Thread makarandk502
Hi, One of my requirement is to assign task( taskform) to multiple users and wait in the process till all users completes the filling of task form. --- Tried subprocess but then taskform gets assigned to single user. Also tried candidategroups. Same problem here. Any help in this regard is

[jboss-user] [JBoss Web Services Users] - Re: jbossws 5

2009-09-23 Thread pramod_bs
Environment JBoss 5.1 jbossws-native-3.1.2.GA Seam 2.1 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256660#4256660 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4256660 ___

[jboss-user] [jBPM Users] - Trying to view certain user's tasks in jbpm-console causes e

2009-09-23 Thread sebastian.s
| 23.09.2009 16:28:27 org.apache.catalina.core.StandardWrapperValve invoke | SCHWERWIEGEND: Servlet.service() for servlet Resteasy threw exception | org.jboss.resteasy.spi.UnhandledException: java.lang.NullPointerException | at

[jboss-user] [Installation, Configuration Deployment] - Re: Jboss 4.2.3 GA upgrade

2009-09-23 Thread PeterJ
JBoss AS 5 tends to be more picky about apps following that specs that what earlier releases were. The above warning tell you what the issues are - you'll have to fix them. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256664#4256664 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: Facing Generated servlet error: exceeding the 65535 byte

2009-09-23 Thread PeterJ
I already mentioned the solution for this: Make the offending JSP smaller. Or better yet, remove all server-side script from the JSP and place it in a servlet. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256668#4256668 Reply to the post :

[jboss-user] [Performance Tuning] - Re: maxThreads/ThreadPool configuration

2009-09-23 Thread PeterJ
First, there should be stack traces in the console log or in server.log that correspond to the errors you mentioned. Post one of thos stack traces. The max-pool-size seems very low. How likely is it that an HTTP request will need a database connection? If every request needs a connection, then

[jboss-user] [JBoss AOP Users] - Error when calling web service within JBoss

2009-09-23 Thread nicholasDK
I'm working on a java application which uses a simple dummy web service for test purposes. My app is deployed in an ear-file placed in the JBoss 4.2.2 Deploy folder. The web services is a jar-file deployed in the Deploy folder as well. My problem is that the application 'hangs' whenever it

[jboss-user] [Performance Tuning] - Re: Performance Tuning

2009-09-23 Thread PeterJ
Look over the other topics in the forum - there are many performance tuning hints and suggestions given. And see: http://www.jboss.org/community/wiki/JBossASTuningSlimming View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256673#4256673 Reply to the post :

[jboss-user] [JBoss AOP Users] - Re: Error when calling web service within JBoss

2009-09-23 Thread kabir.k...@jboss.com
You might have better luck posting on the web services user forum View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256674#4256674 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4256674

[jboss-user] [JBoss Tools Users] - Re: Jboss Tools for Seam

2009-09-23 Thread max.ander...@jboss.com
allforjava wrote : | 1. Generate only selective Seam Entity/Beans/Components from database. Instead of 'seam-gen' | We support both generation from database and entities. If you by selective mean generate from a subset of the current entities then that is not available yet. anonymous

[jboss-user] [jBPM Users] - Re: jbpm 4.1 - Task assignment

2009-09-23 Thread tcr
Hi, do you need to send the task to a limited number of users of dynamic number of users? If fixed you could use a fork-task (1-n)- join combination. Each user would get a separate instance: | fork ... | transition to=taskA | transition to=taskB | transition to=taskC | transition

[jboss-user] [Installation, Configuration Deployment] - Re: Pb start jboss in windows service mode

2009-09-23 Thread s_rupaal
Sanouk mentioned he is using the version Release ID: JBoss [The Oracle] 5.1.0.GA. In this release the strategy for VM configuration is bit complex from 5.0. The JAVA_OPTS are set to a nominal standard value by the run.conf.bat (which inturn is called via run.bat), value is set only if

[jboss-user] [JBoss Cache Users] - Re: JBOSSCache Node not synchronized

2009-09-23 Thread manik.surt...@jboss.com
PLease use the CODE button when posting XML View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256693#4256693 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4256693 ___ jboss-user

[jboss-user] [JBoss Cache Users] - Re: Intergration of Jboss cache with Jboss application serev

2009-09-23 Thread manik.surt...@jboss.com
depends what you want to use it for. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256697#4256697 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4256697 ___ jboss-user mailing

[jboss-user] [JBoss Cache Users] - Re: Know when buddy grouop onwer dies - who takes over

2009-09-23 Thread manik.surt...@jboss.com
It could. Feel like contributing a patch? :) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256699#4256699 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4256699 ___ jboss-user

[jboss-user] [JBoss Web Services Users] - Re: Intermittent failures in multithreaded test

2009-09-23 Thread alessio.sold...@jboss.com
JBossWS-Native 3.2.1.Beta1 is in the repo now. Can you try with that please? Thanks! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256703#4256703 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4256703

[jboss-user] [JBoss Cache Users] - Re: how to lock a node for update?

2009-09-23 Thread manik.surt...@jboss.com
You can force write locks for a read. There is an Option for this (see the Options API). When used with MVCC, this gives you an exclusive (write) lock, when when you are reading. And when combined with a transaction, this means you hold the write lock until the tx completes. View the

[jboss-user] [JBoss Cache Users] - Re: Invalidation-only cache

2009-09-23 Thread manik.surt...@jboss.com
I think you are using the cache loader in an incorrect way. CLs are designed to be a persistent (and overflow) extension to memory and should never be sued to store a different form of data. And should also never change externally outside the cache system. If you want to cache stuff from a

[jboss-user] [JBoss Cache Users] - Re: Know when buddy grouop onwer dies - who takes over

2009-09-23 Thread baranowb
Yes, however it will break workaround :) Once we are done with internal hassle I will create patch. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256712#4256712 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4256712

[jboss-user] [Beginner's Corner] - Jboss 5.1.0.GA as Windows service

2009-09-23 Thread Oscartron
Hallo, I want to integrate my Jboss 5.1 as Windows service (XP) for testing. My installation runs, if I start it from command-box: run.bat -c servername. Local an remote access are working fine. I installed this as Windows service by service.bat I changed the start sequenz:call run.bat -c

[jboss-user] [jBPM Users] - Re: deploy examples error, classcastexception

2009-09-23 Thread hrworx
I get the same thing trying to run a ProcessDefinitionQuery: | org.jbpm.jpdl.internal.model.JpdlProcessDefinition cannot be cast to java.util.List | at

[jboss-user] [Installation, Configuration Deployment] - Re: Pb start jboss in windows service mode

2009-09-23 Thread jaikiran
s_rupaal wrote : | In Sanouk's case service.bat is setting JAVA_OPTS=-Xrs, hence it is not being changed by run.conf.bat as is visible from the logs: | | That's a good point. Looking at the service.bat that is shipped by default in AS 5.1.0 i see that the JAVA_OPTS=-Xrs is being set in

[jboss-user] [Installation, Configuration Deployment] - Re: Pb start jboss in windows service mode

2009-09-23 Thread jaikiran
jaikiran wrote : Looks like a bug. I'm surprised there haven't been other similar posts related to this, so far. | It's already been reported in JIRA here https://jira.jboss.org/jira/browse/JBNATIVE-59 View the original post :

[jboss-user] [jBPM Users] - Re: Problems with process definition: JpdlProcessDefinition

2009-09-23 Thread sebastian.s
Here you go: https://jira.jboss.org/jira/browse/JBPM-2552 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256727#4256727 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4256727 ___

[jboss-user] [JBoss Cache Users] - Re: how to lock a node for update?

2009-09-23 Thread alllle
manik.surt...@jboss.com wrote : You can force write locks for a read. There is an Option for this (see the Options API). When used with MVCC, this gives you an exclusive (write) lock, when when you are reading. And when combined with a transaction, this means you hold the write lock until the

[jboss-user] [Beginner's Corner] - Re: Jboss 5.1.0.GA as Windows service

2009-09-23 Thread PeterJ
Did you set JAVA_HOME in the system properties? Also see if this post in regards to JAVA_OPTS being set in service.bat helps: http://www.jboss.org/index.html?module=bbop=viewtopict=161121postdays=0postorder=ascstart=10 If the above does not help, post the contents of the run.log file. View the

[jboss-user] [EJB 3.0 Users] - EJB Entity Bean works in default configuration, failes using

2009-09-23 Thread gldnrtvr
I am trying to figure out if I have found a bug, or if I need to modify my code. I have a number of EJB3 entity beans that work just fine with -b=0.0.0.0; however, I have to run my services on a separate IP address ( using -b 10.10.10.21 ). I am also using -Djboss.service.binding.set=ports-01

[jboss-user] [jBPM Users] - Re: startProcessInstanceByKey causing a

2009-09-23 Thread jnlugo
Is there a work around for this? If not, any idea when jbpm 4.2 will be released? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256748#4256748 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4256748

[jboss-user] [JBoss Portal Users] - Javascript compatability

2009-09-23 Thread hamptont
I have a portlet that uses Mootools JavaScript framework and it is not working because it is conflicting with the Prototype framework that the portal uses internally. It seems that both Prototype and Mootools are poorly written with respect to compatibility with other libraries. | 1) Is

[jboss-user] [JBoss Portal Users] - Accessing a list of users through JBoss in a non-admin role.

2009-09-23 Thread apryce
We would like to make a list of users available in a portlet similar to the admin version of the UsersPortlet, but for those that aren't admins. This list would be names only. Is there a way to do this through JBoss GA 4.2.2? We are currently developing on the Hypersonic DB, but I would hope

[jboss-user] [Clustering] - Can JGroups with JBOSS 4.0 Interoperate with JGroups with JB

2009-09-23 Thread dmurphy1
Hi - we are about to upgrade our production cluster from JBOSS AS 4.0.5 (config='default') to JBOSS AS 5.1(config=all). In the app we use code that uses the JGroups API to share data between cluster nodes. (Initially we wont be using any of the session replication or other shared cache

[jboss-user] [jBPM Users] - Re: Start time of process instances

2009-09-23 Thread kukeltje
ok, thanks for clarifying this. If you can see in the source that the methods are in fact missing (or e.g. private) please file a jira issue since I think they should be there. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256757#4256757 Reply to the post :

[jboss-user] [jBPM Users] - Re: startProcessInstanceByKey causing a

2009-09-23 Thread kukeltje
when 4.2 is released can be seen in the roadmap in the wiki (and maybe in the jira) so please have a look there. Workarounds: - use a different database - implement a custom id generator yourself - don't restart things :-) (just kidding ofcourse) View the original post :

[jboss-user] JBoss 4.2.3 Deployment Issue

2009-09-23 Thread Aggarwal, Pranav
Hi List, I am trying to deploy an application on JBoss 4.2.3 AS and am getting following error messages: 2009-09-24 08:01:14,454 ERROR [org.jboss.system.server.Server] Root deployment has missing dependencies; continuing Incomplete Deployment listing: --- MBeans waiting for other

[jboss-user] [Installation, Configuration Deployment] - Problem Retrieving Hibernate SessionFactory from JNDI

2009-09-23 Thread cdub
I am having a very peculiar problem retrieving a Hibernate SessionFactory from JNDI. I am using JBOSS 5.1.0, Hibernate 3.3.1, and Netbeans 6.7.1. Following is the code that I use to attempt to retrieve the SessionFactory from JNDI: (The lookup method below returns a null value) |

  1   2   >