This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 73271 - JBoss server should expose JSF libraries
Summary: JBoss server should expose JSF libraries
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 5.x
Hardware: PC All
: P2 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-06 10:58 UTC by Petr Blaha
Modified: 2006-03-09 09:53 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Blaha 2006-03-06 10:58:45 UTC
[build 20060306]
Jboss server plugin should expose JSF library that is included in JBoss.
Comment 1 Libor Kotouc 2006-03-07 10:05:22 UTC
What do you exactly mean?
Comment 2 Petr Blaha 2006-03-07 10:22:33 UTC
According to new spec the servlet container should include JSF implementation.
It means that JSF needn't be packaged in war. The plugin should expose
javaee.jar that includes JSF api and an implementation as well. For instance,
the Jboss contains MyFaces implementation in
server/default/deploy/jbossweb-tomcat55.sar/jsf-libs directory. It means that in
server's library the myfaces-impl.jar shall be added.
Petr Pisl, can you comment this?
Comment 3 Petr Pisl 2006-03-07 13:43:44 UTC
If the servlet container is java ee 5 compatible, then it should have
javaee5.jar somewhere on the classpath (or jars, which includes the apis). The
server plugin should expose the javaee5.jar (or appropriate jars). The
javaee5.jar includes JSF API.  Because we need the implementation of the jsf as
well, the j2ee platform should expose it. So glassfish expose javaee5.jar +
jsf-impl.jar.
Comment 4 Libor Kotouc 2006-03-08 14:50:09 UTC
Fixed.

Checking in JBJ2eePlatformFactory.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/ide/JBJ2eePlatformFactory.java,v
 <--  JBJ2eePlatformFactory.java
new revision: 1.5.8.4.2.4; previous revision: 1.5.8.4.2.3
done
Comment 5 Petr Blaha 2006-03-09 09:53:09 UTC
[build 20060309]