[JBoss-user] Unknown primary key support available

2002-09-03 Thread Alex Loubyansky
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 primary key, the new optional unknown-

Re: [JBoss-user] Keeping MBeans in sync with my-service.xml

2002-09-03 Thread Guy Rouillier
One last thought on this. Tomcat used to do this sort of thing with auto files in the conf directory. For example, my 3.2.3 directory has mod_jk.conf and mod_jk.conf-auto. The auto files contain incremental changes to what is in the conf file. This idea worked so poorly that a routine refrain

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

2002-09-03 Thread Saroj Kumar
Title: Message Try INTEGER. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Boris TamarkinSent: Wednesday, September 04, 2002 3:44 AMTo: '[EMAIL PROTECTED]'Subject: [JBoss-user] CMP2 java.lang.Short mapping for Oracle 9i What correct mapping for "

Re: [JBoss-user] O'Reilly JBoss 3.0 Workbook

2002-09-03 Thread Michael Nelson
I don't like the forums (the search feature is far too simplistic) so I'm responding here. I've been reading the O'Reilly book and downloaded your workbook about two weeks ago. I've got an app that relies on CMP 1.1 that I'm porting from Borland's App Server to JBoss. The O'Reilly book does a goo

RE: [JBoss-user] XDoclet jbosscmp-jdbc_xml.j

2002-09-03 Thread Liam Magee
Title: Message Hi,   I had the same problems recently. It is a classpath-related issue - make sure you have nothing on the command line classpath when running ant. Also, make sure you run 'ant clean' after an aborted build attempt.   Regards,   Liam.     -Original Message-From: [EM

Re: [JBoss-user] EJB Query Language question

2002-09-03 Thread Dain Sundstrom
Michael Nowotny wrote: > Hi folks! > > Using EJB ql it is possible define template queries such as > > SELECT OBJECT(p) FROM Product p where p.name = ?1 > > Now - what I'm trying to achieve is the following: > The query should not only return exact matches but products whose name > contains

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

2002-09-03 Thread Boris Tamarkin
Title: CMP2 java.lang.Short mapping for Oracle 9i What correct mapping for "java.lang.Short" should be for Oracle 9i in standardjbosscmp-jdbc.xml file? I have tried     java.lang.Short     NUMERIC     NUMBER(5) also     java.lang.Short     SMALLINT  

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

2002-09-03 Thread Jose Luis Peleteiro - Sistemas e Processos
I downloaded CVS version, but when I try to make (ant) I recived:   BUILD FAILEDfile:D:/cvsroot/xdoclet/modules/modules-common.ent:171: The task doesn't support the nested "externalizer" element.     Please, Help me. -Mensagem original-De: Jonathan.O'[EMAIL PROTECTED] [mailt

Re: [JBoss-user] Oracle XA deployment: INIT_WAITING_DEPLOYER - is it deployed properly?

2002-09-03 Thread David Jencks
I think the only problem you had originally was that login-conf.xml was in the wrong place (deploy rather than conf) > > [ServiceController] jboss.jca:service=XATxDS,name=XAOracleDS does not > implement any Service methods is an annoying and meaningless message I hope to remember to rem

Re: [JBoss-user] Oracle XA deployment: INIT_WAITING_DEPLOYER - isit deployed properly?

2002-09-03 Thread Bruce Snyder
This one time, at band camp, David Jencks said: DJ>login-conf.xml is not a deployable package. There needs to be exactly one DJ>of them in server/[config]/conf. I've only got one of them lying there. DJ>I think someone changed the incomplete deployment warnings to only occur DJ>once, so even

Re: [JBoss-user] HTTP to JMX invoker

2002-09-03 Thread Dave Smith
The new stuff would be used when the client is trying to get at the JMX bus through a firewall. For example .. Swing Client -> firewall -> internet -> firewall -> jboss By default al JNDI/EJB go over RMI on port . In order for the above to work, the client firewall would have to allow RMI c

Re: [JBoss-user] Oracle XA deployment: INIT_WAITING_DEPLOYER - is it deployed properly?

2002-09-03 Thread David Jencks
I'm resending this because I got a bizarre message from some list manager complaining about the start of the original message. If you got the first one, sorry for the noise. - login-conf.xml is not a deployable package. There needs to be exactly one of them in server/[config]/conf.

Re: [JBoss-user] Oracle XA deployment: INIT_WAITING_DEPLOYER - is it deployed properly?

2002-09-03 Thread David Jencks
login-conf.xml is not a deployable package. There needs to be exactly one of them in server/[config]/conf. I think someone changed the incomplete deployment warnings to only occur once, so even though the login-conf.xml is still not deployed after you redeploy the oracle-xa-service.xml you don't

[JBoss-user] New JMX4ODP Package

2002-09-03 Thread Lucas McGregor
The JMX4ODP package has been updated on Sourceforge. JMX4ODP is a toolkit built on JMX. Its dynamicManagement package will introspect objects, remote objects, and even recognize EJB's to dynamically generate ModelMBeans to make many J2EE applications and components JMX manageable. Its j4oNet pac

[JBoss-user] test

2002-09-03 Thread Bill Burke
burkecentral --- 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=sourceforge1&refcode1=vs3390 ___ JBoss-user mai

Re: [JBoss-user] EJB Query Language question

2002-09-03 Thread marius
On Tue, Sep 03, 2002 at 06:20:21PM +0200, Michael Nowotny wrote: > Hi folks! > > Using EJB ql it is possible define template queries such as > > SELECT OBJECT(p) FROM Product p where p.name = ?1 > > Now - what I'm trying to achieve is the following: > The query should not only return exact mat

[JBoss-user] test

2002-09-03 Thread Bill Burke
test --- 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=sourceforge1&refcode1=vs3390 ___ JBoss-user mailing lis

[JBoss-user] Oracle XA deployment: INIT_WAITING_DEPLOYER - is it deployed properly?

2002-09-03 Thread Bruce Snyder
I'm using JBoss 3.01 on Linux. I've configured and deployed the oracle-xa-service.xml, login-conf.xml and the jboss-xa.rar was already deployed. Upon starting up JBoss, I'm receiving a state of INIT_WAITING_DEPLOYER. I can only find a reference to this in the source and there are no notes about it

[JBoss-user] O'Reilly JBoss 3.0 Workbook

2002-09-03 Thread Bill Burke
Hello all, Sacha Labourey and I have written a companion workbook to O'Reilly's "EJB 3rd Edition" by Richard Monson-Haefel. It will be published sometime in October and we would really like some feedback! Please refrain from grammar and spelling mistakes, since our editor will handle these sort of

[JBoss-user] EJB Query Language question

2002-09-03 Thread Michael Nowotny
Hi folks!   Using EJB ql it is possible define template queries such as   SELECT OBJECT(p) FROM Product p where p.name = ?1   Now - what I'm trying to achieve is the following: The query should not only return exact matches but products whose name contains a given search string as well. My

[JBoss-user] CMR Bug in JBoss since Version 3.0.1

2002-09-03 Thread Michael Nowotny
Hi folks!   While switching from JBoss 3.0.0 to JBoss 3.0.1 I experienced some strange behaviour from the container concerning Container Managed Relations. After some analysis the problem can be drilled down as follows: Whenever one Bean Type has two relationships with a different bean typ

RE: [JBoss-user] location of changelog?

2002-09-03 Thread James Higginbotham
If you go to the files section on sf.net, you can click on the title of the release in the list and it will show the change notes - standard sourceforge feature.. http://sourceforge.net/project/showfiles.php?group_id=22866 James > -Original Message- > From: Seth Ladd [mailto:[EMAIL PRO

Re: [JBoss-user] Is anyone able to use two jboss's on different machines?

2002-09-03 Thread David Jencks
If you want to use transactions distributed across multiple jboss servers you currently have to use the Tyrex dtm plugin. I don't know to what extent it has actually been tested with the various 3.x/4.0 versions of jboss. In jboss 4, a lot of what's needed for distributed transactions in the jbo

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

2002-09-03 Thread David Jencks
I would suggest using xdoclet from xdoclet cvs or the version included in jboss cvs HEAD. xdoclet is about to release 1.2 and would appreciate reports of problems. thanks david jencks On 2002.09.03 10:11:06 -0400 Jose Luis Peleteiro - Sistemas e Processos wrote: > > > Can any one sendme this

RE: [JBoss-user] Is anyone able to use two jboss's on different machines?

2002-09-03 Thread Josh Davis
I'm using JBoss 3.0. The interesting thing is, is that in the standardjboss.xml file I found the container configuration for the standard stateless session beans and I commented out the transaction intercepter in the client. When I restarted my distributed calls work fine. Here is my guess a

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

2002-09-03 Thread Jonathan . O'Connor
Jose, This file only works with the released version of XDoclet. You may want to get the CVS source and try that instead. Here's what you'll need: 1. JDK 1.4 for the build in SAX parser. 2. ANT 1.5 (requires JDK 1.4) 3. CVS HEAD version of XDoclet. Now for the changes we went through to make all

[JBoss-user] location of changelog?

2002-09-03 Thread Seth Ladd
Hello, I've been searching but can't find the changelog for the recent releases of JBoss. Can someone post a URI for those changelogs? Thanks very much! Seth smime.p7s Description: S/MIME Cryptographic Signature

[JBoss-user] JBoss 3.0 & Microsoft Internet Information Services 5.0

2002-09-03 Thread Lutz Beckmann
Hi, is there anyone who has successfully configured Microsoft's Internet Information Services 5.0 (IIs) with JBoss3.0 & Tomcat ApplicationServer ? regards, Lutz Beckmann --- This sf.net email is sponsored by: OSDN - Tired of that same ol

[JBoss-user] XDoclet jbosscmp-jdbc_xml.j

2002-09-03 Thread Jose Luis Peleteiro - Sistemas e Processos
Can any one sendme this file. (jbosscmp-jdbc_xml.j)Please!  FROM: Stephen CoyDATE: 06/28/2002 07:17:41SUBJECT: RE: [JBoss-user] CMP 2.0 / FINDER CREATION PROBLEM Unfortunately, xdoclet 1.1.2 has only limited support for custom jboss queries for CMP 2.0. "jboss:finder-query" generates JAWS

[JBoss-user] JMS Clustering

2002-09-03 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

Re: [JBoss-user] How to configure JAXM in JBoss3.0?

2002-09-03 Thread David Jencks
What's in jaxm-provider? You can deploy regular jars by including them in server/[config]/deploy or have them loaded at startup by including them in server/[config]/lib. BTW, how do messages get into jboss? jca 1.5 has message inflow contracts for this so jaxm can call mdbs directly, otherwise

[JBoss-user] Off-topic: Mac OS X 10.2 Jaguar having CVS problems???

2002-09-03 Thread Lennart Petersson
Or is it just me... Had before no problems with anonymous access like this (behind firewall): cvs -d:pserver:[EMAIL PROTECTED]:80/cvsroot/jboss login Now with 10.2 i just get: connect to cvs-pserver.sourceforge.net:2401 failed: Operation timed out Why it says port 2401 i don't now. Any idea?

[JBoss-user] How to configure JAXM in JBoss3.0?

2002-09-03 Thread piussanjay
Hi,I want to deploy JAXM client in JBoss3.0. In JAXM ,there's something called jaxm-provider which acts as a gateway to route the message from a JAXM client to another.I deployed the jaxm .war(client) file in default\deploy dir where as jaxm-provider is a directory which I cannot make it as

[JBoss-user] cocoon2 with jboss-tomcat errors

2002-09-03 Thread Bruce Scharlau
Hi all, thanks for the help with eclipse! Now, on to the next problem: cocoon2 with tomcat/catalina. Per some of the posts in the forum, jetty works with cocoon2, but doesn't with the embedded tomcat configuration. I found a posting on the xml-cocoon-users list at http://marc.theaimsgroup.co