[JBoss-user] [JBossWS] - Re: Problem with wsdl

2006-03-09 Thread emmaueze
Thanks Flo

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3929007#3929007

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3929007


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Problem with wsdl

2006-03-07 Thread emmaueze
Hi all,

I have a challenge with the soap:address location in my wsdl after it has been 
deployed. I have the soap location address which was originally:
soap:address location=REPLACE_WITH_ACTUAL_URL/ 

Change to something like:
 soap:address location=http://vart:80/myapp/MyService/ ,  where vart is the 
URL of the local address.  

The main issue here is that I'd prefer JBoss to assign the public IP of the 
machine I have deployed to rather than it's local name or IP.  Can anyone 
please tell me how I can control how JBoss manages soap:address 
location=REPLACE_WITH_ACTUAL_URL/ at deployment?

Thanks
Emmanuel 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3928543#3928543

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3928543


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JCA/JBoss] - Re: Howto encrypt connection factory passwords

2004-04-14 Thread emmaueze
everything seem to be fine now.  I added the authentication tag to login-config.xml 
and it works. so everything now looks like this:

application-policy name = MsqlDbRealm

login-module code = org.jboss.resource.security.SecureIdentityLoginModule
  flag = required
module-option name = usernametheuser/module-option
module-option name = password3f1eade193525626/module-option
module-option name = 
managedConnectionFactoryNamejboss.jca:service=LocalTxCM,name=MYDATASRC/module-option
/login-module

/application-policy


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3830586#3830586

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830586


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JCA/JBoss] - Re: Howto encrypt connection factory passwords

2004-04-07 Thread emmaueze
I have got JBoss-3.2.4RC1 and succeeded in generating the encryted password but Jboss 
keep throwing the following exception each time I try to access a page that makes a DB 
connection via JNDI :
java.lang.SecurityException: Invalid authentication attempt, principal=null

I added the following lines to login-config.xml:
application-policy name = MsqlDbRealm
 login-module code = 
org.jboss.resource.security.SecureIdentityLoginModule
 flag = required
 module-option name = usernametheuser/module-option
 module-option name = password3f1eade193525626/module-option
 module-option name = 
managedConnectionFactoryNamejboss.jca:service=LocalTxCM,name=MYDATASRC/module-option
  /login-module
   
/application-policy


I also added the following line to mssql-ds.xml
security-domainMsqlDbRealm/security-domain

I'm connecting to an MSSQL 2000 DB.  Everything is normally alright when I supply my 
DB username and password directly in mssql-ds.xml

How do I get the encrypted DB factory password to work?

Thanks
Emmanuel

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3829644#3829644

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3829644


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JCA/JBoss] - Re: Howto encrypt connection factory passwords

2004-03-30 Thread emmaueze
How do I generate the ecrypted password to use in conf/login-config.xml file?

Thanks
Emmanuel

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3828171#3828171

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3828171


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user