RE: [JBoss-user] Weblogic to JBoss Migration - Differences in XA and Non-XA DataSource handling (Stack Trace)

2003-11-28 Thread Sasidharan, Manoj
Thanks Adrian. I will try this. rgds MS -Original Message- From: Adrian Brock [mailto:[EMAIL PROTECTED] Sent: Friday, November 28, 2003 3:52 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Weblogic to JBoss Migration - Differences in XA and Non-XA DataSource handling (Stack Trace) It

RE: [JBoss-user] Does any JBuilder plug-in generate correct CMP/C MR code for JBoss ? Please help

2003-11-28 Thread Sasidharan, Manoj
Phil, You are a life saver. Thanks for the help. Best Regards MS -Original Message- From: Phil Shrimpton [mailto:[EMAIL PROTECTED] Sent: Thursday, November 27, 2003 4:21 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Does any JBuilder plug-in generate correct CMP/CMR code for JBos

RE: [JBoss-user] getParameterValues

2003-11-28 Thread marc fleury
Stefan stop being a pussy and move to tomcat :) Hope you are doing well marcf > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Stefan Groschupf > Sent: Friday, November 28, 2003 7:53 AM > To: [EMAIL PROTECTED] > Subject: [JBoss-user] getParame

Re: [JBoss-user] servlet access local interface of EJB -> deployment descriptor errors!

2003-11-28 Thread Pedro Salazar
On Fri, 2003-11-28 at 14:10, Alexey Loubyansky wrote: > Maybe it's because in web.xml you use ejb-local-ref and in jboss-web.xml > ejb-ref (not ejb-local-ref)? Probably ;-) My mistake was taking the xdoclet (1.2b3) as my reference guide. However the xdoclet definitions hasn't any support for e

Re: [JBoss-user] JBossMQ perf

2003-11-28 Thread Stephane Nicoll
> I see a few problems your going to need to find a solution to. > > What happens if jboss wants to passivate the stateful session? > The JMS Connection cannot be "passivated". (No passivation policy?) Rollback of everything. It's already the case now. If passivation occurs, we rollback and we k

Re: [JBoss-user] servlet access local interface of EJB -> deployment descriptor errors!

2003-11-28 Thread Alexey Loubyansky
Maybe it's because in web.xml you use ejb-local-ref and in jboss-web.xml ejb-ref (not ejb-local-ref)? Pedro Salazar wrote: Greetings, I deployed my EJB the name "ServiceInfo" and the JNDI names ejb/ServiceInfo and ejb/ServiceInfoLocal, for the remote and local interfaces respectively. In my ser

[JBoss-user] servlet access local interface of EJB -> deployment descriptor errors!

2003-11-28 Thread Pedro Salazar
Greetings, I deployed my EJB the name "ServiceInfo" and the JNDI names ejb/ServiceInfo and ejb/ServiceInfoLocal, for the remote and local interfaces respectively. In my servlet application's web.xml I have the following lines: " ServiceInfo Session pt.ptinovacao.nginpro.uif.serv

Re: [JBoss-user] JBossMQ perf

2003-11-28 Thread Ryan Hoegg
Adrian Brock wrote: P.S. It is not my policy to answer architectural questions on jboss-user, only technical questions. That's too bad, these sorts of discussions have proven to be very educational for me! -- Ryan Hoegg ISIS Networks http://www.isisnetworks.net -

[JBoss-user] getParameterValues

2003-11-28 Thread Stefan Groschupf
Dear jboss community, as I heard jetty is not any more the most welcome word in this list but I still love it and it was the resaon to descide for jboss. ;) Anyway I have trouble with a jboss-3.2.2RC3_jetty-4.2.11. This problem does not comes up in jboss 3.2.1.x We notice that request.getParamet

RE: [JBoss-user] Weblogic to JBoss Migration - Differences in XA and Non-XA DataSource handling (Stack Trace)

2003-11-28 Thread Adrian Brock
It was my understanding from an earlier post, that what you describe as a "Non-XA" connection should really be a "no-transaction" connection or as somebody else suggested you should use RequiresNew to start a different transaction for this work. i.e. You don't want the work done on the Non-XA conn

Re: [JBoss-user] JBossMQ perf

2003-11-28 Thread Adrian Brock
On Fri, 2003-11-28 at 09:04, Stephane Nicoll wrote: > Adrian, > > Thank you very much. Can you please explain a little more : > > > But it is not recommended to perform a receive inside an EJB, > > at least one that waits a while. You will be tying up a thread > > while it waits. > > I agree 100

Re: [JBoss-user] JBoss IDE - Eclipse2.1

2003-11-28 Thread Tue Wennerberg
Hi Muraly I've recently setup my own development environment for JBoss. One option is to use JBoss IDE. To get JBoss IDE up and running, install Eclipse, then download and install JBoss-IDE from here: http://www.jboss.org/index.html?module=html&op=userdisplay&id=developers/projects/jboss/jbossi

Re: [JBoss-user] JBossMQ perf

2003-11-28 Thread Stephane Nicoll
Adrian, Thank you very much. Can you please explain a little more : > But it is not recommended to perform a receive inside an EJB, > at least one that waits a while. You will be tying up a thread > while it waits. I agree 100% with you. Let me explain further to motivate our architectural choic