hi all, 
i'm a newbie with problems in cascade; my last problem is : in a schedulable i 
lookup a stateless bean and i start some threads; i pass the stateless bean 
reference to the thread throught the constructor of the thread; when i call a 
function of the stateless witch want to persist the entity bean with the 
EntityManager, i get an IllegalArgumentException occurred calling getter of 
vc.ejb.rss.persistence.RssItemBean.id . 

i use jboss4.0.3SP1, and ejb3.0 of course. 
it's the first time encounter this problem.....this is strange because 
persisting entities from the application work perfectly well....is it because i 
want to persist an entity from a thread, schedulable ? i found out that this i 
s because the stateless is not proxyied....it is deployed diretly in the deploy 
dir of jboss.....but why the session beans deployed in the ear are proxied ? 
because they work perfectly......who's fault is it ? jboss's because doesn't 
proxy the session bean ? or mine ? 

thanks,
chelaru.viorel

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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to