[JBoss Portal] - How I configute a custom IdentityLoginModule
by ameo
Hello,
I try to use a own implementation of a custom IdentityLoginModule. Can you tell me how to make the configuration for using it ?
The only thing I've done is that I changed the class in jboss-portal.sar\conf\login-config.xml, but with no luck.
| <login-module code="com.test.CUSTOMIdentityLoginModule" flag="required">
| <module-option name="unauthenticatedIdentity">guest</module-option>
| <module-option name="userModuleJNDIName">java:/portal/UserModule</module-option>
| <module-option name="roleModuleJNDIName">java:/portal/RoleModule</module-option>
| <module-option name="userProfileModuleJNDIName">java:/portal/UserProfileModule</module-option>
| <module-option name="membershipModuleJNDIName">java:/portal/MembershipModule</module-option>
| <module-option name="additionalRole">Authenticated</module-option>
| <module-option name="password-stacking">useFirstPass</module-option>
| </login-module>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4138764#4138764
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4138764
18 years, 1 month
[JBoss jBPM] - lead time integration
by Fredde
Hi everyone,
i'm currently working on a master thesis concerning the calculation and integration of lead time data into any given jbpm-based workflow-system.
I'm kind of new to jBPM but i've spent the last couple of weeks scanning the net and these Forums/Documentation to get an overview. The company i am working for has developed their own workflow-system for projects in the past but are now using jBoss jBPM only and I can certainly see why. ;-)
But:
>From what i know, BAM/BI functionality is not provided by jBPM in the current Version, although there have been some efforts in that direction. I guess they are still going on.
My Task (baked into a master thesis Project) is to create a solution for the missing but required aspect of lead time calculation and persistance and that leads me to the following questions:
- What status is the development of BAM/BI functionality in at this point and how far do you believe i can get with the functionality that jBPM offers in the current Version (timer/duration aso.)?
- one big issue will probably be the mapping of something i call LeadTime-Definitions onto jBPM-Processdefinitions. A LeadTimeDef. descibes which Parts of a Process should be taken into account, when calculating a Lead Time and which not. I was hoping to be able to add my own xml to the processdefinition.xml somehow, but oviously the designer (GPD) will cast a NullPointerException, when i insert custom tags. Is there a smart way to insert some sort of "meta-data" in XML-Processdefinitions without interfering with the GPD and the Deployment of the Processdefinitions? (perhaps changing the xsd?)
- Obviously im interested in any current project related to the subject. I'd be greatful for any reference to such a Project or Resource.
There are alot more thoughts and questions on my mind, but i think i should just wait and see if anyone "bites the hook" first. :-)
Thanks,
Fredde.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4138756#4138756
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4138756
18 years, 1 month
[JBoss Tools (users)] - Re: Request guidance on upgrading from JBoss Tool 2.0 GA to
by scabanovich
> what we should do with our existing
> org.jboss.tools.jst.web.xml project files
Before JBoss Tools 2.0.1, if this file gets wrong because of wrong absolute paths, the solution was to remove it, remove line org.jboss.tools.jsf.jsfnature in .project file, restart Eclipse and execute "JBoss Tools/Add JSF Capabilities..." on project node in Package Explorer.
In JBoss Tools 2.0.1 one can remove the file and restart Eclipse without editing .project, the nature is removed automatically. Executing "JBoss Tools/Add JSF Capabilities..." is still needed, and file org.jboss.tools.jst.web.xml will be created with correct paths.
In JBoss Tools 2.1.x, file org.jboss.tools.jst.web.xml is not needed and will not be created, but as long as it exists in an old project, it will be used. If it is wrong, just remove it.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4138746#4138746
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4138746
18 years, 1 month