RE: [JBoss-user] [JBoss-dev] Rice study - follow up

2002-09-04 Thread Sandor Arpa
Bingo! Works just fine, thanks! -Original Message- From: David Jencks [mailto:[EMAIL PROTECTED]] Sent: Thursday, 5 September 2002 11:19 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] [JBoss-dev] Rice study - follow up Try 3.0.2, please. There was a problem in jetty with interruptin

Re: [JBoss-user] [JBoss-dev] Rice study - follow up

2002-09-04 Thread David Jencks
Try 3.0.2, please. There was a problem in jetty with interrupting too much that we think we fixed. Thanks david jencks On 2002.09.04 20:23:38 -0400 Sandor Arpa wrote: > Dear Dain, > > I was searching through JBoss' development mail archive for an error > that I'm getting. The error is the fol

[JBoss-user] [JBoss-dev] Rice study - follow up

2002-09-04 Thread Sandor Arpa
Title: [JBoss-dev] Rice study - follow up Dear Dain,  I was searching through JBoss' development mail archive for an error that I'm getting. The error is the following: 09:56:39,972 ERROR [OpDetail] Error checking if entity exists org.jboss.util.NestedSQLException: Interrupted while requ

Re: [JBoss-user] Database Connection pool metrics

2002-09-04 Thread David Jencks
The version in cvs head has connectionCreatedCount, connectionDestroyedCount, and connectionCount which is the difference between these. It doesn't tell you how many are checked out at the moment. You can probably pull this and the InternalManagedConnectionPool back to 3.0.2 to get these statist

[JBoss-user] RE: CMP2 java.lang.Short mapping for Oracle 9i

2002-09-04 Thread Boris Tamarkin
Title: RE: CMP2 java.lang.Short mapping for Oracle 9i Thanks David, It as a driver issue. Boris From: David Ward <[EMAIL PROTECTED]> Organization: Distributed Object Technologies, Inc. To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] RE: CMP2 java.lang.Short mapping for Oracle 9i Reply-To:

[JBoss-user] JMS Selectors and timestamps

2002-09-04 Thread Brian Towles
Howdy all Im looking to implement a MDB that has a selector based on how long a message has been in the queue ( (NOW - JMSTimestamp) > 2000 ) or something like that.. I know the selector syntax is limited but is there any keyword for something like the current timestamp (ie NOW)? Thanks -=B

[JBoss-user] Database Connection pool metrics

2002-09-04 Thread Alin Simionoiu
I have a oracle database connection pool set and I will like to get thru JMX same info about this pool, like : min connections, max connections, and most important how many connections are in use at a point. So far, I found that the MBean that's holding the pool is giving me information about

Re: [JBoss-user] JMX Unregister question

2002-09-04 Thread Michael Bartmann
I have a MBean registering serveral sub-services as MBeans. These sub-services are registered programmatically, not through normal deployment. They are normally also unregisterd programmatically. If this fails, I like to unregister them through the console, or they stay forever... So I use the con

[JBoss-user] UserTransactions and database connections and errors, oh my

2002-09-04 Thread Bruce Snyder
Using JBoss 3.0.1 on RedHat 7.3, I have been stuck on the following error for a bit and it's driving me crazy: Application error: BMT stateless bean PlanLockService should complete transactions before returning (ejb1.1 spec, 11.6.1) This error occurs in an EJB that is doing BMP via class

[JBoss-user] JMX Unregister question

2002-09-04 Thread Michael Klem
This may be a dumb question: Why would you ever want to unregister an MBean from the jmx console? -- "If I beat Mr. Burns--I mean really wallop him good I'm sure to get that big promotion I've been gunning for!" - Homer --- This sf.net email

Re: [JBoss-user] RE: CMP2 java.lang.Short mapping for Oracle 9i

2002-09-04 Thread David Ward
Just curious if you've tried the 9.2.0.1.0 driver, "ojdbc14.jar" Oracle has stopped calling it classes12.zip/jar. Not sure if the latest would work better for you or not... David -- Boris Tamarkin wrote: > So java.lang.Short can't be mapped with CMP2 for Oracle? > It is strange. > I tried to

RE: [JBoss-user] RE: CMP2 java.lang.Short mapping for Oracle 9i

2002-09-04 Thread JD Brennan
Title: RE: CMP2 java.lang.Short mapping for Oracle 9i Can you leave the java type as Short and change the JDBC type and SQL type to Integer?   JD   -Original Message-From: Boris Tamarkin [mailto:[EMAIL PROTECTED]]Sent: Wednesday, September 04, 2002 11:05 AMTo: '[EMAIL PROTECTED]'Subj

[JBoss-user] RE: CMP2 java.lang.Short mapping for Oracle 9i

2002-09-04 Thread Boris Tamarkin
Title: RE: CMP2 java.lang.Short mapping for Oracle 9i So java.lang.Short can't be mapped with CMP2 for Oracle? It is strange. I tried to replace jdbc-type with INTEGER, but it doesn't work as well. I don't wont to change existing code: replace java.lang.Short type with Integer, because it is a

Re: AW: [JBoss-user] Agent view not working in 3.0.1

2002-09-04 Thread Jon Haugsand
* Kristian Kohler > another nice tool you will find under > > http://mc4j.sourceforge.net > > This is a OpenSource JMX Management Console. > > > http://localhost:8080/jmx-console > > Thanks to both. -- Jon Haugsand, <[EMAIL PROTECTED]> Norges Bank, --

Re[2]: [JBoss-user] Unknown primary key support available

2002-09-04 Thread Alex Loubyansky
DS> Alex, what would someone have to do to create their own KeyGenerator? I DS> am sure someone will want to port the high-low generator. There are two basic interfaces in org.jboss.ejb.plugins.keygenerator package: 1. for key generator: /** * An implementation of KeyGenerator must return a uni

AW: [JBoss-user] Agent view not working in 3.0.1

2002-09-04 Thread Kristian Kohler
another nice tool you will find under http://mc4j.sourceforge.net This is a OpenSource JMX Management Console. Kristian -- Kristian @ http://www.oio.de > -Ursprungliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Im Auftrag von Dain > Sundstrom > Gesendet: Mittwoc

Re: [JBoss-user] Foreignkey field issue when used with CHAR data type and CMP 2.0

2002-09-04 Thread Anthony Geoghegan
Dain I had spotted this mistake early and posted a retraction (under a different subject unfortunately) Yes indeed you are correct it was an old table design that hadn't been updated, mea maxima culpa. Best Regards, Anthony Geoghegan. J2EE Developer CPS Ireland Ltd. - Original Message - Fr

Re: [JBoss-user] Agent view not working in 3.0.1

2002-09-04 Thread Dain Sundstrom
http://localhost:8080/jmx-console Jon Haugsand wrote: > Trying to connect to http://localhost:8082 in an out-of-the-box JBoss > 3.0.1, but I only get "Connection refused". This works very nicely in > JBoss 3.1.0alpha. > > --- This sf.net e

[JBoss-user] Agent view not working in 3.0.1

2002-09-04 Thread Jon Haugsand
Trying to connect to http://localhost:8082 in an out-of-the-box JBoss 3.0.1, but I only get "Connection refused". This works very nicely in JBoss 3.1.0alpha. -- Jon Haugsand, <[EMAIL PROTECTED]> Norges Bank, ---

Re: [JBoss-user] Foreignkey field issue when used with CHAR datatype and CMP 2.0

2002-09-04 Thread Dain Sundstrom
Anthony Geoghegan wrote: > I'm using JBOSS 3.01.RC1 and Oracle 8i Enterprise. > I get the following Oracle error when using CMP and creating a EJB-QL > relation on a foreign key called TRANSACTION_ID > TRANSACTION_ID is a CHAR(20) as are all my keys as I use abase64 encoded > UUID generation techn

Re: [JBoss-user] Unknown primary key support available

2002-09-04 Thread Dain Sundstrom
Alex Loubyansky wrote: > JBossCMP becomes cooler. Now it supports Unknown primary keys (Refer to EJB2.0 spec >10.8.3 for details). > > To make use of this feature, entity beans must have prim-key-class declared as >java.lang.Object and no primkey-field in ejb-jar.xml. > To set up unknown prima

[JBoss-user] JBoss 3.0 instance pool configuration

2002-09-04 Thread Diego Castillo
Hello, I am running jboss-3.0.0_tomcat-4.0.3 on Win2K. I have a simple test application that consists in one single MDB. I want this MDB to be initialized at JBoss start-up. I figured out that JBoss would pre-create the bean if I set up a pool with minimum size of 1. I did so via jboss.xml: jbos

Re: [JBoss-user] JBoss RMI and http tunneling

2002-09-04 Thread marius
You should instead download jboss 3.0.2, which has it included. I tried it, and got it to work after about 5 minutes :-), it is very easy, just follow the instructions in changenotes. On Wed, Sep 04, 2002 at 03:20:31PM +0200, Nicolai Bieber wrote: > Hi there ! > > Has anybody worked out how to

RE: [JBoss-user] JMS Clustering

2002-09-04 Thread Sacha Labourey
No, JBoss doesn't currently support JMS clustering. Nevertheless, persistence is supported (in files, in DB, etc.) Until now, it hasn't been very clear which kind of clustering features were really needed at first. cheers, Sacha > -Message d'origine- >

[JBoss-user] JBoss RMI and http tunneling

2002-09-04 Thread Nicolai Bieber
Hi there ! Has anybody worked out how to use SUN's rmivervlethandler servlet to tunnel JBoss RMI invokations via http on port 80. The servlet is designed to transform http calls into RMI calls and the documentation says that the RMI mechanism provided by sun automatically uses the http tunneling

[JBoss-user] JMS Clustering

2002-09-04 Thread Niket Anand
Hello, Does JBOSS support JMS clustering and JMS fault tolerance? and How to do these? How can one handle JMS messages persistence? Pls send any links related to these topics. Thanks, Niket --- This sf.net email is sponsored by: OSDN - Tired

[JBoss-user] Foreignkey field issue when used with CHAR data type and CMP 2.0

2002-09-04 Thread Anthony Geoghegan
I'm using JBOSS 3.01.RC1 and Oracle 8i Enterprise. I get the following Oracle error when using CMP and creating a EJB-QL relation on a foreign key called TRANSACTION_ID TRANSACTION_ID is a CHAR(20) as are all my keys as I use abase64 encoded UUID generation technique for keys. Error: 2002-09-04 1

[JBoss-user] Appologies regarding last post

2002-09-04 Thread Anthony Geoghegan
Sorry last post was a false alarm :-). Best Regards, Anthony Geoghegan. J2EE Developer CPS Ireland Ltd. --- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r

Re: [JBoss-user] JBoss3/tomcat + Apache

2002-09-04 Thread rahul ganjoo
http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-apache-howto.html http://httpd.apache.org/docs/misc/FAQ.html   Sobkowiak Krzysztof wrote: Hallo I'd like to configure Apache to work with JBoss/Tomcat. Could someone help me to do it? I'd like tu put *.jsp file (or servlet) in my $HOME/public

[JBoss-user] JBoss3/tomcat + Apache

2002-09-04 Thread Sobkowiak Krzysztof
Hallo I'd like to configure Apache to work with JBoss/Tomcat. Could someone help me to do it? I'd like tu put *.jsp file (or servlet) in my $HOME/public_html directory and then use it like http://myserver/~user/file.jsp Thanks K. Sobkowiak -

Re: RES: [JBoss-user] XDoclet jbosscmp-jdbc_xml.j

2002-09-04 Thread Jonathan . O'Connor
Jose, Make sure you have JDK 1.4 and Ant 1.5 on your path. Do a java -version to confirm you are using JDK 1.4, and add a prefix="ant.version" /> as part of a build script, and then run ant. Once you've done that, you should be able to build XDoclet properly. Ask on the XDoclet forums if you ha