I tried creating a new EAR project using Eclipse 3.4.2 + JBT 3.0.0 +
jboss-seam-2.0.2.SP1 + JBoss AS (5.0.0 or 5.0.1). When right click on
home.xhtml to select RUN AS -> RUN on Server, it falied to render with error
"Missing Built-in Tag Libraries"
However, it works normally when JBOSS AS 4.2.
"max.ander...@jboss.com" wrote : It seems JBoss AS 4.2.3 have a faulty JSF
implementation that causes some classloader problems. This is fixed in EAP 4.3
and JBoss 5.
|
I tried another combination Eclipse 3.4.2 + JBT 3.0.0 + JBoss AS (5.0.0 or
5.0.1) and got another error message. It seems
Thank you for your reply.
I changed the project name with captial letters, but the problem presisted.
However, I find that it can work properly if deploying to JBoss AS 4.2.2
Does the problem relate to JBoss AS or Seam runtime?
View the original post :
http://www.jboss.org/index.html?module=bb
I followed "New Seam Project" Wizard to create a seam project and chose below
options
Target Runtime = JBoss 4.2 Runtime
Dynamic Web Module version = 2.5
Taget Server = JBoss 4.2 Server
COnfiguration = Dynamic Web Project with Seam 2.0
Seam Runtime = jboss-seam-2.0.2.SP1
Deploy As = EAR
Another o