Forums Register Login

How to deal with boolean fields in EJB2.0?

+Pie Number of slices to send: Send
Hi,

I am developing web applicaton using EJB2.0 Spec with JBOSS-4.0.3, PostgreSQL8.0 as DAtabase. Now in my database there is one table "partsmaster" in which there is one field "rfqpart" with type "bool" in POstgreSQL.
Now I want to insert values in that field using EJB from Client. I tried a field in my bean implementation Class with type "Boolean" & then
I tried to insert data into Table with client accessing that bean. When I tried to insert data I got Error as follows:-
============================
Cannot create Bean: java.rmi.UnmarshalException: Error unmarshaling return; nested exception is:
java.lang.ClassNotFoundException: org.postgresql.util.PSQLException (no security manager: RMI class loader disabled)
===============================

Also I tried with simply "boolean" instead of "Boolean" type iinto my EJB for corresponding column in database. But I am getting same Error.
& when I am omittimg the field "rfqpart" from my EJB implementation file then I am able to insert data into database.
So how to deal here with "rfqpart" field? Also What datatype (primary or generic) should I use here so that i can insert data into "rfqpart" field from my Client progarm using EJB2.0?

Please help me.

Thanx in advance.

Prash.
+Pie Number of slices to send: Send
I cannot help you with the mapping but regarding the error I can help you. In case you want to see the exception then you need to add the pPstgreSQL classes to the client as well which you can do by just adding the JDBC archive of postgres into the clients classpath.

-Andy
If you want to look young and thin, hang around old, fat people. Or this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com


reply
reply
This thread has been viewed 812 times.
Similar Threads
How to manage CMP field with Boolean type????
How to deal with boolean fields in EJB2.0?
Many to one unidirectional relationship and ejbCreate
ClasscastException
map integer[] column to EJB 3
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 29, 2024 00:04:41.