RE: [JBoss-user] Clustering and failover

2003-07-28 Thread Sacha Labourey
Can you please try with a recent snapshot (http://jboss.sourceforge.net/snapshots/): download, extract, then go in the build directory and type build.bat or build.sh depending on your OS. The result will be in build/output/ sacha -Original Message- From: [EMAIL PROTECTED]

RE: [JBoss-user] Clustering Problem

2003-07-28 Thread Sacha Labourey
If you have a small example and procedure (starting from a raw JBoss installation) that consistently fails, please send it to me. Cheers, Sacha -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nishant Aggarwal Sent: lundi,

RE: [JBoss-user] Clustering Problem

2003-07-28 Thread Nishant Aggarwal
Hello Sacha, Following is the procedure: 1.Install JBoss3.2.2RC1 in /user/sacha/Jboss3.2.2 and another instance in /user/sacha/server2/Jboss3.2.2 dir. 2. a)First,Start server 1(/user/sacha/Jboss3.2.2) jboss instance on one Solaris machine and b)After server 1 comes up,start server 2 jboss

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

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] 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] 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

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

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...

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: 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: [JBoss-user] JNDI lookup failure, ... not bound.

2003-07-28 Thread Rob Tomlin
FYI: I had not a corresponding resource-ref in jboss-web.xml: resource-ref res-ref-nameMyDS/res-ref-name res-typejavax.sql.DataSource/res-type jndi-namejava:/MyDS/jndi-name /resource-ref --- This SF.Net email

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.init(ConfigFile.java:97) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native

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=detailatid=376685aid=738166group_id=22866 Thanks! Simone - Original Message - From: Scott M Stark [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

[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

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] 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

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?

[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

[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.

[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

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 stateful beans

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, 2003

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

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 no

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 Subject:

[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

[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:

[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=136thread=36590 Thanks in advance, WS --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports,

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,

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

[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

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: ... security-role descriptionAdministrator/description role-nameAdministrator/role-name /security-role method-permission

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

[JBoss-user] gencnet.org yenilendi!

2003-07-28 Thread GençNet
Title: GenNet www.gencnet.org'u Siz Deitirdiniz! Trkiye'nin en kapsaml genlik sitesi www.gencnet.org yenilendi. Ulusal ve yerel projeler, genlere dair haberler ve duyurular, anketler, genlerin sesini yanstan ke yazlar...

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 jboss_dist/server/target/deploy/transaction-service.xml you will

[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] 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

[JBoss-user] jboss-user,

2003-07-28 Thread hijboss-user
,remove [EMAIL PROTECTED] [] COOLhttp://www.coolcn.com 13:14:45 --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals,

[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

[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