[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - auto-commit and oracle

2005-12-05 Thread tscondor
Hi! I have a problem with jboss-4.0.3 SP1 and Oracle 9.2. In my session bean, on the costructor method, I make a DB connection. This connection will be used from a method. When I call commit() on my method, I take this exception: You cannot rollback with autocommit set! I have print con.getAu

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Problem on connection (No ManagedConnections)

2005-08-02 Thread tscondor
Hi! I have a problem with a datasource oracle. When my application try to connect to db: InitialContext ic = new InitialContext(); DataSource ds = (DataSource) ic.lookup(dbName); con = ds.getConnection(); receive this error: No ManagedConnections available within configured blocking timeout ( 5

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Database Password

2005-07-22 Thread tscondor
Hi! I have a question: in weblogic is possible to store username and pwd for database crypted, on jboss is also possible? Thanx! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886055#3886055 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[JBoss-user] [Performance Tuning] - Re: The best JVM

2005-02-14 Thread tscondor
Thanx! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866444#3866444 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866444 --- SF email is sponsored by - The IT Pr

[JBoss-user] [Performance Tuning] - The best JVM

2005-02-11 Thread tscondor
HI! I have installed and optimized my jboss-3.2.6, but I have a question. What is the JVM for the best performance? JRockIt, IBM, Sun? Actually, I use Sun JVM 1.4.1 in my RedHat AS2.1. Excuse my bag english... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38

[JBoss-user] [Security & JAAS/JBoss] - Re: Updating login information

2004-08-27 Thread tscondor
Perfect!!! Thanx a lot! Simone View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846465#3846465 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846465 --- This SF.Net

[JBoss-user] [Security & JAAS/JBoss] - Updating login information

2004-08-19 Thread tscondor
Hi! I use the DatabaseServerLoginModule and I have a problem: when I insert a new user with password and roles on the db, the new information are not usable. The new user don't login on the system. I must restart JBoss for accepting the new user. You have some ideas? Simone Excuse my very bad e