[jboss-user] [jBPM Users] - Re: List task comments with Activity name

2009-11-25 Thread kukeltje
please look in the jira. There is a history issue. vote for it and refer to this post View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267612#4267612 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4267612

[jboss-user] [JBoss Portal Users] - Re: ClassCastException when using MyFacesGenericPortlet

2009-11-25 Thread mjcj
--- View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267611#4267611 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4267611 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [Spring Integration] - Re: How to access deployed bean reference from a different s

2009-11-25 Thread marius.bogoevici
Ivan, [codeParentBeanFactory="BillingFramework" View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267608#4267608 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4267608 ___ jboss-

[jboss-user] [Spring Integration] - Re: Jndi lookup on spring factory return 'null'

2009-11-25 Thread marius.bogoevici
Ivan, >From the other posts I understand that you are trying to get access to the >JNDI-bound Application Context from another application running in the same >application server (hence the same VM). These questions are about accessing >the Application Context from outside the AS/VM (which as A

[jboss-user] [Spring Integration] - Re: ClassLoader inside deloyed bean cannot find existing cla

2009-11-25 Thread marius.bogoevici
Yes, that makes sense. To the extent that the class names are injected via Spring, you can take advantage of the fact that Spring's PropertyEditor knows how to convert a String value to a Class and can inject them directly. View the original post : http://www.jboss.org/index.html?module=bb&op=v

[jboss-user] [Spring Integration] - Re: How to access deployed bean reference from a different s

2009-11-25 Thread marius.bogoevici
Post #2, sorry for moving this by mistake. "ivanyuan" wrote : Hi Marius, | | I also tried using the following spring bean context file | | | | | http://www.springframework.org/schema/beans"; | | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | | xmlns:jaxrs

[jboss-user] [Spring Integration] - How to access deployed bean reference from a different sprin

2009-11-25 Thread marius.bogoevici
Restoring a post moved by mistake: Post 1 "ivanyuan" wrote : Hi Guru, | | I am using JBoss 4.2.2GA and jboss-spring deployer 2.5 (JDK5). I have a spring archive called BillingFramework.spring, which can be deployed successfully by the deployer and can be accessed from different web applicat

[jboss-user] [Beginner's Corner] - Configuration Problem

2009-11-25 Thread lawrence.yip
I am using jboss 5.1.0 and facing a problem when trying to introduce a security-domain in a container. Here is some code from standardjboss.xml | | Login Stateless SessionBean | | java:/jaas/krl-login | | false | stateless-rmi-invoker

[jboss-user] [jBPM Users] - Need Suggestion :: MySql and JBpm

2009-11-25 Thread Sunay
Hello All, I have moved my Database hsql to Mysql ? so what would be the best way for running my test cases to run? would i need to stick with hsqldb for my test cases or need to go with mysql? Is there any way to run my testcases with mysql? Thanks Sunay View the original post : http://www.

[jboss-user] [jBPM Users] - Re: List task comments with Activity name

2009-11-25 Thread rmoskal
The only way I've found to do this is to explicitly find the task for an activity using taskService.createTaskQuery(). Then I get the comments using taskService.getTaskComments(). Good luck. Robert View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267596#4267

[jboss-user] [jBPM Users] - Re: How to signal subprocess?

2009-11-25 Thread rmoskal
Something like this works for me: ExecutionImpl tp = (ExecutionImpl) executionService.findProcessInstanceById(topPop.getProcessExecutionId()); | | ExecutionImpl subProc = tp.findActiveExecutionIn(activityName).getSubProcessInstance(); | | executionService.signalExecutionBy

[jboss-user] [Installation, Configuration & Deployment] - Problem changing from Hypersonic to MS SQL

2009-11-25 Thread sergiobz
Hi , I tring to start the jBoss as Default config, but changing from Hypersonic to MS SQL persistence. I already changed the DS file and the *-persistence-manager.xml, but i am getting the following erros: DEPLOYMENTS MISSING DEPENDENCIES: | Deployment "jboss.messaging.connectionfactory:s

[jboss-user] [jBPM Users] - Re: List task comments with Activity name

2009-11-25 Thread edeleflie
maybe my question is not clear. Can anyone come up with a way to display all the historical activityNames of a ProcessInstance and, under each, display all the historical comments added when in that activity? I believe this is not possible. View the original post : http://www.jboss.org/index.

[jboss-user] [jBPM Users] - How to signal subprocess?

2009-11-25 Thread OlivierL
Hi, I have a subprocess in my workfow, and a state node within. I can execute it, and it wait as expected in the state node. Until here, everything is ok. Now I want to signal the state node with : executionService.signalExecutionById(executionId). But the problem is : I don't know the executi

[jboss-user] [JBoss Web Services Users] - Re: InvokerServlet in JBoss 4.2.2

2009-11-25 Thread eliasbg
hay alguna respuesta para esta pregunta? Saludos, View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267589#4267589 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4267589 ___ jbo

[jboss-user] [JNDI and Naming] - Re: ClassCastException in remote EJB3.0 lookup from tomcat w

2009-11-25 Thread pgarcia_cn
I had the same problem. I was trying to lookup a bean deployed in jboss5 for jdk6 using a client compiled with jdk5, so JVM 'thinks' (and i think they are, indeed) they are two different classes: the remote interface defined for the bean and the remote interface used for the lookup. View the or

[jboss-user] [JCA] - IBM MQ reesource adaptor queue/subscription error

2009-11-25 Thread vrotaru
Anyone has some experienece to configure the IBM MQ resource adapter 6.0.2.7 with JBoss 4.2.3 for queue per subscribtion MDBs. We are getting erros when the MDB connect to the broker. The error is in the IBM RA and the error says... it cannot print the error. I assume is a configuration issue b

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

2009-11-25 Thread rs1050
Thank you, good point. But I in case of invalidation and the situation you described I would expect that the timeoutexception would not be thrown to the caller. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267583#4267583 Reply to the post : http://www.jb

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

2009-11-25 Thread kukeltje
do you have a *small* unittest? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267582#4267582 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4267582 ___ jboss-user mailing list

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

2009-11-25 Thread kukeltje
Yep just the libs (see http://docs.jboss.com/jbpm/v4/devguide/html_single/#d0e62) and maybe some other libs that are not present on the classpath already View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267581#4267581 Reply to the post : http://www.jboss.org/

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

2009-11-25 Thread dejanmr
Hi kukeltje, thanks again I did try to use jbpm within my ear, but I have tried to do it so by coping sar to my ear, and including it in application.xml (as mentioned in inital post). But, on startup I got class cast exception with JuelScriptEngine and javax class. I guess just coping sar is n

[jboss-user] [JBoss Portal Users] - Re: Dashboard: permission denied for role created using Sync

2009-11-25 Thread javaspack
After looking around in the JIRA issues, I found this: https://jira.jboss.org/jira/browse/JBPORTAL-2261 which is very similar to the problem I am experiencing. I use my own login module, and then the SynchronizingLoginModule (not LDAP) false false tr

[jboss-user] [JBoss Cache Users] - JBoss Pojo Cache and tomcat configuration

2009-11-25 Thread cgswtsu78
Hello, Can JBoss Pojo Cache be used on tomcat 6.0? Is there an example of the configuration? Thanks, Colin View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267563#4267563 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[jboss-user] [Spring Integration] - Re: Jndi lookup on spring factory return 'null'

2009-11-25 Thread ivanyuan
I have exact same issue. I want to retrieve either the deployed bean or the bean factory from outside of the spring deployer. Wonder if there is any way to get the bean factory handler? Since the handler is stored in JBoss local JNDI, it should be a way to do it. Does any one have clue? Thanks

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

2009-11-25 Thread bstansbe...@jboss.com
The 0 ms is coming from MVCCLockInterceptor: |@Override |public Object handleInvalidateCommand(InvocationContext ctx, InvalidateCommand command) throws Throwable |{ | // this should be handled the same as a recursive evict command. | ctx.getOptionOverrides().set

[jboss-user] [JBoss Tools Users] - Re: Where is the nightly build?

2009-11-25 Thread nickboldt
We're aware. Working on a fix now. This time it's infrastructure issues and people adding dependencies on new plugins but not adding them to the map files. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267544#4267544 Reply to the post : http://www.jboss.or

[jboss-user] [JBoss Tools Users] - Re: Where is the nightly build?

2009-11-25 Thread krasig
Reopened View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267534#4267534 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4267534 ___ jboss-user mailing list jboss-user@lists.jbo

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

2009-11-25 Thread kukeltje
well, according to you reply (sorry that I missed the you making a deliberate typo), it seems your config is picked up. Where did you put your identity class? In the sar? In the lib dir? It should be either, since code from a sar cannot look into another war/ear/sar and it will not load from a p

[jboss-user] [jBPM Users] - Re: Groovy language in Script activity

2009-11-25 Thread kukeltje
Could be... I'll have a look in the source tonight to check View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267528#4267528 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4267528 ___

[jboss-user] [JBoss Microcontainer Users] - Re: Struggling with jboss-classloading.xml

2009-11-25 Thread alesj
Weird, I would expect this class to be present in DefaultDomain, which is also your domain: | java.lang.ClassNotFoundException: org.jboss.resource.deployers.RARDeployment from baseclassloa...@21 | 9f32{vfsclassloaderpol...@15aa868{name=vfszip:/C:/Java/jboss-5.1.0.GA/server/default/deploy/rys

[jboss-user] [JBoss Messaging Users] - Re: message publishing to stopped topic

2009-11-25 Thread strzyga
OK, maybe it'll help if I provide more context for what I'm doing. In my application remote clients call stateless ejb to send data to specified topic. An ejb calls singleton object which holds a map with entries in the form "topic name"->"TopicPublisher object". If there is no map entry for sp

[jboss-user] [JBoss Messaging Users] - Re: Database Failure and JBM

2009-11-25 Thread ekobir
Scenario: 1) Put 1000 messages in queue while consumer is not running 2) Shutdown Mysql instance while JBoss As instance ,which hosts jbm, is running 3) Start Mysql instance again 4) Start consumer for the queue on jbm View the original post : http://www.jboss.org/index.html?module=

[jboss-user] [JBoss Messaging Users] - Database Failure and JBM

2009-11-25 Thread ekobir
Hi All I have duplicate message/stop delivery message problem after database failure. Please check the scenario below. Is it misconfiguration of transactions? Do you I need to play with some parameters to make JBM aware of database failures? AS: Jboss 5.0.1-GA JBoss Messaging 1.4.1.GA Persist

[jboss-user] [EJB 3.0 Users] - Re: Call EJB 3 deployed under JBoss 4.2.3 from JBoss 4.0.5

2009-11-25 Thread jaikiran
See this http://www.jboss.org/community/wiki/JBossVersionCompatibilityMatrix and follow the instructions mentioned there. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267511#4267511 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&

[jboss-user] [EJB 3.0 Users] - Re: NamedQuery problem: TABLE is not mapped

2009-11-25 Thread pi4630
Thank *you* :)! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267501#4267501 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4267501 ___ jboss-user mailing list jboss-user@list

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

2009-11-25 Thread TejJBPM
Sorry missed the get id in the code part while editing.. identityService.deleteMembership(identityService.findUserById("testuser")).getId(), | identityService.findGroupById("testgroup").getId(),null); // userid,groupid,roleid View the original post : http://www.jboss.org/index.html?module=b

[jboss-user] [jBPM Users] - IdentityService

2009-11-25 Thread TejJBPM
I am successfully able to create users, groups and memberships. But I dont find any api calls to update user-group relationship. So i tried to use the deletemembership and createmembership to reestablish the relationships.But the problem is the deleteMembership() method does not seem to work.

[jboss-user] [EJB 3.0 Users] - Re: NamedQuery problem: TABLE is not mapped

2009-11-25 Thread Wolfgang Knauf
I'm sorry, I was wrong with the casing of the property. You are right, it has to be lower case. Getter/Setter "getArtnr"/"setArtnr" indeed form a property "artnr". Wolfgang View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267487#4267487 Reply to the post : h

[jboss-user] [JBoss Cache Users] - Re: JGroups multicast works, JBC cluster doesn't form with s

2009-11-25 Thread chtimi2
Oops, well it turns out the cluster was indeed forming. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267485#4267485 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4267485 ___

[jboss-user] [JBoss Messaging Users] - Re: How to set socket timeouts?

2009-11-25 Thread belcar
Howard I've talked to the guys that manage the 2 firewalls in between and they've disabled all timeouts. After that change the polling client still stops receiving messages after a while. I've also enabled TRACE for jms and remoting on the JBM 1.4.5 server and I can see ping requests/response

[jboss-user] [JBoss Microcontainer Users] - Re: Struggling with jboss-classloading.xml

2009-11-25 Thread ad-rocha
Hi Ales, It did not work either. Now, the problem is because of jboss-classloading.xml inside RAR (error below). Anyway, I don't think it will work, because JBoss already has a slf4j implementation in commons lib (slf4j-jboss-logging.jar), so it will never choose my log implementation (logback

[jboss-user] [EJB 3.0 Users] - Call EJB 3 deployed under JBoss 4.2.3 from JBoss 4.0.5

2009-11-25 Thread ptitjeojeo
Hello, I have an EJB 3 deployed under a JBoss AS 4.2.3 and I have a Web Application deployed under an other server JBoss AS 4.0.5. I would like to call the EJB from my Web Application but I'me getting the following Exception : javax.naming.CommunicationException [Root exception is java.io.Inv

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

2009-11-25 Thread dejanmr
Thanks for the answer kukeltje, "kukeltje" wrote : By making a big 'typo' in it, you can see if it is or not. This is exactly what I tried with: anonymous wrote : 1) When I put dummy class name, I got error on process deployment, so it looks like my change is being processed in some way. Wh

[jboss-user] [JBoss Cache Users] - Re: JGroups multicast works, JBC cluster doesn't form with s

2009-11-25 Thread b...@jboss.com
'Nodes' refers to the number of nodes in the tree, not in the cluster ! To get the cluster nodes, use the JMX method getMembers() or getView() View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267463#4267463 Reply to the post : http://www.jboss.org/index.html?m

[jboss-user] [JBoss Portal Users] - Theme and layout settings for Configure Dashboard

2009-11-25 Thread ric.sa.moore
I'm running JBoss Portal 2.7.2 on JBoss 4.2.3, and have written my own theme and layout for my portal. I want to apply this theme and layout to the Configure Dashboard screen, so that everything has my own look and feel. However, after much digging, it appears that the theme and layout for thi

[jboss-user] [JBoss Cache Users] - Re: JGroups multicast works, JBC cluster doesn't form with s

2009-11-25 Thread chtimi2
Here is my test main: public class JustStartTheCache | { | private final String name; | private final Cache cache; | | public JustStartTheCache(String name) | { | this.name = name; | CacheFactory factory = new DefaultCacheFactory(); |

[jboss-user] [jBPM Users] - Groovy in Script activity works, but lang attribute seems to

2009-11-25 Thread bgoetzmann
After some search, I've found how to proceed. The class to use is org.codehaus.groovy.jsr223.GroovyScriptEngineFactory. - I added this declaration (in bold) in the jbpm.cfg.xml: - You have to have the groovy-all-jar in your libs So you use Groovy in a script activity; f

[jboss-user] [JBoss Cache Users] - JGroups multicast works, JBC cluster doesn't form with same

2009-11-25 Thread chtimi2
I'm trying JBC clustering, but so far the cluster never goes past 0 nodes. Yes not 1, but 0 nodes! cache = org.jboss.cache.pojo.impl.PojoCacheImpl cache=org.jboss.cache.DataContainerImpl [0 nodes, 0 locks] delegate=org.jboss.cache.pojo.impl.pojocachedeleg...@5bd978 types=0 I have tried some test

[jboss-user] [JBoss OSGi Users] - Re: how to start a bundle in standalone JBossOSGi Runtime wi

2009-11-25 Thread CsabaSzucs
Hello Thomas, here is the JIRA issue: https://jira.jboss.org/jira/browse/JBOSGI-210 Thanks for your help! Csaba View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267454#4267454 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[jboss-user] [jBPM Users] - Re: Groovy language in Script activity

2009-11-25 Thread bgoetzmann
Hello, I would be happy to do some tests, but I don't know what I can use for the "factory" attribute? Any idea? Thank you, Bertrand. "kukeltje" wrote : it needs to be compliant with JSR 223 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267444#4267444 Re

[jboss-user] [JBoss OSGi Users] - Re: how to start a bundle in standalone JBossOSGi Runtime wi

2009-11-25 Thread thomas.dies...@jboss.com
This would be a bug. Could you pls create a jira issue and attach the artefacts that allow me to reproduce what you are seeing? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267442#4267442 Reply to the post : http://www.jboss.org/index.html?module=bb&op=pos