[JBoss-user] Jboss.net and stateful

2004-02-06 Thread Stefano Maestri
I'm designing our next webservices access to our system. I'd like to use ws based on ejb, and in particular on a stateful session bean to don't exchange too many infos at each bean call. I know I have to decleare in JBoss.Net Web Service Descriptor : parameter name=scope value=Session/ or use

Re: [JBoss-user] JBoss 3.2 and MQSeries trouble

2003-06-26 Thread Stefano Maestri
which is using some JNI code. You will need some MQ shared libraries in your path/ld__library_path to make it work. Check the readme of the patch for more details. Thomas -Original Message- From: Stefano Maestri [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 10:25 AM

[JBoss-user] JBoss 3.2 and MQSeries trouble

2003-06-25 Thread Stefano Maestri
I'm trying to configure JBoss to use websphere MQ 5.3 (alias MQSeries 5.3). I read the thread on Jboss group abou and I configured JBoss addin this row in jboss file: jms-ds.xml: !-- The MQSeries provider loader -- mbean code=org.jboss.jms.jndi.JMSProviderLoader

Re: [JBoss-user] JBoss 3.2 and MQSeries trouble

2003-06-25 Thread Stefano Maestri
of extra details as well as a better way to register factories/queues in JBoss. Feedback on the patch is more than welcome. I'll take a look thanks a lot. Thomas -Original Message- From: Stefano Maestri [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 8:47 AM To: [EMAIL

Re: [JBoss-user] JBoss 3.2 and MQSeries trouble

2003-06-25 Thread Stefano Maestri
On Wednesday 25 June 2003 15:47, Adrian Brock wrote: You don't show the full stacktrace, so I can't see the linked exception that is the cause. Here is the full stack trace. At the end of messagle Have you confirmed the MQSeries objects are bound into jboss's jndi? Are they bound where you

Re: [JBoss-user] JBoss 3.2 and MQSeries trouble

2003-06-25 Thread Stefano Maestri
to register factories/queues in JBoss. Feedback on the patch is more than welcome. Thomas -Original Message- From: Stefano Maestri [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 8:47 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] JBoss 3.2 and MQSeries trouble

Re: [JBoss-user] HOWTO: Call an EJB from an Oracle Java Stored Procedure

2003-06-10 Thread Stefano Maestri
and I'll send you the Ant tasks, examples and doc. //Nicholas --- Stefano Maestri [EMAIL PROTECTED] wrote: We are trying to write a java Stored procedure for oracle that call a session bean. We are experiencing some troble because when we set the InitialContext

Re: [JBoss-user] http session clustering

2003-06-09 Thread Stefano Maestri
On Sunday 08 June 2003 06:21, Sacha Labourey wrote: Hello Stefano, Thanks, it works. great just a suggestion add this on your very good JBoss Clustering docs. And another thing: I read in jbossbook3.2.1 draft docs in chapter Using Clustering with Tomcat this phrase: If you are

Re: [JBoss-user] Call an EJB from an Oracle Java Stored Procedure

2003-06-09 Thread Stefano Maestri
On Saturday 07 June 2003 01:20, Nicholas wrote: Stefano; The keys are the following: 1. Defer resolution until the second pass. (set resolve=on) Already done. 2. Recompile all classes when you are done. You can generate a script to do this as follows: select 'ALTER JAVA CLASS USER

[JBoss-user] http session clustering

2003-06-06 Thread Stefano Maestri
Is possible to use http session clustering in a partition with a name different from DefaultPartition. If yes, where have I to set the partition name? I didn't find anything in Clustering docs and I take a look to the code but I can't figure where it take the Partition name. But if I set a

Re: [JBoss-user] http session clustering

2003-06-06 Thread Stefano Maestri
. On Thursday 05 June 2003 18:23, Sacha Labourey wrote: Take a look at server\all\deploy\jbossha-httpsession.sar\ClusteredHttpSessionEB.jar\META-I N F\jboss.xml -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stefano Maestri Sent: jeudi, 5

[JBoss-user] Call an EJB from an Oracle Java Stored Procedure

2003-06-06 Thread Stefano Maestri
We are trying to write a java Stored procedure for oracle that call a session bean. We are experiencing some troble because when we set the InitialContext we get an error because org.jnp.interfaces.NamingContextFactory is not present in Aurora. We tryied to load it (extracted from

Re: HA: [JBoss-user] Oracle XA error on 3.2.1

2003-06-04 Thread Stefano Maestri
. Unfortunately, JBoss does not log XA_HEU* exceptions so it is difficult to say more. I will fix logging of XA_HEU* exceptions in CVS in next couple of hours. In the mean time you could check oracle server logs in admin/$ORACLE_SID/udump. -Original Message- From: Stefano Maestri [mailto

[JBoss-user] Problem with 2.4.9 and Oracle XA connection

2002-11-13 Thread Stefano Maestri
We have jboss 2.4.9 in production enviroment with oracle 8.1.7 (jdbc from oracle classes13.zip) I setted it up to use XA connection. It works fine, but sometimes I get this erorr, when I'm calling a getConnection on my DataSource. Any idea? Thanks in advance for your time. Stefano

Re: [JBoss-user] Jboss 3.0.1 and Oracle error

2002-08-21 Thread Stefano Maestri
Il mar, 2002-08-20 alle 18:49, David Jencks ha scritto: I think either you have 2 copies of the oracle driver deployed or you have a version of jboss that has a bug where it creates 2 classloaders for each deployed package. If you have only one copy of Oracle, which exact jboss are you

Re: [JBoss-user] Jboss 3.0.1 and Oracle error

2002-08-21 Thread Stefano Maestri
i tried with XA connection and it works. Il mer, 2002-08-21 alle 10:00, Stefano Maestri ha scritto: Il mar, 2002-08-20 alle 18:49, David Jencks ha scritto: I think either you have 2 copies of the oracle driver deployed or you have a version of jboss that has a bug where

Re: [JBoss-user] Jboss 3.0.1 and Oracle error

2002-08-21 Thread Stefano Maestri
)ds.getConnection()); 4.0 and 3.2 (future) thanks david jencks On 2002.08.21 05:13:38 -0400 Stefano Maestri wrote: i tried with XA connection and it works. Il mer, 2002-08-21 alle 10:00, Stefano Maestri ha scritto: Il mar, 2002-08-20 alle 18:49, David Jencks ha scritto: I

Re: [JBoss-user] Jboss 3.0.1 and Oracle error

2002-08-21 Thread Stefano Maestri
3.2 I hope) you get WrappedConnection. My instructions are for how to get the underlying wrapped connection from the wrapped connection. Sorry for the original wrong code. david jencks On 2002.08.21 10:00:28 -0400 Stefano Maestri wrote: I cast to (DataSource

[JBoss-user] Jboss 3.0.1 and Oracle error

2002-08-20 Thread Stefano Maestri
We have a big system in production based on J2ee and using Jboss-tomcat 2.4.x. We are going to switch to JBoss 3.0.1, but when I configured it I had some trouble with connection pooling. Here is the stack trace that I get when I try to access to the pool with: dataSource.getConnection(