[Security & JAAS/JBoss] - Re: JBoss SSO not able to build the src folder..
by nikhilg
Hi Anil,
Any how I am able to configure my enterprse application with JBOSS sso.
I created idp server and my application server.
The sso is working as standalone application and through the idp server too.
I debugged the code and found that in second scenario it creates SAML response and use it to verify th user's credential.
My requirment is:
I have to cosume the SAML assertion sent by outside idp provider. So configuration of this idp server is not in my hand.
idp vendor will send me the link(some form post data which have SAML assertion, may be I am wrong in words) of relying party which should unparse it and verify the user's credential. if user is authenticated I have to redirect him to my source.
Can you guide me how to do it with few example code?
My problem is that how to insert the outside SAML into my SSO configuration to autheticate and authorize the user?
Thanks
Nikhil
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247367#4247367
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247367
15 years, 3 months
[JBoss Messaging] - Re: JBM with singleton MDB
by TheOverlord
"clebert.suconic(a)jboss.com" wrote : If I understand correctly, you need to set slowConsumer=true on the ConnectionFactory used by the MDB. You probably don't want any buffer on the client, as you want the message to be round robbed to other servers.
|
|
| It' s a bit obscure what you are trying to achieve here.. so I' m suggesting that based on what I understood.
You seem to understand what I'm trying to do.
I want maximum throughput of whatever the MDB is doing while honoring the requirements that only one thread can enter the MDB onMessage at a time.
Messages should not wait for a MDB that's busy. If it's busy, it should go another MDB that is not busy. If all MDBs are busy, it should wait until one isn't busy.
Very simple.
I will try the slowConsumer thing to see if it works.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247361#4247361
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247361
15 years, 3 months
[JBossWS] - Cannot deploy web service
by wero_shinoda
Hi everyone, I have a problem deploying a JAX web service.
I created the web service on my computer using eclipse, I have no problem deploying it to JBoss locally.
But now I need to deploy the same web service on the test server of my company, and I just cannot do it! I changed the wsdlsoap:address location from localhost, to the address of the test server, then I copied the EAR file to the deploy folder of JBoss on the test server, but the service is not available, The tomcat status shows an application with the name of my web service, but when I enter the address of my service, the following shows:
AXIS error
No service is available at this URL
I just don't know what to do, and nobody here seems to know either, can you please help me.
Thanks!
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247360#4247360
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247360
15 years, 3 months
[JBoss jBPM] - Re: Problems with indexes in jbpm.history.hbm.xml
by shekharv
I get the same error when running the script for ORacle.
Error starting at line 305 in command:
create index IDX_HDETAIL_HACTI on JBPM4_HIST_DETAIL (HACTI_)
Error at Command Line:305 Column:53
Error report:
SQL Error: ORA-01408: such column list already indexed
01408. 00000 - "such column list already indexed"
*Cause:
*Action:
create index succeeded.
create index succeeded.
Error starting at line 311 in command:
create index IDX_HDETAIL_HPROCI on JBPM4_HIST_DETAIL (HPROCI_)
Error at Command Line:311 Column:54
Error report:
SQL Error: ORA-01408: such column list already indexed
01408. 00000 - "such column list already indexed"
*Cause:
*Action:
Error starting at line 313 in command:
create index IDX_HDET_HVAR on JBPM4_HIST_DETAIL (HVAR_)
Error at Command Line:313 Column:49
Error report:
SQL Error: ORA-01408: such column list already indexed
01408. 00000 - "such column list already indexed"
*Cause:
*Action:
Error starting at line 315 in command:
create index IDX_HDET_HTASK on JBPM4_HIST_DETAIL (HTASK_)
Error at Command Line:315 Column:50
Error report:
SQL Error: ORA-01408: such column list already indexed
01408. 00000 - "such column list already indexed"
*Cause:
*Action:
I will report a JIRA
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247358#4247358
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247358
15 years, 3 months
[EJB 3.0] - Persistent.xml <jar-file> attribute configuration issue in j
by liuxiaodu
We run into issue related to the <jar-file> setting in persistent.xml when we deploy it in jboss server 5.1.0.GA. It is not a issue when we deploy it in jboss 4.2.2.GA.
Here is the detail. We need to include some other entities from different jar file. What we do is to include it using <jar-file>, like the following:
| <jar-file>../lib/another.jar</jar-file>
|
The another.jar is located at the following expended ear folder:
| /lib/another.jar
| myejb.jar
| ....
|
This configuration is standard configuration documented in ejb 3.0 specification. It works in jboss 4.2.2.GA.
However, when we deployed it in jboss 5.1.0.GA. It failed on deployment with the following error message: can not find the another.jar file in the classpath.
We need to know what is the correct way to configure persistent.xml if we want to include other entities from different jar file in JBOSS 5.1.0.GA.
Please help. Thanks.
Louie Liu
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247355#4247355
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247355
15 years, 3 months