You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2009/04/06 21:42:21 UTC

svn commit: r762473 - in /servicemix/components/bindings/servicemix-ldap: ./ branches/ tags/ trunk/ trunk/src/ trunk/src/main/ trunk/src/main/java/ trunk/src/main/java/org/ trunk/src/main/java/org/apache/ trunk/src/main/java/org/apache/servicemix/ trun...

Author: jbonofre
Date: Mon Apr  6 19:42:20 2009
New Revision: 762473

URL: http://svn.apache.org/viewvc?rev=762473&view=rev
Log:
Initial import of the servicemix-ldap component.

Added:
    servicemix/components/bindings/servicemix-ldap/
    servicemix/components/bindings/servicemix-ldap/branches/
    servicemix/components/bindings/servicemix-ldap/tags/
    servicemix/components/bindings/servicemix-ldap/trunk/
    servicemix/components/bindings/servicemix-ldap/trunk/LICENSE
    servicemix/components/bindings/servicemix-ldap/trunk/NOTICE
    servicemix/components/bindings/servicemix-ldap/trunk/pom.xml
    servicemix/components/bindings/servicemix-ldap/trunk/src/
    servicemix/components/bindings/servicemix-ldap/trunk/src/main/
    servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/
    servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/
    servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/
    servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/
    servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/
    servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapComponent.java
    servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapEndpointType.java
    servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapPollerEndpoint.java
    servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapSenderEndpoint.java
    servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/marshaler/
    servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/marshaler/DefaultLdapMarshaler.java
    servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/marshaler/LdapMarshalerSupport.java
    servicemix/components/bindings/servicemix-ldap/trunk/src/main/resources/
    servicemix/components/bindings/servicemix-ldap/trunk/src/main/resources/META-INF/
    servicemix/components/bindings/servicemix-ldap/trunk/src/main/resources/META-INF/spring/
    servicemix/components/bindings/servicemix-ldap/trunk/src/main/resources/META-INF/spring/servicemix-ldap.xml
    servicemix/components/bindings/servicemix-ldap/trunk/src/main/test/
    servicemix/components/bindings/servicemix-ldap/trunk/src/main/test/org/
    servicemix/components/bindings/servicemix-ldap/trunk/src/main/test/org/apache/
    servicemix/components/bindings/servicemix-ldap/trunk/src/main/test/org/apache/servicemix/
    servicemix/components/bindings/servicemix-ldap/trunk/src/main/test/org/apache/servicemix/ldap/
    servicemix/components/bindings/servicemix-ldap/trunk/src/main/test/org/apache/servicemix/ldap/marshaler/
    servicemix/components/bindings/servicemix-ldap/trunk/src/main/test/org/apache/servicemix/ldap/marshaler/DefaultLdapMarshalerTest.java

Added: servicemix/components/bindings/servicemix-ldap/trunk/LICENSE
URL: http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-ldap/trunk/LICENSE?rev=762473&view=auto
==============================================================================
--- servicemix/components/bindings/servicemix-ldap/trunk/LICENSE (added)
+++ servicemix/components/bindings/servicemix-ldap/trunk/LICENSE Mon Apr  6 19:42:20 2009
@@ -0,0 +1,203 @@
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+

Added: servicemix/components/bindings/servicemix-ldap/trunk/NOTICE
URL: http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-ldap/trunk/NOTICE?rev=762473&view=auto
==============================================================================
--- servicemix/components/bindings/servicemix-ldap/trunk/NOTICE (added)
+++ servicemix/components/bindings/servicemix-ldap/trunk/NOTICE Mon Apr  6 19:42:20 2009
@@ -0,0 +1,9 @@
+   =========================================================================
+   ==  NOTICE file for use with the Apache License, Version 2.0,          ==
+   ==  in this case for the Apache ServiceMix distribution.               ==
+   =========================================================================
+
+   This product contains software developed by
+   The Apache Software Foundation (http://www.apache.org/).
+
+

Added: servicemix/components/bindings/servicemix-ldap/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-ldap/trunk/pom.xml?rev=762473&view=auto
==============================================================================
--- servicemix/components/bindings/servicemix-ldap/trunk/pom.xml (added)
+++ servicemix/components/bindings/servicemix-ldap/trunk/pom.xml Mon Apr  6 19:42:20 2009
@@ -0,0 +1,146 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+         
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+    
+    <modelVersion>4.0.0</modelVersion>
+    
+    <parent>
+        <groupId>org.apache.servicemix</groupId>
+        <artifactId>components-pom</artifactId>
+        <version>3-SNAPSHOT</version>
+    </parent>
+    
+    <groupId>org.apache.servicemix</groupId>
+    <artifactId>servicemix-ldap</artifactId>
+    <version>2009.01-SNAPSHOT</version>
+    <packaging>jbi-component</packaging>
+    
+    <name>ServiceMix :: LDAP</name>
+    <description>
+        LDAP Binding Component
+        
+        This component provides interfaces to communicate with a LDAP server.
+    </description>
+    
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/components/bindings/servicemix-ldap/trunk</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/components/bindings/servicemix-ldap/trunk</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/servicemix/components/bindings/servicemix-ldap/trunk</url>
+    </scm>
+    
+    <properties>
+        <servicemix-version>3.3.1-SNAPSHOT</servicemix-version>
+        <servicemix-shared-version>2008.02-SNAPSHOT</servicemix-shared-version>
+        <servicemix-utils-version>1.1.0-SNAPSHOT</servicemix-utils-version>
+        
+        <servicemix.osgi.import>
+            org.apache.servicemix.common,
+            org.apache.servicemix.common.osgi,
+            org.apache.servicemix.executors.impl,
+            org.apache.xbean.spring.context.v2,
+            org.springframework.beans.factory.xml,
+            sun.misc;resolution:=optional,
+            org.apache.servicemix.jbi.container*;resolution:=optional,
+            org.apache.servicemix.jbi.framework*;resolution:=optional,
+            org.apache.servicemix.kernel.jaas.config,
+            org.apache.servicemix.nmr.api.security,
+            *
+        </servicemix.osgi.import>
+        <servicemix.osgi.export>
+            org.apache.servicemix.ldap*;version=${project.version},
+            META-INF.services.org.apache.xbean.spring.ldap.servicemix.apache.org.ldap
+        </servicemix.osgi.export>
+        <servicemix.osgi.bundles>
+            org.apache.servicemix.bundles.jaxp-ri,
+            org.springframework.core,
+            org.springframework.beans,
+            org.springframework.context,
+        </servicemix.osgi.bundles>
+    </properties>
+    
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.servicemix</groupId>
+            <artifactId>servicemix-shared</artifactId>
+            <version>${servicemix-shared-version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.specs</groupId>
+            <artifactId>org.apache.servicemix.specs.jbi-api-1.0</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-jta_1.1_spec</artifactId>
+        </dependency>
+        <!-- for testing purposes -->
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix</groupId>
+            <artifactId>servicemix-core</artifactId>
+            <version>${servicemix-version}</version>
+            <scope>test</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-jmx</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+    </dependencies>
+    
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.servicemix.tooling</groupId>
+                <artifactId>jbi-maven-plugin</artifactId>
+                <extensions>true</extensions>
+                <configuration>
+                    <type>binding-component</type>
+                    <component>org.apache.servicemix.ldap.LdapComponent</component>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.xbean</groupId>
+                <artifactId>maven-xbean-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>mapping</goal>
+                        </goals>
+                        <configuration>
+                            <namespace>http://servicemix.apache.org/ldap/1.0</namespace>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+    
+</project>
\ No newline at end of file

Added: servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapComponent.java
URL: http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapComponent.java?rev=762473&view=auto
==============================================================================
--- servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapComponent.java (added)
+++ servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapComponent.java Mon Apr  6 19:42:20 2009
@@ -0,0 +1,54 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.servicemix.ldap;
+
+import java.util.List;
+
+import org.apache.servicemix.common.DefaultComponent;
+
+/**
+ * A LDAP based component allowing to read and store message in a LDAP server
+ * @author jbonofre
+ * @org.apache.xbean.XBean element="component" description="a JBI component that interacts with a LDAP server. It hosts endpoints that read and writes data to a LDAP server."
+ */
+public class LdapComponent extends DefaultComponent {
+    
+    private LdapEndpointType[] endpoints;
+    
+    public LdapEndpointType[] getEndpoints() {
+        return this.endpoints;
+    }
+    
+    /**
+     * Sets the list of endpoint managed by the component.
+     * 
+     * @param endpoints an array of <code>LdapEndpointType</code> objects
+     * @org.apache.xbean.Property description="a list of beans defining the endpoints hosted by the component"
+     */
+    public void setEndpoints(LdapEndpointType[] endpoints) {
+        this.endpoints = endpoints;
+    }
+    
+    protected List getConfiguredEndpoints() {
+        return asList(this.getEndpoints());
+    }
+    
+    protected Class[] getEndpointsClasses() {
+        return new Class[] {LdapPollerEndpoint.class, LdapSenderEndpoint.class};
+    }
+
+}

Added: servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapEndpointType.java
URL: http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapEndpointType.java?rev=762473&view=auto
==============================================================================
--- servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapEndpointType.java (added)
+++ servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapEndpointType.java Mon Apr  6 19:42:20 2009
@@ -0,0 +1,26 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.servicemix.ldap;
+
+/**
+ * Marker interface for LDAP endpoints
+ * 
+ * @author jbonofre
+ */
+public interface LdapEndpointType {
+
+}

Added: servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapPollerEndpoint.java
URL: http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapPollerEndpoint.java?rev=762473&view=auto
==============================================================================
--- servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapPollerEndpoint.java (added)
+++ servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapPollerEndpoint.java Mon Apr  6 19:42:20 2009
@@ -0,0 +1,266 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.servicemix.ldap;
+
+import java.net.URL;
+import java.util.Hashtable;
+
+import javax.jbi.messaging.ExchangeStatus;
+import javax.jbi.messaging.InOnly;
+import javax.jbi.messaging.MessageExchange;
+import javax.jbi.messaging.MessagingException;
+import javax.jbi.messaging.NormalizedMessage;
+import javax.naming.Context;
+import javax.naming.NamingEnumeration;
+import javax.naming.directory.DirContext;
+import javax.naming.directory.InitialDirContext;
+import javax.naming.directory.SearchControls;
+
+import org.apache.commons.logging.Log;
+import org.apache.commons.logging.LogFactory;
+import org.apache.servicemix.common.endpoints.PollingEndpoint;
+import org.apache.servicemix.ldap.marshaler.DefaultLdapMarshaler;
+import org.apache.servicemix.ldap.marshaler.LdapMarshalerSupport;
+
+/**
+ * A polling endpoints that looks for a LDAP entry (matching a filter) and sends
+ * the LDAP attributes to a target service (via the JBI bus). The polling endpoint
+ * uses a LDAP marshaler to send the data as a JBI message.
+ * 
+ * @author jbonofre
+ * @org.apache.xbean.XBean element="poller"
+ */
+public class LdapPollerEndpoint extends PollingEndpoint implements LdapEndpointType {
+    
+    // logging facility
+    private final static transient Log LOG = LogFactory.getLog(LdapPollerEndpoint.class);
+    
+    // attributes
+    private URL url; // the LDAP server URL looks like ldap://hostname:port
+    private String bindDn; // use the Distinguish Name bindDn to bind to the LDAP directory
+    private String bindPassword; // bind password
+    private String searchBase; // use searchBase as the starting point for the search instead of the default
+    private String filter = "(objectclass=*)"; // the search filter
+    private boolean newOnly = false; // fetch only new entries if true, fetch all entries if false
+    private boolean persistent = false; // keep the LDAP connection open
+    private LdapMarshalerSupport marshaler = new DefaultLdapMarshaler();
+    
+    private DirContext context;
+    private SearchControls controls;
+    
+    public LdapPollerEndpoint() { }
+    
+    /*
+     * (non-Javadoc)
+     * @see org.apache.servicemix.common.endpoints.AbstractEndpoint#process(javax.jbi.messaging.MessageExchange)
+     */
+    @Override
+    public void process(MessageExchange exchange) throws Exception {
+        if (exchange.getStatus() == ExchangeStatus.DONE) {
+            LOG.debug("Received DONE for a sent message");
+            return;
+        }
+        if (exchange.getStatus() == ExchangeStatus.ERROR) {
+            LOG.warn("Received ERROR state for a sent message");
+            return;
+        }
+        throw new MessagingException("Unsupported exchange received ...");
+    }
+    
+    /*
+     * (non-Javadoc)
+     * @see org.apache.servicemix.common.endpoints.PollingEndpoint#poll()
+     */
+    @Override
+    public void poll() throws Exception {
+        if(!persistent) {
+            this.connect();
+        }
+
+        LOG.debug("Define the search filter to " + filter + " in " + searchBase);
+        NamingEnumeration namingEnumeration = context.search(searchBase, filter, controls);
+        
+        LOG.debug("Create the InOnly MessageExchangePattern");
+        InOnly exchange = getExchangeFactory().createInOnlyExchange();
+        NormalizedMessage message = exchange.createMessage();
+        exchange.setInMessage(message);
+        
+        marshaler.toNMR(message, namingEnumeration);
+        
+        send(exchange);
+        
+        if(!persistent) {
+            this.disconnect();
+        }
+    }
+    
+    /**
+     * Connect to the LDAP directory server context and define the search controls
+     * @throws Exception in case of exception during the LDAP connect
+     */
+    private void connect() throws Exception {
+        LOG.debug("Connect to the LDAP directory server " + url.toString());
+        Hashtable env = new Hashtable();
+        env.put(Context.INITIAL_CONTEXT_FACTORY, "com.sun.jndi.ldap.LdapCtxFactory");
+        env.put(Context.PROVIDER_URL, url.toString());
+        LOG.debug("Init the JNDI LDAP directory context");
+        // TODO bind using the bind DN
+        context = new InitialDirContext(env);
+        
+        LOG.debug("Define the subtree scope search control");
+        controls = new SearchControls();
+        controls.setSearchScope(SearchControls.SUBTREE_SCOPE);
+    }
+    
+    /**
+     * Disconnect from the LDAP directory server
+     * @throws Exception in case of exception during the LDAP disconnect
+     */
+    private void disconnect() throws Exception {
+        LOG.debug("Close the LDAP directory server connection");
+        if (context != null) {
+            context.close();
+            context = null;
+        }
+    }
+    
+    /*
+     * (non-Javadoc)
+     * @see org.apache.servicemix.common.endpoints.PollingEndpoint#start()
+     */
+    @Override
+    public void start() throws Exception {
+        super.start();
+        if (persistent) {
+            LOG.debug("The LDAP connection is persistent, connect to the LDAP server now");
+            this.connect();
+        }
+    }
+    
+    /*
+     * (non-Javadoc)
+     * @see org.apache.servicemix.common.endpoints.PollingEndpoint#stop()
+     */
+    @Override
+    public void stop() throws Exception {
+        if (persistent) {
+            LOG.debug("The LDAP connection is persistent, disconnect to the LDAP server now");
+            this.disconnect();
+        }
+        super.stop();
+    }
+    
+    public URL getUrl() {
+        return url;
+    }
+    
+    /**
+     * <p>
+     * This attribute specifies the LDAP directory server URL.<br/>
+     * </p>
+     * <i>&nbsp;&nbsp;&nbsp;The default value is <b>null</b></i>
+     * 
+     * @param url a <code>URL</code> value representing the LDAP directory server URL
+     */
+    public void setUrl(URL url) {
+        this.url = url;
+    }
+    
+    public String getBindDn() {
+        return bindDn;
+    }
+    
+    /**
+     * <p>
+     * This attribute specifies the Distinguish Name to bind to the LDAP directory.<br/>
+     * </p>
+     * <i>&nbsp;&nbsp;&nbsp;The default value is <b>null</b></i>
+     * 
+     * @param bindDn a <code>String</code> value representing the Distinguish Name to bind to the LDAP directory
+     */
+    public void setBindDn(String bindDn) {
+        this.bindDn = bindDn;
+    }
+    
+    public String getBindPassword() {
+        return bindPassword;
+    }
+    
+    /**
+     * <p>
+     * This attribute specifies the DN password to bind to the LDAP directory.<br/>
+     * </p>
+     * <i>&nbsp;&nbsp;&nbsp;The default value is <b>null</b></i>
+     * 
+     * @param bindPassword a <code>String</code> value representing the DN password to bind to the LDAP directory
+     */
+    public void setBindPassword(String bindPassword) {
+        this.bindPassword = bindPassword;
+    }
+    
+    public String getFilter() {
+        return filter;
+    }
+    
+    /**
+     * <p>
+     * This attribute specifies the LDAP search filter.<br/>
+     * </p>
+     * <i>&nbsp;&nbsp;&nbsp;The default value is <b>(objectclass=*)</b></i>
+     * @param filter
+     */
+    public void setFilter(String filter) {
+        this.filter = filter;
+    }
+    
+    public boolean isNewOnly() {
+        return newOnly;
+    }
+    
+    /**
+     * <p>
+     * This attribute specifies if the search fetch only new entries
+     * or all entries.
+     * </p>
+     * <i>&nbsp;&nbsp;&nbsp;The default value is <b>false</b></i>
+     * 
+     * @param newOnly a <code>boolean</code> value representing if the search fetch all entries (false) or only new (true)
+     */
+    public void setNewOnly(boolean newOnly) {
+        this.newOnly = newOnly;
+    }
+    
+    public boolean isPersistent() {
+        return persistent;
+    }
+    
+    /**
+     * <p>
+     * This attribute specifies if the LDAP directory server connection is persistent or not.
+     * Persistent means that the LDAP connection is made at the endpoint start (it's the same connection
+     * for all endpoint polls). If persistent is made to false, the LDAP connection is performed at each
+     * poll call.
+     * </p>
+     * <i>&nbsp;&nbsp;&nbsp;The default value is <b>false</b></i>
+     * 
+     * @param persistent a <code>boolean</code> value representing if the LDAP connection is persitent or not
+     */
+    public void setPersistent(boolean persistent) {
+        this.persistent = persistent;
+    }
+
+}

Added: servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapSenderEndpoint.java
URL: http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapSenderEndpoint.java?rev=762473&view=auto
==============================================================================
--- servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapSenderEndpoint.java (added)
+++ servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/LdapSenderEndpoint.java Mon Apr  6 19:42:20 2009
@@ -0,0 +1,36 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.servicemix.ldap;
+
+import org.apache.commons.logging.Log;
+import org.apache.commons.logging.LogFactory;
+import org.apache.servicemix.common.endpoints.ProviderEndpoint;
+
+public class LdapSenderEndpoint extends ProviderEndpoint implements LdapEndpointType {
+    
+    // logging facility
+    private final static transient Log LOG = LogFactory.getLog(LdapSenderEndpoint.class);
+    
+    // attributes
+    private String host;
+    private int port = 389;
+    
+    public LdapSenderEndpoint() {
+        
+    }
+
+}

Added: servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/marshaler/DefaultLdapMarshaler.java
URL: http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/marshaler/DefaultLdapMarshaler.java?rev=762473&view=auto
==============================================================================
--- servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/marshaler/DefaultLdapMarshaler.java (added)
+++ servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/marshaler/DefaultLdapMarshaler.java Mon Apr  6 19:42:20 2009
@@ -0,0 +1,127 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.servicemix.ldap.marshaler;
+
+import javax.jbi.messaging.MessagingException;
+import javax.jbi.messaging.NormalizedMessage;
+import javax.naming.NamingEnumeration;
+import javax.naming.NamingException;
+import javax.naming.directory.Attribute;
+import javax.naming.directory.SearchResult;
+
+import org.apache.commons.logging.Log;
+import org.apache.commons.logging.LogFactory;
+import org.apache.servicemix.jbi.jaxp.StringSource;
+
+/**
+ * This is the default LDAP marshaler 
+ * 
+ * @author jbonofre
+ */
+public class DefaultLdapMarshaler implements LdapMarshalerSupport {
+
+	// logging facility
+	private final static transient Log LOG = LogFactory.getLog(DefaultLdapMarshaler.class);
+	
+	// message content format
+	private final static String TAG_ENTRIES = "entries";
+	private final static String TAG_ENTRY = "entry";
+	private final static String TAG_ENTRY_DN = "dn";
+	private final static String TAG_ENTRY_ATTRIBUTES = "attributes";
+	private final static String TAG_ENTRY_ATTRIBUTE = "attribute";
+	private final static String TAG_ENTRY_ATTRIBUTE_NAME = "name";
+	private final static String TAG_ENTRY_ATTRIBUTE_VALUES = "values";
+	private final static String TAG_ENTRY_ATTRIBUTE_VALUE = "value";
+	
+	private final static String TAG_ENTRIES_OPEN = "<" + TAG_ENTRIES + ">";
+	private final static String TAG_ENTRIES_CLOSE = "</" + TAG_ENTRIES + ">";
+	private final static String TAG_ENTRY_OPEN = "<" + TAG_ENTRY + ">";
+	private final static String TAG_ENTRY_CLOSE = "</" + TAG_ENTRY + ">";
+	private final static String TAG_ENTRY_DN_OPEN = "<" + TAG_ENTRY_DN + ">";
+	private final static String TAG_ENTRY_DN_CLOSE = "</" + TAG_ENTRY_DN + ">";
+	private final static String TAG_ENTRY_ATTRIBUTES_OPEN = "<" + TAG_ENTRY_ATTRIBUTES + ">";
+	private final static String TAG_ENTRY_ATTRIBUTES_CLOSE = "</" + TAG_ENTRY_ATTRIBUTES + ">";
+	private final static String TAG_ENTRY_ATTRIBUTE_OPEN = "<" + TAG_ENTRY_ATTRIBUTE + ">";
+	private final static String TAG_ENTRY_ATTRIBUTE_CLOSE = "</" + TAG_ENTRY_ATTRIBUTE + ">";
+	private final static String TAG_ENTRY_ATTRIBUTE_NAME_OPEN = "<" + TAG_ENTRY_ATTRIBUTE_NAME + ">";
+	private final static String TAG_ENTRY_ATTRIBUTE_NAME_CLOSE = "</" + TAG_ENTRY_ATTRIBUTE_NAME + ">";
+	private final static String TAG_ENTRY_ATTRIBUTE_VALUES_OPEN = "<" + TAG_ENTRY_ATTRIBUTE_VALUES + ">";
+	private final static String TAG_ENTRY_ATTRIBUTE_VALUES_CLOSE = "</" + TAG_ENTRY_ATTRIBUTE_VALUES + ">";
+	private final static String TAG_ENTRY_ATTRIBUTE_VALUE_OPEN = "<" + TAG_ENTRY_ATTRIBUTE_VALUE + ">";
+	private final static String TAG_ENTRY_ATTRIBUTE_VALUE_CLOSE = "</" + TAG_ENTRY_ATTRIBUTE_VALUE + ">";
+	
+	/*
+	 * (non-Javadoc)
+	 * @see org.apache.servicemix.ldap.marshaler.LdapMarshalerSupport#readNamingEnumeration(javax.jbi.messaging.NormalizedMessage, javax.naming.NamingEnumeration)  
+	 */
+	public void toNMR(NormalizedMessage message, NamingEnumeration namingEnumeration) throws MessagingException {
+		if(message == null) {
+		    throw new MessagingException("The NormalizedMessage is null");
+		}
+		if(namingEnumeration == null) {
+		    throw new MessagingException("The NamingEnumeration is null");
+		}
+		StringBuffer data = new StringBuffer();
+		
+		data.append(TAG_ENTRIES_OPEN);
+		
+		try {
+		    LOG.debug("Iterate in the LDAP search naming enumeration");
+		    while(namingEnumeration.hasMore()) {
+		        SearchResult result = (SearchResult)namingEnumeration.next();
+		        LOG.debug("Get the result with DN " + result.getName());
+		        data.append(TAG_ENTRY_OPEN);
+		        data.append(TAG_ENTRY_DN_OPEN);
+		        data.append(result.getName());
+		        data.append(TAG_ENTRY_DN_CLOSE);
+		        LOG.debug("Get the attributes for DN " + result.getName());
+		        data.append(TAG_ENTRY_ATTRIBUTES_OPEN);
+		        NamingEnumeration attributes = result.getAttributes().getAll();
+		        while(attributes.hasMore()) {
+		            Attribute attribute = (Attribute)attributes.next();
+		            LOG.debug("Get the attribute " + attribute.getID());
+		            data.append(TAG_ENTRY_ATTRIBUTE_OPEN);
+		            data.append(TAG_ENTRY_ATTRIBUTE_NAME_OPEN);
+		            data.append(attribute.getID());
+		            data.append(TAG_ENTRY_ATTRIBUTE_NAME_CLOSE);
+		            LOG.debug("Get the attribute " + attribute.getID() + " values");
+		            data.append(TAG_ENTRY_ATTRIBUTE_VALUES_OPEN);
+		            NamingEnumeration attributeValues = attribute.getAll();
+		            while(attributeValues.hasMore()) {
+		                String value = (String)attributeValues.next();
+		                LOG.debug("Get the value " + value + " for the attribute " + attribute.getID());
+		                data.append(TAG_ENTRY_ATTRIBUTE_VALUE_OPEN);
+		                data.append(value);
+		                data.append(TAG_ENTRY_ATTRIBUTE_VALUE_CLOSE);
+		            }
+		            data.append(TAG_ENTRY_ATTRIBUTE_VALUES_CLOSE);
+		            data.append(TAG_ENTRY_ATTRIBUTE_CLOSE);
+		        }
+		        data.append(TAG_ENTRY_ATTRIBUTES_CLOSE);
+		        data.append(TAG_ENTRY_CLOSE);
+		    }
+		} catch (NamingException namingException) {
+		    LOG.error("Error while reading the LDAP result", namingException);
+		    throw new MessagingException("Error while reading the LDAP result", namingException);
+		}
+		
+		data.append(TAG_ENTRIES_CLOSE);
+		
+		message.setContent(new StringSource(data.toString()));
+	}
+	
+}
\ No newline at end of file

Added: servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/marshaler/LdapMarshalerSupport.java
URL: http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/marshaler/LdapMarshalerSupport.java?rev=762473&view=auto
==============================================================================
--- servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/marshaler/LdapMarshalerSupport.java (added)
+++ servicemix/components/bindings/servicemix-ldap/trunk/src/main/java/org/apache/servicemix/ldap/marshaler/LdapMarshalerSupport.java Mon Apr  6 19:42:20 2009
@@ -0,0 +1,40 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.servicemix.ldap.marshaler;
+
+import javax.jbi.messaging.MessagingException;
+import javax.jbi.messaging.NormalizedMessage;
+import javax.naming.NamingEnumeration;
+
+/**
+ * This is the common marshaler interface for all LDAP marshalers
+ * 
+ * @author jbonofre
+ */
+public interface LdapMarshalerSupport {
+    
+	/**
+	 * Converts a LDAP JNDI NamingEnumeration result into a normalized message send
+	 * in the NMR
+	 *  
+	 * @param message the <code>NormalizedMessage</code> to send into the NMR
+	 * @param namingEnumeration the <code>NamingEnumeration</code> LDAP JNDI search result
+	 * @throws MessagingException in case of error during normalized message manipulation
+	 */
+    void toNMR(NormalizedMessage message, NamingEnumeration namingEnumeration) throws MessagingException;
+
+}

Added: servicemix/components/bindings/servicemix-ldap/trunk/src/main/resources/META-INF/spring/servicemix-ldap.xml
URL: http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-ldap/trunk/src/main/resources/META-INF/spring/servicemix-ldap.xml?rev=762473&view=auto
==============================================================================
--- servicemix/components/bindings/servicemix-ldap/trunk/src/main/resources/META-INF/spring/servicemix-ldap.xml (added)
+++ servicemix/components/bindings/servicemix-ldap/trunk/src/main/resources/META-INF/spring/servicemix-ldap.xml Mon Apr  6 19:42:20 2009
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+
+-->
+<beans xmlns="http://www.springframework.org/schema/beans"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xmlns:ctx="http://www.springframework.org/schema/context"
+       xmlns:osgi="http://www.springframework.org/schema/osgi"
+       xmlns:osgix="http://www.springframework.org/schema/osgi-compendium"
+       xmlns:util="http://www.springframework.org/schema/util"
+       xsi:schemaLocation="
+        http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
+        http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd
+        http://www.springframework.org/schema/osgi http://www.springframework.org/schema/osgi/spring-osgi.xsd
+        http://www.springframework.org/schema/osgi-compendium http://www.springframework.org/schema/osgi-compendium.xsd">
+        
+    <bean id="servicemix-ldap" class="org.apache.servicemix.ldap.LdapComponent">
+        <property name="executorFactory" ref="executorFactory"/>
+    </bean>
+    
+    <bean id="executorFactory" class="org.apache.servicemix.executors.impl.ExecutorFactoryImpl">
+        <property name="defaultConfig">
+            <bean class="org.apache.servicemix.executors.impl.ExecutorConfig">
+                <property name="corePoolSize" value="${threadPoolCorePoolSize}"/>
+                <property name="maximumPoolSize" value="${threadPoolMaximumPoolSize}"/>
+                <property name="queueSize" value="${threadPoolQueueSize}"/>
+            </bean>
+        </property>
+    </bean>
+    
+    <bean id="endpoint-tracker" class="org.apache.servicemix.common.osgi.EndpointTracker">
+        <property name="component" ref="servicemix-ldap"/>
+    </bean>
+    
+    <osgi:list id="endpoints"
+               interface="org.apache.servicemix.common.osgi.EndpointWrapper"
+               cardinality="0..N">
+        <osgi:listener ref="endpoint-tracker" bind-method="register" unbind-method="unregister"/>
+    </osgi:list>
+    
+    <osgi:service ref="servicemix-ldap" interface="javax.jbi.component.Component">
+        <osgi:service-properties>
+            <entry key="NAME" value="servicemix-ldap"/>
+            <entry key="TYPE" value="binding-component"/>
+        </osgi:service-properties>
+    </osgi:service>
+    
+    <osgix:cm-properties id="cmProps" persistent-id="servicemix-ldap">
+        <prop key="threadPoolCorePoolSize">8</prop>
+        <prop key="threadPoolMaximumPoolSize">32</prop>
+        <prop key="threadPoolQueueSize">256</prop>
+    </osgix:cm-properties>
+    
+    <cxt:property-placeholder properties-ref="cmProps"/>
+       
+</beans>
\ No newline at end of file

Added: servicemix/components/bindings/servicemix-ldap/trunk/src/main/test/org/apache/servicemix/ldap/marshaler/DefaultLdapMarshalerTest.java
URL: http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-ldap/trunk/src/main/test/org/apache/servicemix/ldap/marshaler/DefaultLdapMarshalerTest.java?rev=762473&view=auto
==============================================================================
--- servicemix/components/bindings/servicemix-ldap/trunk/src/main/test/org/apache/servicemix/ldap/marshaler/DefaultLdapMarshalerTest.java (added)
+++ servicemix/components/bindings/servicemix-ldap/trunk/src/main/test/org/apache/servicemix/ldap/marshaler/DefaultLdapMarshalerTest.java Mon Apr  6 19:42:20 2009
@@ -0,0 +1,109 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.servicemix.ldap.marshaler;
+
+import java.util.concurrent.atomic.AtomicBoolean;
+
+import javax.jbi.messaging.MessageExchange;
+import javax.jbi.messaging.MessageExchangeFactory;
+import javax.jbi.messaging.NormalizedMessage;
+
+import org.apache.camel.ExchangePattern;
+import org.apache.commons.logging.Log;
+import org.apache.commons.logging.LogFactory;
+import org.apache.servicemix.id.IdGenerator;
+import org.apache.servicemix.jbi.helper.MessageExchangePattern;
+import org.apache.servicemix.jbi.jaxp.StringSource;
+import org.apache.servicemix.jbi.messaging.MessageExchangeFactoryImpl;
+
+import junit.framework.TestCase;
+
+/**
+ * Unit test on the LDAP marshaler
+ * 
+ * @author jbonofre
+ */
+public class DefaultLdapMarshalerTest extends TestCase {
+
+    // logging facility
+    private final static transient Log LOG = LogFactory.getLog(DefaultLdapMarshalerTest.class);
+    
+    private static final String FIRST_DN = "cn=Test,ou=people,dc=example,dc=com";
+    private static final String SECOND_DN = "cn=Other,ou=people,dc=example,dc=com";
+    private static final String CN_ATTRIBUTE = "cn";
+    private static final String UID_ATTRIBUTE = "uid";
+    private static final String MAIL_ATTRIBUTE = "mail";
+    private static final String FIRST_DN_CN_VALUE = "Test";
+    private static final String FIRST_DN_UID_VALUE = "test";
+    private static final String FIRST_DN_MAIL_VALUE = "test@example.com";
+    private static final String firstDnMailSecondValue = "test@apache.org";
+    private static final String secondDnCnValue = "Other";
+    private static final String secondDnUidValue = "other";
+    private static final String secondDnMailFirstValue = "other@example.com";
+    
+    // testing messages
+    private static final String MSG_VALID = 
+        "<entries>" +
+        "<entry>" +
+        "<dn>" + FIRST_DN + "</dn>" +
+        "<attributes>" +
+        "<attribute>" +
+        "<name>" + CN_ATTRIBUTE + "</name>" +
+        "<values>" +
+        "<value>" + FIRST_DN_CN_VALUE + "</value>" +
+        "</values>" +
+        "</attributes>" +
+        "</entry>" +
+        "</entries>";
+    
+    private LdapMarshalerSupport marshaler;
+    private MessageExchangeFactory factory;
+    
+    public void setUp() throws Exception {
+        this.marshaler = new DefaultLdapMarshaler();
+        this.factory = new MessageExchangeFactoryImpl(new IdGenerator(), new AtomicBoolean(false));
+    }
+    
+    // UNIT TESTS
+    
+    /**
+     * Test a valid message coming from the NMR
+     * @throws Exception in case of error during marshaler use
+     */
+    public void testFromNMRValidMinAttr() throws Exception {
+        LOG.info("Test getting LDAP data from the NMR");
+        LOG.debug("Create a IN_ONLY message exchange");
+        MessageExchange exchange = this.factory.createExchange(MessageExchangePattern.IN_ONLY);
+        LOG.debug("Create a normalized message");
+        NormalizedMessage message = exchange.createMessage();
+        LOG.debug("Define the message content using : " + MSG_VALID);
+        message.setContent(new StringSource(MSG_VALID));
+        LOG.debug("Set the exchange in message");
+        exchange.setMessage(message, "in");
+        // TODO complete the test
+    }
+    
+    /**
+     * Test a valid message sending to the NMR
+     * @throws Exception in case of error during marshaler use
+     */
+    public void testToNMRValidMinAttrb() throws Exception {
+        LOG.info("Prepare a LDAP naming enumeration");
+        // TODO complete
+    }
+
+}