[JBoss-user] Strange Behavior?

2001-05-05 Thread Greg Parker
I’m using Jboss 2.0 FINAL, Oracle 8.1.6. I’ve implemented a program using BMP. I call the Create method from within my app and it inserts a record into the database just fine. I’ve verified this. If I then immediately call the findByPrimaryKey method, it does not find the newly created cr

[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. findName NAME = {0} NAME DESC And put the appropriate code in the home interface. I'm getting the following error: java.sql.SQLExceptio

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

2001-04-09 Thread Greg Parker
er] RE: (JBoss-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: > >

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

2001-04-07 Thread Greg Parker
e Doesn't this defeat some of the purpose behind using EJB's and jboss? Thank you, GREG PARKER -Original Message- From: <[EMAIL PROTECTED]> at Internet Sent: Saturday, April 07, 2001 10:31 AM To: [EMAIL PROTECTED] at Internet Subject: RE: [JBoss-use

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

2001-04-06 Thread Greg Parker
beans? 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: &g

[JBoss-user] Oracle Authentication

2001-04-05 Thread Greg Parker
nsert their userid not the JDBCUser. How do I connect and create as session to our Oracle database through jboss, using a personal ID and password? Thank you, Greg Parker ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/

[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: 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 mailing list [EM

[JBoss-user] SQLException

2001-03-27 Thread Greg Parker
findCaseTypes status = {0} descr DESC Does anyone have an idea of what might be causing this. Thank you, Greg Parker [EMAIL PROTECTED] <[EMAIL PROTECTED]> ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[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 findCaseTypes status = {0} descr DESC Does any