Hi,

currently I have the following problem:


I map the following oracle table 

 PRODUCTID                                 NOT NULL NUMBER
 DESCRIPTION                               NOT NULL VARCHAR2(200)
 PRODUCTSTATUS                             NOT NULL NUMBER
 INSERTTIME                                NOT NULL DATE
 INSERTBY                                  NOT NULL VARCHAR2(50)
 UPDATETIME                                         DATE
 UPDATEBY                                           VARCHAR2(50)
 BROKERID                                  NOT NULL NUMBER
 DESCRIPTIONLONG                                    VARCHAR2(4000)
 EXECDATE                                           DATE
 SCHEDULETYPE                              NOT NULL NUMBER
 PROCESSTYPE                               NOT NULL NUMBER
 ORDERID                                            NUMBER
 PRODUCTTYPE                                        NUMBER

to an entity bean on a jboss 4.0.2 application server.

Only if the field ORDERID contains NULL I will get an EJBException ?Internal 
error setting instance field orderid? otherwise al work fine

Does anyone know why?

Many thanks



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883791#3883791

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883791


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to