[JBoss-user] [Installation, Configuration & Deployment] - Re: OracleConnectionPoolDataSource

2006-06-21 Thread Veniamin
Interesting question, Denis. If I understand it right, ConnectionManager MBean drives connection pool by itself, that is, JBoss has its own connection pool implementation. Download "JBoss Application Server Guide" from http://labs.jboss.com/portal/jbossas/docs if you haven't done it yet, and rea

[JBoss-user] [Installation, Configuration & Deployment] - Re: UnsupportedEncodingException when converting a String to

2006-06-21 Thread Veniamin
Try your code on JVM your JBoss runs on. Also, run this code to determine what encodings you have at all: class Test00 { | public static final void main (String args[]) { | java.util.Map charsets = java.nio.charset.Charset.availableCharsets(); | java.nio.charset.

[JBoss-user] [Installation, Configuration & Deployment] - Re: Read-only environment setup

2006-06-20 Thread Veniamin
Problem solved; first I was stupid, and second is I'm not sure. ;-) First. As I mentioned earlier, I run JBoss with this command line: %JBOSS_HOME%\bin\run.bat -Djboss.server.base.dir=%JBOSS_PRIVATE_DIR%\jboss Investigation showed me that run.bat don't pass its arguments to JVM under the hood, and

[JBoss-user] [Installation, Configuration & Deployment] - Read-only environment setup

2006-06-20 Thread Veniamin
Hi! Now I try to make JBoss run in read-only environment, where all JBoss run scripts and bootstrap libraries are placed in directory which is not writable. Wiki gave me two helpful pages: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossProperties[/url] and [url]http://wiki.jboss.org/wiki/Wiki.j