| Simon Temple (JIRA) 2005-11-22, 5:45 pm |
| [ http://issues.apache.org/jira/brows...action_12358244 ]
Simon Temple commented on DIREVE-309:
-------------------------------------
Adding custom schema:
To assist creating custom schema for the embedded server I created
etc\schema
Create your schema in etc\schema\src\main\schema
then run doit.bat to get the maven plugin to generate the Java source files in etc\schema\target
It isn't that elegant but does appear to work.
> 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: 0.9.4
> Environment: JBoss 3.2
> Reporter: Simon Temple
> Assignee: Alex Karasulu
> Priority: Minor
> Attachments: apache-ds.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 d
etails
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secur...nistrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|