[ http://issues.apache.org/jira/browse/DIREVE-309?page=comments#action_12365580 ]
Simon Temple commented on DIREVE-309: ------------------------------------- Alex I have created an svn patch as requested (had to create src.zip for a new file addition). I had a go at editing the pom.xml but my m2 skills are pretty poor... The dependencies I need for build are in the POM. These are the dependencies I need at runtime and should be added to the SAR target: antlr-2.7.2.jar commons-lang-2.1.jar directory-asn1-0.3.4-SNAPSHOT.jar jdbm-1.0.jar mina-core-0.9.1-SNAPSHOT.jar mina-filter-codec-asn1-0.9.1-SNAPSHOT.jar mina-filter-ssl-0.9.1-SNAPSHOT.jar org.apache.directory.kerberos.common-0.7-SNAPSHOT.jar org.apache.directory.protocol.changepw-0.7-SNAPSHOT.jar org.apache.directory.protocol.common-0.7.1-SNAPSHOT.jar org.apache.directory.protocol.dhcp-0.1-SNAPSHOT.jar org.apache.directory.protocol.dns-0.3-SNAPSHOT.jar org.apache.directory.protocol.kerberos-0.7-SNAPSHOT.jar org.apache.directory.protocol.ldap-0.9.4-SNAPSHOT.jar org.apache.directory.protocol.ntp-0.5-SNAPSHOT.jar org.apache.ldap.common-0.9.4-SNAPSHOT.jar org.apache.ldap.server.core-0.9.4-SNAPSHOT.jar org.apache.ldap.server.core.unit-0.9.4-SNAPSHOT.jar org.apache.ldap.server.plugin-0.9.4-SNAPSHOT.jar org.apache.ldap.server.shared-0.9.4-SNAPSHOT.jar org.apache.ldap.server.standalone.simple.jndi-0.9.4-SNAPSHOT.jar regexp-1.3.jar slf4j-log4j12.jar bcprov-jdk14-124.jar commons-io-1.0.jar oro-2.0.8.jar Remember, the DS and MINA JARs can't be used by JBoss unless you remove the maven meta data - see JIRA Finally... I'm taking one week leave starting tomorrow so can't assist futher until I return... sorry its just bad timing. > JBoss 3.2 ApacheDS MBean - contribution from SAA Consultants Ltd (UK) > --------------------------------------------------------------------- > > Key: DIREVE-309 > URL: http://issues.apache.org/jira/browse/DIREVE-309 > Project: Directory Server > Type: New Feature > Versions: 1.0-RC1 > Environment: JBoss 3.2 > Reporter: Simon Temple > Assignee: Alex Karasulu > Priority: Minor > Fix For: 1.0-RC1 > Attachments: apache-ds.zip, apacheds.zip, apacheds.zip, server-sar.patch, > src.zip > > This small contribution to the project is an MBean implementation of an > embedded server with optional wire protocol support for JBoss 3.2 > I've tested this with JBoss 3.2.2RC2 and JDK 1.4.1_03 and 1.4.2_07 so far > running with 0.9.4 SNAPSHOTs > To install simply copy the directory.sar folder into the JBoss deploy folder. > There are a few simple methods on the MBean: > changedEmbeddedAdminPassword() - used to stop the log4j warning > about using the default admin password > flushEmbeddedServerData() > DirContext openDirContext() - becuase the Mbean can be configured > to hold context information of embedded and none-embedded servers, this > method can be called to always return a valid DirContext without the user > having to know the connection details -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
