Hello everyone,
i've got a problem with some code (mainly copied from the booking example).
I use Jboss AS 4.2.2 with SEAM 2.0.0.
The Booking-Example works fine.
However my own page pr_overview.xhtml:
| http://www.w3.org/1999/xhtml";
| xmlns:s="http://jboss.com/products/seam/taglib";
Hi all,
My code looks like this:-
User.java
| @Entity
| @Name("userBean")
| @Scope(SESSION)
| @Table(name = "abcd")
| public class User implements Serializable {
|
| private static final long serialVersionUID = -7928759431732764467L;
| private String StrUserName;
| p
I am using seam 2 and sun app server 9. I have two seemingly identical
configurations. On one version my ear works fine and on the other I get this
exception whenever any seam @Name object is referenced i.e. even if I remove
the authentication.
javax.el.PropertyNotFoundException: Target Unreach