Re: [JBoss-user] transaction question

2002-10-31 Thread David Jencks
I've been wrong before, but this should have nothing to do with the interceptors. It should depend only on the tm and the XAResource isSameRM() implementation. david jencks On 2002.10.31 17:46:51 -0500 Dain Sundstrom wrote: > Was this checked before or after my massive check in yesterday? I kno

[JBoss-user] getting a error in 3.0.3 when redeploying a app with struts libs

2002-10-31 Thread Emerson Cargnin - SICREDI Serviços
When i redeploy an ear containing the struts libs i get the following error : reationFactory class at org.apache.struts.config.ConfigRuleSet.addRuleInstances(ConfigRuleSet.java:121) at org.apache.commons.digester.Digester.addRuleSet(Digester.java:1610) at org.apache.str

Re: [JBoss-user] transaction question

2002-10-31 Thread David Jencks
This is pretty strange. You should be getting this consistently (if you are really using 2 resource managers in one transaction, one of them being only local tx capable) or never (if there is only one, for instance your only datasource). If you can pin down anything else about how to make this ha

Re: [JBoss-user] transaction question

2002-10-31 Thread Dain Sundstrom
Was this checked before or after my massive check in yesterday? I know you wrote the 29th, but I want to be sure as I messed with most of the interceptors. -dain David Jencks wrote: This is pretty strange. You should be getting this consistently (if you are really using 2 resource managers in

Re: [JBoss-user] Entity Bean Performance Tuning Help

2002-10-31 Thread Dain Sundstrom
Darren Hartford wrote: Have been having similar issues, and my 'psuedo-hack' tests show similar results to Georg, so thank you Georg for pointing out that the database lookups are not the problem, but the object conversion piece. I don't wish to sell other products, but for a reference, has anyon

[JBoss-user] transaction question

2002-10-31 Thread MNewcomb
JDK 1.4.1 JBoss HEAD 10/29/2002 I have a session bean (A) in one EJB JAR that calls another session bean (B) in another EJB JAR which calls another session bean (C) in another EJB JAR. I get these warning when A calls B, then when B calls C (2 warnings). It happens intermittently but when it occu

Re: [JBoss-user] Haydi Oyunu Kullan !

2002-10-31 Thread David Ward
Okay, there's been 2 of these now. There's bound to be more. Can we block this guy from jboss-user? Thanks, David -- www.basbakan.org wrote: * HAYDÝ OYUNU KULLAN ! * www.basbakan.org remove : [EMAIL PROTECTED]

[JBoss-user] Haydi Oyunu Kullan !

2002-10-31 Thread www.basbakan.org
Title: HAYDÝ OYUNU KULLAN HAYDÝ OYUNU KULLAN !   www.basbakan.org   remove : [EMAIL PROTECTED]   --- This sf.net email is sponsored by: Influence the future of Java(TM) technology. Join the Java Community Pro

RE: [JBoss-user] Problems binding Jboss to multiple interfaces

2002-10-31 Thread Finn, Michael
Title: RE: [JBoss-user] Problems binding Jboss to multiple interfaces FWIW - I don't think the JMX-HTML adapter (or the MBean) can support an explicit bind interface. If you are on 3.0.2+, it's no issue (jmx-console is there), but with 2.4.x, you may have to live without it - or get jmx-consol

Re: [JBoss-user] Entity Bean Performance Tuning Help

2002-10-31 Thread Darren Hartford
Have been having similar issues, and my 'psuedo-hack' tests show similar results to Georg, so thank you Georg for pointing out that the database lookups are not the problem, but the object conversion piece. I don't wish to sell other products, but for a reference, has anyone seen a difference if t

RE: [JBoss-user] Weird problem - not able to call bean from within stateless session

2002-10-31 Thread Jon Finanger
A last try: nobody with any clue on this one? well, if not I'll have to redesign... :-) -Jon > Hi! > I'm using jboss 3.0.3 and BMP with mysql. > I've stuck with a weird problem, at least from my view. > I have a stateless sessionbean method(in PersonaliaSessionBean) creating an OIA >object (Ord

RE: [JBoss-user] Problems binding Jboss to multiple interfaces

2002-10-31 Thread Sacha Labourey
in conf/jboss-service.xml, for the JNDI service MBean (you need to add a new attribute). But then, you will need to do the same for all MBean that bind to a port. Cheers, Sacha > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:jboss-user-admin@;lists.source

Re: [JBoss-user] JBoss 3.0.3 unit tests that store and retrieve Dates fail

2002-10-31 Thread Jonathan . O'Connor
Stephen, I'll take a look at what's in CVS for these tests. However, I would expect that the tests should pass straight out of the box. As it was, I fixed the problem by changing the number of milliseconds to a multiple of 1000. I don't think its a problem with java.sql.* types. Because the mil

Re: [JBoss-user] Problems binding Jboss to multiple interfaces

2002-10-31 Thread Seth Ladd
Sacha Labourey wrote: yes, you can: simply set a BindAddress attribute for both app servers and bind them to different IP address: they will both use 1099 but will be attached to a different IP. If you don't specify a binding address, the wildcard address (0.0.0.0) is used. Where do we set the B

RE: [JBoss-user] Problems binding Jboss to multiple interfaces

2002-10-31 Thread Finn, Michael
Title: RE: [JBoss-user] Problems binding Jboss to multiple interfaces Sorry - you are right. I was thinking of the multi-user/different port implementation - how we do it here. We have multiple instances, but each uses its own set of ports. -Original Message- From: Alexander Sparkowsk

[JBoss-user] ANSI SQL spec on date literals was (Entity Bean Performance Tuning Help)

2002-10-31 Thread wintleglyn
>You lost me. JBoss 4.0 will have support the LIMIT someNumber OFFSET >someNumber >syntax. Is that what you are talking about. > >I would like to be able to support Date literals, but I don't want to get >too far in >front of the spec. Does anyone know where I can find the ANSI >SQL spec on date

RE: [JBoss-user] how to reload ejbs when DB changed directly

2002-10-31 Thread Sacha Labourey
Use commit option B or C for your entity beans > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:jboss-user-admin@;lists.sourceforge.net]De la part de Gene Ge > Envoyé : jeudi, 31 octobre 2002 14:41 > À : [EMAIL PROTECTED] > Objet : [JBoss-user] how to reload ejbs when DB changed di

[JBoss-user] how to reload ejbs when DB changed directly

2002-10-31 Thread Gene Ge
Hello everyone: I meet another problem. My J2EE app share same DB with another app made by PHP, so when the datas of db are changed by phps, my ejbs do not reload it and all property values are from cach. appreciate anyone to help me to solve this problem Gene

Re: [JBoss-user] JBoss 3.0.3 unit tests that store and retrieve Dates fail

2002-10-31 Thread Stephen Coy
The cmp2 unit tests have been worked over pretty well in 3.0.4. The initialisation of many of the test parameters for the java.sql.* date/times was faulty because they were not initialised properly. This was subsequently hidden in the unit tests because there were no date/time mappings for hsqld

[JBoss-user] Re: [JBoss-dev] JMS - priority queueing

2002-10-31 Thread T. Subramanian
Hi, Thanks a lot for your help. It is now working for me. Initially I set the priority on the JMS Message object and used the method send(message) of message producer.. As this method calls send with the default priority -4 , I changed my program to use the four argument method send(Me

[JBoss-user] JBoss 3.0.3 unit tests that store and retrieve Dates fail

2002-10-31 Thread Jonathan . O'Connor
Hi, I ran the test suite that comes with the source. I get 3 test failures in the cmp2 tests. In particular, they all occur due to problems storing java.util.Dates. What happens is they store new Date() in the DB and when this is read again, it comes out as Date(1222). I presume this happens

Re: [JBoss-user] Celeron and Linux

2002-10-31 Thread Christian Riege
hi, On Thu, 2002-10-31 at 10:58, Mokas Vassilis ([EMAIL PROTECTED]) wrote: > > Is Celeron fully compatible with Linux? you mean the Celeron as in "The Intel Celeron processor"? it is fully compatible w/ linux; my development server is running on a celery 400 w/ an uptime of 1+ years. regards,

Re: SV: [JBoss-user] Extremely slow transaction

2002-10-31 Thread Jon Haugsand
* Jon Haugsand > > Jeg synes jeg ble kvitt disse når jeg la inn følgende kode i bønnen: > > * @jboss:read-ahead strategy="none" page-size="0" Sorry for the Norwegian. This was meant for Odd Rune only. -- Jon Haugsand, <[EMAIL PROTECTED]> Norges Bank, --

[JBoss-user] BEA JRockit 7.0 Performance

2002-10-31 Thread Panagiotis Korros
Title: Message I am testing the performance of JRockit 7.0 VM on Windows Platform with JBoss. Has anyone tested this configuration before?   What i see until now, is very strong performance but also many IO exceptions from the web container (tomcat)

Re: SV: [JBoss-user] Extremely slow transaction

2002-10-31 Thread Jon Haugsand
* Odd Rune Bekkum > Hi! > I'm working on the same project as Jon. > > Digging into it a bit more I've found the following: > If we do a findAll on a table containing 252 rows we get 252 SQL calls, > the first one containg 252 ors, the next one 251, then 250.. down to 1. > So from what I understand

RE: [JBoss-user] JBoss- Clustering

2002-10-31 Thread Sacha Labourey
yes, that is correct. > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:jboss-user-admin@;lists.sourceforge.net]De la part de Mokas > Vassilis ([EMAIL PROTECTED]) > Envoyé : jeudi, 31 octobre 2002 10:48 > À : [EMAIL PROTECTED] > Objet : RE: [JBoss-user] JBoss- Clustering > > > No. A

[JBoss-user] Celeron and Linux

2002-10-31 Thread Mokas Vassilis ([EMAIL PROTECTED])
Is Celeron fully compatible with Linux? Vassilis --- This sf.net email is sponsored by: Influence the future of Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) program now. http://ads.sourceforge.net/cgi-bin/redirect.pl?

RE: [JBoss-user] JBoss- Clustering

2002-10-31 Thread Mokas Vassilis ([EMAIL PROTECTED])
No. All servers are running in Linux. This message is correct? - [DefaultPartition] New cluster view 1 ([crunch1:1025, crunch5:1066]) [DefaultPartition:ReplicantManager] Dead members:0 --

RE: [JBoss-user] JBoss- Clustering

2002-10-31 Thread Sacha Labourey
Have you deployed your application in *both* servers? To be short: - kill both JBoss instances - start node1 with your beans deployed - when node 1 is fully started, start node2 *with* your beans deployed - once node 2 is fully started, take copy the log files of both app servers and e-mail the

RE: [JBoss-user] JBoss- Clustering

2002-10-31 Thread Sacha Labourey
Just an idea. Are you running on Windows? If that's the case, do *NOT* click on your command prompt windows: this will stop the logging output and stop all JBoss threads that log anything => the heartbeat will lock as well and will appear as dead. > -Message d'origine- > De : [EMAIL PROTEC

RE: [JBoss-user] Problems binding Jboss to multiple interfaces

2002-10-31 Thread Sacha Labourey
yes, you can: simply set a BindAddress attribute for both app servers and bind them to different IP address: they will both use 1099 but will be attached to a different IP. If you don't specify a binding address, the wildcard address (0.0.0.0) is used. Cheers, Sacha > -

AW: [JBoss-user] Problems binding Jboss to multiple interfaces

2002-10-31 Thread Alexander Sparkowsky
Mike, I allready looked at the mail archive but wasn't able to find something like that (what makes me wondering). Why does the JNDI server has to be bind to port != 1099? I thought to be able to use the same ports on both IP addresses. Otherwise I don't see any advantages in using different IPs.

RE: [JBoss-user] JBoss- Clustering

2002-10-31 Thread Mokas Vassilis ([EMAIL PROTECTED])
Why is it possible for a member of a cluster to appear as Dead? Vassilis -Original Message- From: Sacha Labourey [mailto:Sacha.Labourey@;ml.cogito-info.ch] Sent: Wednesday, October 30, 2002 5:55 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] JBoss- Clustering You seem to have networ

RE: [JBoss-user] JBoss- Clustering

2002-10-31 Thread Mokas Vassilis ([EMAIL PROTECTED])
When the 2 App. Servers have already started, in one of them this message appears: - [DefaultPartition] New cluster view 1 ([crunch1:1025, crunch5:1066]) [DefaultPartition:ReplicantManager]