Help

Controls

PermLinkWikiLink

Built with Seam

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.

Forum: Seam Users Forum ListTopic List
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:
12. May 2008, 22:45 CET | Link

The only reason that comes to my mind is missing seam.properties file in the archive.

-P

12. May 2008, 23:16 CET | Link

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.

 
Dan Hinojosa Seam :: Groovy :: Swing Developer/Consultant/Instructor Albuquerque, NM