Hi !
I've an issue about FacesServlet mapping at my JBossAS server's startup...
The stacktrace in the console:
09:41:02,063 INFO [TomcatDeployer] deploy, ctxPath=/,
warUrl=.../deploy/jboss-web.deployer/ROOT.war/
| 09:41:02,891 INFO [MyfacesConfig] No context init parameter
'org.apache.myfac
I tried to replace jsf-api.jar and jsf-impl.jar in
server\default\deploy\jboss-web.deployer\jsf-libs by myfaces-api-1.1.1.jar and
myfaces-impl-1.1.1.jar, but myfaces-impl doesn't have this package :
com/sun/... like jsf-impl :-/
And thus JBoss makes errors during its startup...
View the origin
Hi !
Same problem for me... I added your context-param code in my web.xml file, but
I still have the same error message when deploying the application in JBoss...
09:14:03,310 WARN [JBossJSFConfigureListener] MyFaces JSF implementation
found! This version of JBoss AS ships with the java.net im
Thanks for the answer !
The problem is now resolved, I added the tld files of the taglibs in my WEB-INF
folder (no need of the jar libraries, provided by the server), and made the
link from the jsp to them with the configuration in web.xml.
View the original post :
http://www.jboss.com/index.h
"PeterJ" wrote : Place your WAR file in the server/default/deploy directory.
Right, you can hot-deploy it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120866#4120866
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4120
Hi all,
I'm writing a jsp page, and need the portlet tag library. Thus I added this
line at the top of the file :
<%@ taglib uri="http://java.sun.com/portlet"; prefix="portlet" %>
But Eclipse give me an error message :
"Eclipse" wrote : Cannot find the tag library descriptor for
http://java.s
I didn't say the size of the glass :-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120774#4120774
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4120774
___
jboss-user maili
"[EMAIL PROTECTED]" wrote : Make sure that:
|
| ch.softcomponent.bg.MyPortlet implements javax.portlet.Portlet (or extends
javax.portlet.GenericPortlet)
|
| Also make sure to *not* include the jsr168 api jar in your webapp since
it's already part of the portal
|
I tried with both po
The test environment : jboss-portal-2.6.3.GA-bundled
>> JBossAS 4.2.2
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120757#4120757
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4120757
I've an error during my portlet's deployment. I didn't find what's the mistake,
it's certainly a small detail in the configuration, but...
The error in the server's console :
18:19:21,188 INFO [TomcatDeployer] deploy, ctxPath=/myPortlet-0.1-SNAPSHOT,
warUrl=.../tmp/deploy/tmp54329myPortlet-0.1
Hi,
I'm searching a plugin for eclipse to develop portlets for JBoss Portal. Some
people talk about JBoss Portal plugin for eclipse, but nothing concrete... Do
you have new information about this plugin since you posted your message ?
Best regards
Blaise
View the original post :
http://www.jb
11 matches
Mail list logo