[jboss-user] [JNDI and Naming] - JNDI - JNP vs HTTP

2009-12-07 Thread jonathan_k
What are the technical reasons for choosing between the JNP and HTTP transports for JNDI? As far as I can tell HTTP simplifies traversal of firewalls and proxies but apart from that I can't see any other benefit. Which is higher performance and are there any benchmarks to back it up? I work

[jboss-user] [Performance Tuning] - Re: Performance JBoss 4.2.3 compared to JBoss 4.0.2

2009-12-07 Thread erwinp
Hello Joachim, i'm not really asking for a general throughput number. I assume (hope) that JBoss does some performance testing when releasing a new version. Are the results of these tests available? The test result could describe how the application is build, on which hardware it was executed,

[jboss-user] [EJB 3.0 Users] - EJB3 web service

2009-12-07 Thread freakwave11
Hi all, I have a question in regards to designing web services with EJB3. One part of our application is to load data into the App, e.g. Person, Groups and Organizations via CRUD operation. So we would have something like a createPerson operation. To simplify things, it would be very nice to

[jboss-user] [jBPM Users] - Re: Dynamic Variable Assignment

2009-12-07 Thread saraswati.santanu
oops...my reply was based on Jbpm 4.2. I do not remember the exact behaviour in jbpm 3.x, i need to check my older project. But it might be a good idea for you to switch to jbpm4 if possible. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4269249#4269249 Reply

[jboss-user] [jBPM Users] - Re: [jBPM4] Cant build processEngine using setFile, setURL o

2009-12-07 Thread saraswati.santanu
Etienne, Command service is something you need to configure to get Jbpm running. But the magic is in the name of the command service. txRequiredCommandService and newTxRequiredCommandService are two hard coded names used for command service. txRequiredCommandService is the command service

[jboss-user] [Installation, Configuration Deployment] - Re: EjbModule is already installed JBossAS-5.0.0.GA

2009-12-07 Thread jaikiran
19:51:46,959 WARN [AbstractDeploymentContext] Unable to register deployment mbean org.jboss.metadat | a.jpa.spec.PersistenceUnitMetaData.TestEjb | javax.management.InstanceAlreadyExistsException: jboss.deployment:id=org.jboss.metadata.jpa.spec.PersistenceUnitMetaData.TestEjb,type=Component

[jboss-user] [Tomcat Integration] - Re: JBOSS 4.0.5 and tomcat 5.5.28

2009-12-07 Thread jfrederic.cl...@jboss.com
The security issues fixed in 5.5.28 are in the CP's of jbossas-4.0.5. You get the corrections via a subscription. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4269267#4269267 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: AS 5.1.0.GA fails to parse Spring schemas, on AS 4.2.3.G

2009-12-07 Thread sewatech
I have the same exception with an applicationContext file in /WEB-INF, but it works fine when putting the context file in an classpath: location or elsewhere but /WEB-INF. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4269269#4269269 Reply to the post :

[jboss-user] [Clustering] - Re: jboss clustering-fault tolerance errors-Critical

2009-12-07 Thread galder.zamarr...@jboss.com
ankit.thakkar wrote : Dear All, | | can anybody please suggest some approach on this, we are facing lots of trouble in production due to this issue. | | Thanks All If you're having issues at production and this is urgent stuff, you might wanna get professional support? :)

[jboss-user] [JBoss Cache Users] - Re: Small road map question

2009-12-07 Thread galder.zamarr...@jboss.com
In which cases do you wanna use PL instead of MVCC? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4269287#4269287 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4269287 ___

[jboss-user] [JBoss Cache Users] - Re: Small road map question

2009-12-07 Thread roman.mandel...@gmail.com
Let's say I am working on a trading application, ask orders against bid orders, when there is an order match there is a deal. The point is that I can't take any chance there. If the order is there I don't want any other cache instance to pull it out. I prefer all the instances to lock,

[jboss-user] [JBoss OSGi Users] - Re: Installing and running bundles on Jboss

2009-12-07 Thread thomas.dies...@jboss.com
The framework integration in JBossAS is preconfigured. I assume that this code does *not* create a new instance of an OSGi Framework in JBoss. If it does it would be incorrect. | FrameworkIntegration inte = new FrameworkIntegration(); | inte.create(); | Instead the Framework should be

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

2009-12-07 Thread tankdom
Just an external system that wants to track sessions to the application server. We want a way to identify who is subscribed and which filters they may be using. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4269352#4269352 Reply to the post :

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

2009-12-07 Thread tankdom
Another thing, if I want to force a subscription to close (given a user can have more than one subscription) I would like a way to identify exactly which one to close. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4269354#4269354 Reply to the post :

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

2009-12-07 Thread fuzzy333
JBoss 4.2.3.GA I'm having some trouble getting this scenario working: Web service client Apache load balancer Two JBoss nodes in a cluster, one primary, one fail over One web service and one worker stateful session bean hosted in both JBoss nodes The client invokes the web service, the call

[jboss-user] [EJB 3.0 Users] - Connect to a weblogic queue using Message-Driven Bean EJB 3.

2009-12-07 Thread jose.fz
Hi I am using JBOSS 5.0.1GA, I want to create a MDB 3.0 from a queue that is in a weblogic server, someone knows how to do it? Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4269363#4269363 Reply to the post :

[jboss-user] [jBPM Users] - Re: [jBPM4.2] Installation problems

2009-12-07 Thread Alkero
May be you can try with the Sun JDK ? Regards, David View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4269369#4269369 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4269369 ___

[jboss-user] [jBPM Users] - Re: why i can't use identityService in jbpm4

2009-12-07 Thread optixpro
if somebody know please help i try to follow in jbpm example but it not working for me now i'm so confusing why my class extends jbpmtestcase it work but if i don't it not working thank for help me View the original post :

[jboss-user] [jBPM Users] - Docs recommend ProcessEngine in JNDI But fails with ThreadLo

2009-12-07 Thread jedizippy
Hi, I am attempting to deploy a JBPM Application on Weblogic 10.3. Thus far this is working however we have a requirement to use MDB to interact with JBPM. Obviously we need the JBPM initialized from the web application and this is working. However after reading the JBPM docs we decided to

[jboss-user] [jBPM Users] - Re: why i can't use identityService in jbpm4

2009-12-07 Thread optixpro
ok i can fix this View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4269394#4269394 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4269394 ___ jboss-user mailing list

[jboss-user] [JBoss Web Services Users] - Re: Cannot call JBoss web service through intermediary (soap

2009-12-07 Thread Oberiko
Solved it. The problem seems to be that I didn't use the @WebMethod annotation to define soapAction names. While you can connect directly without them, it appears that you need them to connect indirectly. View the original post :

[jboss-user] [JBoss OSGi Users] - Re: Access OSGIFramework from Stateless

2009-12-07 Thread thomas.dies...@jboss.com
| @Remote | @Stateless(name=StatelessBean) | public class StatelessBeanImpl implements StatelessBean | { |@Depends(jboss.osgi:service=ManagedFramework) |ManagedFrameworkMBean framework; | |public String getFraemworkSymbolicName() |{ | ObjectName

[jboss-user] [jBPM Users] - Re: why i can't use identityService in jbpm4

2009-12-07 Thread optixpro
i try this IdentityService identityService = processEngine.getIdentityService(); | | String dept =identityService.createGroup(sales-dept); | identityService.createUser(johndoe, johndoe, John, Doe); | identityService.createMembership(johndoe, sales-dept); but it not field password in

[jboss-user] [jBPM Users] - ProcessEngine.close() in jBPM 4 javadocs but not in source c

2009-12-07 Thread jedizippy
Hi, We are seeing issues when redpeloying our jbpm EAR into weblogic with recursive JTA exceptions. This is no doubt due to the fact there seems to be no hooks to gracefully close the jbpm Engine down with we undeply the EAR. The javadocs for jBPM 4 (we are using jbPM 4.1 due to subflow

[jboss-user] [Spring Integration] - Spring DefaultMessageListenerContainer with ActiveMQ and Jbo

2009-12-07 Thread abhi1317
I am using Spring2.5.5, ActiveMQ5.3, JBoss 5.1. I am using 10 concurrent cousumers in DefaultMessageListenerContainer The problem is that only one consumer gets invoked. I have tested it. Can somebody help me? I want 1. if 10 messages (huge) come to my queue, the all the 10

[jboss-user] [Spring Integration] - Re: Spring DefaultMessageListenerContainer with ActiveMQ and

2009-12-07 Thread abhi1317
I am using following tags in spring config bean id=listenerContainer class=org.springframework.jms.listener.DefaultMessageListenerContainer property name=connectionFactory ref=MyCF / property name=destination ref=MyPostQueue / property name=messageListener ref=MyPojo / property

[jboss-user] [jBPM Users] - JBoss j...@fosdem'10

2009-12-07 Thread fhornain
Dear *, I am currently looking for speaker on JBoss jBPM for the FOSDEM'10 (Belgium EU) - www.fosdem.org -. FOSDEM '10 is a free and non-commercial event organized by the community, for the community. Its goal is to provide Free and Open Source developers a place to meet. Indeed, FOSDEM'10

[jboss-user] [JBoss Tools Users] - JBoss Tools Groovy Support

2009-12-07 Thread StormTAG
Maybe my google-fu is just weak but I haven't found any good tutorials on integrating the Groovy plugin with the JBoss Tools structure. I'd like to start using Groovy to write my EJBs/Entities but I'm a little afraid of just clicking the Convert to Groovy Project on the EJB project. Any help

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

2009-12-07 Thread jamesireland
Hi all, I am developing a JMX based tuning application. I am attempting to monitor the JBoss system threadpool queueSize but for every load I fire against the app server, the queuesize remains at 0. The JMX attribute is listed below. Domain: jboss.system Service:ThreadPool Attribute: QueueSize

[jboss-user] [jBPM Users] - Re: JBoss j...@fosdem'10

2009-12-07 Thread camunda
hi Frederic. My colleague Falko thinks about it, I just forwarded the request to him and I guess he will contact you if not already done... Nice to hear the request for the JBoss Tool Stack there :-) Cheerio Bernd View the original post :

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

2009-12-07 Thread bstansbe...@jboss.com
I take it this is an EJB2 bean? EJB2 directly stores the client proxy in JNDI, so yeah I can see how all in-VM clients would end up with a shared reference to a single LoadBalancePolicy instance. EJB3 should work somewhat differently, as what's stored in JNDI is a javax.naming.Reference which

[jboss-user] [jBPM Users] - Re: JBoss j...@fosdem'10

2009-12-07 Thread falko.menge
Hi Frederic, I'll be at FOSDEM'10 and would love to give a talk about jBPM. Additionally, I could also present Drools, if you still need a speaker for it. Feel free to contact me at falko dot menge at camunda dot com. Best Regards, Falko View the original post :

[jboss-user] [jBPM Users] - Re: JBoss j...@fosdem'10

2009-12-07 Thread fhornain
Thanks a lot both. You are welcome on board ! Drools is also interesting subject. Could you send me a mail at fhornain gmail D0t com in order to have yours ? Keep you in touch as soon as I have got something new. Thanks :) Best Regards Frederic View the original post :

[jboss-user] [JBoss Cache Users] - Re: Customize jboss cache mechanism

2009-12-07 Thread bstansbe...@jboss.com
I replied to your other post here: http://www.jboss.org/index.html?module=bbop=viewtopicp=4269178#4269178 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4269438#4269438 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4269438

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

2009-12-07 Thread ajaygautam
I have a state diagram in a jpdl file. I need to extract possible transition strings from the current state, so that the UI can figure out which string to send back to the jbpm process. Can't seem to find an easy way to do this. What am I missing? Its seems to be a basic thing to do. Any help

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

2009-12-07 Thread ajaygautam
Trying to understand jBPM (4.2). What is the difference between a Task and an Execution? Thanks Ajay View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4269442#4269442 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4269442

[jboss-user] [jBPM Users] - deploy() takes an awefully LONG time

2009-12-07 Thread ajaygautam
deployment.addResourceFromClasspath(wfDefinitionFile).deploy(); log snippet: | ... | 2009-12-07 17:06:12,378 DEBUG Log4jLog - - beginning hibernate tx 26657129 | 2009-12-07 17:06:13,441 DEBUG Log4jLog - - committing

[jboss-user] [JBoss Tools Users] - Re: JBoss Tools Groovy Support

2009-12-07 Thread rob.stry...@jboss.com
I don't know the acrtual answer, but you could always try DUPLICATING your project into a new folder and then trying convert to groovy and see what works and what breaks ;) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4269449#4269449 Reply to the post :

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

2009-12-07 Thread jim.ma
Can you describe how do you update the JBoss 4.2.3 with jbossws-native-3.1.1GA ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4269469#4269469 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4269469

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

2009-12-07 Thread icordoba
Hello, I am trying to repackage a small EJB3 application moving the EJB jar file to .war's /WEB-INF/lib and deploying only that war, as docs say can be done with EJB3.1 specs. The Entity EJBs in that jar are recognized OK as hibernate logs show, but JBoss seems to ignore the Stateless Session

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

2009-12-07 Thread shadowcreeper
For legacy clients which refuse to drop rpc/encoded SOAP format, what can we use to get their messages in JBoss5? We would love for them to switch over to document/literal (or even rpc/literal) but big companies are extremely reluctant to (read: never will) change. :( Thanks. -Shadow

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

2009-12-07 Thread cmjhingeniero
Hi I want to pass the signal from one state to java, but I get the error: | org.jboss.resteasy.spi.UnhandledException: java.lang.IllegalArgumentException: id to load is required for loading |

[jboss-user] [JNDI and Naming] - EJB 3.1 Global JNDI names

2009-12-07 Thread icordoba
Hello, I am testing on JBoss 6 some of the new EJB3.1 features. On JNDIView in JMX Console I see that I am getting the same JNDI naming as with JBoss 5.1 Do I have to make any changes in JBoss or in any xml deployment description to make a ear or war file be recognized as EJB 3.1 and so get then

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

2009-12-07 Thread gaohoward
ok I understand. I don't think JBM has any ready way to support this use case. Probably you can try server side AOP to intercept the subscription interceptions and retrieve the created subscribers. View the original post :

[jboss-user] [JBoss Cache Users] - I blogged about JBoss Cache, can somebody please check it's

2009-12-07 Thread kennardconsulting
So after my own few hours of headaches, I did my community bit and blogged what I worked out... http://kennardconsulting.blogspot.com/2009/12/newbies-guide-to-jboss-cache.html Can somebody please check and make sure the information I am giving out is correct, lest it end up making it worse for

[jboss-user] [Installation, Configuration Deployment] - Setting up classloaders to override JSF version in JBoss AS.

2009-12-07 Thread hirowla
Hi, I was wondering if I can override the version of Java Service Faces for a particular application that I run inside JBoss AS. I don't want to override all versions as I have multiple applications, some of which use the old version. I have done this successfully in WebSphere, and I did it in

[jboss-user] [Beginner's Corner] - Re: jBoss starting error:Unable to register deployment mbean

2009-12-07 Thread amira88
PeterJ wrote : Try this: change two lines in the *-ds.xml file that you copied: | | 1) Give it a different jndi-name value | 2) Give it a different database name value (change 'localDB' in connection-url to something else) | | You will probably have to change your code to reference

[jboss-user] [JNDI and Naming] - Re: EJB 3.1 Global JNDI names

2009-12-07 Thread jaikiran
JBoss 6.0.0.M1 does not have EJB3.1 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4269497#4269497 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4269497 ___ jboss-user mailing list

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

2009-12-07 Thread sebastian.s
Should be a basic thing to do but the API does not offer it yet. However there is a JIRA issue about it and it should be included in the upcoming 4.3-release. Please vote here and maybe also state your use case: https://jira.jboss.org/jira/browse/JBPM-2609 I don't know if there is a workaround