>        Collection col=listAll();
>        for (Iterator i=col.iterator(); i.hasNext(); ) {
>           Object o=i.next();
>           System.out.println("Object is " + o);
>           telefonLocal  tf = (telefonLocal) o;
>           
>           System.out.println("Before");
>             telefonData td=tf.getData();
>           System.out.println("Got line!");
> 
> From the output I can see "Before" but not "Got line!"

Which commit option? Is your session bean running in a transaction?

Cheers,



                        Sacha


-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to