[jboss-user] [jBPM Users] - JuEL

2009-11-16 Thread bestage
Does anyone know if it is possible to use a different EL implementation instead of JuEL? We have found compatibility problems with the IBM WebSphere Server 7.0. At the moment it seems that we cannot use jbpm4 with WAS 7.0 because of JuEL. This would be a real showstopper. Has anyone else run

[jboss-user] [jBPM Users] - undo / rollback a transition

2009-11-16 Thread juanignaciosl
My clients are interested in being able to undo a transition or going backwards in a process instance. Is it possible to do it somehow? They don't want to be told to model every backwards transition... View the original post :

[jboss-user] [jBPM Users] - Re: jBPM 3.2.6.SP1 enterprise environments question

2009-11-16 Thread Olivier_Debels
We are using a jboss interceptor for this. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265793#4265793 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265793 ___ jboss-user

[jboss-user] [JBoss Messaging Users] - Re: Ordered Redelivery of Messages

2009-11-16 Thread glutters
gaohoward wrote : In jbm 1.4, we provide a 'ordering group' feature to guarantee the ordering of message delivery. Please read the user guide for details. | Ok, you provide the ordering of message delivery, but you also guarantee the ordering when the provider starts REdelivery. I mean,

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

2009-11-16 Thread camunda
Hi Juan. I think it is a good idea NOT to model all the backward transitions. Unfortunetely there is no out-of-the-box way of undoing (means rolling back a business transaction) at the moment. And some things have to be considered, like compensating actions and the like. There was a

[jboss-user] [jBPM Users] - Variable modification restriction + form generation

2009-11-16 Thread juanignaciosl
I miss some data restriction specification at jBPM. I think defining restrictions like variable x can only be modified at task A it's quite neccesary. The task forms feature could be an option, but I don't actually want to open jBPM console to final users. I think I'm going to implement a

[jboss-user] [jBPM Users] - Re: JuEL

2009-11-16 Thread sebastian.s
Should be possible: http://www.jboss.org/index.html?module=bbop=viewtopict=163350 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265806#4265806 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265806

[jboss-user] [JBoss Cache Users] - Injection into the custom interceptor

2009-11-16 Thread SKabashnyuk
I have a question about using custom interceptors. Is it possible to inject object into the custom interceptor using @Inject annotation? My interceptor code look like this: | public class MyInterceptor extends CommandInterceptor | { | | .. | @Inject | public void

[jboss-user] [jBPM Users] - Re: jBPM 3.2.6.SP1 enterprise environments question

2009-11-16 Thread kukeltje
yes, an interceptor is an option. you could also wrap it in an annotation. I've done this and now I think of it I'll write a short blog about it later this week. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265809#4265809 Reply to the post :

[jboss-user] [Beginner's Corner] - protect HTTP INVOOKER JBOSS 4.2.3.ga

2009-11-16 Thread erasmomarciano
Hello what should i do to protect the servlet JMXInvolerServlet? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265819#4265819 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265819

[jboss-user] [JBoss Cache Users] - Bug: Endless-loop in EvictionTimer thread when using LFUAlgo

2009-11-16 Thread pb00067
Hi all, I like to notice a bug in JBoss-Cache but I don't know where is the right place to do it. Anyone can help ? The bug consist in the fact that at a certain point BaseEvictionAlgorithm#prune method never exits his loop (see code below) anymore because of evictionQueue.getFirstNodeEntry()

[jboss-user] [jBPM Users] - Re: Jbpm 4.2 how to enable variable history

2009-11-16 Thread xalperte
Hi Ronald, The historic functionality is important but not basic to run the system in production. The real problem, and I consider very serious, is that we're losing all the data associated with the instance when it reaches the end state. Thanks. View the original post :

[jboss-user] [EJB] - Re: @Service and the TimerService

2009-11-16 Thread mwx.dennis
The same problem exists with @PreDestroy. The bean is stopped by the container (at least the log message [EJBContainer] STOPPED EJB: is present) but the @PreDestroy method is not invoked. The signature is @PreDestroy public void shutdown(). View the original post :

[jboss-user] [Installation, Configuration Deployment] - Issue with XA datasource on JBoss 5.1. GA

2009-11-16 Thread katoch
Hi, I am getting below exception with XA datasource deployed on JBoss 5.1. data source file is : ?xml version=1.0 encoding=UTF-8? !-- = -- !--

[jboss-user] [JBoss Web Services Users] - Re: JAXB - elements unmarshalled to other parent

2009-11-16 Thread richard.opa...@jboss.com
Hi Ondra, we're using Sun JAXB implementation. Please forward your question to their user forum. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265850#4265850 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265850

[jboss-user] [JBoss Web Services Users] - Re: Problem of polymorphism of JBoss WebService

2009-11-16 Thread richard.opa...@jboss.com
xiangyingbing wrote : Dear JBoss developers, | please give me an simple example about polymorphism webservice. | Thanks!!! I DO need it. Download native source distro. I found these tests there: | [/home/opalka][/home/opalka/svn/jbossws/framework/trunk/testsuite]grep -r XmlSeeAlso * |

[jboss-user] [JBoss Cache Users] - Re: Bug: Endless-loop in EvictionTimer thread when using LFU

2009-11-16 Thread pb00067
N.B.: This bug apparently appears only fqn dedicated to Hiberante(3.3) collections. 13:55:11,712 DEBUG BaseEvictionAlgorithm:384 - Removing node

[jboss-user] [jBPM Users] - [jBPM 4.2] MySQLIntegrityConstraintViolationException ending

2009-11-16 Thread xalperte
This is the exception thrown by the engine when I try to __end__ a running instance using the EndProcessInstance command. The instance has one active task (Evaluate web order), and that task has a swimlane associated (Sales Representative). It seems a problem with the swimlane relationship.

[jboss-user] [EJB 3.0 Users] - Re: Lookup for a session bean if only the interface is given

2009-11-16 Thread jaikiran
Juergen.Zimmermann wrote : I'm trying to integrate Jersey with JBossAS. Jersey is an implementation of JAX-RS, and we want to compare RESTEasy and Jersey. | | However, Jersey resolves @EJB only for Glassfish. Therefore, I have to implement a class You have to do similar to what the

[jboss-user] [jBPM Users] - Error while creating process

2009-11-16 Thread TejJBPM
Hi all I have been trying the hello world example in http://www.jorambarrez.be/blog/2009/07/01/jbpm4-hello-world I have configured and when I run the main class which just prints a hello world message..I get this exception..Can anybody guide me what could be wrong..? thanks in advance..

[jboss-user] [EJB 3.0 Users] - Re: How to find Entity by Id

2009-11-16 Thread jaikiran
anonymous wrote : new CustomerHome() CustomerHome is a @Stateless bean. You are not supposed to instantiate a EJB using the new operator. Instead you should lookup the bean from JNDI. See this for more details http://www.jboss.org/index.html?module=bbop=viewtopict=137590#4158957 View the

[jboss-user] [EJB 3.0 Users] - Re: How to load external parameters in ejb?

2009-11-16 Thread jaikiran
bean.send(xml, java:comp/env/AS.1.BFT_ORDERS, java:comp/env/CF.1); 1) I assume that this is a typo in your post and you actually meant bean.sendToQueue. If it's not a typo then please post the exact code and config files, so that there's no confusion 2) How do you get hold of the bean in that

[jboss-user] [EJB 3.0 Users] - Re: How to load external parameters in ejb?

2009-11-16 Thread jaikiran
jaikiran wrote : | | 1) I assume that this is a typo in your post and you actually meant bean.sendToQueue. If it's not a typo then please post the exact code and config files, so that there's no confusion | 2) How do you get hold of the bean in that code? Ignore, both those questions.

[jboss-user] [EJB 3.0 Users] - Re: JPA/EJB3 Entitybean/Hibernate JPA....Confused...

2009-11-16 Thread jaikiran
gohiljigar15 wrote : | | 1) wt additional/special features does hibernate provides if I want to use Hibernate JPA...? | I don't exactly know the list of such features. But each persistence provider including Hibernate have their own set of additional features. Most of the applications

[jboss-user] [EJB 3.0 Users] - Re: Remote and local interface on same ejb instance

2009-11-16 Thread jaikiran
Sorry, but i did not understand your question. Can you please elaborate on what you are doing? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265869#4265869 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265869

[jboss-user] [jBPM Users] - Re: jBPM 4.2 GWT Console Login

2009-11-16 Thread c.kloy
I configured the realm in the login-config.xml if the jboss instance. | application-policy name=jbpm-console | authentication | login-module code=org.jboss.security.auth.spi.DatabaseServerLoginModule flag=required | module-option

[jboss-user] [EJB] - Re: @Service and the TimerService

2009-11-16 Thread jaikiran
Looking at the EJB3 code, i do believe that this should be working. Can you please apply the EJB3 plugin http://www.jboss.org/ejb3/ejb3plugin.html against AS-5.1.0 and see if it works? If that too doesn't work, then please post the entire service bean code and the relevant console logs. The

[jboss-user] [jBPM Users] - Re: jBPM 4.2 GWT Console Login

2009-11-16 Thread c.kloy
I solved the problem. It was a DB2 issue. The SQL-statement needs the name of the schema bevor the tablename. Thanks for the help. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265877#4265877 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: configuration issue in Adding APR to JBoss

2009-11-16 Thread PeterJ
anonymous wrote : 11:27:09,170 INFO [ServerInfo] Java VM: GNU libgcj 4.1.2 20080704 (Red Hat 4.1.2-44),Free Software Foundation, Inc. The GNU JVM is not a certified JVM and cannot run JBoss AS. You need to install either the Sun JDK or OpenJDK, and set your JAVA_HOME to reference it. View the

[jboss-user] [jBPM Users] - JBPM 4.2 - Manage JBPM users - recommended way? How to use c

2009-11-16 Thread dejanmr
We have custom user/role management for our applications. We are currently considering usage of JBPM4.2. What is the best practice on this? Or, at least, recommended way of handling JBPM users? Should we remap JBPM hibernate configurations, or our JPA mappings? Or, is it better to customize

[jboss-user] [Beginner's Corner] - Re: protect HTTP INVOOKER JBOSS 4.2.3.ga

2009-11-16 Thread PeterJ
See if this helps: http://www.jboss.org/community/wiki/SecureTheInvokers View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265882#4265882 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265882

[jboss-user] [EJB] - Re: Deployment issues for EJBs in JBoss

2009-11-16 Thread jaikiran
The logs that you posted in your latest reply did not have the error messages, so i am just guessing here. Looking at the code, you seem to have a self injection (of PeopleSoftMonitorDaoLocal) which is not supported in JBoss EJB3 https://jira.jboss.org/jira/browse/EJBTHREE-1603: | public

[jboss-user] [EJB] - Re: @Service and the TimerService

2009-11-16 Thread mwx.dennis
After applying the patch it works perfectly. Both the @PostConstruct and the @PreDestroy methods are executed. Thanks a million, Jaikiran - you made my day! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265887#4265887 Reply to the post :

[jboss-user] [jBPM Users] - candidate-groups

2009-11-16 Thread makam
Hi, I have a problem when seeking tasks using candidate-groups. I created tarea1 which has associated candidate-groups Group1, Group2, Group3. Then I have a user sebastian which is a member of Group 1, Group 2 and Group 3. The problem is that when I run taskService().findGroupTasks(sebastian); I

[jboss-user] [jBPM Users] - Re: jBPM 3.2.6.SP1 enterprise environments question

2009-11-16 Thread salaboy21
Great. For me sounds to complicated. But if you can share the post with me.. let me know when it posted! Greetings! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265896#4265896 Reply to the post :

[jboss-user] [JBoss Messaging Users] - Re: How can I find out the in-process message count for Queu

2009-11-16 Thread rbenko
Thanks for your replies, gaohoward - nice to know that someone is out there with at least a passing interest in this question!! :-) I've tried the getDeliveringCount(), but it doesn't seem like it is exactly the same - I need to perform a few more tests to verify. I believe what you said

[jboss-user] [Installation, Configuration Deployment] - What ports jon agent uses to communicate with jboss?

2009-11-16 Thread zbiggy
Hello, I would like to do some hardening to JBoss eap by closing all tcp ports except 8080 by unloading/ cutting out some services and config files. I do not want to loose management via jon agent and statistics query via twiddle. Can you please tell me which ports or services I should keep

[jboss-user] [jBPM Users] - Re: Problem moving from 4.1 to 4.2 using Spring configuratio

2009-11-16 Thread hrworx
Thanks again for the reply. This is going to be a useful thread for others someday, hopefully. OK, the same problem still remains with Unknown Entity: PropertyImpl Here are the relevant configuration files as they currently exist: | jbpm-configuration | import

[jboss-user] [JBoss Tools Users] - JBossBirtServlet and wrong reportName path?

2009-11-16 Thread cyrilus
Hello, When using p:birt we must prefix the path of a design report with /, if not we get an exception because the repot is not found... | p:birt xmlns:ui=http://java.sun.com/jsf/facelets; | xmlns:s=http://jboss.com/products/seam/taglib; |

[jboss-user] [EJB 3.0 Users] - ejb3 and web services

2009-11-16 Thread goldberg.howard
1. Can you use dependency injection to inject a web service into a stateless session bean? 2. I'd like to execute several web services concurrently within a stateless session bean to optimize performance. Is there a design pattern to do this? Thanks, Howard View the original post :

[jboss-user] [jBPM Users] - Re: facing issues while assigning parallel task in jbpm usin

2009-11-16 Thread anjaliaggster
I m using JBPM 3.3.2 version. Here is dummy configuration that i m trying: | ?xml version=1.0 encoding=UTF-8 ? | - process-definition xmlns= name=test | - start-state name=start-state1 | transition to=state1 / | /start-state | - state name=state1 | transition to=decision1

[jboss-user] [jBPM Users] - Re: Jbpm 4.2 how to enable variable history

2009-11-16 Thread kukeltje
xalperte wrote : Hi Ronald, | | The historic functionality is important but not basic to run the system in production. | | The real problem, and I consider very serious, is that we're losing all the data associated with the instance when it reaches the end state. | | Thanks.

[jboss-user] [JBoss Cache Users] - Memory growth even after pojo is deattached from pojo cache

2009-11-16 Thread anandhs
Problem: PojoCache - huge memory usage even after detaching objects. Results in outofmemory (both Heap and non-Heap). Since it keeps increasing, bumping up the memory and permgen is not a practical solution. Summary: Running a stress test consisting of 3 objects. The lifespan of these objects

[jboss-user] [jBPM Users] - Re: [jBPM 4.2] MySQLIntegrityConstraintViolationException en

2009-11-16 Thread kukeltje
if you take a look at the sticky post in this topic (also read the second post about the unittest), you'll see a description on how to post possible issues. The unit test (although not explicitly mentioned in Tom's post *is* important for us to easily try to reproduce View the original post :

[jboss-user] [jBPM Users] - Re: jBPM 4.2 GWT Console Login

2009-11-16 Thread kukeltje
and you thanks for reporting back. That way topics are really useful to others View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265919#4265919 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265919

[jboss-user] [jBPM Users] - Re: JBPM 4.2 - Manage JBPM users - recommended way? How to u

2009-11-16 Thread kukeltje
Try searching for 'identity service' and things like 'custom'. Creating your own identity service is the best way to approach this. No need to replicate data then. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265921#4265921 Reply to the post :

[jboss-user] [EJB 3.0 Users] - Re: Remote and local interface on same ejb instance

2009-11-16 Thread zlatko.jo...@gmail.com
Thanks for reply I have three stateful beans A,B and C. Beans B and C are parts of A bean and A bean access it through local interface. Is ti posible to create remote interface for same instances, B and C beans, and delegate it to remote client. This means thath both clients, A bean and remote

[jboss-user] [jBPM Users] - Re: candidate-groups

2009-11-16 Thread kukeltje
I agree that the task should show up only once. I think you ran into a non-tested issue here. Please file a jira issue for this and preferably add a unit test to it. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265923#4265923 Reply to the post :

[jboss-user] [jBPM Users] - Re: jBPM 3.2.6.SP1 enterprise environments question

2009-11-16 Thread kukeltje
To complicated? No, it's very easy... I'll try writing my blog entry nonight. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265925#4265925 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265925

[jboss-user] [jBPM Users] - Re: jBPM 3.2.6.SP1 enterprise environments question

2009-11-16 Thread salaboy21
It's not complicated from my point of view, but for a newbie that looks in the documentation for that kind of things it's very complicated. Because the Java EE configurations are not well documented. (It's just my opinion.) View the original post :

[jboss-user] [jBPM Users] - Re: facing issues while assigning parallel task in jbpm usin

2009-11-16 Thread kukeltje
PLEASE read http://www.jboss.org/index.html?module=bbop=viewtopict=158610 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265927#4265927 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265927

[jboss-user] [jBPM Users] - Re: jBPM 3.2.6.SP1 enterprise environments question

2009-11-16 Thread kukeltje
Ahhh. ok, I misunderstood you. Well, my blog entry is online View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265933#4265933 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265933

[jboss-user] [jBPM Users] - Re: jbpm.wire.bindings.xml

2009-11-16 Thread kukeltje
I wish I could inject them through jsr-299 / 303. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265934#4265934 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265934 ___

[jboss-user] [JBoss Tools Users] - Developping a Potlet with JBoss Tools and JBoss Portal

2009-11-16 Thread elmaroufy
Hi I'm trying to developp my first Potlet whth JBoss Tools and JBoss Portal, I followed http://blog.jboss-portal.org/2008/08/jboss-portlet-support-in-eclipse.html. But when i try to set a Project configuration i dont found Portlet Project v2.0, i just found Jboss Seam Portlet Project v2.0. I'm

[jboss-user] [JBoss Cache Users] - Re: How to use different configurations for different set of

2009-11-16 Thread bstansbe...@jboss.com
Sorry, you can't specify a different cache config for different entities, unless they are associated wth different Hibernate SessionFactories. The configuration applies globally to the SessionFactory. FYI for Hibernate 3.5 (currently at Beta 2) Galder Zamarreño's Second Level Cache

[jboss-user] [JBoss Cache Users] - Re: Bug: Endless-loop in EvictionTimer thread when using LFU

2009-11-16 Thread bstansbe...@jboss.com
Please report a bug at jira.jboss.org. Thanks! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265938#4265938 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265938 ___ jboss-user

[jboss-user] [Beginner's Corner] - Re: Tools.jar was unexpected at this time?

2009-11-16 Thread carl.prvett
anonymous wrote : View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265940#4265940 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265940 ___ jboss-user mailing list

[jboss-user] [jBPM Users] - Re: candidate-groups

2009-11-16 Thread makam
Thanks, I just post as a incident. Greetings Sebatian https://jira.jboss.org/jira/browse/JBPM-2648 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265946#4265946 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265946

[jboss-user] [jBPM Users] - Re: Jbpm 4.2 how to enable variable history

2009-11-16 Thread sebastian.s
xalperte wrote : | Buff, I'm looking inside the HistoryVariableImpl class and it only maintains a String representation of the original variable value, its not enough, to be functional the HistoryVariableImpl should maintain the exact value and type of the original variable. | | I think

[jboss-user] [jBPM Users] - Re: Variable modification restriction + form generation

2009-11-16 Thread kukeltje
Sorry... Personal remark: I'm more in favour of using | variable read=true write=false required=true name=var1 / | instead of | variable access=read,required name=var1/ | and all should support EL for the value, not just static booleans View the original post :

[jboss-user] [jBPM Users] - Re: Variable modification restriction + form generation

2009-11-16 Thread juanignaciosl
Ok, I'll do it as soon as I have a design for it. Your idea seems similar to what I was thinking on. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265954#4265954 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265954

[jboss-user] [jBPM Users] - Re: candidate-groups

2009-11-16 Thread kukeltje
Good job with the testcase. Just wish more people would take that time. Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265956#4265956 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265956

[jboss-user] [JBoss Tools Users] - Re: Developping a Potlet with JBoss Tools and JBoss Portal

2009-11-16 Thread elmaroufy
Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265957#4265957 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265957 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Cache Users] - Re: Memory growth even after pojo is deattached from pojo ca

2009-11-16 Thread anandhs
So here is what I have found so far. The problem is the usage of Map/HashMap that the Order and Item uses to store its children. Order has many Items Item has many Attributes. Interestingly I am not even using Attributes, just the presence of that causes the test to take about 30-40% more

[jboss-user] [JBoss Portal Users] - ERROR when I try to start JSF/RichFaces portlet on JBoss Por

2009-11-16 Thread SDF1
Hi, I have problem with start JSF/RichFaces portlet. I use jdk1.5_17, JBoss Portal 2.7.2 (+JBoss AS 4.2.3), two JAR files took from JBoss Portlet Bridge (portletbridge-api-1.0.0.CR3.jar, portletbridge-impl-1.0.0.CR3.jar). My files for which I think that are keys for the starting the simplest

[jboss-user] [JBoss Web Services Users] - JBoss 4.2.2 JDK1.5 Webservice user-defined Exception handlin

2009-11-16 Thread pa12399
Hi I am trying to write a webservice, that throws a user-defined exception. I am using bottom-up approach and when I package and deploy the webservice in JBoss 4.2.2 AS, I am getting exceptions. Looks like it does not like the way the BaseErrorType (user-defined exception) is defined. How do I

[jboss-user] [jBPM Users] - Re: [jBPM 4.2] MySQLIntegrityConstraintViolationException en

2009-11-16 Thread xalperte
Yep! sorry. I deleted some stuff from the previous process definition in order to run it without problems (some custom listeners). Here the process definition: | ?xml version=1.0 encoding=UTF-8? | | process name=Test Websale xmlns=http://jbpm.org/4.2/jpdl; |swimlane

[jboss-user] [jBPM Users] - Re: Problem moving from 4.1 to 4.2 using Spring configuratio

2009-11-16 Thread RockerRocker
I was getting NullPointerException but after adding command service name i am getting this error - Caused by: org.springframework.beans.factory.BeanDefinitionStoreException: Factory method [public org.jbpm.api.ProcessEngine org.jbpm.pv m.internal.cfg.SpringConfiguration.buildProcessEngine()]

[jboss-user] [Clustering] - Re: RMI in cluster environment

2009-11-16 Thread z0mbix
Did you ever find out how to achieve this? I have exactly the same situation. Cheers z0mbix View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265969#4265969 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265969

[jboss-user] [Installation, Configuration Deployment] - JBoss to process All Domains ?

2009-11-16 Thread mirco321
Hello, In server.xml I can easily add a list of domains to use with our application : Host name=myapplication autoDeploy=false deployOnStartup=false | deployXML=false | Aliaswww.domain1.com/Alias | Aliasdomain1.com/Alias | Aliaswww.domain2.com/Alias |

[jboss-user] [JBoss Cache Users] - Re: Can't acquire lock in 0 ms

2009-11-16 Thread rs1050
Hi, Any ideas as to what might be causing it this problem? Thank you. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265979#4265979 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265979

[jboss-user] [JBoss Tools Users] - JBoss Seam Failing With

2009-11-16 Thread cristal
I am using eclipse-jee-ganymede-sr2-win32.zip jbosstools-all-win32-3.0.2.v200909151014r-h192-ga.zip jboss-seam-2.1.2 I have created a seam project using postgressql. The project builds as a war but will not deploy on jboss.4.2as. It fails with Could not instantiate Seam component:

[jboss-user] [jBPM Users] - Re: how can i reuse jbpm-console on JBPM4.2

2009-11-16 Thread optixpro
gwt-console is a fount of gwt-console server? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265984#4265984 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265984 ___ jboss-user

[jboss-user] [Installation, Configuration Deployment] - How to add files to application classpath?

2009-11-16 Thread technocrat.bharani
Hi, I have the properties file which are specific for each domain. Could you help me, how to add these files to the application's classpath for each domain? i tried in following different ways. But, efforts were in vain. 1) I tried by modifying the JBOSS_CLASSPATH in run.bat and it didnt work

[jboss-user] [JBoss Portal Users] - JBOSS SSO supports IIS?

2009-11-16 Thread srikanthvege
Hi, Please let me know whether JBOSS SSO supports for IIS server also. If yes, please let me know the steps to configure JBOSS SSO on IIS server. Thanks Srikanth View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265993#4265993 Reply to the post :

[jboss-user] [JBoss Portal Users] - Re: Localization of layouts

2009-11-16 Thread aspdeepak
I found the solution. The normal jsp based localization should be done. The resource bundles can be used to solve this issue. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265998#4265998 Reply to the post :