[Beginner's Corner] - Pluto in JBoss AS 7.1 Final
by Richard Allen
Richard Allen [https://community.jboss.org/people/its_richardallen] created the discussion
"Pluto in JBoss AS 7.1 Final"
To view the discussion, visit: https://community.jboss.org/message/743579#743579
--------------------------------------------------------------
Hi All,
Long time reader, first time poster.
I'm trying to get the pluto portlet container running in JBoss AS 7.1. I've added the dependencies as JBoss modules and the portlet container starts and I can login into the portal but then I run into issues. From what I can tell, Pluto can not find any of the portlets it has configured to run. Below is an extract from the JBoss server log.
11:13:13,953 WARN [org.apache.pluto.driver.container.PortletContextManager] (http-draco.inter-systems.com-192.168.201.70-8080-1) Unable to retrieve portlet: '/pluto/AboutPortlet'
11:13:13,953 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) org.apache.pluto.container.PortletContainerException: Unable to retrieve portlet: '/pluto/AboutPortlet'
11:13:13,954 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at org.apache.pluto.driver.container.PortletContextManager.getPortlet(PortletContextManager.java:220)
11:13:13,954 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at org.apache.pluto.driver.core.PortletWindowImpl.<init>(PortletWindowImpl.java:62)
11:13:13,955 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at org.apache.pluto.driver.tags.PortletTag.doStartTag(PortletTag.java:133)
11:13:13,955 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at org.apache.jsp.WEB_002dINF.themes.portlet_002dskin_jsp._jspService(portlet_002dskin_jsp.java:81)
11:13:13,956 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
11:13:13,956 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
11:13:13,956 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:369)
11:13:13,957 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:326)
11:13:13,957 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:253)
11:13:13,957 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
11:13:13,958 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329)
11:13:13,958 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)
11:13:13,959 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:840)
11:13:13,959 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:720)
11:13:13,959 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:657)
11:13:13,960 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary.java:968)
11:13:13,960 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at org.apache.jsp.WEB_002dINF.themes.pluto_002ddefault_002dtheme_jsp._jspx_meth_c_005fforEach_005f1(pluto_002ddefault_002dtheme_jsp.java:523)
11:13:13,961 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at org.apache.jsp.WEB_002dINF.themes.pluto_002ddefault_002dtheme_jsp._jspx_meth_c_005fotherwise_005f0(pluto_002ddefault_002dtheme_jsp.java:467)
11:13:13,961 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at org.apache.jsp.WEB_002dINF.themes.pluto_002ddefault_002dtheme_jsp._jspx_meth_c_005fchoose_005f0(pluto_002ddefault_002dtheme_jsp.java:328)
11:13:13,962 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at org.apache.jsp.WEB_002dINF.themes.pluto_002ddefault_002dtheme_jsp._jspService(pluto_002ddefault_002dtheme_jsp.java:161)
11:13:13,962 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
11:13:13,962 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
11:13:13,963 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:369)
11:13:13,963 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:326)
11:13:13,963 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:253)
11:13:13,964 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
11:13:13,964 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329)
11:13:13,965 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)
11:13:13,965 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:840)
11:13:13,965 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:622)
11:13:13,966 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:560)
11:13:13,966 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:488)
11:13:13,967 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at org.apache.pluto.driver.PortalDriverServlet.doGet(PortalDriverServlet.java:189)
11:13:13,967 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at javax.servlet.http.HttpServlet.service(HttpServlet.java:734)
11:13:13,967 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
11:13:13,968 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329)
11:13:13,968 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)
11:13:13,968 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)
11:13:13,969 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)
11:13:13,969 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:489)
11:13:13,970 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153)
11:13:13,970 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155)
11:13:13,970 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
11:13:13,971 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
11:13:13,971 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368)
11:13:13,971 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877)
11:13:13,972 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:671)
11:13:13,972 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930)
11:13:13,973 ERROR [stderr] (http-draco.inter-systems.com-192.168.201.70-8080-1) at java.lang.Thread.run(Thread.java:680)
11:13:13,973 ERROR [org.apache.pluto.driver.core.PortletWindowImpl] (http-draco.inter-systems.com-192.168.201.70-8080-1) Unable to load Portlet App Deployment Descriptor:Unable to retrieve portlet: '/pluto/AboutPortlet': org.apache.pluto.container.PortletContainerException: Unable to retrieve portlet: '/pluto/AboutPortlet'
at org.apache.pluto.driver.container.PortletContextManager.getPortlet(PortletContextManager.java:220) [pluto-portal-driver-2.0.3.jar:2.0.3]
at org.apache.pluto.driver.core.PortletWindowImpl.<init>(PortletWindowImpl.java:62) [pluto-portal-driver-2.0.3.jar:2.0.3]
at org.apache.pluto.driver.tags.PortletTag.doStartTag(PortletTag.java:133) [pluto-portal-driver-2.0.3.jar:2.0.3]
at org.apache.jsp.WEB_002dINF.themes.portlet_002dskin_jsp._jspService(portlet_002dskin_jsp.java:81)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) [jbossweb-7.0.13.Final.jar:]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:369) [jbossweb-7.0.13.Final.jar:]
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:326) [jbossweb-7.0.13.Final.jar:]
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:253) [jbossweb-7.0.13.Final.jar:]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:840) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:720) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:657) [jbossweb-7.0.13.Final.jar:]
at org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary.java:968) [jbossweb-7.0.13.Final.jar:]
at org.apache.jsp.WEB_002dINF.themes.pluto_002ddefault_002dtheme_jsp._jspx_meth_c_005fforEach_005f1(pluto_002ddefault_002dtheme_jsp.java:523)
at org.apache.jsp.WEB_002dINF.themes.pluto_002ddefault_002dtheme_jsp._jspx_meth_c_005fotherwise_005f0(pluto_002ddefault_002dtheme_jsp.java:467)
at org.apache.jsp.WEB_002dINF.themes.pluto_002ddefault_002dtheme_jsp._jspx_meth_c_005fchoose_005f0(pluto_002ddefault_002dtheme_jsp.java:328)
at org.apache.jsp.WEB_002dINF.themes.pluto_002ddefault_002dtheme_jsp._jspService(pluto_002ddefault_002dtheme_jsp.java:161)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) [jbossweb-7.0.13.Final.jar:]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:369) [jbossweb-7.0.13.Final.jar:]
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:326) [jbossweb-7.0.13.Final.jar:]
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:253) [jbossweb-7.0.13.Final.jar:]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:840) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:622) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:560) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:488) [jbossweb-7.0.13.Final.jar:]
at org.apache.pluto.driver.PortalDriverServlet.doGet(PortalDriverServlet.java:189) [pluto-portal-driver-2.0.3.jar:2.0.3]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:734) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:489) [jbossweb-7.0.13.Final.jar:]
at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368) [jbossweb-7.0.13.Final.jar:]
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.13.Final.jar:]
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:671) [jbossweb-7.0.13.Final.jar:]
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930) [jbossweb-7.0.13.Final.jar:]
at java.lang.Thread.run(Thread.java:680) [classes.jar:1.6.0_33]
Any pointers you could provide would be very appreicated.
Cheers,
Rich
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/743579#743579]
Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
12 years, 4 months
[Beginner's Corner] - JAAS Login issue
by ionutvaidianu
ionutvaidianu [https://community.jboss.org/people/ionutvaidianu] created the discussion
"JAAS Login issue"
To view the discussion, visit: https://community.jboss.org/message/728886#728886
--------------------------------------------------------------
Hello,
I'm quite new to JBoss AS, so please bare with me and any help is appreciated.
Here is my problem: I have a RichFaces web application and I want to restrict access to most of the pages. As far as I have found so far the best way (opened for suggetions and debate here) to secure content is at container level by defining a security domain and a module that will authorize the users so they can be able to access secured pages.
I have done all the configuration, the pages are protected, but even from a user that authenticates. In other words event after authentication I get redirected to the login page and cannot access any of the protected pages. I get no error / message in the server console (The log level for CONSOLE is on DEBUG).
Is it a known issue, is there a WA for it or am I doing something wrong?
Thanks!
Here is the setup:
JBoss AS 7.1.1 Final, standalone configuration.
The security domain (the associated datasource is functional because at some point I got wrong password in the server console):
<security-domain name="SecuredRealm">
<authentication>
<login-module code="Database" flag="required">
<module-option name="dsJndiName" value="java:jboss/datasources/securityDS"/>
<module-option name="principalsQuery" value="select passwd from Users where username=?"/>
<module-option name="rolesQuery" value="select userRoles,'Roles' from UserRoles where username=?"/>
<module-option name="hashAlgorithm" value="MD5"/>
<module-option name="hashEncoding" value="base64"/>
<module-option name="unauthenticatedIdentity" value="guest"/>
<module-option name="maxInvalidLoginAttempts" value="5"/>
</login-module>
</authentication>
</security-domain>
jboss-web.xml
<?xml version="1.0" encoding="UTF-8"?>
<jboss-web>
<security-domain>java:/jaas/SecuredRealm</security-domain>
</jboss-web>
web.xml
|
| <security-constraint> |
|
|
| <web-resource-collection> |
|
|
|
| <web-resource-name>SecuredRealm</web-resource-name> |
|
|
|
| <url-pattern>/*</url-pattern> |
|
|
|
| <http-method>GET</http-method> |
|
|
|
| <http-method>POST</http-method> |
|
|
| </web-resource-collection> |
|
|
| <auth-constraint> |
|
|
|
| <role-name>*</role-name> |
|
|
| </auth-constraint> |
|
|
| <!-- <user-data-constraint> --> |
|
|
| <!-- <transport-guarantee>CONFIDENTIAL</transport-guarantee> --> |
|
|
| <!-- </user-data-constraint> --> |
|
| </security-constraint> |
|
| <security-constraint> |
|
|
| <web-resource-collection> |
|
|
|
| <web-resource-name>Unprotected area</web-resource-name> |
|
|
|
| <url-pattern>/resources/*</url-pattern> |
|
|
| </web-resource-collection> |
|
| </security-constraint> |
|
| <login-config> |
|
|
|
| <auth-method>FORM</auth-method> |
|
|
|
| <realm-name>SecuredRealm</realm-name> |
|
|
|
| <form-login-config> |
|
|
|
|
| <form-login-page>/jasl.jsf</form-login-page> |
|
|
|
| <form-error-page>/jasl.jsf</form-error-page> |
|
|
| </form-login-config> |
|
|
| </login-config> |
|
|
| <security-role> |
|
|
|
| <role-name>admin</role-name> |
|
|
| </security-role> |
|
|
| <security-role> |
|
|
|
| <role-name>normal</role-name> |
|
|
| </security-role> |
|
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/728886#728886]
Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
12 years, 4 months
[Beginner's Corner] - Java EE App with "New missing/unsatisfied dependencies" - jboss.naming.context
by labo32
labo32 [https://community.jboss.org/people/labo32] created the discussion
"Java EE App with "New missing/unsatisfied dependencies" - jboss.naming.context"
To view the discussion, visit: https://community.jboss.org/message/743538#743538
--------------------------------------------------------------
Hello,
I try to get a Java EE example running into a JBoss AS 7.1.1 in standalone-full profile.
The App contains a JPA Entity and a Servlet and can be deployed successful in a Glassfish 3 server
(but this is not whta I want)
The server.log told me
06:16:47,791 INFO [org.jboss.as.controller] (DeploymentScanner-threads - 2) JBAS014774: Service status report
JBAS014775: New missing/unsatisfied dependencies:
service jboss.naming.context.java.module.JavaEE-war.JavaEE-war.env.sqlbrowser (missing) dependents: [service jboss.naming.context.java.module.JavaEE-war.JavaEE-war.env."net.larbig.sqlbrowser.servlet.DBTestServlet".dataSource]
06:16:47,794 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.JavaEE-war.JavaEE-war.env.\"net.larbig.sqlbrowser.servlet.DBTestServlet\".dataSourcejboss.naming.context.java.module.JavaEE-war.JavaEE-war.env.sqlbrowserMissing[jboss.naming.context.java.module.JavaEE-war.JavaEE-war.env.\"net.larbig.sqlbrowser.servlet.DBTestServlet\".dataSourcejboss.naming.context.java.module.JavaEE-war.JavaEE-war.env.sqlbrowser]"]}}}
I already googled : "New missing/unsatisfied dependencies" and "service jboss.naming.context.java.module" but the hits were not really helpful for me.
How can I solve that problem ?
Thanks
labo
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/743538#743538]
Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
12 years, 4 months
[JBoss Web Services] - Re: <jaxws:client> configuration not picked up from jbossws-cxf.xml
by Steffen Krause
Steffen Krause [https://community.jboss.org/people/kimba74] created the discussion
"Re: <jaxws:client> configuration not picked up from jbossws-cxf.xml"
To view the discussion, visit: https://community.jboss.org/message/741536#741536
--------------------------------------------------------------
Alessio,
Thanks for the response. I have tried quite a few things and somehow none of them were really working. One thing I ran into while debugging was: I configured a <cxf:bus> in the jbossws-cxf.xml for logging purposes but that resulted in the Endpoint deployer not finding my configured WSDL (in @WebService and jbossws-cxf.xml) files anymore (which are provided in the WAR's WEB-INF/wsdl or in the JAR's META-INF/wsdl directory). I will try giving the cxf.xml in the classpath a shot and see if that helps, I'll keep you updated on that.
Is there any other way to configure CXF than by using their Spring based XML? From reading CXF's User Manual I did not see any other option, but then I only had a few days for going through the material.
Yes, a future JBossWS mechanism for adding additional Java classes to the JAXB Context of Endpoints as well as Clients would be VERY much appreciated, please keep me posted on that. Don't hesitate to ask if I could help with anything, I would very much like to contribute to JBossWS if I can/may.
Thanks,
Steffen
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/741536#741536]
Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
12 years, 4 months