[JBoss-user] No such method: OracleXADataSource.setjdbc(String)

2003-07-28 Thread Wolfgang Helbig
I need JBoss3.2.1 w/ tomcat to support the JAAS DatabaseLoginModule with an underlying XA-Datasource. I started by adding JAR, SAR and *.xml files to the minimal configuration. During startup all works well, (no ERRORS, and WARNINGS only regarding some tomcat JAR file index). But when I try to logi

[JBoss-user] Application deadlock detected: Two or more transactions contention.

2003-07-28 Thread Ittay Dror
Hi, The message in the subject happens with the following scenario: 1. A stateless session bean (with CMT) calls a finder of a CMP-CMT entity bean. 2. The session bean iterates over the collection, for each bean there, it calls a method in the bean that creates a value object for the bean and retu

[JBoss-user] 您好jboss-user,请看一下这份业务推广方案

2003-07-28 Thread hijboss-user
如果您不希望收到本信息,请发主题"remove"的邮件到 [EMAIL PROTECTED] [注意] 以下文字与上面的邮件内容无关! 欢迎访问“COOL域名网”http://www.coolcn.com 大量超值的中国国家顶级域名低价正在转让中…… 13:14:45 --- This SF.Net email sponsored by: Free p

Re: [JBoss-user] DB Connection Validation in 2.4.x

2003-07-28 Thread Guy Rouillier
TULK, Daniel, FM wrote: Hi, I have a couple of questions about connection pooling in 2.4.x: How and when are the connections in the pool tested? How is the connection testing behaviour configured? This feature is not implemented in the 2.4 series. It is available in 3.2.x. By connection testin

[JBoss-user] Open-Source Wireless App Development

2003-07-28 Thread nfs_ nfs
Please vote to help select the topic for open-source wireless development,after the voting is over interested candidates will be able to join the project. Direct Link : http://www.thesoftwareobjects.com/Projects Main Url: http://www.thesoftwareobjects.com

Re: [JBoss-user] Transaction timeout

2003-07-28 Thread Brian Wallis
On Tue, 29 Jul 2003 01:15, Rafal Kedziorski wrote: > how can I increase a transaction timeout for a session bean and entity > bean? From a previous answer to this question: > From: "Barlow, Dustin" <[EMAIL PROTECTED]> >> In 3.2.1, in /server//deploy/transaction-service.xml >> you will find th

[JBoss-user] gencnet.org yenilendi!

2003-07-28 Thread GençNet
Title: GençNet www.gencnet.org'u Siz Değiştirdiniz! Türkiye'nin en kapsamlı gençlik sitesi www.gencnet.org yenilendi. Ulusal ve yerel projeler, gençlere dair haberler ve duyurular, anketler, gençlerin sesini yansıtan köşe yazıla

Re: [JBoss-user] Exception: CMR field value is already loaded

2003-07-28 Thread Andrew Veliath
I had this problem for months--it is fixed (at least for me) in the latest JBoss release (3.2.2RC1). Andrew .== ..--==- Mon, 28 Jul 2003 16:43:08 -0700 (PDT), ..--==- Leonid Finis (LF) discussed: LF) I'm running stress test and when i get to 20 us

Re: [JBoss-user] Client Access to JBoss EJBs

2003-07-28 Thread Wolfgang Helbig
Did you specify the role "Administrator" in the assembly descriptor of your bean? Something like this: ... Administrator Administrator Administrator barEJB *

[JBoss-user] Exception: CMR field value is already loaded

2003-07-28 Thread Leonid Finis
I'm running stress test and when i get to 20 users (+10 loops each) I'm starting to see this exception: 2003-07-23 20:20:52,969 ERROR [org.jboss.ejb.plugins.LogInterceptor] TransactionRolledbackLocalException, causedBy:javax.ejb.EJBException: CMR field value is already loadedat org.jboss.ejb.plugi

Re: [JBoss-user] Re: JBoss-QL

2003-07-28 Thread Rafal Kedziorski
hi, thanks. it's working well. Regards, Rafal At 15:07 27.07.2003 +0300, Alexey Loubyansky wrote: Hello Rafal, first of all, finders allow you to fetch only local interface[s], not entity's fields. ejbSelect methods allow you to fetch one field per ejbSelect. So, you should declare ejbSelect met

RE: [JBoss-user] CMR Problem in 3.2.2RC2

2003-07-28 Thread Gavin Matthews
Alex, I've double checked everything and it definitely does not work for me. I'm not sure what the cause could be unless there's some weird config issue (I fixed the known/unknown config - but that didn't affect the behaviour I'm seeing). I'm using the JBoss-3.2.2RC2_Jetty-4.2.11 release bundle,

[JBoss-user] JCA Connector...

2003-07-28 Thread wondersonic
Hello, Is their someone who know if such an example exists? see thread: http://www.jboss.org/thread.jsp?forum=136&thread=36590 Thanks in advance, WS --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-com

[JBoss-user] Can I keep an open JDBC connection through the life of statelessbean?

2003-07-28 Thread Anton Goldberg
Title: Can I keep an open JDBC connection through the life of stateless bean? I'd like to keep an open JDBC connection in a stateless session bean. The reason is to avoid creation/compilation of a statement every time a request comes to the bean. I use JBoss 3.0.7 and Oracle 8. In ejbCreate

[JBoss-user] Log4jService won't load when using JBoss 3.2 with JRockit 8.1

2003-07-28 Thread Paul Kavanagh
Hi, I'm unable to get JBoss 3.2 to boot with JRockit 8.1 on Win2k. Has anyone had any success with this ? I'm getting a ClassNotFoundException when the Log4jService is trying to load. The only chance I made was to run.bat, where I changed the JAVA_HOME. Specifically, I'm using 3.2.0 (build: CVST

[JBoss-user] Re: time sensitive, please read

2003-07-28 Thread jc123
WANTED: We're looking for motivated, entreprenurial people who would like to be their own boss and earn an executive 6-figure income this year. Would you enjoy earning $1,000 commissions starting this month? (And market a product with a value of over $15,000). - This is a legitimate business th

RE: [JBoss-user] CMR Problem in 3.2.2RC2

2003-07-28 Thread Gavin Matthews
Alex, Thanks for looking into this. It's failing for me but I'll double check everything to make sure it's not user error and get back to you. gavin > -Original Message- > From: Alexey Loubyansky [mailto:[EMAIL PROTECTED] > Sent: Friday, July 25, 2003 4:30 AM > To: Gavin Matthews > Subje

RE: [JBoss-user] Cluster failover and "no concurrent calls on stateful beans"

2003-07-28 Thread Sacha Labourey
The first one as the last one is obviously not easy to generate as is ;) > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Joao Clemente > Sent: lundi, 28. juillet 2003 17:56 > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] Cluster failover and

Re: [JBoss-user] Client Access to JBoss EJBs

2003-07-28 Thread Christofer Dutz
I finaly managed the client to find the jaas.conf file I created. Now the execution of the login-method doesn't throw any exceptions anymore. As far as I could get this. I havn't realy authenticated myself at this moment. Authentication is simply delayed untill I do my first call to a resource of

Re: [JBoss-user] Cluster failover and "no concurrent calls on stateful beans"

2003-07-28 Thread Joao Clemente
I'll get you one, but I'm not sure what you want: - The exception stacktrace? - The server stack trace (dump) at the time of the exception? This last one I don't know how to do programatically... - Original Message - From: "Sacha Labourey" <[EMAIL PROTECTED]> Sent: Monday, July 28, 200

RE: [JBoss-user] Cluster failover and "no concurrent calls on stateful beans"

2003-07-28 Thread Sacha Labourey
Please provide a stackrace if you have one. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Joao Clemente > Sent: lundi, 28. juillet 2003 17:36 > To: [EMAIL PROTECTED] > Subject: [JBoss-user] Cluster failover and "no concurrent > calls on statef

[JBoss-user] Cluster failover and "no concurrent calls on stateful beans"

2003-07-28 Thread Joao Clemente
We're changing our app so that we can recover the transient parts of our objects so that we can eventually support failover. One of our recovery methods fails with "Application error: no concurrent calls on stateful beans" and we're being unable to trace what is responsible for this behaviour. We a

[JBoss-user] Transaction timeout

2003-07-28 Thread Rafal Kedziorski
hi, how can I increase a transaction timeout for a session bean and entity bean? regards, Rafal --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Downl

[JBoss-user] DB Connection Validation in 2.4.x

2003-07-28 Thread TULK, Daniel, FM
Hi, I have a couple of questions about connection pooling in 2.4.x: How and when are the connections in the pool tested? How is the connection testing behaviour configured? By connection testing I mean verifying the validity of the connection: like ping to testing DB connectivity Cheers Dan

Re: [JBoss-user] memory leaks during redeployment

2003-07-28 Thread Scott M Stark
No, as no finders need be executed, only redeployment. -- Scott Stark Chief Technology Officer JBoss Group, LLC Simone Milani wrote: Hi Scott, Would you please confirm (as I think) that this problem is also causing the following bug? https://

[JBoss-user] JBoss IDE support for Eclipse 3.0??

2003-07-28 Thread Francisco Figueiredo Jr.
Hi all, do you have some idea of when there will be support of Jbosside in eclipse 3.0 M2? or any 3.0?? I tried run jbosside 1.1.0 with no luck. I know 3.0 will not be plugin binary compatible with 2.1. Thanks. -- Regards, Francisco Figueiredo Jr. --- "My grandfather once told me that there a

Re: [JBoss-user] Client Access to JBoss EJBs

2003-07-28 Thread Nicholas
E I am going to take a guess and say that "Anmeldekonfiguration kann nicht gefunden" means that the auth.conf file could not be found. What did you set your java.security.auth.login.config system property to ? Are you sure the file can be found there ? //Nicholas --- Christofer Dutz

[JBoss-user] error while creating entity bean

2003-07-28 Thread Raghuram
hi, i get the following error when i am trying to create an entity through a session bean. the code was working properly with 3.0.4 but isnt working with 3.2.1 . the stack trace is as follows 47:43,019 INFO [CachedConnectionManager] Successfully closed a connection for you. Please close them your

Re: [JBoss-user] memory leaks during redeployment

2003-07-28 Thread Simone Milani
Hi Scott, Would you please confirm (as I think) that this problem is also causing the following bug? https://sourceforge.net/tracker/?func=detail&atid=376685&aid=738166&group_id=22866 Thanks! Simone - Original Message - From: "Scott M Stark" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED

Re: [JBoss-user] Client Access to JBoss EJBs

2003-07-28 Thread Christofer Dutz
Thanks for your reply. Unfortunately I get the same error I got from other tries: java.lang.SecurityException: Anmeldekonfiguration kann nicht gefunden werden. at com.sun.security.auth.login.ConfigFile.(ConfigFile.java:97) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Metho

RE: [JBoss-user] JNDI lookup failure, ... not bound.

2003-07-28 Thread Rob Tomlin
FYI: I had not a corresponding in jboss-web.xml: MyDS javax.sql.DataSource java:/MyDS --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums a

RE: [JBoss-user] Simple Quick Question - how to change JSPs on th e fly

2003-07-28 Thread Brian McSweeney
Thanks for all your help on this guys. Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Wallis Sent: 27 July 2003 12:59 To: [EMAIL PROTECTED]; Nimish Chourey , Tidel Park - Chennai Subject: Re: [JBoss-user] Simple Quick Question - how to change

Re: AW: [JBoss-user] what if no beans are found by a finder ?

2003-07-28 Thread Jonathan . O'Connor
Further clarification: I thought that if you specify DISTINCT in the EJBQL query then the system creates a Set underneath, but returns it as a Collection. This, of course, is fine as Set extends/implements Collection. Ciao, Jonathan O'Connor Development Manager XCOM Dublin Phone: +353 1 872 3305

Re: AW: [JBoss-user] what if no beans are found by a finder ?

2003-07-28 Thread Alexey Loubyansky
Hello Janardhan, you're right, Set is not allowed as the return type for a finder. Sorry for confusion. alex Monday, July 28, 2003, 10:47:14 AM, Janardhan Burugupalli wrote: JB> one short question regarding the return type Collection or Set.. JB> I thought a finder always returns a Collection

Re: [JBoss-user] Simple Quick Question - how to change JSPs on th e fly

2003-07-28 Thread Brian Wallis
On Tue, 29 Jul 2003 05:51, Nishant Aggarwal wrote: > Do you have any clues on how to replicate this on other servers? Not a clue. I've never needed to use the clustering as yet. I'll be interested what others have to say about this. brian wallis...

AW: [JBoss-user] what if no beans are found by a finder ?

2003-07-28 Thread Janardhan Burugupalli
one short question regarding the return type Collection or Set.. I thought a finder always returns a Collection or atleast the default finders. Or is there a way to make it return a Set. If yes, then is there a performance gain between the two return types..and we extensivley use iterators over th

RE: [JBoss-user] JNDI lookup failure, ... not bound.

2003-07-28 Thread Danny . Yates
Give or take a '/', yes. -- Danny Yates -Original Message- From: Rob Tomlin [mailto:[EMAIL PROTECTED] Sent: 25 July 2003 18:33 To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] JNDI lookup failure, ... not bound. > That's because your code looks up "java:comp/env/MyDS", not > "java:

RE: [JBoss-user] Simple Quick Question - how to change JSPs on th e fly

2003-07-28 Thread Nishant Aggarwal
Hi Brian, I was trying the below mentioned scenario in a clustered environment. In a clustering enviroment if I try to put the "exploded" war in the "all/farm" directory of parent server,it doesn't work!That is,it only gets deployed in the parent server,not in other servers in cluster. Do you have

RE: [JBoss-user] Clustering Problem

2003-07-28 Thread Kevin Duffey
I have also seen this behavior. Sacha, any idea when re-deploying without first deleting is going to work? It seems odd to me that it works locally just fine, but it can't seem to propogate the change to other nodes in the cluster. --- Nishant Aggarwal <[EMAIL PROTECTED]> wrote: > Hello Sacha, >

Re: [JBoss-user] what if no beans are found by a finder ?

2003-07-28 Thread Alexey Loubyansky
Hello Ionel, if finder's return type is a local interface then if the entity is not found, FinderException is thrown. If finder's return type is Collection or Set then if no entity is found an empty Collection or Set is returned (w/o exception). alex Friday, July 25, 2003, 4:53:08 PM, Ionel Gard