[jboss-user] [JBoss Messaging Users] - Re: Conterpart of UIL2XAConnectionFactory?

2009-12-08 Thread bershath27
"Marco.Pehla" wrote : Hello Howard, | | since I didn't wrote the application, I don't know if there's a reason why this special UIL2XAConnectionFactory has been used. The following Wiki page is everything I know so far. | | http://www.jboss.org/community/wiki/ConfigUIL2 | | I hope

[jboss-user] [JBoss Messaging Users] - Re: Conterpart of UIL2XAConnectionFactory?

2009-12-08 Thread Marco.Pehla
Hello Howard, since I didn't wrote the application, I don't know if there's a reason why this special UIL2XAConnectionFactory has been used. The following Wiki page is everything I know so far. http://www.jboss.org/community/wiki/ConfigUIL2 I hope it helps. With kind regards, Marco View the

[jboss-user] [jBPM Users] - Re: JBPM 4.2 Sub-Processs Not able to access Variables

2009-12-08 Thread sebastian.s
Please use the code-tags to supply your process definition. If possible please also supply a unit test demonstrating your problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269721#4269721 Reply to the post : http://www.jboss.org/index.html?module=bb&op=

[jboss-user] [Spring Integration] - Re: JBoss-Spring-ActiveMQ integration issue

2009-12-08 Thread katoch
I am using Spring2.5.5, ActiveMQ5.3, JBoss 5.1. I am using 10 concurrent cousumers in DefaultMessageListenerContainer | | | | | | | I have tried with "cacheLevelName" property with

[jboss-user] [jBPM Users] - Re: Extracting information from a jpdl file

2009-12-08 Thread saraswati.santanu
Sebastian, I completely agree with you. The code I have given there is nothing more than a work around. There should be some method may be part of either Execution/OpenExecution interface and/or ExecutionService which does the job properly. And I have already voted for the issue. Ajay, If

[jboss-user] [Spring Integration] - JBoss-Spring-ActiveMQ integration issue

2009-12-08 Thread katoch
I am using Spring2.5.5, ActiveMQ5.3, JBoss 5.1. I am using 10 concurrent cousumers in DefaultMessageListenerContainer I have tried with "cacheLevelName" property with None,Session,Connection The problem is that only one consumer gets invoked. I have tested it. Can somebody help me? I

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss AS 5.1.0.GA + Seam 2.2.0 - ZipException: error in

2009-12-08 Thread jaikiran
anonymous wrote : 2009-12-04 13:13:28,497 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/pba] | ] (main) Exception sending context initialized event to listener instance of class org.jboss.seam.se | rvlet.SeamListener | java.lang.RuntimeException: Error handling fil

[jboss-user] [EJB] - Re: Transaction and EJB3 Singleton

2009-12-08 Thread jaikiran
Which version of JBoss AS? For AS-5.1.0, download the latest EJB3 plugin http://www.jboss.org/ejb3/ejb3plugin.html. See if it works with the plugin. The latest plugin can be downloaded here http://www.jboss.org/ejb3/downloads.html View the original post : http://www.jboss.org/index.html?module

[jboss-user] [Installation, Configuration & Deployment] - Re: Setting up classloaders to override JSF version in JBoss

2009-12-08 Thread jaikiran
See if these help: http://www.jboss.org/community/wiki/JBossClassLoadingUseCases http://www.jboss.org/community/wiki/classloadingconfiguration View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269713#4269713 Reply to the post : http://www.jboss.org/index.html?

[jboss-user] [JBoss Cache Users] - Re: JBossCache Deadlock in Hibernate BulkOperationCleanupAct

2009-12-08 Thread nandanjain
Hi All, I m using Jboss 5.1.0 in clustered environment. Hibernate version is 3.3.1. whenever i try to delete multiple lines from the db, after the operation i get an exception like below. 16:45:10,621 ERROR [ActionQueue] could not release a cache lock | org.hibernate.cache.CacheException: jav

[jboss-user] [JBoss Messaging Users] - Re: DLQ Strategies

2009-12-08 Thread gaohoward
If the messages in the DLQ are still of some interests to you, you can create a consumer to the DLQ and process those messages. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269707#4269707 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[jboss-user] [JBoss Messaging Users] - DLQ Strategies

2009-12-08 Thread droberts18
So I am wondering what I should do with messages that end up in the DLQ. They weren't processed for some reason, but what should I do next? I would like to hear about what some people have done or common error recovery strategies. View the original post : http://www.jboss.org/index.html?modu

[jboss-user] [JBoss Web Services Users] - Re: Failed to load org.jboss.wsf.spi.invocation.WebServiceCo

2009-12-08 Thread jim.ma
Did you use "ant deploy-jboss423 " to update ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269704#4269704 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4269704 ___ jboss-us

[jboss-user] [JBoss Web Services Users] - WS client reuse http connection

2009-12-08 Thread cdebergh
Does anyone know how to set the client (generated by wsconsume.sh) to reuse http connections? Can anyone point me in the right direction? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269703#4269703 Reply to the post : http://www.jboss.org/index.html?module

[jboss-user] [Installation, Configuration & Deployment] - Re: Setting up classloaders to override JSF version in JBoss

2009-12-08 Thread hirowla
Unfortunately, losing the injection features is not an option. I am quite happy to configure the classloader on the application, but I am not sure how to do so. Thanks, Ian View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269702#4269702 Reply to the post : h

[jboss-user] [JBoss Cache Users] - Re: I blogged about JBoss Cache, can somebody please check i

2009-12-08 Thread kennardconsulting
Brian, Now updated. Many thanks for your feedback. By the way, using CacheManagerLocator 'tastes' decidely old-fashioned. Are there any plans for JBoss Cache/Infinispan to support something like a @Cache injection annotation for member variables? Something like: @Cache(name='sfsb-cache') | p

[jboss-user] [JBoss Messaging Users] - Re: Messaging in 4.2.3 - getting the subscriber id

2009-12-08 Thread tankdom
Ok, thanks Ill dig into AOP a bit more. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269700#4269700 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4269700 ___ jboss-user mail

[jboss-user] [JBoss Tools Users] - Re: Galileo & JBoss Tools

2009-12-08 Thread nickboldt
If you can use Carbon, then there's a XulRunner Carbon 32-bit (for OSX 10.4+) available in M4, and the forthcoming RC1 (should be this week). If you need Cocoa (32-bit only), then yes, you'll need the latest JBT 3.1 nightly. In either case, you need to match Eclipse 32 with Java 32, or it won'

[jboss-user] [jBPM Users] - Re: JBPM 4.2 Sub-Processs Not able to access Variables

2009-12-08 Thread emailkuppai
my jpdl being main-proc:: View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269696#4269696 Reply to the post : http://www.jboss.org/index.html?mod

[jboss-user] [jBPM Users] - JBPM 4.2 Sub-Processs Not able to access Variables

2009-12-08 Thread emailkuppai
Hi I have main Process < Main-Proc > invokes sub-process on certain decision node. Main-Proc will be started by providing Process -Id Domain -Id and set of variables. i could able to access those variables in my main-proc (execution.getVaraibles() ) but i couldn;t get the same inside

[jboss-user] [JBoss Tools Users] - Re: Galileo & JBoss Tools

2009-12-08 Thread blewinski
Thanks for the info! So what you are saying is I should use the 32 bit version of eclipse with the JBoss Tools nightly build loaded. I will also need to get Apple Java 5.0 32-bit... Thanks Again! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269688#4269688

[jboss-user] [JBoss Tools Users] - Re: Galileo & JBoss Tools

2009-12-08 Thread nickboldt
BTW, http://superuser.com/questions/31526/does-snow-leopard-provide-java-6-for-32-bit-machines View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269683#4269683 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4269683 ___

[jboss-user] [JBoss Tools Users] - Re: Galileo & JBoss Tools

2009-12-08 Thread nickboldt
JBoss Tools 3.1.0.M4 does not include a version of XulRunner for 64-bit Mac. However, the latest nightly builds from trunk DO contain a Cocoa XulRunner... but only for 32-bit. http://download.jboss.org/jbosstools/updates/nightly/trunk/ Or for offline install, try this update site zip: http://d

[jboss-user] [JBoss Tools Users] - Galileo & JBoss Tools

2009-12-08 Thread blewinski
Hello - I am trying to get JBoss Tools (JBossTools-3.1.0.M4) installed on eclipse Galileo (3.5.1.R35) It is the 64 bit cocoa version. Everything seems to install correctly however when I go through the process of setting up a HelloWorld JSR Portlet example (one of the tutorials on the JBoss Too

[jboss-user] [EJB] - Transaction and EJB3 Singleton

2009-12-08 Thread sandello
I have a ejb3 project with managed singleton: | @Service (name = ProfileStateMachine.NAME, objectName = "vis:service=StateMachine") | @Management (IMainStateMachine.class) | @Remote (ProfileStateMachine.class) | public class MainStateMachine implements IMainStateMachine, ProfileStateMach

[jboss-user] [jBPM Users] - Re: Console: host not found error

2009-12-08 Thread roger0681
Hi, all Thanks for your answer, Ronald. Though I've been searching for information on this fact for a few weeks, I had not reached an answer until now. I accept I'm not really used to JIRAs yet. After Ronalds response, I started browsing all JIRA issues (not only Console), and found this one

[jboss-user] [JBoss Portal Users] - Re: jboss on Linux

2009-12-08 Thread dvol...@dcserv.co.za
thanks for the feed back much appreciated Regards Denny View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269674#4269674 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4269674 __

[jboss-user] [jBPM Users] - Re: What is the difference between a Task and an Execution?

2009-12-08 Thread ajaygautam
Thanks again Santanu. Makes sense. Especially the "entry from db is removed" part. Now I understand why hibernate would complain about multiple entries being found, if I moved from one task to the next. (i.e. I should mark the first task as completed!) Ajay View the original post : http://www

[jboss-user] [jBPM Users] - Re: Extracting information from a jpdl file

2009-12-08 Thread ajaygautam
Thanks Santanu. getOutcomes does work, but the overhead of convert states to tasks is way too much... getOutgoingTransitions() always returns an empty list! - I think its broken - or maybe I am not using it correctly. Anyway... The requirement has changed: Now, we (me) need to supply the UI w

[jboss-user] [EJB 3.0 Users] - unidirectional and bidirectional relationship

2009-12-08 Thread amira88
Hi everybody, What's the difference between unidirectional relationship and bidirectional relationship!! Best Regards View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269671#4269671 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[jboss-user] [JBoss Portal Users] - Re: jboss on Linux

2009-12-08 Thread prabhat....@jboss.com
Some pointers to help you decide: You can get some idea from this blog: http://blog.jboss-portal.org/2008/09/scaling-jboss-portal-to-new-height.html regarding EPP performance. Also see the http://andrigoss.blogspot.com/2008/02/jvm-performance-tuning.html All of these were done on RHEL and JB

[jboss-user] [JBoss Portal Users] - Re: jboss on Linux

2009-12-08 Thread dvol...@dcserv.co.za
We have a client that has high exportations that Linux will perform better. >From your experience, what can we expect. and What can we recommend to the >client around Linux and Jboss AS. From testing that we have carried out to >date there has been some big performance improvements on some s

[jboss-user] [Clustering] - Re: FirstAvailable LBP is sticky when not serialized

2009-12-08 Thread fuzzy333
I ran the same app on 5.1.0.GA after commenting out all lines in ejb3-interceptors-aop.xml that had IsLocal in them, and I could not get calls to the bean to get load balanced. I guess there's something else going on, but I don't have time to investigate further on this version. I'm going to st

[jboss-user] [JBoss Web Services Users] - How to run a Filter before the WebService to alter the SOAP

2009-12-08 Thread shadowcreeper
Would somebody please give me some pointers on how to setup an XML translation filter on POST? The idea is for the JBossWS stuff to see my translated XML to create its message from so the filter must run before the @WebService servlet. I am trying to get the JBossWS stuff to read RPC/encoded SO

[jboss-user] [Installation, Configuration & Deployment] - Re: Error installing to Start: name=persistence.unit:unitNa

2009-12-08 Thread amira88
"Wolfgang Knauf" wrote : Hi, | | you should take a look at the warnings which appear on deploy: | anonymous wrote : 1) | | 06:09:25,956 WARN [Ejb3AnnotationHandler] JBMETA-4: did not find any bean meta data for annotation bean HotelTestBean, will create some | | | | 2) | |

[jboss-user] [JBoss Portal Users] - Bug handling user names with Kerberos

2009-12-08 Thread javaspack
First, I know this most likely won't ever be fixed because it has been end of lifed, but the Gatein project is still in Beta, as thus not a viable alternative. Anyway, I have been having problems where my Single Sign-On users can't access their dashboard after login. I have tracked the problem

[jboss-user] [jBPM Users] - Re: Extracting information from a jpdl file

2009-12-08 Thread sebastian.s
Thanks for clarifying this, Santanu. For the workaround you have supplied IMHO there should be a "clean" way to do it using the API. If you have not yet done it maybe you want to vote for the issue. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269652#426965

[jboss-user] [JBoss Cache Users] - Re: I blogged about JBoss Cache, can somebody please check i

2009-12-08 Thread bstansbe...@jboss.com
Thanks for doing this! :-) A couple suggestions: 1) You imply right at the beginning that your post is oriented toward AS users, but I recommend you state flat-out that your example is for running in the AS. That's because CacheManagerLocator doesn't exist outside the AS so people trying it ou

[jboss-user] [jBPM Users] - Re: What is the difference between a Task and an Execution?

2009-12-08 Thread saraswati.santanu
Task is a wait state where it requires manual action. Task typically represents runtime state of the manual task. So once the task is done the "Task" entry from db is removed. Execution is the common representation of runtime path of execution. So every process instance is an Execution, every s

[jboss-user] [Clustering] - Re: FirstAvailable LBP is sticky when not serialized

2009-12-08 Thread bstansbe...@jboss.com
Ah, sorry, you said you're using 4.2.3. The binding of EJB3 proxies in 4.2.3 works the same as EJB2. The change to using a javax.naming.Reference and an ObjectFactory is in 5.x. Can you try 5.1? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269643#4269643

[jboss-user] [jBPM Users] - Re: Extracting information from a jpdl file

2009-12-08 Thread saraswati.santanu
It is possible to get the outcomes if your current wait node is a task node. Since task node is the node for manual tasks, it might somewhat serve your purpose. This is the code for getting outcome for a task node: | taskService.getOutcomes(task.getId()) | If the wait node is some other w

[jboss-user] [jBPM Users] - Examples do not work?

2009-12-08 Thread jensaug
Hello, Should not all the provided examples be executable? When deploying the examples in jbpm 4.2, 20 out of 37 are excluded in the build.xml file. Simply including all of them again crashes the jbpm console (exceptions due to errors in process files). Also java src files are included in the

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

2009-12-08 Thread nizzy
Also, I have a unit-test which test the process outside the container, without the persistence, it seems to work fine. I'm getting a couple of failure points according to the stacktraces, 1 in action handler in the main process (leave node method) - before entering fork. 1 in action handler i

[jboss-user] [Clustering] - Re: FirstAvailable LBP is sticky when not serialized

2009-12-08 Thread fuzzy333
The test bean I'm using to setup this scenario is an EJB3 bean. Here it is for reference: package com.foo.session; | | import javax.ejb.Remote; | import javax.ejb.Stateful; | | import org.apache.log4j.Logger; | import org.jboss.annotation.ejb.Clustered; | import org.jboss.ha.frame

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

2009-12-08 Thread nizzy
Bump Has there been any further work on this, I too am seeing the SOE Caused by: org.hibernate.StaleObjectStateException: Row was updated or deleted by another transaction (or unsaved-value mapping was incorrect): [org.jbpm.graph.exe.Token#740] | at org.hibernate.persister.entity.Abstrac

[jboss-user] [JBoss Web Services Users] - Resteasy + Seam = 403 Forbidden, any idea why?

2009-12-08 Thread magiccreative
I have already have the discussion going on the Resteasy mailing list but I would like to ask here as well if someone had experience with this Resteasy and Seam problem. Basically I have made my own test project based on the tasks example. At first I am trying a very simple Restful service. O

[jboss-user] [JBoss Web Services Users] - Re: Failed to load org.jboss.wsf.spi.invocation.WebServiceCo

2009-12-08 Thread pa12399
I had copied ant.properties.example to ant.properties. Then I modified the path in that file to where my JBoss isntance was loaded and then invoked ant to do the install i.e. ant -f ant.properties View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269597#4269597

[jboss-user] [JBoss Web Services Users] - add custom HttpSessionListener to Web Services endpoint

2009-12-08 Thread trzcina
Hello, I am using JBOSS JAX-WS Native with my stateless EJB to expose its methods via WS (@WebService annotation) and I need to set my own HttpSessionListener on WS connections (I want to be notified when session is destroyed). I would normally do it in web.xml, but I expose my EJB automagicall

[jboss-user] [EJB 3.0 Users] - Re: NotBound ERRoR

2009-12-08 Thread Wolfgang Knauf
Continued here: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=164609 Best regards Wolfgang View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269593#4269593 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4269593

[jboss-user] [Installation, Configuration & Deployment] - Re: Error installing to Start: name=persistence.unit:unitNa

2009-12-08 Thread Wolfgang Knauf
Hi, you should take a look at the warnings which appear on deploy: anonymous wrote : 1) | 06:09:25,956 WARN [Ejb3AnnotationHandler] JBMETA-4: did not find any bean meta data for annotation bean HotelTestBean, will create some | | 2) | 06:09:27,485 WARN [WebServiceDeployerEJB] Ingore ejb

[jboss-user] [Installation, Configuration & Deployment] - Re: Setting up classloaders to override JSF version in JBoss

2009-12-08 Thread Wolfgang Knauf
Hi Ian, here is an approach which works without changing the class loader: http://www.jboss.org/community/wiki/JBoss5AndMyFaces This also works for the sun reference implementation of JSF. Unfortunately, you might loose injection features. Hope this helps Wolfgang View the original post : ht

[jboss-user] [JBoss Web Services Users] - Re: How to recieve RPC/encoded SOAP messages in JBoss5?

2009-12-08 Thread pa12399
Hi I am having the exact same issue as well. One of my clients is using RPC encoded in their WSDL, which I am having to call. So, I am unable to port the client into the latest version of JBoss. Any pointers would be greatly appreciated. View the original post : http://www.jboss.org/index.htm

[jboss-user] [Persistence] - Re: Weird generated SQL with JBoss 5.1

2009-12-08 Thread patr...@openbase.com
I did a little more research on the pbm I have : To be a little more specific I am wondering how to disable the Oracle dialect related paging behavior ? When using the EntityManager to execute a native query it seems that Hibernate thinks that a paging type query is to be executed... Is there

[jboss-user] [JBoss Messaging Users] - Re: Conterpart of UIL2XAConnectionFactory?

2009-12-08 Thread gaohoward
Hi Marco, Sorry I need to ask what is UIL2XAConnectionFactory in JBossMQ? Can you explain the purpose of it so I can answer if there is an equivalent in JBM? Thanks Howard View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269558#4269558 Reply to the post : h

[jboss-user] [EJB 3.0 Users] - Re: EntityManager.refresh() - Works on Detatched Or Managed

2009-12-08 Thread Wolfgang Knauf
Hi, the second statement is correct. To make a detached entity managed, you have to use "find" or "getReference". See https://www.hibernate.org/hib_docs/ejb3-api/javax/persistence/EntityManager.html#refresh%28java.lang.Object%29 Best regards Wolfgang View the original post : http://www.jbos

[jboss-user] [JBoss Messaging Users] - Conterpart of UIL2XAConnectionFactory?

2009-12-08 Thread Marco.Pehla
Dear all, I need to migrate an application actually using JBossMQ's UIL2XAConnectionFactory on an JBoss 4.0.2 AS. Its supposed to run now on an JBoss 4.2.3 with JBoss Messaging. I didn't found anything, is there an counterpart to the UIL2XAConnectionFactory or is anyone able to recommend a con

[jboss-user] [Persistence] - Weird generated SQL with JBoss 5.1

2009-12-08 Thread patr...@openbase.com
Hi, I am trying to migrate my ejb3 app from JBoss 4.2.3 to JBoss 5.1 I get a strange hibernate related issue when trying to perfrom an native query with JBoss 5.1 : String nativeQuery = "select sysdate from dual"; | Query query = getEntityManager().createNativeQuery(nativeQuery); When I execu

[jboss-user] [EJB 3.0 Users] - Re: Session EJB 3.1 packaged in war file not recognized in J

2009-12-08 Thread wolfc
JBoss AS 6.0.0.M1 does not support any EJB 3.1 features. https://jira.jboss.org/jira/browse/JBAS-7526 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269540#4269540 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4269540

[jboss-user] [JBoss Messaging Users] - JBoss Messaging recovery configuration on JBoss 5.1

2009-12-08 Thread mzeijen
I am switching my JBoss AS from the 4.2.3 version to 5.1. I was trying to configure the JBoss Messaging recovery resource with the following XML: Code: However I got the exception: Local XARecoveryModule.xaRecovery got XA exception javax.transaction.xa.XAException: Error trying to connect to p

[jboss-user] [JCA] - Re: Example File System RA

2009-12-08 Thread kukeltje
I've read the documentation Vicky pointed out and also came across http://wernli.nine.ch/web/guest/52 The latter is transactional, but misses a jboss-service.xm file (if it is needed, no idea yet). The former is not transactional. So I was wondering if someone could give me a quick hint on wheth

[jboss-user] [jBPM Users] - Re: How a pass signal from state a task or java?? I do not u

2009-12-08 Thread saraswati.santanu
What are you trying to achieve here? Both your code and your jpdl look flawed. You seems to expect a variable "response" changing its value. But who is changing the value (means where is the code which changes the value of "response") and who is setting the value in execution context? Also, I