[JBoss Portal] - LDAP to provide user information
by mifa
Hi All,
I have same question:
In my portal users are stored in a database of the portal
and identified by means of a database. I need to connect a LDAP server, but the identification of users in a portal must not be made through these LDAP.
Since my portal includes services from other portals I should make SSO mechanism. To each user of portal is compared the ID of user from LDAP servers. When the user login on my portal there is its identification on means of a database of my portal. Further we find the given user in LDAP Servers a foreign portal, we receive its login and the password. With these data the
user automatically passes identification and authorization on service
of a foreign portal which includes my portal.
Are there any ideas how it to make? Is it possible to connect a LDAP server to JBoss portal in this case?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977489#3977489
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977489
19 years, 7 months
[JCA/JBoss] - [CICS / JCA] nw user to JBoss with JCA needs
by srenaudo
Hello,
For development platform purposes, we need to use a JBoss application server.
No problems about installation and running projects.
But we now need to use a CICS Transaction Manager to interact with some legacies. We tried to put the "cicseci.rar" (the RAR used for it) and created a cicseci-ds.xml as following :
<?xml version="1.0" encoding="UTF-8"?>
| <connection-factories>
|
| <tx-connection-factory>
|
| <jndi-name>eis/AppliConnectionFactory_SIAA</jndi-name>
|
| <rar-name>cicseci.rar</rar-name>
| <!--connection-definition>javax.resource.cci.ConnectionFactory</connection-definition-->
| <connection-definition>com.ibm.connector2.cics.ECIManagedConnectionFactory</connection-definition>
|
| <config-property name="ConnectionURL" type="java.lang.String">local:</config-property>
| <config-property name="PortNumber" type="java.lang.String">2006</config-property>
| <config-property name="ServerName" type="java.lang.String">RAPPLI</config-property>
| <config-property name="UserName" type="java.lang.String">CICSUSER</config-property>
| <config-property name="TranName" type="java.lang.String">SIAA</config-property>
| <config-property name="TraceLevel" type="java.lang.Integer">1</config-property>
|
| <max-pool-size>10</max-pool-size>
|
| </tx-connection-factory>
|
| </connection-factories>
The RAR appears in the webconsole --> J2EE Domains --> jboss.management.locale --> cicseci.rar.
Before trying to deplo our existing application, how can we test if the RAR we deployed work correctly ?
Best Regards.
P.S. : I'm a french people, so my english writing is poor... but I understand everything.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977481#3977481
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977481
19 years, 7 months
[JBoss Seam] - Re: Eclipse Getting Started Guide
by japplicoon
I now started the n-th trial (I'm quite quick now ;-) with jboss-seam.jar in server/default/lib. "sample" did not work because parse errors with processflow config files, but I got the "blank" app deployed successfully.
The start page came up, ok. But I had to again add the Module-dependency on jboss-seam.jar (the one you suggested to remove) to get the Seam Component (MySfsb in the example) be resolved properly.
But I still don't understand why the publishing process does not pick up jboss-seam jar (and jbpm-xxx.jar) into the ear file while it is present in nearly every directory ...
Since I don't like to be tied to eclipse to build my project anyway, I wonder whether I could feed the "publish" process with a custom buid.xml I may use outside eclipse as well? Unfortunately, seam-gen only packages a build.xml for the "non-wtp"-Structure. Perhaps someone has already done something like that?
Greets.
sonja
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977479#3977479
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977479
19 years, 7 months
[JBoss Portal] - error deploying helloworldjsfportlet
by cpage
hi, i have downloaded the portlet and copy the war in the deploy directory.
i hava the stack trace :
11:46:17,978 ERROR [CommandFilter] Exception in command invocation
| org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsf/html cannot be resolved in either web.xml or the jar files deployed with this application
| at org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:510)
| at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:375)
| at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
| at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| at org.jboss.portal.portlet.impl.jsr168.PortletRequestDispatcherImpl.execute(PortletRequestDispatcherImpl.java:87)
| at sun.reflect.GeneratedMethodAccessor297.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
| at java.lang.reflect.Method.invoke(Unknown Source)
| at org.jboss.portal.server.servlet.CommandFilter.doFilter(CommandFilter.java:65)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
| at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:574)
| at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:499)
| at org.jboss.portal.portlet.impl.jsr168.PortletRequestDispatcherImpl.include(PortletRequestDispatcherImpl.java:108)
| at org.apache.myfaces.context.portlet.PortletExternalContextImpl.dispatch(PortletExternal
....
Caused by: javax.portlet.PortletException: org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsf/html cannot be resolved in either web.xml or the jar files deployed with this application
| at org.jboss.portal.portlet.impl.jsr168.PortletRequestDispatcherImpl.include(PortletRequestDispatcherImpl.java:118)
| at org.apache.myfaces.context.portlet.PortletExternalContextImpl.dispatch(PortletExternalContextImpl.java:164)
| ... 242 more
| Caused by: org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsf/html cannot be resolved in either web.xml or the jar files deployed with this application
| at org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:510)
| at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:375)
| at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
| at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| at org.jboss.portal.portlet.impl.jsr168.PortletRequestDispatcherImpl.execute(PortletRequestDispatcherImpl.java:87)
| at sun.reflect.GeneratedMethodAccessor297.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
| at java.lang.reflect.Method.invoke(Unknown Source)
| at org.jboss.portal.server.servlet.CommandFilter.doFilter(CommandFilter.java:65)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
| at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:574)
| at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:499)
| at org.jboss.portal.portlet.impl.jsr168.PortletRequestDispatcherImpl.include(PortletRequestDispatcherImpl.java:108)
| ... 243 more
| Caused by: org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsf/html cannot be resolved in either web.xml or the jar files deployed with this application
| at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:50)
| at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407)
| at org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:114)
| at org.apache.jasper.compiler.TagLibraryInfoImpl.generateTLDLocation(TagLibraryInfoImpl.java:316)
| at org.apache.jasper.compiler.TagLibraryInfoImpl.<init>(TagLibraryInfoImpl.java:147)
| at org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:423)
| at org.apache.jasper.compiler.Parser.parseDirective(Parser.java:492)
| at org.apache.jasper.compiler.Parser.parseElements(Parser.java:1552)
| at org.apache.jasper.compiler.Parser.parse(Parser.java:126)
| at org.apache.jasper.compiler.ParserController.doParse(ParserController.java:211)
| at org.apache.jasper.compiler.ParserController.parse(ParserController.java:100)
| at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:155)
| at org.apache.jasper.compiler.Compiler.compile(Compiler.java:295)
| at org.apache.jasper.compiler.Compiler.compile(Compiler.java:276)
| at org.apache.jasper.compiler.Compiler.compile(Compiler.java:264)
| at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:563)
| at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:303)
| ... 259 more
is the portlet well packaged ?
the web.xml is empty?
thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977478#3977478
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977478
19 years, 7 months