[JBoss Seam] - Re: seam-gen and hibernate tools!Target Unreachable, identi
2 Message(s) by 2 Author(s) originally posted in jboss java
| From: matt.drees |
Date: Saturday, August 25, 2007
|
| From: Ian Darwin |
Date: Sunday, August 26, 2007
|
wrote in message :
| Exception during request processing:
| | Caused by JAVAx.el.PropertyNotFoundException with message: "Target Unreachable, identifier 'humansHome' resolved to null"
| | ...
| |
|
That's strange. Is there a class called HumansHome that is correctly annotated @xxxxxxxxxxx("humansHome")?
Maybe try seam-gen from the command line (outside of Jboss IDE).
Unlike the original poster, I used seam-gen directly, and I get exactly
the same problem, except it's the "authenticator" if I try to login, or
my own
component if a simple page. And yes, in both cases the
target
does exist, is annotated correctly (and case sensitively) and is in the
.jar
file in the .ear. See my posting on the 24th with the
subject
"seam-gen generates non-working project"
Next Message: Server configurations related to Tomcat 5.0 and JBoss4.0.1 for both development and production.