[JBoss-user] [Security JAAS/JBoss] - Cryptography Password in oracle-ds.xml file

2004-06-15 Thread fabinhu
Guys,

  How can i cryptography password in data-source.xml file ?
  JBoss has something to do this ?

[]'s :)

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

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


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: Cryptography Password in oracle-ds.xml file

2004-06-15 Thread fabinhu
fabinhu wrote : Guys,
  | 
  |   How can i cryptography password in data-source.xml file ?
  |   JBoss have something to do this ?
  | 
  | []'s :)

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

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


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - Re: JBoss transaction deadlock

2004-05-11 Thread fabinhu
But, in other application servers like JRun, i could resolve this problem...

With JBoss, how can i configure my transaction pool ? So, when my application start a 
transaction and use, its can COMMIT THE STATEMENTS CALLS!!!

HEL!! PEOPLE!

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

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


---
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson  Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - Re: JBoss transaction deadlock

2004-05-11 Thread fabinhu
Continue the last post...

Because, today my transaction DON'T COMMIT THE STATEMENTS CALLS!

:'(

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

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


---
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson  Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - JBoss transaction deadlock

2004-05-07 Thread fabinhu
Guys,

  i have a little problem with my application (JSP/Servlet/JBoss/JTA).
  I made some stress test, simulating 6 users with threads and make request to my 
application for access database using JTA.
  But when the transaction finish, the tables access for one user continue blocked. 
That's mean DEADLOCK. And the other users can't access and the application stops.

  Means that the transaction don't commit.

  Anyone here can help me to configure my JBoss with transaction ???

[]'s

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

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


---
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson  Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - Re: JBoss transaction deadlock

2004-05-07 Thread fabinhu
Th version of JBoss is 3.2.3

My application runs in Oracle, SQL Server, Postgresql...and all i had deadlock.

In my mssql-ds.xml:


  local-tx-datasource
jndi-namejdbc/XSCXPLAN/jndi-name

connection-urljdbc:microsoft:sqlserver://xplsvr01:1433;SelectMethod=cursor/connection-url
driver-classcom.microsoft.jdbc.sqlserver.SQLServerDriver/driver-class
user-nameuser1/user-name
passworduser1/password
prepared-statement-cache-size0/prepared-statement-cache-size
transaction-isolationTRANSACTION_READ_COMMITTED/transaction-isolation
blocking-timeout-millis1000/blocking-timeout-millis
  /local-tx-datasource



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

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


---
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson  Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - Re: JBoss transaction deadlock

2004-05-07 Thread fabinhu
And...

That's the exception:

[Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]Transaction (Process ID 68) was 
deadlocked on {lock} resources with another process and has been chosen as the 
deadlock victim. Rerun the transaction.


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

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


---
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson  Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - Re: JBoss transaction deadlock

2004-05-07 Thread fabinhu
My application doens't have EJBs.

The architecture of my application is:

Servlet - Handler(S) - Components (BO, DAO, JavaBeans-Model).

And the DAO use JTA to make a transaction and access the database.

when some threads finish up, some tables access are blocked. So, the other threads 
can't access because tha process in the database is DEADLOCK!

Is not my code, because i had the same trouble in other application server...
The problem is -- The transaction don't commit JBDC calls statements.

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

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


---
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson  Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user