Hi,
I am trying to see if there's any way to avoid setting clear text password in the datasource configuration file or a way to encrypt the password. We are currently using JBoss 3.2.3 with an Oracle 9i database. I know that starting with JBoss 3.2.8.SP1, JBoss provides a simple login module for encrypting a datasource password. But is there a similar workaround for JBoss 3.2.3? We want to avoid having to upgrade to a later version of JBoss, at least for now. Is there a way to maybe intercept the call that?s made to the config file and do our own encryption? Any input would be greatly appreciated!
Thanks,
Sunil
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085242#4085242
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085242
when view wich works (index.xhtml) gets rendered i get the following on AS console :
21:46:44,843 ERROR [STDERR] 2007-09-17 21:46:44 com.sun.facelets.compiler.TagLib
| raryConfig loadImplicit
| INFO: Added Library from: jar:file:/D:/JBossAS/server/default/deploy/magisterka1
| .ear/magisterka1.war/WEB-INF/lib/richfaces-3.0.1.jar!/META-INF/rich.taglib.xml
| 21:46:45,000 ERROR [STDERR] 2007-09-17 21:46:45 com.sun.facelets.compiler.TagLib
| raryConfig loadImplicit
| INFO: Added Library from: jar:file:/D:/JBossAS/server/default/deploy/magisterka1
| .ear/magisterka1.war/WEB-INF/lib/ajax4jsf-1.1.1.jar!/META-INF/a4j.taglib.xml
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085238#4085238
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085238
Hello there! I'm registering an mbean using the server.registerMBean(objectname,object); method. I have a sar file that contains a custom deployer. This deployer reads a custom xml and register mbeans according to it.
Although I can see the managed bean on my jmx-console. after being registred it's lifecycle methods (start, create) are not being called, unless I explicit call them. Is this the expected behaviour? Or jboss calls it when it register my mbean and I'm missing something.
Regards
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085237#4085237
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085237
"code" tag should show everything for you. :)
What version of MySQL are you using? There's also:
MySQL5Dialect
MySQL5InnoDBDialect
...available to you, though I'm not confident that's the source of your problem. I'd play around with the EJBQL to get resultant SQL that'll execute in the MySQL Command-Line or GUI Tools on its own first. That "count(.)" should either be "count(fieldName)" or "count(*)". Maybe try EJBQL:
SELECT COUNT(obj.association.pkey)...?
S,
ALR
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085231#4085231
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085231