[JBoss-user] [Persistence CMP/JBoss] - jboss 4 and postgres sql schema

2005-05-25 Thread andrzejros
Hi! Is there any way to define database schema (i mean schema created using create schema test) with cmp engine? looked around but can't find suitable parameter for this. I have datadabase in postgres, and want to locate my tables in one DS but in different schemas - other than public. When

[JBoss-user] [Security JAAS/JBoss] - securing SSL keystore password

2005-03-23 Thread andrzejros
Hi! Is it possible, as in datasource confing, to secure (encrypt) keystore password? In ds.xml config is method that I can encrypt password using keystore password / master server paswsword. Would like to do same thin but in tomcat's server.xml, is it possible to do this? View the original

[JBoss-user] [JCA/JBoss] - DS keystore encrypted password

2005-03-21 Thread andrzejros
Hi! As described in wiki and example JCA config, I have configured my datasource with Master Server Password (http://www.jboss.org/wiki/Wiki.jsp?page=EncryptingDataSourcePasswords, part about keystore, but with consolepassword plugin). Works fine, but - when starting server - all resorces

[JBoss-user] [JCA/JBoss] - Re: DS keystore encrypted password

2005-03-21 Thread andrzejros
[EMAIL PROTECTED] wrote : Security questions == security forum You are right, wrong forum, were looking for answer and posted to wrong place :P but found a solution, location of example mbean entry in jboss-server.xml, I have added it as a last entry in my file - move it a little bit earlier ,

[JBoss-user] [Management, JMX/JBoss] - Re: own JMX MBean and JMS

2005-03-03 Thread andrzejros
[EMAIL PROTECTED] wrote : deploy your service in folder: | | server/xxx/deploy/deploy.last/ | | so that it deployes last. Thank You, that works for me :D View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3868634#3868634 Reply to the post :

[JBoss-user] [Management, JMX/JBoss] - own JMX MBean and JMS

2005-03-02 Thread andrzejros
Hello! I have wrotten my own JMX mbean for JBoss that is using JMS destination. When deploying after jboss full statup - everything is fine, but when deployment is made during server startup - exception that JNDI name ie. queue/Sth is not bound, what do i have to declare in mbean descriptor

[JBoss-user] [JCA/JBoss] - Re: Throwable from unregisterConnection

2004-12-27 Thread andrzejros
darranl wrote : Where would your try catch statements go? | Why did you strip them, they are a very important part of the code. | Is your close in a finally block? | | here it goes ... | ConnectionFactory cFactory; | | ECSConnectionSpecImpl

[JBoss-user] [JCA/JBoss] - Throwable from unregisterConnection

2004-12-22 Thread andrzejros
Hi! This topic have been covered, but i have a little bit different problem: I have my own JCA adapter to EIS called ECS and when i'm invoking such code using sevlet everything works fine, but when I try to put it in Stateless EJB container throws an exception (stripped try - catch

[JBoss-user] [Messaging, JMS JBossMQ] - WSMQ listening to JBoss queue

2004-09-30 Thread andrzejros
Hi! Is it possible to configure WSMQ to listen to JBoss queue? currently in WSMQ i'm able to conect to remote WSMQ queue - does anybody tried to do this with JBoss? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3849970#3849970 Reply to the post :