[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=bb&op=viewtopic&p=3838843#3838843 Reply to

[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=bb&op=viewtopic&p=3838842#3838842 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [Installation & Configuration] - Run JBoss as a Windows Service

2004-06-04 Thread fabinhu
Hey guys! I had download the wrapper application to put JBoss as a windows service. So, i follow this link: http://www.jboss.org/wiki/Wiki.jsp?page=RunJBossAsAServiceOnWindows ...And i run the script to test wrapper with JBoss ... that's OK! But, when i install de service, i can't start de ser

[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=bb&op=viewtopic&p=3834528#3834528 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=383452

[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/ind

[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 a

[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?m

[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: jdbc/XSCXPLAN jdbc:microsoft:sqlserver://xplsvr01:1433;SelectMethod=cursor com.microsoft.jdbc.sqlserver.SQLServerDriver user1 user1 0

[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 m