[JBoss-user] [JNDI/Naming/Network] - jndi ldap connection

2006-03-20 Thread grafpoo
using ldap (openldap) to authenticate need ability for user to update password or email from a webapp another guy on the project wrote a DAO that connects with the root DN and updates ldap. DAO stores root DN and root password. in the spirit of JNDI database connections, it seems to me we shoul

[JBoss-user] [JCA/JBoss] - DerbyDatabase mbean in 4.0.3 missing?

2005-11-29 Thread grafpoo
i am running jboss-4.0.3 and trying to set up a derby datasource (taken from the example in the 4.0.3 install). trouble is i don't have the mbean class org.jboss.jdbc.DerbyDatabase in any jarfiles in the jboss install. i've found the source code online, referring to 4.0.2 - is this something tha

[JBoss-user] [Installation & Configuration] - DeploymentException for jboss as windows service

2005-06-17 Thread grafpoo
using the second method enumerated at http://jboss.org/wiki/Wiki.jsp?page=RunJBossAsAServiceOnWindows (since the first requires a JAVA_HOME free of spaces and the one i need to deploy this to is in Program Files) i set up jboss as a service. it all seemed to go fine, but... i get a deployment

[JBoss-user] [Security & JAAS/JBoss] - webapp login interception

2005-06-15 Thread grafpoo
along the same lines of http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854145 http://www.theserverside.com/discussions/thread.tss?thread_id=32640 i am looking at enhancing a webapp login (to do such things as log success/failure and enforce a throttle on failed logins). so i am

[JBoss-user] [Installation & Configuration] - Re: JBoss 4.0.1sp1 to 4.0.2 upgrade problem

2005-05-09 Thread grafpoo
by the way, i am running java 1.5_03... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877033#3877033 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877033 --- This

[JBoss-user] [Installation & Configuration] - Re: JBoss 4.0.1sp1 to 4.0.2 upgrade problem

2005-05-09 Thread grafpoo
i've had the same error message about the appender, but it came about because i have log4j1.2.8.jar in my war file. when i remove it from the war file, all is well. but i don't want to remove it from the war-file; i want to try to keep my war deploy app-server-agnostic. i've just looked at the