|
Hi,
I've had a look at your jonas-ejb-jar.xml, and it appears that for the
"pid" column mapping, there are some blanks around the column name for
the jdbc-field-name, i.e. we can read
<jdbc-field-name>
pid </jdbc-field-name>
where it should be
<jdbc-field-name>pid</jdbc-field-name>
this is the reason of the error, I could reproduce it on the JOnAS
eb example by adding blanks around the "accno" jdbc-field-name !
Best Regards,
François
Sophie L'Hérondelle wrote:
The
exception raised by the server : java.sql.SQL.Exception: Column not found:
pid The exception raised
by the client :javax.ejb.FinderException:
Failed to find bean from database (findByAll)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:245)
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:220)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:354)
at org.objectweb.jonas.rmifilters.RemoteStub.invoke(RemoteStub.java:87)
at meeting.JOnASMeetingBeanHome_Stub.findByAllMeeting(JOnASMeetingBeanHome_Stub.java:81)
at meeting.ClientMeeting.liste(ClientMeeting.java:32)
at meeting.ClientMeeting.main(ClientMeeting.java:100)
--
==================================================================
François EXERTIER
Evidian (Groupe Bull)
1, rue de Provence, BP 208, 38432
Echirolles cedex, FRANCE
mailto:[EMAIL PROTECTED]
http://www.evidian.com/jonas http://www.objectweb.org/jonas
Tel: +33 (0)4 76 29 71 51 - Fax:
+33 (0)4 76 29 77 30
==================================================================
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".
|