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
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
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:
>
>
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
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
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/
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
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
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