Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution:
Out of Date
-
Affects Version/s: 1.1.1.Final
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
Seam docs on seam-wicket reffers to Weld's documentation.
http://docs.jboss.org/seam/3/wicket/latest/reference/en-US/html/wicket.installation.html
That one only shows how to configure a WAR to be deployed to Jetty.
Decription of programatic installation to embedded Jetty is missing.
Could someone please add this to the doc?
Also, is it ok to have it separated this way since weld-wicket moved to seam-wicket?
(I admit that I don't know the relationships between Weld and Seam...)
I've changed this to a bug because the documentation is wrong.
Following http://docs.jboss.org/seam/3/wicket/latest/reference/en-US/html/wicket.installation.html ,
I get to http://docs.jboss.org/weld/reference/latest/en-US/html/environments.html#d0e5286
which suggests me to configure the BeanManager using class org.jboss.weld.resources.ManagerObjectFactory ,
which is not present in seam-wicket nor any of it's dependencies (seam-solder, wicket).