File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JBoss and the fly likes How to deal with boolean fields in EJB2.0? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "How to deal with boolean fields in EJB2.0?" Watch "How to deal with boolean fields in EJB2.0?" New topic
Author

How to deal with boolean fields in EJB2.0?

Pras Tiwari
Ranch Hand

Joined: Nov 07, 2005
Posts: 185
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.


********Deserve Before You Desire********
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to deal with boolean fields in EJB2.0?
 
Similar Threads
How to deal with boolean fields in EJB2.0?
How to manage CMP field with Boolean type????
ClasscastException
Many to one unidirectional relationship and ejbCreate
map integer[] column to EJB 3