Re: [JBoss-user] RE: JBoss-user digest, Vol 1 #3851 - 15 msgs

2003-02-22 Thread Rod Macpherson
I am sure JBoss people are working on a book and perhaps that Wrox 3.0 book will morph into a 4.0 book of better quality. Purchased that book last week and it was mostly refried and regurgitated snippets of material from other sources. Of course that's just my opinion. - Original Message

[JBoss-user] RE: JBoss-user digest, Vol 1 #3851 - 15 msgs

2003-02-22 Thread Marco Tedone
Are you working to a Jboss 4.0 practical, useful and simple even if complete handbook? It will be surely one of the book on my library. Marco > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > [EMAIL PROTECTED] > Sent: Saturday, February 22, 2003 1

[JBoss-user] Still no managed connection available

2003-02-22 Thread nfs_ nfs
I try the stable version of mysql connector/J with Jboss but still i get "org.jboss.util.NestedSQLException: No Manage Connections Available!; - nested throwable: (javax.resource.ResourceException: No ManagedConnectio s Available!)" Thanks in advance. ___

Re: [JBoss-user] Force RMI to a specific port

2003-02-22 Thread Rasputin
* Bill Burke <[EMAIL PROTECTED]> [0223 00:23]: > 3.x right? > 1099 is used to obtain an RMI proxy to JNDI. This is a standard socket. > JNDI invocations happen through RMI though and must be configured through > the NamingService mbean. RTFM. Sorry to jump in, but where is TFM ? :) I heard JB

RE: [JBoss-user] How to do a 'like' search using CMP in entity beans?

2003-02-22 Thread Jeremy Boynes
> Hi, I'm also very interested in this thread. I was able to get the > JBoss-QL LIKE query working with parameters, but could not get it working > with wildcard characters such as % > > for example this query does not work > query="SELECT OBJECT (C) from Person AS C WHERE ( C.firstName > LIKE '?1%

Re: [JBoss-user] [Mildly OT] Common interfaces to EJBs

2003-02-22 Thread Joseph Barillari
> "JB" == Joseph Barillari <[EMAIL PROTECTED]> writes: JB> Is there some way of addressing multiple beans through a user-defined JB> interface? I located a series of articles on EJB inheritance, which accomplishes what I wanted to do with common interfaces: Start of article: http:

Re: [JBoss-user] How to do a 'like' search using CMP in entitybeans?

2003-02-22 Thread Nathaniel Rahav
Hi, I'm also very interested in this thread. I was able to get the JBoss-QL LIKE query working with parameters, but could not get it working with wildcard characters such as % for example this query does not work query="SELECT OBJECT (C) from Person AS C WHERE ( C.firstName LIKE '?1%' ) OR ( C

[JBoss-user] Re: How to do a 'like' search using CMP in entity beans?

2003-02-22 Thread Carsten Hammer
Langelage, Frank schrieb: Carsten Hammer wrote: Hi, I want to implement a search for all names that begin with 'Sm'. Monson-Haefel claims this is impossible using EJB QL on a CMP field. What does this mean? It seems to be easy to build queries with a fixed pattern like SELECT OBJECT(c) FROM Cus

[JBoss-user] Update to PayDocs For 3.2 ?

2003-02-22 Thread Nicholas
Does anyone know when there will be an update to the PayDocs for release 3.2 ? Thanks. //Nicholas = Nicholas Whitehead Home: (973) 377 9335 Cell: (201) 615 2716 [EMAIL PROTECTED] Get Your News From The Crowbar: http://crowbar.dnsalias.com:443/crowbar/

Re: [JBoss-user] How to do a 'like' search using CMP in entity beans?

2003-02-22 Thread Langelage, Frank
Carsten Hammer wrote: Hi, I want to implement a search for all names that begin with 'Sm'. Monson-Haefel claims this is impossible using EJB QL on a CMP field. What does this mean? It seems to be easy to build queries with a fixed pattern like SELECT OBJECT(c) FROM Customer c WHERE c.lastName LIK

[JBoss-user] How to do a 'like' search using CMP in entity beans?

2003-02-22 Thread Carsten Hammer
Hi, I want to implement a search for all names that begin with 'Sm'. Monson-Haefel claims this is impossible using EJB QL on a CMP field. What does this mean? It seems to be easy to build queries with a fixed pattern like SELECT OBJECT(c) FROM Customer c WHERE c.lastName LIKE '%-%' But how to do

Re: [JBoss-user] CMP Auto-Generated Fields

2003-02-22 Thread Alex Loubyansky
Please, try to search the archive before asking. I answered this question many times and last one was just yesterday. Specifically for MySQL, in jbosscmp-jdbc.xml in the entity element: id knownid INTEGER INTEGER(11)

[JBoss-user] Problem running struts under JBoss + Tomcat LE

2003-02-22 Thread Andreas Spengler
Hi, I am trying to install a struts webapp under JBoss/Tomcat LE and run into problems when accessing FormBeans and Action classes. They are all under the right path under WEB-INF/classes in the .war-file but I always get the message action: Looking for Action instance for class com.commerzba

[JBoss-user] Limiting the number of MDBs

2003-02-22 Thread Kevin O'Neill
Hi, I'd like to be able to limit the number of MDB instances I have listening on a queue to one or two (the mdb's connect to the net and download largeish objects). Can anyone enlighten me on the configuration parameter I have to set (even better if there is a control from xdoclet :)) -k. -- If