From 5b67e082ce57df77acc72cd36569a05c9a2fa347 Mon Sep 17 00:00:00 2001 From: slaws Date: Mon, 6 Jul 2009 07:23:44 +0000 Subject: Branch for 1.5.1 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791397 13f79535-47bb-0310-9956-ffa450edef68 --- .../itest/implementation-jee-external-ear/pom.xml | 84 ++++++++++++++++++++++ ...tuscany.sca.contribution.resolver.ModelResolver | 18 +++++ ...cany.sca.provider.ImplementationProviderFactory | 19 +++++ .../src/main/resources/test.composite | 31 ++++++++ .../src/test/java/itest/Helloworld.java | 25 +++++++ .../src/test/java/itest/JeeTestCase.java | 52 ++++++++++++++ .../itest/MockImplementationProviderFactory.java | 44 ++++++++++++ .../test/java/itest/SomeCustomModelResolver.java | 77 ++++++++++++++++++++ 8 files changed, 350 insertions(+) create mode 100644 branches/sca-java-1.5.1/itest/implementation-jee-external-ear/pom.xml create mode 100644 branches/sca-java-1.5.1/itest/implementation-jee-external-ear/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.resolver.ModelResolver create mode 100644 branches/sca-java-1.5.1/itest/implementation-jee-external-ear/src/main/resources/META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory create mode 100644 branches/sca-java-1.5.1/itest/implementation-jee-external-ear/src/main/resources/test.composite create mode 100644 branches/sca-java-1.5.1/itest/implementation-jee-external-ear/src/test/java/itest/Helloworld.java create mode 100644 branches/sca-java-1.5.1/itest/implementation-jee-external-ear/src/test/java/itest/JeeTestCase.java create mode 100644 branches/sca-java-1.5.1/itest/implementation-jee-external-ear/src/test/java/itest/MockImplementationProviderFactory.java create mode 100644 branches/sca-java-1.5.1/itest/implementation-jee-external-ear/src/test/java/itest/SomeCustomModelResolver.java (limited to 'branches/sca-java-1.5.1/itest/implementation-jee-external-ear') diff --git a/branches/sca-java-1.5.1/itest/implementation-jee-external-ear/pom.xml b/branches/sca-java-1.5.1/itest/implementation-jee-external-ear/pom.xml new file mode 100644 index 0000000000..0123d14906 --- /dev/null +++ b/branches/sca-java-1.5.1/itest/implementation-jee-external-ear/pom.xml @@ -0,0 +1,84 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-itest + 1.6-SNAPSHOT + ../../pom.xml + + itest-implementation-jee-external-ear + Apache Tuscany SCA iTest Implementation JEE External EAR + + + + + org.apache.tuscany.sca + tuscany-implementation-jee + 1.6-SNAPSHOT + runtime + + + + org.apache.tuscany.sca + tuscany-assembly + 1.6-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-assembly-xml + 1.6-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-contribution-jee + 1.6-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-contribution-jee-impl + 1.6-SNAPSHOT + test + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.6-SNAPSHOT + test + + + + junit + junit + 4.2 + test + + + + + + ${artifactId} + + diff --git a/branches/sca-java-1.5.1/itest/implementation-jee-external-ear/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.resolver.ModelResolver b/branches/sca-java-1.5.1/itest/implementation-jee-external-ear/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.resolver.ModelResolver new file mode 100644 index 0000000000..76fa697c6a --- /dev/null +++ b/branches/sca-java-1.5.1/itest/implementation-jee-external-ear/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.resolver.ModelResolver @@ -0,0 +1,18 @@ +# 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. + +itest.SomeCustomModelResolver;model=org.apache.tuscany.sca.contribution.jee.ExternalEarInfo diff --git a/branches/sca-java-1.5.1/itest/implementation-jee-external-ear/src/main/resources/META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory b/branches/sca-java-1.5.1/itest/implementation-jee-external-ear/src/main/resources/META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory new file mode 100644 index 0000000000..eb0811dcc6 --- /dev/null +++ b/branches/sca-java-1.5.1/itest/implementation-jee-external-ear/src/main/resources/META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory @@ -0,0 +1,19 @@ +# 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. + +# Implementation class for the implementation extension +itest.MockImplementationProviderFactory;model=org.apache.tuscany.sca.implementation.jee.JEEImplementation diff --git a/branches/sca-java-1.5.1/itest/implementation-jee-external-ear/src/main/resources/test.composite b/branches/sca-java-1.5.1/itest/implementation-jee-external-ear/src/main/resources/test.composite new file mode 100644 index 0000000000..38902f1f1d --- /dev/null +++ b/branches/sca-java-1.5.1/itest/implementation-jee-external-ear/src/main/resources/test.composite @@ -0,0 +1,31 @@ + + + + + + + + + + + diff --git a/branches/sca-java-1.5.1/itest/implementation-jee-external-ear/src/test/java/itest/Helloworld.java b/branches/sca-java-1.5.1/itest/implementation-jee-external-ear/src/test/java/itest/Helloworld.java new file mode 100644 index 0000000000..c1eae6a64d --- /dev/null +++ b/branches/sca-java-1.5.1/itest/implementation-jee-external-ear/src/test/java/itest/Helloworld.java @@ -0,0 +1,25 @@ +/* + * 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 itest; + +public interface Helloworld { + + String getGreetings(String name); +} diff --git a/branches/sca-java-1.5.1/itest/implementation-jee-external-ear/src/test/java/itest/JeeTestCase.java b/branches/sca-java-1.5.1/itest/implementation-jee-external-ear/src/test/java/itest/JeeTestCase.java new file mode 100644 index 0000000000..765e6a3f18 --- /dev/null +++ b/branches/sca-java-1.5.1/itest/implementation-jee-external-ear/src/test/java/itest/JeeTestCase.java @@ -0,0 +1,52 @@ +/* + * 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 itest; + +import static org.junit.Assert.assertEquals; + +import org.apache.tuscany.sca.host.embedded.SCADomain; +import org.junit.After; +import org.junit.Before; +import org.junit.Test; + + +/** + */ +public class JeeTestCase { + + + @Before + public void init() { + } + + @Test + public void testSayHello() throws Exception { + SCADomain scaDomain = SCADomain.newInstance("http://localhost", "/", "test.composite"); + + Helloworld service = scaDomain.getService(Helloworld.class, "TestJEE/HelloworldServiceBean_HelloworldService"); + + //assertEquals("hello beate", service.getGreetings("beate")); + + scaDomain.close(); + } + + @After + public void end() { + } +} diff --git a/branches/sca-java-1.5.1/itest/implementation-jee-external-ear/src/test/java/itest/MockImplementationProviderFactory.java b/branches/sca-java-1.5.1/itest/implementation-jee-external-ear/src/test/java/itest/MockImplementationProviderFactory.java new file mode 100644 index 0000000000..7f7cff8810 --- /dev/null +++ b/branches/sca-java-1.5.1/itest/implementation-jee-external-ear/src/test/java/itest/MockImplementationProviderFactory.java @@ -0,0 +1,44 @@ +/* + * 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 itest; + +import org.apache.tuscany.sca.core.ExtensionPointRegistry; +import org.apache.tuscany.sca.implementation.jee.JEEImplementation; +import org.apache.tuscany.sca.provider.ImplementationProvider; +import org.apache.tuscany.sca.provider.ImplementationProviderFactory; +import org.apache.tuscany.sca.runtime.RuntimeComponent; + +public class MockImplementationProviderFactory implements ImplementationProviderFactory{ + + public MockImplementationProviderFactory(ExtensionPointRegistry extensionPoints) { + + } + + + public ImplementationProvider createImplementationProvider(RuntimeComponent component, + JEEImplementation Implementation) { + return null; + } + + public Class getModelType() { + return null; + } + +} diff --git a/branches/sca-java-1.5.1/itest/implementation-jee-external-ear/src/test/java/itest/SomeCustomModelResolver.java b/branches/sca-java-1.5.1/itest/implementation-jee-external-ear/src/test/java/itest/SomeCustomModelResolver.java new file mode 100644 index 0000000000..b534297148 --- /dev/null +++ b/branches/sca-java-1.5.1/itest/implementation-jee-external-ear/src/test/java/itest/SomeCustomModelResolver.java @@ -0,0 +1,77 @@ +/* + * 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 itest; + +import java.io.File; +import java.net.URI; +import java.util.HashMap; +import java.util.Map; + +import org.apache.tuscany.sca.contribution.Contribution; +import org.apache.tuscany.sca.contribution.jee.ExternalEarInfo; +import org.apache.tuscany.sca.contribution.jee.JavaEEApplicationInfo; +import org.apache.tuscany.sca.contribution.jee.JavaEEIntrospector; +import org.apache.tuscany.sca.contribution.resolver.ModelResolver; +import org.apache.tuscany.sca.core.ExtensionPointRegistry; + +public class SomeCustomModelResolver implements ModelResolver { + + private Map map = new HashMap(); + private JavaEEIntrospector jeeIntrospector; + + + public SomeCustomModelResolver(Contribution contribution, ExtensionPointRegistry extensionPoints) { + jeeIntrospector = extensionPoints.getExtensionPoint(JavaEEIntrospector.class); + } + + public void addModel(Object resolved) { + ExternalEarInfo jeeApp = (ExternalEarInfo)resolved; + map.put(jeeApp.getAppInfo().getUri(), jeeApp); + } + + public Object removeModel(Object resolved) { + return map.remove(((ExternalEarInfo)resolved).getAppInfo().getUri()); + } + + public T resolveModel(final Class modelClass, T unresolved) { + URI uri = ((ExternalEarInfo)unresolved).getAppInfo().getUri(); + if (uri != null) { + ExternalEarInfo resolved = (ExternalEarInfo) map.get(uri); + if (resolved != null) { + return modelClass.cast(resolved); + } else { + try { + File f = new File(uri.toString()); + final JavaEEApplicationInfo o = jeeIntrospector.introspectJeeArchive(f.toURI().toURL()); + return (T)new ExternalEarInfo() { + public JavaEEApplicationInfo getAppInfo() { + return (JavaEEApplicationInfo)o; + } + }; + } catch (Exception e) { + throw new RuntimeException(e); + } + } + } + + return unresolved; + } + +} -- cgit v1.2.3