Author: lresende
Date: Wed May 28 10:02:17 2008
New Revision: 661016
URL: http://svn.apache.org/viewvc?rev=661016&view=rev
Log:
TUSCANY-2344 - Applying Ram's patch
Added:
incubator/tuscany/java/sca/itest/validation/src/main/resources/impl/widget/
incubator/tuscany/java/sca/itest/validation/src/main/resources/impl/widget/CouldNotResolveLocation/
incubator/tuscany/java/sca/itest/validation/src/main/resources/impl/widget/CouldNotResolveLocation/widget.composite
(with props)
incubator/tuscany/java/sca/itest/validation/src/main/resources/impl/widget/LocationAttributeMissing/
incubator/tuscany/java/sca/itest/validation/src/main/resources/impl/widget/LocationAttributeMissing/widget.composite
(with props)
incubator/tuscany/java/sca/itest/validation/src/test/java/impl/widget/
incubator/tuscany/java/sca/itest/validation/src/test/java/impl/widget/CouldNotResolveLocationTestCase.java
(with props)
incubator/tuscany/java/sca/itest/validation/src/test/java/impl/widget/LocationAttributeMissingTestCase.java
(with props)
Modified:
incubator/tuscany/java/sca/itest/validation/pom.xml
Modified: incubator/tuscany/java/sca/itest/validation/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/validation/pom.xml?rev=661016&r1=661015&r2=661016&view=diff
==============================================================================
--- incubator/tuscany/java/sca/itest/validation/pom.xml (original)
+++ incubator/tuscany/java/sca/itest/validation/pom.xml Wed May 28 10:02:17 2008
@@ -82,7 +82,19 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ejb</artifactId>
<version>2.0-incubating-SNAPSHOT</version>
- </dependency>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-implementation-widget</artifactId>
+ <version>2.0-incubating-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-implementation-resource</artifactId>
+ <version>2.0-incubating-SNAPSHOT</version>
+ </dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
Added:
incubator/tuscany/java/sca/itest/validation/src/main/resources/impl/widget/CouldNotResolveLocation/widget.composite
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/validation/src/main/resources/impl/widget/CouldNotResolveLocation/widget.composite?rev=661016&view=auto
==============================================================================
---
incubator/tuscany/java/sca/itest/validation/src/main/resources/impl/widget/CouldNotResolveLocation/widget.composite
(added)
+++
incubator/tuscany/java/sca/itest/validation/src/main/resources/impl/widget/CouldNotResolveLocation/widget.composite
Wed May 28 10:02:17 2008
@@ -0,0 +1,29 @@
+<?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.
+-->
+<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
+ xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"
+ targetNamespace="http://sample/resource"
+ xmlns:sr="http://sample/resource"
+ name="resource">
+
+ <component name="store">
+ <tuscany:implementation.widget location="content/store.html"/>
+ </component>
+</composite>
Propchange:
incubator/tuscany/java/sca/itest/validation/src/main/resources/impl/widget/CouldNotResolveLocation/widget.composite
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/tuscany/java/sca/itest/validation/src/main/resources/impl/widget/CouldNotResolveLocation/widget.composite
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
incubator/tuscany/java/sca/itest/validation/src/main/resources/impl/widget/CouldNotResolveLocation/widget.composite
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added:
incubator/tuscany/java/sca/itest/validation/src/main/resources/impl/widget/LocationAttributeMissing/widget.composite
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/validation/src/main/resources/impl/widget/LocationAttributeMissing/widget.composite?rev=661016&view=auto
==============================================================================
---
incubator/tuscany/java/sca/itest/validation/src/main/resources/impl/widget/LocationAttributeMissing/widget.composite
(added)
+++
incubator/tuscany/java/sca/itest/validation/src/main/resources/impl/widget/LocationAttributeMissing/widget.composite
Wed May 28 10:02:17 2008
@@ -0,0 +1,30 @@
+<?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.
+-->
+<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
+ xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"
+ targetNamespace="http://sample/resource"
+ xmlns:sr="http://sample/resource"
+ name="resource">
+
+ <component name="store">
+ <tuscany:implementation.widget/>
+ </component>
+
+</composite>
Propchange:
incubator/tuscany/java/sca/itest/validation/src/main/resources/impl/widget/LocationAttributeMissing/widget.composite
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/tuscany/java/sca/itest/validation/src/main/resources/impl/widget/LocationAttributeMissing/widget.composite
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
incubator/tuscany/java/sca/itest/validation/src/main/resources/impl/widget/LocationAttributeMissing/widget.composite
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added:
incubator/tuscany/java/sca/itest/validation/src/test/java/impl/widget/CouldNotResolveLocationTestCase.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/validation/src/test/java/impl/widget/CouldNotResolveLocationTestCase.java?rev=661016&view=auto
==============================================================================
---
incubator/tuscany/java/sca/itest/validation/src/test/java/impl/widget/CouldNotResolveLocationTestCase.java
(added)
+++
incubator/tuscany/java/sca/itest/validation/src/test/java/impl/widget/CouldNotResolveLocationTestCase.java
Wed May 28 10:02:17 2008
@@ -0,0 +1,59 @@
+/*
+ * 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 impl.widget;
+
+import junit.framework.TestCase;
+import org.apache.tuscany.sca.monitor.Monitor;
+import org.apache.tuscany.sca.monitor.Problem;
+import org.apache.tuscany.sca.monitor.impl.DefaultLoggingMonitorImpl;
+
+import domain.CustomCompositeBuilder;
+
+/**
+ * This shows how to test the Calculator service component.
+ */
+public class CouldNotResolveLocationTestCase extends TestCase {
+
+ private CustomCompositeBuilder customDomain;
+
+ @Override
+ protected void setUp() throws Exception
+ {
+ customDomain = CustomCompositeBuilder.getInstance();
+ try {
+
customDomain.loadContribution("src/main/resources/impl/widget/CouldNotResolveLocation/widget.composite",
+ "TestContribution",
"src/main/resources/impl/widget/CouldNotResolveLocation/");
+ } catch (Exception ex){
+ //throw ex;
+ }
+ }
+
+ @Override
+ protected void tearDown() throws Exception {
+ //nothing to do
+ }
+
+ public void testCalculator() {
+ Monitor monitor = customDomain.getMonitorInstance();
+ Problem problem =
((DefaultLoggingMonitorImpl)monitor).getLastLoggedProblem();
+
+ assertNotNull(problem);
+ assertEquals("CouldNotResolveLocation", problem.getMessageId());
+ }
+}
Propchange:
incubator/tuscany/java/sca/itest/validation/src/test/java/impl/widget/CouldNotResolveLocationTestCase.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/tuscany/java/sca/itest/validation/src/test/java/impl/widget/CouldNotResolveLocationTestCase.java
------------------------------------------------------------------------------
svn:keywords = Rev Date
Added:
incubator/tuscany/java/sca/itest/validation/src/test/java/impl/widget/LocationAttributeMissingTestCase.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/validation/src/test/java/impl/widget/LocationAttributeMissingTestCase.java?rev=661016&view=auto
==============================================================================
---
incubator/tuscany/java/sca/itest/validation/src/test/java/impl/widget/LocationAttributeMissingTestCase.java
(added)
+++
incubator/tuscany/java/sca/itest/validation/src/test/java/impl/widget/LocationAttributeMissingTestCase.java
Wed May 28 10:02:17 2008
@@ -0,0 +1,59 @@
+/*
+ * 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 impl.widget;
+
+import junit.framework.TestCase;
+import org.apache.tuscany.sca.monitor.Monitor;
+import org.apache.tuscany.sca.monitor.Problem;
+import org.apache.tuscany.sca.monitor.impl.DefaultLoggingMonitorImpl;
+
+import domain.CustomCompositeBuilder;
+
+/**
+ * This shows how to test the Calculator service component.
+ */
+public class LocationAttributeMissingTestCase extends TestCase {
+
+ private CustomCompositeBuilder customDomain;
+
+ @Override
+ protected void setUp() throws Exception
+ {
+ customDomain = CustomCompositeBuilder.getInstance();
+ try {
+
customDomain.loadContribution("src/main/resources/impl/widget/LocationAttributeMissing/widget.composite",
+ "TestContribution",
"src/main/resources/impl/widget/LocationAttributeMissing/");
+ } catch (Exception ex){
+ //throw ex;
+ }
+ }
+
+ @Override
+ protected void tearDown() throws Exception {
+ //nothing to do
+ }
+
+ public void testCalculator() {
+ Monitor monitor = customDomain.getMonitorInstance();
+ Problem problem =
((DefaultLoggingMonitorImpl)monitor).getLastLoggedProblem();
+
+ assertNotNull(problem);
+ assertEquals("LocationAttributeMissing", problem.getMessageId());
+ }
+}
Propchange:
incubator/tuscany/java/sca/itest/validation/src/test/java/impl/widget/LocationAttributeMissingTestCase.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/tuscany/java/sca/itest/validation/src/test/java/impl/widget/LocationAttributeMissingTestCase.java
------------------------------------------------------------------------------
svn:keywords = Rev Date