[JBoss-user] Error in Custom Finder Method

2001-04-10 Thread Greg Parker
Hello, I created a simple custom finder method. I put the following entry in jaws.xml. in the section with my entity bean. finder namefindName/name queryNAME = {0}/query orderNAME DESC/order /finder And put the appropriate code in the home interface. I'm

[JBoss-user] RE: (JBoss-user) RE: (JBoss-user) RE: (JBoss-user) Oracle Au

2001-04-09 Thread Greg Parker
-user) RE: (JBoss-user) Oracle Au File: RFC822.TXT Greg Parker wrote: Sorry, I didn't intend to sound like such a dork. :-) Happens to us all at some point. Here is what I was getting at In a previous note you suggested two approaches: - have a separate connection pool for each user

[JBoss-user] RE: (JBoss-user) Oracle Authentication

2001-04-06 Thread Greg Parker
? Thank you, Greg Parker -Original Message- From: [EMAIL PROTECTED] at Internet Sent: Friday, April 06, 2001 5:46 PM To: [EMAIL PROTECTED] at Internet Subject: RE: [JBoss-user] Oracle Authentication File: RFC822.TXT Guy Rouillier wrote: I think J2EE (and JBoss) handle

[JBoss-user] This should be an easy one!!!

2001-03-29 Thread Greg Parker
Hello All ! ! ! In the ejb.jar file, the jboss user manual suggests this in the first line: ?xml version="1.0" encoding="Cp1252"? I know what encoding is, but what does the Cp1252 represent and is it significant to Jboss? Is it optional? Thank you, GREG

[JBoss-user] SQLException

2001-03-27 Thread Greg Parker
I'm using CMP with Oracle 8.1.6. I've created a very simple finder method but when I try to use this finder method I get a "java.sql.SQLException: ORA-00923: FROM keyword not found where expected". Here is my jaws entry finder namefindCaseTypes/name querystatus = {0}/query