Re: [JBoss-user] incoherent CMR behavior

2003-07-30 Thread Ionel Gardais
HI Alex, I opened a feature request : EJB-QL to traverse CMR with different datasources http://sourceforge.net/tracker/index.php?func=detailaid=779635group_id=22866atid=376688 http://sourceforge.net/tracker/index.php?func=detailaid=779635group_id=22866atid=376688 Hope this is clear enougth.

RE: [JBoss-user] Clustering Problem

2003-07-30 Thread Sacha Labourey
What are you trying to do when you do this. Here, I suspect that you have either: - mixed different JBoss versions/releases in the same cluster - have deployed different versions of some EJB in each node of your cluster Please, check again. Cheers, Sacha

[JBoss-user] JBoss shutdown core dump

2003-07-30 Thread Ionel Gardais
Waho While shutting down JBoss, I got a 300MB core dump ! Too large to send by email, is there something I can do to find infos for you ? ionel --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports,

RE: [JBoss-user] Clustering Problem

2003-07-30 Thread Nishant Aggarwal
Hi Sacha, Thanks for the help! One more jboss of different version was running before on NFS!! Its working fine now after changing AutoDiscovery address and group as well as multicast address in cluster-service.xml ,for my JBoss version. Thanks a ton, Nishant. -Original Message- From:

[JBoss-user] Apache / JBoss Communication via mod_jk2 - Can Unix Sockets be used?

2003-07-30 Thread Feighery Raymond
Apache 2.0.47 JBoss 3.2.1 (with Jetty) I can get Apache and JBoss/Jetty to communicate via mod_jk2 using TCP sockets. Is it possible to use Unix sockets to communicate to JBoss/Jetty as can be done with JBoss/Tomcat. e.g.: from workers2.properties ...

[JBoss-user] Sybase Error: SET CHAINED occurring in 3.0.6

2003-07-30 Thread Jonathan . O'Connor
Hi, We are currently migrating our server to Sybase ASE 12.0 and we keep getting SET CHAINED messages from the Sybase driver. I know this used to happen, and there was even a fix for this problem in 3.0.1RC1 (I have been trawling the archives!). The code that fails gets a connection from JNDI

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

2003-07-30 Thread Alexey Loubyansky
I explained it yesterday in one of the emails. Locks are released when tx is committed or rolled back. alex Wednesday, July 30, 2003, 7:27:44 AM, Ittay Dror wrote: ID On Tue, 2003-07-29 at 14:57, Alexey Loubyansky wrote: ID the code is from xpetstore (this is not the code which fails, but is

Re: Re[4]: [JBoss-user] Application deadlock detected: Two or moretransactions contention.

2003-07-30 Thread Ittay Dror
On Tue, 2003-07-29 at 15:54, Alexey Loubyansky wrote: Hello Davide, let's consider a simple case. There are two entity beans BeanA and BeanB. And two threads/transactions T1 and T2 accessing these beans. Accessing in the same order: T1: - BeanA - BeanB T2: - BeanA - BeanB Accessing in

Re[4]: [JBoss-user] CMR Problem in 3.2.2RC2

2003-07-30 Thread Alexey Loubyansky
Hello Gavin, I had to change only one thing: java:/DefaultDS to java:/MSSQLDS. I get the same output for both methods. The difference is only in id values: Bar id through foo: 4 Bar id through bars foos: Number of foos associated with bar: 1 Foo

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

2003-07-30 Thread Alexey Loubyansky
Ittay, I recommend you to check Entity Bean Locking and Deadlock Detection chapter in JBoss Admin and Devel book. alex Wednesday, July 30, 2003, 1:53:38 PM, Ittay Dror wrote: ID On Tue, 2003-07-29 at 15:54, Alexey Loubyansky wrote: Hello Davide, let's consider a simple case. There are two

Re: [JBoss-user] Sybase Error: SET CHAINED occurring in 3.0.6

2003-07-30 Thread Jonathan . O'Connor
I found a workaround. The Sybase DB must be accessed within a transaction. So, I moved my code into a session bean method, marked as transaction required, and whoopee-do, it works. Oracle, (which seems much nicer) is not as fussy, and starts a transaction for you if you forgot. I guess the fix

AW: [JBoss-user] TX setting problems

2003-07-30 Thread Janardhan Burugupalli
HI All, With one or two client my Clietn runs perfectly and also all the Transactions without fail. But incase if we are testing with some five client at the same time then after some time some of the TX are in a deadlock...i got the log out put which says as below 2003-07-30 12:57:39,252

[JBoss-user] Aliased Contexts

2003-07-30 Thread Dave Smith
I am use JBOSS 3.x and Jetty. I have an ear deployed under context /a. I would also like this same application to be available under a context /b. Can I do it without having 2 ears with the same contents with different contexts? --- This

[JBoss-user] 3.0.8 on AIX4 wrong name class

2003-07-30 Thread H . Baxmann
could someone shed some light on the following, i am lost in darkness ... 18:39:05,286 INFO [MainDeployer] Starting deployment of package: file:/epost2/JBoss/bax/jboss-3.0.8-src/build/output/jboss-3.0.8/server/default/conf/jboss-service.xml 18:39:14,947 ERROR [MainDeployer] could not create

[JBoss-user] AWARD NOTIFICATION

2003-07-30 Thread MARIA JOSE SANCHEZ
C/GUZMAN EL BUENO,137 MADRID - ESPANA TEL: +34-660 303 461, FAX:+34 916 470 023 E-mail:[EMAIL PROTECTED] FROM: THE DESK OF THE PROMOTIONS MANAGER, INTERNATIONAL PROMOTIONS/PRIZE AWARD DEPARTMENT, REF: LP/26510460037/03 BATCH:

Re: [JBoss-user] AWARD NOTIFICATION

2003-07-30 Thread Kevin Duffey
Hey, that is a bunch of crap! How come I have to divide my award up with the entire jboss list? So what, we get like $2 each now? --- MARIA JOSE SANCHEZ [EMAIL PROTECTED] wrote: C/GUZMAN EL BUENO,137 MADRID - ESPANA TEL: +34-660 303 461,

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

2003-07-30 Thread Gavin Matthews
Alex, Damn wierd - this test case fails everytime for me. This most likely means it's an environmental issue, a config problem or some really dumb user error. Do you know of any config issue that could cause my problem? I'm running against the released 3.2.2RC2 Jetty code base. Did you test

RE: [JBoss-user] AWARD NOTIFICATION

2003-07-30 Thread Marcos Oliva
If you are lucky, -Original Message- From: Kevin Duffey [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 11:32 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] AWARD NOTIFICATION Hey, that is a bunch of crap! How come I have to divide my award up with the entire jboss list?

Re: [JBoss-user] AWARD NOTIFICATION

2003-07-30 Thread Ryan Hoegg
Not if I claim it first! Kevin Duffey wrote: Hey, that is a bunch of crap! How come I have to divide my award up with the entire jboss list? So what, we get like $2 each now? --- MARIA JOSE SANCHEZ [EMAIL PROTECTED] wrote: C/GUZMAN EL BUENO,137 MADRID - ESPANA

Re: [JBoss-user] 3.0.8 on AIX4 wrong name class

2003-07-30 Thread Scott M Stark
It looks similar to an issue that showed up a while back with some of the IBM vms. Which vm version is this? -- Scott Stark Chief Technology Officer JBoss Group, LLC [EMAIL PROTECTED] wrote: could someone shed some light on the following, i am

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

2003-07-30 Thread Scott M Stark
Post instructions for the testcase so others can try it out. -- Scott Stark Chief Technology Officer JBoss Group, LLC Gavin Matthews wrote: Alex, Damn wierd - this test case fails everytime for me. This most likely means it's an environmental

Re: [JBoss-user] Apache / JBoss Communication via mod_jk2 - Can UnixSockets be us ed?

2003-07-30 Thread Jules Gosnell
try this on [EMAIL PROTECTED] Pier Fumagalli, who reads this list, was working on a JNI Apache/Jetty integration. This may have what you are looking for :-) I'm not sure how he is doing it... If it does, let me know and I will mention it in the FAQ.

Re: [JBoss-user] jetty oracle

2003-07-30 Thread Jules Gosnell
you should be able to remove the jbossweb-ejb.jar that is causing this unless you are using it for distributable httpsessions... Jules Bryan Liles wrote: When jetty starts, it tries to run: 2003-07-17 21:07:10,707 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.JDBCStartCommand.CMPState] Executing

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

2003-07-30 Thread Gavin Matthews
Scott, I've attached the test case and the schema file (Sql Server 2000). To recap the problem I see is: BarLocal bar = barHome.create(); FooLocal foo = fooHome.create(bar); foo.getBar(); // This works fine bar.getFoos(); // This returns an empty collection If I insert a finder

[JBoss-user] Jboss Forums and this Mailing List

2003-07-30 Thread Brian Wallis
Why are there two places for discussing jboss? The forums seem to contain useful ideas and discussions but I tend to ignore them since there are a lot of them and I have to actually go to the web (slow from here) and browse them looking for new discussions. The JBoss-User mailing list, on

Re: [JBoss-user] Jboss Forums and this Mailing List

2003-07-30 Thread Kevin Duffey
Some people like forums, some people like email. I like both, although I agree that it's a pain to have to post in the forum and email. It would be nice to have both interlinked somehow. --- Brian Wallis [EMAIL PROTECTED] wrote: Why are there two places for discussing jboss? The forums seem

[JBoss-user] transaction within a transaction

2003-07-30 Thread Ittay Dror
Hello, I have a bean A (CMP+CMT) with a finder that returns all beans whose foo property is not null. name it findAllFooNotNull(). I want to write a method that works in two stages: 1. it selects some beans and nullifies their foo property 2. it uses findAllFooNotNull() and works with the