at org.hibernate.collection.PersistentBag.toArray(PersistentBag.java:254)
| at java.util.ArrayList.addAll(ArrayList.java:473)
| at
com.ati.raa.bl.EntityLogicBean.getAlertsFromEntity(EntityLogicBean.java:144)
...is your JSF stuff accessing your EJB directly?! You should be obtaining your EJBs via
a proxy object, looked up through JNDI...please post your view code? Was expecting
something like:
at Proxy$x.getAlertsFromEntity()
VO/TO = Value Object / Transfer Object. Serializable POJOs without any session-specific
information (read: Hibernate) associated with them, intended for holding data for safe
shipping between layers.
S,
ALR
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978637#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...