[JBoss-user] [JBoss Seam] - Outjection Problem

2006-07-03 Thread sws42
Hi! I've an application similar to the booking-example. You can select an item from a list and go to a page to edit this item. I have a stateful bean, from which the list is populated via @DataModel. I get back a @DatamodelSelction, which is a simple Bean, no Seam Component. In my JSP, I call a

[JBoss-user] [JBoss Seam] - Re: Outjection Problem

2006-07-04 Thread sws42
I haven't got the "contextual components" right. If I read the documentation, it tells me that a SLSB (Seam Component, because annotated with @Name) is being put in the stateless context. A non-Seam Component is being put in the context which I annotated with @Out (scope=...), eg the EVENT-Cont

[JBoss-user] [JBoss Seam] - PropertyNotFoundException

2006-05-10 Thread sws42
Hi, I'm trying to build my own Seam-Apllication, having an error for some days now. the stacktrace: 14:58:36,634 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception | javax.faces.el.PropertyNotFoundException: Bean: $Proxy94, property: formulare | at org.apache.myfaces.el

[JBoss-user] [JBoss Seam] - [LazyInitializationException] could not initialize proxy - t

2006-05-29 Thread sws42
Hi all, I'm getting the above error while trying to show entities with lazy-loaded properties. I have a SLSB in which I retrieve an Entity from the Database. The EntityBean is as follow: | public class Walzen implements java.io.Serializable { | . | . | . | private Werkstoffe w

[JBoss-user] [JBoss Seam] - Re: [LazyInitializationException] could not initialize proxy

2006-05-30 Thread sws42
Thank you for your answers, i used the documentation path to solve my problem. What is the difference, if there is any, between the documentation and the simple (EXTENDED) solution? Sincerely Stefan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947546#3947