You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL.
| Online: | 23 Members of 4546 |
| Forum: Seam Users |
12. May 2008, 19:05 CET | Link |
I encountered a situation in one of my projects where java beans with @Name and @Scope annotations aren't being installed with I do either a seam-gen 'explode' or 'deploy'. That included authenticator. This was only for annotated beans. Beans that were mapped in components.xml were fine.
I resolved the issue by creating another seam-gen project and moving my source,test, and view files over. But it had me pissed off for a while.
Is there anyone here who has encountered such an issue?
|
|
Dan Hinojosa Seam :: Groovy :: Swing Developer/Consultant/Instructor Albuquerque, NM |
2 Replies: | |||||
|---|---|---|---|---|---|
The only reason that comes to my mind is missing seam.properties file in the archive. -P |
|||||
That was in there. I think it was quite a mystery. I did add a whole slew of libraries, and maybe that conflicted at one point. It was just puzzling.
|