Author: kurtstam
Date: 2010-04-16 14:13:36 -0400 (Fri, 16 Apr 2010)
New Revision: 626
Added:
branches/ODE/ODE-1.x-fixes/axis2-war/src/test/java/org/apache/ode/axis2/correlation/CorrelationUnicityTest.java
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/ActivityRecoveryChannel.java
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/ActivityRecoveryChannelListener.java
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/CompensationChannel.java
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/CompensationChannelListener.java
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/EventHandlerControlChannel.java
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/EventHandlerControlChannelListener.java
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/InvokeResponseChannel.java
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/InvokeResponseChannelListener.java
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/LinkStatusChannel.java
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/LinkStatusChannelListener.java
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/ParentScopeChannel.java
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/ParentScopeChannelListener.java
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/PickResponseChannel.java
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/PickResponseChannelListener.java
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/TerminationChannel.java
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/TerminationChannelListener.java
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/TimerResponseChannel.java
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/TimerResponseChannelListener.java
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/SynchChannel.java
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/SynchChannelListener.java
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/ValChannel.java
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/ValChannelListener.java
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/examples/cell/CellChannel.java
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/examples/cell/CellChannelListener.java
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/examples/eratosthenes/NaturalNumberStreamChannel.java
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/examples/eratosthenes/NaturalNumberStreamChannelListener.java
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/examples/synch/SynchPrintChannel.java
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/examples/synch/SynchPrintChannelListener.java
Removed:
branches/ODE/ODE-1.x-fixes/axis2-war/src/test/java/org/apache/ode/axis2/correlation/CorrelationUnicityTest.java
branches/ODE/ODE-1.x-fixes/jacob-ap/
Modified:
branches/ODE/ODE-1.x-fixes/
branches/ODE/ODE-1.x-fixes/agents/
branches/ODE/ODE-1.x-fixes/axis2-war/
branches/ODE/ODE-1.x-fixes/axis2/
branches/ODE/ODE-1.x-fixes/bpel-api-jca/
branches/ODE/ODE-1.x-fixes/bpel-api/
branches/ODE/ODE-1.x-fixes/bpel-compiler/
branches/ODE/ODE-1.x-fixes/bpel-connector/
branches/ODE/ODE-1.x-fixes/bpel-dao/
branches/ODE/ODE-1.x-fixes/bpel-epr/
branches/ODE/ODE-1.x-fixes/bpel-obj/
branches/ODE/ODE-1.x-fixes/bpel-ql/
branches/ODE/ODE-1.x-fixes/bpel-runtime/
branches/ODE/ODE-1.x-fixes/bpel-runtime/pom.xml
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/ActivityRecovery.java
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/Compensation.java
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/EventHandlerControl.java
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/InvokeResponse.java
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/LinkStatus.java
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/ParentScope.java
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/PickResponse.java
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/Termination.java
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/TimerResponse.java
branches/ODE/ODE-1.x-fixes/bpel-schemas/
branches/ODE/ODE-1.x-fixes/bpel-scripts/
branches/ODE/ODE-1.x-fixes/bpel-store/
branches/ODE/ODE-1.x-fixes/bpel-test/
branches/ODE/ODE-1.x-fixes/dao-hibernate-db/
branches/ODE/ODE-1.x-fixes/dao-hibernate/
branches/ODE/ODE-1.x-fixes/dao-jpa-ojpa-derby/
branches/ODE/ODE-1.x-fixes/dao-jpa/
branches/ODE/ODE-1.x-fixes/distro/
branches/ODE/ODE-1.x-fixes/distro/src/examples-jbi/maven2/ping-pong-osgi/
branches/ODE/ODE-1.x-fixes/jacob/
branches/ODE/ODE-1.x-fixes/jacob/pom.xml
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/Synch.java
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/Val.java
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/examples/cell/Cell.java
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/examples/eratosthenes/NaturalNumberStream.java
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/examples/synch/SynchPrint.java
branches/ODE/ODE-1.x-fixes/jbi-bundle/
branches/ODE/ODE-1.x-fixes/jbi-karaf/
branches/ODE/ODE-1.x-fixes/jbi/
branches/ODE/ODE-1.x-fixes/jbi/pom.xml
branches/ODE/ODE-1.x-fixes/jca-ra/
branches/ODE/ODE-1.x-fixes/jca-server/
branches/ODE/ODE-1.x-fixes/pom.xml
branches/ODE/ODE-1.x-fixes/scheduler-simple/
branches/ODE/ODE-1.x-fixes/tools/
branches/ODE/ODE-1.x-fixes/utils/
Log:
RIFTSAW-203, check in generated classes. This removes the dependency on the SUN JDK.
Property changes on: branches/ODE/ODE-1.x-fixes
___________________________________________________________________
Name: svn:ignore
- target
.project
+ target
.project
.settings
Property changes on: branches/ODE/ODE-1.x-fixes/agents
___________________________________________________________________
Name: svn:ignore
- target
+ target
.project
.settings
.classpath
Property changes on: branches/ODE/ODE-1.x-fixes/axis2
___________________________________________________________________
Name: svn:ignore
- target
+ target
.settings
.classpath
.project
Property changes on: branches/ODE/ODE-1.x-fixes/axis2-war
___________________________________________________________________
Name: svn:ignore
- target
+ target
.settings
.classpath
.project
Deleted:
branches/ODE/ODE-1.x-fixes/axis2-war/src/test/java/org/apache/ode/axis2/correlation/CorrelationUnicityTest.java
===================================================================
---
branches/ODE/ODE-1.x-fixes/axis2-war/src/test/java/org/apache/ode/axis2/correlation/CorrelationUnicityTest.java 2010-04-16
14:01:52 UTC (rev 625)
+++
branches/ODE/ODE-1.x-fixes/axis2-war/src/test/java/org/apache/ode/axis2/correlation/CorrelationUnicityTest.java 2010-04-16
18:13:36 UTC (rev 626)
@@ -1,62 +0,0 @@
-/*
- * 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.ode.axis2;
-
-import org.testng.annotations.Test;
-import static org.testng.AssertJUnit.assertTrue;
-
-/**
- * Tests that timeouts set in the *.endpoint files are applied.
- * The test is designed so a fault must be received.
- *
- * Actually, the process invokes a 3-sec long operation (see the process request).
- * The specified timeouts are lesser than 3-sec, so if properly applied, a fault should
be trown.
- * If not applied, the default 120-sec timeouts will be used. 5sec < 120sec, so the
request will succeed.
- *
- */
-public class CorrelationUnicityTest extends Axis2TestBase implements ODEConfigDirAware {
- @Test(dataProvider="configs")
- public void test() throws Exception {
- String bundleName = "TestCorrelationUnicity";
- if (server.isDeployed(bundleName)) server.undeployProcess(bundleName);
- server.deployProcess(bundleName);
- try {
- {
- String response =
server.sendRequestFile("http://localhost:8888/processes/correlationMultiTest",
- bundleName, "testRequest.soap");
- System.out.println(response);
- assertTrue(response.contains("correlationUnicity1"));
- }
-
- {
- String response =
server.sendRequestFile("http://localhost:8888/processes/correlationMultiTest",
- bundleName, "testRequest.soap");
- System.out.println(response);
- assertTrue(response.contains("correlationUnicity1"));
- }
- } finally {
- server.undeployProcess(bundleName);
- }
- }
-
- public String getODEConfigDir() {
- return HIB_DERBY_CONF_DIR;
- }
-}
Copied:
branches/ODE/ODE-1.x-fixes/axis2-war/src/test/java/org/apache/ode/axis2/correlation/CorrelationUnicityTest.java
(from rev 624,
branches/ODE/ODE-1.x-fixes/axis2-war/src/test/java/org/apache/ode/axis2/correlation/CorrelationUnicityTest.java)
===================================================================
---
branches/ODE/ODE-1.x-fixes/axis2-war/src/test/java/org/apache/ode/axis2/correlation/CorrelationUnicityTest.java
(rev 0)
+++
branches/ODE/ODE-1.x-fixes/axis2-war/src/test/java/org/apache/ode/axis2/correlation/CorrelationUnicityTest.java 2010-04-16
18:13:36 UTC (rev 626)
@@ -0,0 +1,64 @@
+/*
+ * 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.ode.axis2.correlation;
+
+import org.apache.ode.axis2.Axis2TestBase;
+import org.apache.ode.axis2.ODEConfigDirAware;
+import org.testng.annotations.Test;
+import static org.testng.AssertJUnit.assertTrue;
+
+/**
+ * Tests that timeouts set in the *.endpoint files are applied.
+ * The test is designed so a fault must be received.
+ *
+ * Actually, the process invokes a 3-sec long operation (see the process request).
+ * The specified timeouts are lesser than 3-sec, so if properly applied, a fault should
be trown.
+ * If not applied, the default 120-sec timeouts will be used. 5sec < 120sec, so the
request will succeed.
+ *
+ */
+public class CorrelationUnicityTest extends Axis2TestBase implements ODEConfigDirAware {
+ @Test(dataProvider="configs")
+ public void test() throws Exception {
+ String bundleName = "TestCorrelationUnicity";
+ if (server.isDeployed(bundleName)) server.undeployProcess(bundleName);
+ server.deployProcess(bundleName);
+ try {
+ {
+ String response =
server.sendRequestFile("http://localhost:8888/processes/correlationMultiTest",
+ bundleName, "testRequest.soap");
+ System.out.println(response);
+ assertTrue(response.contains("correlationUnicity1"));
+ }
+
+ {
+ String response =
server.sendRequestFile("http://localhost:8888/processes/correlationMultiTest",
+ bundleName, "testRequest.soap");
+ System.out.println(response);
+ assertTrue(response.contains("correlationUnicity1"));
+ }
+ } finally {
+ server.undeployProcess(bundleName);
+ }
+ }
+
+ public String getODEConfigDir() {
+ return HIB_DERBY_CONF_DIR;
+ }
+}
Property changes on:
branches/ODE/ODE-1.x-fixes/axis2-war/src/test/java/org/apache/ode/axis2/correlation/CorrelationUnicityTest.java
___________________________________________________________________
Name: svn:mergeinfo
+
Property changes on: branches/ODE/ODE-1.x-fixes/bpel-api
___________________________________________________________________
Name: svn:ignore
- target
+ target
.settings
.classpath
.project
Property changes on: branches/ODE/ODE-1.x-fixes/bpel-api-jca
___________________________________________________________________
Name: svn:ignore
- target
+ target
.settings
.classpath
.project
Property changes on: branches/ODE/ODE-1.x-fixes/bpel-compiler
___________________________________________________________________
Name: svn:ignore
- target
+ target
.settings
.classpath
.project
Property changes on: branches/ODE/ODE-1.x-fixes/bpel-connector
___________________________________________________________________
Name: svn:ignore
- target
+ target
.settings
.classpath
.project
Property changes on: branches/ODE/ODE-1.x-fixes/bpel-dao
___________________________________________________________________
Name: svn:ignore
- target
+ target
.settings
.classpath
.project
Property changes on: branches/ODE/ODE-1.x-fixes/bpel-epr
___________________________________________________________________
Name: svn:ignore
- target
+ target
.settings
.classpath
.project
Property changes on: branches/ODE/ODE-1.x-fixes/bpel-obj
___________________________________________________________________
Name: svn:ignore
- target
+ target
.settings
.classpath
.project
Property changes on: branches/ODE/ODE-1.x-fixes/bpel-ql
___________________________________________________________________
Name: svn:ignore
- target
+ target
.settings
.classpath
.project
Property changes on: branches/ODE/ODE-1.x-fixes/bpel-runtime
___________________________________________________________________
Name: svn:ignore
- bin
.classpath
.project
target
+ bin
.classpath
.project
target
.settings
Modified: branches/ODE/ODE-1.x-fixes/bpel-runtime/pom.xml
===================================================================
--- branches/ODE/ODE-1.x-fixes/bpel-runtime/pom.xml 2010-04-16 14:01:52 UTC (rev 625)
+++ branches/ODE/ODE-1.x-fixes/bpel-runtime/pom.xml 2010-04-16 18:13:36 UTC (rev 626)
@@ -63,10 +63,6 @@
</dependency>
<dependency>
<groupId>org.apache.ode</groupId>
- <artifactId>ode-jacob-ap</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.ode</groupId>
<artifactId>ode-utils</artifactId>
</dependency>
<dependency>
@@ -124,10 +120,6 @@
</dependency>
<dependency>
<groupId>org.apache.ode</groupId>
- <artifactId>ode-jacob-ap</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.ode</groupId>
<artifactId>ode-utils</artifactId>
</dependency>
<dependency>
@@ -216,30 +208,7 @@
</dependencies>
<build>
<plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>apt-maven-plugin</artifactId>
- <version>1.0-alpha-3</version>
- <configuration>
-
<factory>org.apache.ode.jacob.ap.JacobAnnotationProcessorFactory</factory>
- <outputDirectory>target/generated/apt</outputDirectory>
- </configuration>
- <executions>
- <execution>
- <goals>
- <goal>process</goal>
- <goal>test-process</goal>
- </goals>
- </execution>
- </executions>
- <dependencies>
- <dependency>
- <groupId>org.apache.ode</groupId>
- <artifactId>ode-jacob-ap</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
- </plugin>
+
</plugins>
</build>
</project>
Modified:
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/ActivityRecovery.java
===================================================================
---
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/ActivityRecovery.java 2010-04-16
14:01:52 UTC (rev 625)
+++
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/ActivityRecovery.java 2010-04-16
18:13:36 UTC (rev 626)
@@ -18,12 +18,8 @@
*/
package org.apache.ode.bpel.runtime.channels;
-import org.apache.ode.jacob.ap.ChannelType;
-
-
/**
*/
-@ChannelType
public interface ActivityRecovery {
/**
Added:
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/ActivityRecoveryChannel.java
===================================================================
---
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/ActivityRecoveryChannel.java
(rev 0)
+++
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/ActivityRecoveryChannel.java 2010-04-16
18:13:36 UTC (rev 626)
@@ -0,0 +1,39 @@
+/*
+ * 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.
+ */
+/*
+ * SOURCE FILE GENERATATED BY JACOB CHANNEL CLASS GENERATOR
+ *
+ * !!! DO NOT EDIT !!!!
+ *
+ * Generated On : Fri Apr 16 09:44:36 EDT 2010
+ * For Interface : org.apache.ode.bpel.runtime.channels.ActivityRecovery
+ */
+
+package org.apache.ode.bpel.runtime.channels;
+
+/**
+ * An auto-generated channel interface for the channel type
+ * {@link org.apache.ode.bpel.runtime.channels.ActivityRecovery}.
+ * @see org.apache.ode.bpel.runtime.channels.ActivityRecovery
+ * @see org.apache.ode.bpel.runtime.channels.ActivityRecoveryChannelListener
+ */
+public interface ActivityRecoveryChannel
+ extends org.apache.ode.jacob.Channel,
+ org.apache.ode.bpel.runtime.channels.ActivityRecovery
+{}
Added:
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/ActivityRecoveryChannelListener.java
===================================================================
---
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/ActivityRecoveryChannelListener.java
(rev 0)
+++
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/ActivityRecoveryChannelListener.java 2010-04-16
18:13:36 UTC (rev 626)
@@ -0,0 +1,51 @@
+/*
+ * 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.
+ */
+/*
+ * SOURCE FILE GENERATATED BY JACOB CHANNEL CLASS GENERATOR
+ *
+ * !!! DO NOT EDIT !!!!
+ *
+ * Generated On : Fri Apr 16 09:44:36 EDT 2010
+ * For Interface : org.apache.ode.bpel.runtime.channels.ActivityRecovery
+ */
+
+package org.apache.ode.bpel.runtime.channels;
+
+import org.apache.commons.logging.LogFactory;
+import org.apache.commons.logging.Log;
+
+/**
+ * An auto-generated channel listener abstract class for the
+ * {@link org.apache.ode.bpel.runtime.channels.ActivityRecovery} channel type.
+ * @see org.apache.ode.bpel.runtime.channels.ActivityRecovery
+ * @see org.apache.ode.bpel.runtime.channels.ActivityRecoveryChannel
+ */
+public abstract class ActivityRecoveryChannelListener
+ extends
org.apache.ode.jacob.ChannelListener<org.apache.ode.bpel.runtime.channels.ActivityRecoveryChannel>
+ implements org.apache.ode.bpel.runtime.channels.ActivityRecovery
+{
+
+ private static final Log __log =
LogFactory.getLog(org.apache.ode.bpel.runtime.channels.ActivityRecovery.class);
+
+ protected Log log() { return __log; }
+
+ protected
ActivityRecoveryChannelListener(org.apache.ode.bpel.runtime.channels.ActivityRecoveryChannel
channel) {
+ super(channel);
+ }
+}
Modified:
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/Compensation.java
===================================================================
---
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/Compensation.java 2010-04-16
14:01:52 UTC (rev 625)
+++
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/Compensation.java 2010-04-16
18:13:36 UTC (rev 626)
@@ -19,11 +19,9 @@
package org.apache.ode.bpel.runtime.channels;
import org.apache.ode.jacob.SynchChannel;
-import org.apache.ode.jacob.ap.ChannelType;
/**
*/
-@ChannelType
public interface Compensation {
public void forget();
Added:
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/CompensationChannel.java
===================================================================
---
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/CompensationChannel.java
(rev 0)
+++
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/CompensationChannel.java 2010-04-16
18:13:36 UTC (rev 626)
@@ -0,0 +1,39 @@
+/*
+ * 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.
+ */
+/*
+ * SOURCE FILE GENERATATED BY JACOB CHANNEL CLASS GENERATOR
+ *
+ * !!! DO NOT EDIT !!!!
+ *
+ * Generated On : Fri Apr 16 09:44:36 EDT 2010
+ * For Interface : org.apache.ode.bpel.runtime.channels.Compensation
+ */
+
+package org.apache.ode.bpel.runtime.channels;
+
+/**
+ * An auto-generated channel interface for the channel type
+ * {@link org.apache.ode.bpel.runtime.channels.Compensation}.
+ * @see org.apache.ode.bpel.runtime.channels.Compensation
+ * @see org.apache.ode.bpel.runtime.channels.CompensationChannelListener
+ */
+public interface CompensationChannel
+ extends org.apache.ode.jacob.Channel,
+ org.apache.ode.bpel.runtime.channels.Compensation
+{}
Added:
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/CompensationChannelListener.java
===================================================================
---
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/CompensationChannelListener.java
(rev 0)
+++
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/CompensationChannelListener.java 2010-04-16
18:13:36 UTC (rev 626)
@@ -0,0 +1,51 @@
+/*
+ * 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.
+ */
+/*
+ * SOURCE FILE GENERATATED BY JACOB CHANNEL CLASS GENERATOR
+ *
+ * !!! DO NOT EDIT !!!!
+ *
+ * Generated On : Fri Apr 16 09:44:36 EDT 2010
+ * For Interface : org.apache.ode.bpel.runtime.channels.Compensation
+ */
+
+package org.apache.ode.bpel.runtime.channels;
+
+import org.apache.commons.logging.LogFactory;
+import org.apache.commons.logging.Log;
+
+/**
+ * An auto-generated channel listener abstract class for the
+ * {@link org.apache.ode.bpel.runtime.channels.Compensation} channel type.
+ * @see org.apache.ode.bpel.runtime.channels.Compensation
+ * @see org.apache.ode.bpel.runtime.channels.CompensationChannel
+ */
+public abstract class CompensationChannelListener
+ extends
org.apache.ode.jacob.ChannelListener<org.apache.ode.bpel.runtime.channels.CompensationChannel>
+ implements org.apache.ode.bpel.runtime.channels.Compensation
+{
+
+ private static final Log __log =
LogFactory.getLog(org.apache.ode.bpel.runtime.channels.Compensation.class);
+
+ protected Log log() { return __log; }
+
+ protected
CompensationChannelListener(org.apache.ode.bpel.runtime.channels.CompensationChannel
channel) {
+ super(channel);
+ }
+}
Modified:
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/EventHandlerControl.java
===================================================================
---
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/EventHandlerControl.java 2010-04-16
14:01:52 UTC (rev 625)
+++
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/EventHandlerControl.java 2010-04-16
18:13:36 UTC (rev 626)
@@ -18,12 +18,9 @@
*/
package org.apache.ode.bpel.runtime.channels;
-import org.apache.ode.jacob.ap.ChannelType;
-
/**
* Channel used to control processing of event handler activities.
*/
-@ChannelType
public interface EventHandlerControl {
/**
Added:
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/EventHandlerControlChannel.java
===================================================================
---
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/EventHandlerControlChannel.java
(rev 0)
+++
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/EventHandlerControlChannel.java 2010-04-16
18:13:36 UTC (rev 626)
@@ -0,0 +1,39 @@
+/*
+ * 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.
+ */
+/*
+ * SOURCE FILE GENERATATED BY JACOB CHANNEL CLASS GENERATOR
+ *
+ * !!! DO NOT EDIT !!!!
+ *
+ * Generated On : Fri Apr 16 09:44:36 EDT 2010
+ * For Interface : org.apache.ode.bpel.runtime.channels.EventHandlerControl
+ */
+
+package org.apache.ode.bpel.runtime.channels;
+
+/**
+ * An auto-generated channel interface for the channel type
+ * {@link org.apache.ode.bpel.runtime.channels.EventHandlerControl}.
+ * @see org.apache.ode.bpel.runtime.channels.EventHandlerControl
+ * @see org.apache.ode.bpel.runtime.channels.EventHandlerControlChannelListener
+ */
+public interface EventHandlerControlChannel
+ extends org.apache.ode.jacob.Channel,
+ org.apache.ode.bpel.runtime.channels.EventHandlerControl
+{}
Added:
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/EventHandlerControlChannelListener.java
===================================================================
---
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/EventHandlerControlChannelListener.java
(rev 0)
+++
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/EventHandlerControlChannelListener.java 2010-04-16
18:13:36 UTC (rev 626)
@@ -0,0 +1,51 @@
+/*
+ * 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.
+ */
+/*
+ * SOURCE FILE GENERATATED BY JACOB CHANNEL CLASS GENERATOR
+ *
+ * !!! DO NOT EDIT !!!!
+ *
+ * Generated On : Fri Apr 16 09:44:36 EDT 2010
+ * For Interface : org.apache.ode.bpel.runtime.channels.EventHandlerControl
+ */
+
+package org.apache.ode.bpel.runtime.channels;
+
+import org.apache.commons.logging.LogFactory;
+import org.apache.commons.logging.Log;
+
+/**
+ * An auto-generated channel listener abstract class for the
+ * {@link org.apache.ode.bpel.runtime.channels.EventHandlerControl} channel type.
+ * @see org.apache.ode.bpel.runtime.channels.EventHandlerControl
+ * @see org.apache.ode.bpel.runtime.channels.EventHandlerControlChannel
+ */
+public abstract class EventHandlerControlChannelListener
+ extends
org.apache.ode.jacob.ChannelListener<org.apache.ode.bpel.runtime.channels.EventHandlerControlChannel>
+ implements org.apache.ode.bpel.runtime.channels.EventHandlerControl
+{
+
+ private static final Log __log =
LogFactory.getLog(org.apache.ode.bpel.runtime.channels.EventHandlerControl.class);
+
+ protected Log log() { return __log; }
+
+ protected
EventHandlerControlChannelListener(org.apache.ode.bpel.runtime.channels.EventHandlerControlChannel
channel) {
+ super(channel);
+ }
+}
Modified:
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/InvokeResponse.java
===================================================================
---
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/InvokeResponse.java 2010-04-16
14:01:52 UTC (rev 625)
+++
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/InvokeResponse.java 2010-04-16
18:13:36 UTC (rev 626)
@@ -18,12 +18,9 @@
*/
package org.apache.ode.bpel.runtime.channels;
-import org.apache.ode.jacob.ap.ChannelType;
-
/**
* Response channel for pick requests.
*/
-@ChannelType
public interface InvokeResponse {
public void onResponse();
Added:
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/InvokeResponseChannel.java
===================================================================
---
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/InvokeResponseChannel.java
(rev 0)
+++
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/InvokeResponseChannel.java 2010-04-16
18:13:36 UTC (rev 626)
@@ -0,0 +1,39 @@
+/*
+ * 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.
+ */
+/*
+ * SOURCE FILE GENERATATED BY JACOB CHANNEL CLASS GENERATOR
+ *
+ * !!! DO NOT EDIT !!!!
+ *
+ * Generated On : Fri Apr 16 09:44:36 EDT 2010
+ * For Interface : org.apache.ode.bpel.runtime.channels.InvokeResponse
+ */
+
+package org.apache.ode.bpel.runtime.channels;
+
+/**
+ * An auto-generated channel interface for the channel type
+ * {@link org.apache.ode.bpel.runtime.channels.InvokeResponse}.
+ * @see org.apache.ode.bpel.runtime.channels.InvokeResponse
+ * @see org.apache.ode.bpel.runtime.channels.InvokeResponseChannelListener
+ */
+public interface InvokeResponseChannel
+ extends org.apache.ode.jacob.Channel,
+ org.apache.ode.bpel.runtime.channels.InvokeResponse
+{}
Added:
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/InvokeResponseChannelListener.java
===================================================================
---
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/InvokeResponseChannelListener.java
(rev 0)
+++
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/InvokeResponseChannelListener.java 2010-04-16
18:13:36 UTC (rev 626)
@@ -0,0 +1,51 @@
+/*
+ * 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.
+ */
+/*
+ * SOURCE FILE GENERATATED BY JACOB CHANNEL CLASS GENERATOR
+ *
+ * !!! DO NOT EDIT !!!!
+ *
+ * Generated On : Fri Apr 16 09:44:36 EDT 2010
+ * For Interface : org.apache.ode.bpel.runtime.channels.InvokeResponse
+ */
+
+package org.apache.ode.bpel.runtime.channels;
+
+import org.apache.commons.logging.LogFactory;
+import org.apache.commons.logging.Log;
+
+/**
+ * An auto-generated channel listener abstract class for the
+ * {@link org.apache.ode.bpel.runtime.channels.InvokeResponse} channel type.
+ * @see org.apache.ode.bpel.runtime.channels.InvokeResponse
+ * @see org.apache.ode.bpel.runtime.channels.InvokeResponseChannel
+ */
+public abstract class InvokeResponseChannelListener
+ extends
org.apache.ode.jacob.ChannelListener<org.apache.ode.bpel.runtime.channels.InvokeResponseChannel>
+ implements org.apache.ode.bpel.runtime.channels.InvokeResponse
+{
+
+ private static final Log __log =
LogFactory.getLog(org.apache.ode.bpel.runtime.channels.InvokeResponse.class);
+
+ protected Log log() { return __log; }
+
+ protected
InvokeResponseChannelListener(org.apache.ode.bpel.runtime.channels.InvokeResponseChannel
channel) {
+ super(channel);
+ }
+}
Modified:
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/LinkStatus.java
===================================================================
---
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/LinkStatus.java 2010-04-16
14:01:52 UTC (rev 625)
+++
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/LinkStatus.java 2010-04-16
18:13:36 UTC (rev 626)
@@ -18,11 +18,8 @@
*/
package org.apache.ode.bpel.runtime.channels;
-import org.apache.ode.jacob.ap.ChannelType;
-
/**
*/
-@ChannelType
public interface LinkStatus {
void linkStatus(boolean value);
Added:
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/LinkStatusChannel.java
===================================================================
---
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/LinkStatusChannel.java
(rev 0)
+++
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/LinkStatusChannel.java 2010-04-16
18:13:36 UTC (rev 626)
@@ -0,0 +1,39 @@
+/*
+ * 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.
+ */
+/*
+ * SOURCE FILE GENERATATED BY JACOB CHANNEL CLASS GENERATOR
+ *
+ * !!! DO NOT EDIT !!!!
+ *
+ * Generated On : Fri Apr 16 09:44:36 EDT 2010
+ * For Interface : org.apache.ode.bpel.runtime.channels.LinkStatus
+ */
+
+package org.apache.ode.bpel.runtime.channels;
+
+/**
+ * An auto-generated channel interface for the channel type
+ * {@link org.apache.ode.bpel.runtime.channels.LinkStatus}.
+ * @see org.apache.ode.bpel.runtime.channels.LinkStatus
+ * @see org.apache.ode.bpel.runtime.channels.LinkStatusChannelListener
+ */
+public interface LinkStatusChannel
+ extends org.apache.ode.jacob.Channel,
+ org.apache.ode.bpel.runtime.channels.LinkStatus
+{}
Added:
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/LinkStatusChannelListener.java
===================================================================
---
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/LinkStatusChannelListener.java
(rev 0)
+++
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/LinkStatusChannelListener.java 2010-04-16
18:13:36 UTC (rev 626)
@@ -0,0 +1,51 @@
+/*
+ * 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.
+ */
+/*
+ * SOURCE FILE GENERATATED BY JACOB CHANNEL CLASS GENERATOR
+ *
+ * !!! DO NOT EDIT !!!!
+ *
+ * Generated On : Fri Apr 16 09:44:36 EDT 2010
+ * For Interface : org.apache.ode.bpel.runtime.channels.LinkStatus
+ */
+
+package org.apache.ode.bpel.runtime.channels;
+
+import org.apache.commons.logging.LogFactory;
+import org.apache.commons.logging.Log;
+
+/**
+ * An auto-generated channel listener abstract class for the
+ * {@link org.apache.ode.bpel.runtime.channels.LinkStatus} channel type.
+ * @see org.apache.ode.bpel.runtime.channels.LinkStatus
+ * @see org.apache.ode.bpel.runtime.channels.LinkStatusChannel
+ */
+public abstract class LinkStatusChannelListener
+ extends
org.apache.ode.jacob.ChannelListener<org.apache.ode.bpel.runtime.channels.LinkStatusChannel>
+ implements org.apache.ode.bpel.runtime.channels.LinkStatus
+{
+
+ private static final Log __log =
LogFactory.getLog(org.apache.ode.bpel.runtime.channels.LinkStatus.class);
+
+ protected Log log() { return __log; }
+
+ protected
LinkStatusChannelListener(org.apache.ode.bpel.runtime.channels.LinkStatusChannel channel)
{
+ super(channel);
+ }
+}
Modified:
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/ParentScope.java
===================================================================
---
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/ParentScope.java 2010-04-16
14:01:52 UTC (rev 625)
+++
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/ParentScope.java 2010-04-16
18:13:36 UTC (rev 626)
@@ -25,12 +25,9 @@
import org.w3c.dom.Element;
import java.util.Set;
-import org.apache.ode.jacob.ap.ChannelType;
-
/**
* Channel used for child-to-parent scope communication.
*/
-@ChannelType
public interface ParentScope {
void compensate(OScope scope, SynchChannel ret);
Added:
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/ParentScopeChannel.java
===================================================================
---
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/ParentScopeChannel.java
(rev 0)
+++
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/ParentScopeChannel.java 2010-04-16
18:13:36 UTC (rev 626)
@@ -0,0 +1,39 @@
+/*
+ * 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.
+ */
+/*
+ * SOURCE FILE GENERATATED BY JACOB CHANNEL CLASS GENERATOR
+ *
+ * !!! DO NOT EDIT !!!!
+ *
+ * Generated On : Fri Apr 16 09:44:36 EDT 2010
+ * For Interface : org.apache.ode.bpel.runtime.channels.ParentScope
+ */
+
+package org.apache.ode.bpel.runtime.channels;
+
+/**
+ * An auto-generated channel interface for the channel type
+ * {@link org.apache.ode.bpel.runtime.channels.ParentScope}.
+ * @see org.apache.ode.bpel.runtime.channels.ParentScope
+ * @see org.apache.ode.bpel.runtime.channels.ParentScopeChannelListener
+ */
+public interface ParentScopeChannel
+ extends org.apache.ode.jacob.Channel,
+ org.apache.ode.bpel.runtime.channels.ParentScope
+{}
Added:
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/ParentScopeChannelListener.java
===================================================================
---
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/ParentScopeChannelListener.java
(rev 0)
+++
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/ParentScopeChannelListener.java 2010-04-16
18:13:36 UTC (rev 626)
@@ -0,0 +1,51 @@
+/*
+ * 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.
+ */
+/*
+ * SOURCE FILE GENERATATED BY JACOB CHANNEL CLASS GENERATOR
+ *
+ * !!! DO NOT EDIT !!!!
+ *
+ * Generated On : Fri Apr 16 09:44:36 EDT 2010
+ * For Interface : org.apache.ode.bpel.runtime.channels.ParentScope
+ */
+
+package org.apache.ode.bpel.runtime.channels;
+
+import org.apache.commons.logging.LogFactory;
+import org.apache.commons.logging.Log;
+
+/**
+ * An auto-generated channel listener abstract class for the
+ * {@link org.apache.ode.bpel.runtime.channels.ParentScope} channel type.
+ * @see org.apache.ode.bpel.runtime.channels.ParentScope
+ * @see org.apache.ode.bpel.runtime.channels.ParentScopeChannel
+ */
+public abstract class ParentScopeChannelListener
+ extends
org.apache.ode.jacob.ChannelListener<org.apache.ode.bpel.runtime.channels.ParentScopeChannel>
+ implements org.apache.ode.bpel.runtime.channels.ParentScope
+{
+
+ private static final Log __log =
LogFactory.getLog(org.apache.ode.bpel.runtime.channels.ParentScope.class);
+
+ protected Log log() { return __log; }
+
+ protected
ParentScopeChannelListener(org.apache.ode.bpel.runtime.channels.ParentScopeChannel
channel) {
+ super(channel);
+ }
+}
Modified:
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/PickResponse.java
===================================================================
---
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/PickResponse.java 2010-04-16
14:01:52 UTC (rev 625)
+++
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/PickResponse.java 2010-04-16
18:13:36 UTC (rev 626)
@@ -18,14 +18,11 @@
*/
package org.apache.ode.bpel.runtime.channels;
-import org.apache.ode.jacob.ap.ChannelType;
-
/**
* Response channel for pick requests.
* @jacob.kind
* @jacob.parent TimerResponseChannel
*/
-@ChannelType
public interface PickResponse extends TimerResponse {
public void onRequestRcvd(int selectorIdx, String mexId);
Added:
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/PickResponseChannel.java
===================================================================
---
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/PickResponseChannel.java
(rev 0)
+++
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/PickResponseChannel.java 2010-04-16
18:13:36 UTC (rev 626)
@@ -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.
+ */
+/*
+ * SOURCE FILE GENERATATED BY JACOB CHANNEL CLASS GENERATOR
+ *
+ * !!! DO NOT EDIT !!!!
+ *
+ * Generated On : Fri Apr 16 09:44:36 EDT 2010
+ * For Interface : org.apache.ode.bpel.runtime.channels.PickResponse
+ */
+
+package org.apache.ode.bpel.runtime.channels;
+
+/**
+ * An auto-generated channel interface for the channel type
+ * {@link org.apache.ode.bpel.runtime.channels.PickResponse}.
+ * @see org.apache.ode.bpel.runtime.channels.PickResponse
+ * @see org.apache.ode.bpel.runtime.channels.PickResponseChannelListener
+ */
+public interface PickResponseChannel
+ extends org.apache.ode.bpel.runtime.channels.TimerResponseChannel,
+ org.apache.ode.jacob.Channel,
+ org.apache.ode.bpel.runtime.channels.PickResponse
+{}
Added:
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/PickResponseChannelListener.java
===================================================================
---
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/PickResponseChannelListener.java
(rev 0)
+++
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/PickResponseChannelListener.java 2010-04-16
18:13:36 UTC (rev 626)
@@ -0,0 +1,51 @@
+/*
+ * 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.
+ */
+/*
+ * SOURCE FILE GENERATATED BY JACOB CHANNEL CLASS GENERATOR
+ *
+ * !!! DO NOT EDIT !!!!
+ *
+ * Generated On : Fri Apr 16 09:44:36 EDT 2010
+ * For Interface : org.apache.ode.bpel.runtime.channels.PickResponse
+ */
+
+package org.apache.ode.bpel.runtime.channels;
+
+import org.apache.commons.logging.LogFactory;
+import org.apache.commons.logging.Log;
+
+/**
+ * An auto-generated channel listener abstract class for the
+ * {@link org.apache.ode.bpel.runtime.channels.PickResponse} channel type.
+ * @see org.apache.ode.bpel.runtime.channels.PickResponse
+ * @see org.apache.ode.bpel.runtime.channels.PickResponseChannel
+ */
+public abstract class PickResponseChannelListener
+ extends
org.apache.ode.jacob.ChannelListener<org.apache.ode.bpel.runtime.channels.PickResponseChannel>
+ implements org.apache.ode.bpel.runtime.channels.PickResponse
+{
+
+ private static final Log __log =
LogFactory.getLog(org.apache.ode.bpel.runtime.channels.PickResponse.class);
+
+ protected Log log() { return __log; }
+
+ protected
PickResponseChannelListener(org.apache.ode.bpel.runtime.channels.PickResponseChannel
channel) {
+ super(channel);
+ }
+}
Modified:
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/Termination.java
===================================================================
---
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/Termination.java 2010-04-16
14:01:52 UTC (rev 625)
+++
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/Termination.java 2010-04-16
18:13:36 UTC (rev 626)
@@ -18,13 +18,9 @@
*/
package org.apache.ode.bpel.runtime.channels;
-
-import org.apache.ode.jacob.ap.ChannelType;
-
/**
* Channel used for parent-to-child scope communication.
*/
-@ChannelType
public interface Termination {
/**
Added:
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/TerminationChannel.java
===================================================================
---
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/TerminationChannel.java
(rev 0)
+++
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/TerminationChannel.java 2010-04-16
18:13:36 UTC (rev 626)
@@ -0,0 +1,39 @@
+/*
+ * 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.
+ */
+/*
+ * SOURCE FILE GENERATATED BY JACOB CHANNEL CLASS GENERATOR
+ *
+ * !!! DO NOT EDIT !!!!
+ *
+ * Generated On : Fri Apr 16 09:44:36 EDT 2010
+ * For Interface : org.apache.ode.bpel.runtime.channels.Termination
+ */
+
+package org.apache.ode.bpel.runtime.channels;
+
+/**
+ * An auto-generated channel interface for the channel type
+ * {@link org.apache.ode.bpel.runtime.channels.Termination}.
+ * @see org.apache.ode.bpel.runtime.channels.Termination
+ * @see org.apache.ode.bpel.runtime.channels.TerminationChannelListener
+ */
+public interface TerminationChannel
+ extends org.apache.ode.jacob.Channel,
+ org.apache.ode.bpel.runtime.channels.Termination
+{}
Added:
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/TerminationChannelListener.java
===================================================================
---
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/TerminationChannelListener.java
(rev 0)
+++
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/TerminationChannelListener.java 2010-04-16
18:13:36 UTC (rev 626)
@@ -0,0 +1,51 @@
+/*
+ * 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.
+ */
+/*
+ * SOURCE FILE GENERATATED BY JACOB CHANNEL CLASS GENERATOR
+ *
+ * !!! DO NOT EDIT !!!!
+ *
+ * Generated On : Fri Apr 16 09:44:36 EDT 2010
+ * For Interface : org.apache.ode.bpel.runtime.channels.Termination
+ */
+
+package org.apache.ode.bpel.runtime.channels;
+
+import org.apache.commons.logging.LogFactory;
+import org.apache.commons.logging.Log;
+
+/**
+ * An auto-generated channel listener abstract class for the
+ * {@link org.apache.ode.bpel.runtime.channels.Termination} channel type.
+ * @see org.apache.ode.bpel.runtime.channels.Termination
+ * @see org.apache.ode.bpel.runtime.channels.TerminationChannel
+ */
+public abstract class TerminationChannelListener
+ extends
org.apache.ode.jacob.ChannelListener<org.apache.ode.bpel.runtime.channels.TerminationChannel>
+ implements org.apache.ode.bpel.runtime.channels.Termination
+{
+
+ private static final Log __log =
LogFactory.getLog(org.apache.ode.bpel.runtime.channels.Termination.class);
+
+ protected Log log() { return __log; }
+
+ protected
TerminationChannelListener(org.apache.ode.bpel.runtime.channels.TerminationChannel
channel) {
+ super(channel);
+ }
+}
Modified:
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/TimerResponse.java
===================================================================
---
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/TimerResponse.java 2010-04-16
14:01:52 UTC (rev 625)
+++
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/TimerResponse.java 2010-04-16
18:13:36 UTC (rev 626)
@@ -18,12 +18,9 @@
*/
package org.apache.ode.bpel.runtime.channels;
-import org.apache.ode.jacob.ap.ChannelType;
-
/**
* Channel for timer notification.
*/
-@ChannelType
public interface TimerResponse {
/** timer event has occurred */
public void onTimeout();
Added:
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/TimerResponseChannel.java
===================================================================
---
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/TimerResponseChannel.java
(rev 0)
+++
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/TimerResponseChannel.java 2010-04-16
18:13:36 UTC (rev 626)
@@ -0,0 +1,39 @@
+/*
+ * 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.
+ */
+/*
+ * SOURCE FILE GENERATATED BY JACOB CHANNEL CLASS GENERATOR
+ *
+ * !!! DO NOT EDIT !!!!
+ *
+ * Generated On : Fri Apr 16 09:44:36 EDT 2010
+ * For Interface : org.apache.ode.bpel.runtime.channels.TimerResponse
+ */
+
+package org.apache.ode.bpel.runtime.channels;
+
+/**
+ * An auto-generated channel interface for the channel type
+ * {@link org.apache.ode.bpel.runtime.channels.TimerResponse}.
+ * @see org.apache.ode.bpel.runtime.channels.TimerResponse
+ * @see org.apache.ode.bpel.runtime.channels.TimerResponseChannelListener
+ */
+public interface TimerResponseChannel
+ extends org.apache.ode.jacob.Channel,
+ org.apache.ode.bpel.runtime.channels.TimerResponse
+{}
Added:
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/TimerResponseChannelListener.java
===================================================================
---
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/TimerResponseChannelListener.java
(rev 0)
+++
branches/ODE/ODE-1.x-fixes/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/channels/TimerResponseChannelListener.java 2010-04-16
18:13:36 UTC (rev 626)
@@ -0,0 +1,51 @@
+/*
+ * 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.
+ */
+/*
+ * SOURCE FILE GENERATATED BY JACOB CHANNEL CLASS GENERATOR
+ *
+ * !!! DO NOT EDIT !!!!
+ *
+ * Generated On : Fri Apr 16 09:44:36 EDT 2010
+ * For Interface : org.apache.ode.bpel.runtime.channels.TimerResponse
+ */
+
+package org.apache.ode.bpel.runtime.channels;
+
+import org.apache.commons.logging.LogFactory;
+import org.apache.commons.logging.Log;
+
+/**
+ * An auto-generated channel listener abstract class for the
+ * {@link org.apache.ode.bpel.runtime.channels.TimerResponse} channel type.
+ * @see org.apache.ode.bpel.runtime.channels.TimerResponse
+ * @see org.apache.ode.bpel.runtime.channels.TimerResponseChannel
+ */
+public abstract class TimerResponseChannelListener
+ extends
org.apache.ode.jacob.ChannelListener<org.apache.ode.bpel.runtime.channels.TimerResponseChannel>
+ implements org.apache.ode.bpel.runtime.channels.TimerResponse
+{
+
+ private static final Log __log =
LogFactory.getLog(org.apache.ode.bpel.runtime.channels.TimerResponse.class);
+
+ protected Log log() { return __log; }
+
+ protected
TimerResponseChannelListener(org.apache.ode.bpel.runtime.channels.TimerResponseChannel
channel) {
+ super(channel);
+ }
+}
Property changes on: branches/ODE/ODE-1.x-fixes/bpel-schemas
___________________________________________________________________
Name: svn:ignore
- target
+ target
.settings
.classpath
.project
Property changes on: branches/ODE/ODE-1.x-fixes/bpel-scripts
___________________________________________________________________
Name: svn:ignore
- target
+ target
.settings
.classpath
.project
Property changes on: branches/ODE/ODE-1.x-fixes/bpel-store
___________________________________________________________________
Name: svn:ignore
- target
+ target
.settings
.classpath
.project
Property changes on: branches/ODE/ODE-1.x-fixes/bpel-test
___________________________________________________________________
Name: svn:ignore
- target
+ target
.settings
.classpath
.project
Property changes on: branches/ODE/ODE-1.x-fixes/dao-hibernate
___________________________________________________________________
Name: svn:ignore
- target
+ target
.settings
.classpath
.project
Property changes on: branches/ODE/ODE-1.x-fixes/dao-hibernate-db
___________________________________________________________________
Name: svn:ignore
- target
+ target
.settings
.classpath
.project
Property changes on: branches/ODE/ODE-1.x-fixes/dao-jpa
___________________________________________________________________
Name: svn:ignore
- target
+ target
.settings
.classpath
.project
Property changes on: branches/ODE/ODE-1.x-fixes/dao-jpa-ojpa-derby
___________________________________________________________________
Name: svn:ignore
- target
+ target
.settings
.classpath
.project
Property changes on: branches/ODE/ODE-1.x-fixes/distro
___________________________________________________________________
Name: svn:ignore
- target
+ target
.settings
.classpath
.project
Property changes on:
branches/ODE/ODE-1.x-fixes/distro/src/examples-jbi/maven2/ping-pong-osgi
___________________________________________________________________
Name: svn:ignore
+ .settings
target
.classpath
.project
Property changes on: branches/ODE/ODE-1.x-fixes/jacob
___________________________________________________________________
Name: svn:ignore
- target
+ target
.settings
.classpath
.project
Modified: branches/ODE/ODE-1.x-fixes/jacob/pom.xml
===================================================================
--- branches/ODE/ODE-1.x-fixes/jacob/pom.xml 2010-04-16 14:01:52 UTC (rev 625)
+++ branches/ODE/ODE-1.x-fixes/jacob/pom.xml 2010-04-16 18:13:36 UTC (rev 626)
@@ -36,10 +36,6 @@
<artifactId>ode-utils</artifactId>
</dependency>
<dependency>
- <groupId>org.apache.ode</groupId>
- <artifactId>ode-jacob-ap</artifactId>
- </dependency>
- <dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</dependency>
@@ -52,30 +48,7 @@
<build>
<plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>apt-maven-plugin</artifactId>
- <version>1.0-alpha-3</version>
- <configuration>
-
<factory>org.apache.ode.jacob.ap.JacobAnnotationProcessorFactory</factory>
- <outputDirectory>target/generated/apt</outputDirectory>
- </configuration>
- <executions>
- <execution>
- <goals>
- <goal>process</goal>
- <goal>test-process</goal>
- </goals>
- </execution>
- </executions>
- <dependencies>
- <dependency>
- <groupId>org.apache.ode</groupId>
- <artifactId>ode-jacob-ap</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
- </plugin>
+
</plugins>
</build>
</project>
Modified: branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/Synch.java
===================================================================
---
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/Synch.java 2010-04-16
14:01:52 UTC (rev 625)
+++
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/Synch.java 2010-04-16
18:13:36 UTC (rev 626)
@@ -18,8 +18,6 @@
*/
package org.apache.ode.jacob;
-import org.apache.ode.jacob.ap.ChannelType;
-
/**
* Synch represents a synchronous invocation callback notification.
* <p>
@@ -27,7 +25,7 @@
*
* @author Maciej Szefler <a
href="mailto:mbs@fivesight.com">mbs</a>
*/
-@ChannelType
+
public interface Synch {
public void ret();
}
Added:
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/SynchChannel.java
===================================================================
--- branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/SynchChannel.java
(rev 0)
+++
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/SynchChannel.java 2010-04-16
18:13:36 UTC (rev 626)
@@ -0,0 +1,39 @@
+/*
+ * 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.
+ */
+/*
+ * SOURCE FILE GENERATATED BY JACOB CHANNEL CLASS GENERATOR
+ *
+ * !!! DO NOT EDIT !!!!
+ *
+ * Generated On : Fri Apr 16 09:42:21 EDT 2010
+ * For Interface : org.apache.ode.jacob.Synch
+ */
+
+package org.apache.ode.jacob;
+
+/**
+ * An auto-generated channel interface for the channel type
+ * {@link org.apache.ode.jacob.Synch}.
+ * @see org.apache.ode.jacob.Synch
+ * @see org.apache.ode.jacob.SynchChannelListener
+ */
+public interface SynchChannel
+ extends org.apache.ode.jacob.Channel,
+ org.apache.ode.jacob.Synch
+{}
Added:
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/SynchChannelListener.java
===================================================================
---
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/SynchChannelListener.java
(rev 0)
+++
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/SynchChannelListener.java 2010-04-16
18:13:36 UTC (rev 626)
@@ -0,0 +1,51 @@
+/*
+ * 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.
+ */
+/*
+ * SOURCE FILE GENERATATED BY JACOB CHANNEL CLASS GENERATOR
+ *
+ * !!! DO NOT EDIT !!!!
+ *
+ * Generated On : Fri Apr 16 09:42:21 EDT 2010
+ * For Interface : org.apache.ode.jacob.Synch
+ */
+
+package org.apache.ode.jacob;
+
+import org.apache.commons.logging.LogFactory;
+import org.apache.commons.logging.Log;
+
+/**
+ * An auto-generated channel listener abstract class for the
+ * {@link org.apache.ode.jacob.Synch} channel type.
+ * @see org.apache.ode.jacob.Synch
+ * @see org.apache.ode.jacob.SynchChannel
+ */
+public abstract class SynchChannelListener
+ extends
org.apache.ode.jacob.ChannelListener<org.apache.ode.jacob.SynchChannel>
+ implements org.apache.ode.jacob.Synch
+{
+
+ private static final Log __log =
LogFactory.getLog(org.apache.ode.jacob.Synch.class);
+
+ protected Log log() { return __log; }
+
+ protected SynchChannelListener(org.apache.ode.jacob.SynchChannel channel) {
+ super(channel);
+ }
+}
Modified: branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/Val.java
===================================================================
---
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/Val.java 2010-04-16
14:01:52 UTC (rev 625)
+++
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/Val.java 2010-04-16
18:13:36 UTC (rev 626)
@@ -18,11 +18,9 @@
*/
package org.apache.ode.jacob;
-import org.apache.ode.jacob.ap.ChannelType;
/**
* Generic return-value channel type.
*/
-@ChannelType
public interface Val {
public void val(Object retVal);
}
Added:
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/ValChannel.java
===================================================================
--- branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/ValChannel.java
(rev 0)
+++
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/ValChannel.java 2010-04-16
18:13:36 UTC (rev 626)
@@ -0,0 +1,39 @@
+/*
+ * 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.
+ */
+/*
+ * SOURCE FILE GENERATATED BY JACOB CHANNEL CLASS GENERATOR
+ *
+ * !!! DO NOT EDIT !!!!
+ *
+ * Generated On : Fri Apr 16 09:42:21 EDT 2010
+ * For Interface : org.apache.ode.jacob.Val
+ */
+
+package org.apache.ode.jacob;
+
+/**
+ * An auto-generated channel interface for the channel type
+ * {@link org.apache.ode.jacob.Val}.
+ * @see org.apache.ode.jacob.Val
+ * @see org.apache.ode.jacob.ValChannelListener
+ */
+public interface ValChannel
+ extends org.apache.ode.jacob.Channel,
+ org.apache.ode.jacob.Val
+{}
Added:
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/ValChannelListener.java
===================================================================
---
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/ValChannelListener.java
(rev 0)
+++
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/ValChannelListener.java 2010-04-16
18:13:36 UTC (rev 626)
@@ -0,0 +1,51 @@
+/*
+ * 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.
+ */
+/*
+ * SOURCE FILE GENERATATED BY JACOB CHANNEL CLASS GENERATOR
+ *
+ * !!! DO NOT EDIT !!!!
+ *
+ * Generated On : Fri Apr 16 09:42:21 EDT 2010
+ * For Interface : org.apache.ode.jacob.Val
+ */
+
+package org.apache.ode.jacob;
+
+import org.apache.commons.logging.LogFactory;
+import org.apache.commons.logging.Log;
+
+/**
+ * An auto-generated channel listener abstract class for the
+ * {@link org.apache.ode.jacob.Val} channel type.
+ * @see org.apache.ode.jacob.Val
+ * @see org.apache.ode.jacob.ValChannel
+ */
+public abstract class ValChannelListener
+ extends org.apache.ode.jacob.ChannelListener<org.apache.ode.jacob.ValChannel>
+ implements org.apache.ode.jacob.Val
+{
+
+ private static final Log __log = LogFactory.getLog(org.apache.ode.jacob.Val.class);
+
+ protected Log log() { return __log; }
+
+ protected ValChannelListener(org.apache.ode.jacob.ValChannel channel) {
+ super(channel);
+ }
+}
Modified:
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/examples/cell/Cell.java
===================================================================
---
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/examples/cell/Cell.java 2010-04-16
14:01:52 UTC (rev 625)
+++
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/examples/cell/Cell.java 2010-04-16
18:13:36 UTC (rev 626)
@@ -19,14 +19,12 @@
package org.apache.ode.jacob.examples.cell;
import org.apache.ode.jacob.Val;
-import org.apache.ode.jacob.ap.ChannelType;
/**
* Channel type for a cell. The channel allows reading of and setting the values of a
cell.
*
* @jacob.kind
*/
-@ChannelType
public interface Cell {
/**
Added:
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/examples/cell/CellChannel.java
===================================================================
---
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/examples/cell/CellChannel.java
(rev 0)
+++
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/examples/cell/CellChannel.java 2010-04-16
18:13:36 UTC (rev 626)
@@ -0,0 +1,39 @@
+/*
+ * 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.
+ */
+/*
+ * SOURCE FILE GENERATATED BY JACOB CHANNEL CLASS GENERATOR
+ *
+ * !!! DO NOT EDIT !!!!
+ *
+ * Generated On : Fri Apr 16 09:42:21 EDT 2010
+ * For Interface : org.apache.ode.jacob.examples.cell.Cell
+ */
+
+package org.apache.ode.jacob.examples.cell;
+
+/**
+ * An auto-generated channel interface for the channel type
+ * {@link org.apache.ode.jacob.examples.cell.Cell}.
+ * @see org.apache.ode.jacob.examples.cell.Cell
+ * @see org.apache.ode.jacob.examples.cell.CellChannelListener
+ */
+public interface CellChannel
+ extends org.apache.ode.jacob.Channel,
+ org.apache.ode.jacob.examples.cell.Cell
+{}
Added:
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/examples/cell/CellChannelListener.java
===================================================================
---
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/examples/cell/CellChannelListener.java
(rev 0)
+++
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/examples/cell/CellChannelListener.java 2010-04-16
18:13:36 UTC (rev 626)
@@ -0,0 +1,51 @@
+/*
+ * 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.
+ */
+/*
+ * SOURCE FILE GENERATATED BY JACOB CHANNEL CLASS GENERATOR
+ *
+ * !!! DO NOT EDIT !!!!
+ *
+ * Generated On : Fri Apr 16 09:42:21 EDT 2010
+ * For Interface : org.apache.ode.jacob.examples.cell.Cell
+ */
+
+package org.apache.ode.jacob.examples.cell;
+
+import org.apache.commons.logging.LogFactory;
+import org.apache.commons.logging.Log;
+
+/**
+ * An auto-generated channel listener abstract class for the
+ * {@link org.apache.ode.jacob.examples.cell.Cell} channel type.
+ * @see org.apache.ode.jacob.examples.cell.Cell
+ * @see org.apache.ode.jacob.examples.cell.CellChannel
+ */
+public abstract class CellChannelListener
+ extends
org.apache.ode.jacob.ChannelListener<org.apache.ode.jacob.examples.cell.CellChannel>
+ implements org.apache.ode.jacob.examples.cell.Cell
+{
+
+ private static final Log __log =
LogFactory.getLog(org.apache.ode.jacob.examples.cell.Cell.class);
+
+ protected Log log() { return __log; }
+
+ protected CellChannelListener(org.apache.ode.jacob.examples.cell.CellChannel channel)
{
+ super(channel);
+ }
+}
Modified:
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/examples/eratosthenes/NaturalNumberStream.java
===================================================================
---
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/examples/eratosthenes/NaturalNumberStream.java 2010-04-16
14:01:52 UTC (rev 625)
+++
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/examples/eratosthenes/NaturalNumberStream.java 2010-04-16
18:13:36 UTC (rev 626)
@@ -19,7 +19,6 @@
package org.apache.ode.jacob.examples.eratosthenes;
import org.apache.ode.jacob.SynchChannel;
-import org.apache.ode.jacob.ap.ChannelType;
/**
* DOCUMENTME.
@@ -28,7 +27,6 @@
* @jacob.kind
* @author Maciej Szefler <a
href="mailto:mbs@fivesight.com">mbs</a>
*/
-@ChannelType
public interface NaturalNumberStream {
public void val(int n, SynchChannel ret);
}
Added:
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/examples/eratosthenes/NaturalNumberStreamChannel.java
===================================================================
---
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/examples/eratosthenes/NaturalNumberStreamChannel.java
(rev 0)
+++
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/examples/eratosthenes/NaturalNumberStreamChannel.java 2010-04-16
18:13:36 UTC (rev 626)
@@ -0,0 +1,39 @@
+/*
+ * 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.
+ */
+/*
+ * SOURCE FILE GENERATATED BY JACOB CHANNEL CLASS GENERATOR
+ *
+ * !!! DO NOT EDIT !!!!
+ *
+ * Generated On : Fri Apr 16 09:42:21 EDT 2010
+ * For Interface : org.apache.ode.jacob.examples.eratosthenes.NaturalNumberStream
+ */
+
+package org.apache.ode.jacob.examples.eratosthenes;
+
+/**
+ * An auto-generated channel interface for the channel type
+ * {@link org.apache.ode.jacob.examples.eratosthenes.NaturalNumberStream}.
+ * @see org.apache.ode.jacob.examples.eratosthenes.NaturalNumberStream
+ * @see org.apache.ode.jacob.examples.eratosthenes.NaturalNumberStreamChannelListener
+ */
+public interface NaturalNumberStreamChannel
+ extends org.apache.ode.jacob.Channel,
+ org.apache.ode.jacob.examples.eratosthenes.NaturalNumberStream
+{}
Added:
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/examples/eratosthenes/NaturalNumberStreamChannelListener.java
===================================================================
---
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/examples/eratosthenes/NaturalNumberStreamChannelListener.java
(rev 0)
+++
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/examples/eratosthenes/NaturalNumberStreamChannelListener.java 2010-04-16
18:13:36 UTC (rev 626)
@@ -0,0 +1,51 @@
+/*
+ * 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.
+ */
+/*
+ * SOURCE FILE GENERATATED BY JACOB CHANNEL CLASS GENERATOR
+ *
+ * !!! DO NOT EDIT !!!!
+ *
+ * Generated On : Fri Apr 16 09:42:21 EDT 2010
+ * For Interface : org.apache.ode.jacob.examples.eratosthenes.NaturalNumberStream
+ */
+
+package org.apache.ode.jacob.examples.eratosthenes;
+
+import org.apache.commons.logging.LogFactory;
+import org.apache.commons.logging.Log;
+
+/**
+ * An auto-generated channel listener abstract class for the
+ * {@link org.apache.ode.jacob.examples.eratosthenes.NaturalNumberStream} channel type.
+ * @see org.apache.ode.jacob.examples.eratosthenes.NaturalNumberStream
+ * @see org.apache.ode.jacob.examples.eratosthenes.NaturalNumberStreamChannel
+ */
+public abstract class NaturalNumberStreamChannelListener
+ extends
org.apache.ode.jacob.ChannelListener<org.apache.ode.jacob.examples.eratosthenes.NaturalNumberStreamChannel>
+ implements org.apache.ode.jacob.examples.eratosthenes.NaturalNumberStream
+{
+
+ private static final Log __log =
LogFactory.getLog(org.apache.ode.jacob.examples.eratosthenes.NaturalNumberStream.class);
+
+ protected Log log() { return __log; }
+
+ protected
NaturalNumberStreamChannelListener(org.apache.ode.jacob.examples.eratosthenes.NaturalNumberStreamChannel
channel) {
+ super(channel);
+ }
+}
Modified:
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/examples/synch/SynchPrint.java
===================================================================
---
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/examples/synch/SynchPrint.java 2010-04-16
14:01:52 UTC (rev 625)
+++
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/examples/synch/SynchPrint.java 2010-04-16
18:13:36 UTC (rev 626)
@@ -19,7 +19,6 @@
package org.apache.ode.jacob.examples.synch;
import org.apache.ode.jacob.SynchChannel;
-import org.apache.ode.jacob.ap.ChannelType;
/**
* DOCUMENTME.
@@ -27,7 +26,6 @@
*
* @author Maciej Szefler <a
href="mailto:mbs@fivesight.com">mbs</a>
*/
-@ChannelType
public interface SynchPrint {
public SynchChannel print(String msg);
}
Added:
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/examples/synch/SynchPrintChannel.java
===================================================================
---
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/examples/synch/SynchPrintChannel.java
(rev 0)
+++
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/examples/synch/SynchPrintChannel.java 2010-04-16
18:13:36 UTC (rev 626)
@@ -0,0 +1,39 @@
+/*
+ * 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.
+ */
+/*
+ * SOURCE FILE GENERATATED BY JACOB CHANNEL CLASS GENERATOR
+ *
+ * !!! DO NOT EDIT !!!!
+ *
+ * Generated On : Fri Apr 16 09:42:21 EDT 2010
+ * For Interface : org.apache.ode.jacob.examples.synch.SynchPrint
+ */
+
+package org.apache.ode.jacob.examples.synch;
+
+/**
+ * An auto-generated channel interface for the channel type
+ * {@link org.apache.ode.jacob.examples.synch.SynchPrint}.
+ * @see org.apache.ode.jacob.examples.synch.SynchPrint
+ * @see org.apache.ode.jacob.examples.synch.SynchPrintChannelListener
+ */
+public interface SynchPrintChannel
+ extends org.apache.ode.jacob.Channel,
+ org.apache.ode.jacob.examples.synch.SynchPrint
+{}
Added:
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/examples/synch/SynchPrintChannelListener.java
===================================================================
---
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/examples/synch/SynchPrintChannelListener.java
(rev 0)
+++
branches/ODE/ODE-1.x-fixes/jacob/src/main/java/org/apache/ode/jacob/examples/synch/SynchPrintChannelListener.java 2010-04-16
18:13:36 UTC (rev 626)
@@ -0,0 +1,51 @@
+/*
+ * 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.
+ */
+/*
+ * SOURCE FILE GENERATATED BY JACOB CHANNEL CLASS GENERATOR
+ *
+ * !!! DO NOT EDIT !!!!
+ *
+ * Generated On : Fri Apr 16 09:42:21 EDT 2010
+ * For Interface : org.apache.ode.jacob.examples.synch.SynchPrint
+ */
+
+package org.apache.ode.jacob.examples.synch;
+
+import org.apache.commons.logging.LogFactory;
+import org.apache.commons.logging.Log;
+
+/**
+ * An auto-generated channel listener abstract class for the
+ * {@link org.apache.ode.jacob.examples.synch.SynchPrint} channel type.
+ * @see org.apache.ode.jacob.examples.synch.SynchPrint
+ * @see org.apache.ode.jacob.examples.synch.SynchPrintChannel
+ */
+public abstract class SynchPrintChannelListener
+ extends
org.apache.ode.jacob.ChannelListener<org.apache.ode.jacob.examples.synch.SynchPrintChannel>
+ implements org.apache.ode.jacob.examples.synch.SynchPrint
+{
+
+ private static final Log __log =
LogFactory.getLog(org.apache.ode.jacob.examples.synch.SynchPrint.class);
+
+ protected Log log() { return __log; }
+
+ protected
SynchPrintChannelListener(org.apache.ode.jacob.examples.synch.SynchPrintChannel channel)
{
+ super(channel);
+ }
+}
Property changes on: branches/ODE/ODE-1.x-fixes/jbi
___________________________________________________________________
Name: svn:ignore
- target
+ target
.settings
.classpath
.project
Modified: branches/ODE/ODE-1.x-fixes/jbi/pom.xml
===================================================================
--- branches/ODE/ODE-1.x-fixes/jbi/pom.xml 2010-04-16 14:01:52 UTC (rev 625)
+++ branches/ODE/ODE-1.x-fixes/jbi/pom.xml 2010-04-16 18:13:36 UTC (rev 626)
@@ -203,12 +203,8 @@
<dependency>
<groupId>org.apache.ode</groupId>
<artifactId>ode-bpel-ql</artifactId>
- </dependency>
+ </dependency>
<dependency>
- <groupId>org.apache.ode</groupId>
- <artifactId>ode-jacob-ap</artifactId>
- </dependency>
- <dependency>
<groupId>org.apache.servicemix.specs</groupId>
<artifactId>org.apache.servicemix.specs.jbi-api-1.0</artifactId>
<version>${jbi.version}</version>
Property changes on: branches/ODE/ODE-1.x-fixes/jbi-bundle
___________________________________________________________________
Name: svn:ignore
+ .settings
target
.classpath
.project
Property changes on: branches/ODE/ODE-1.x-fixes/jbi-karaf
___________________________________________________________________
Name: svn:ignore
+ .settings
target
.classpath
.project
Property changes on: branches/ODE/ODE-1.x-fixes/jca-ra
___________________________________________________________________
Name: svn:ignore
- target
+ target
.settings
.classpath
.project
Property changes on: branches/ODE/ODE-1.x-fixes/jca-server
___________________________________________________________________
Name: svn:ignore
- target
+ target
.settings
.classpath
.project
Modified: branches/ODE/ODE-1.x-fixes/pom.xml
===================================================================
--- branches/ODE/ODE-1.x-fixes/pom.xml 2010-04-16 14:01:52 UTC (rev 625)
+++ branches/ODE/ODE-1.x-fixes/pom.xml 2010-04-16 18:13:36 UTC (rev 626)
@@ -30,11 +30,11 @@
<name>Apache Software Foundation</name>
<url>http://www.apache.org</url>
</organization>
-
+<!--
<prerequisites>
<maven>2.2.1</maven>
</prerequisites>
-
+ -->
<properties>
<ode.version>1.3.4-SNAPSHOT</ode.version>
<activation.version>1.1</activation.version>
@@ -107,7 +107,6 @@
<modules>
<module>agents</module>
<module>utils</module>
- <module>jacob-ap</module>
<module>jacob</module>
<module>bpel-schemas</module>
<module>bpel-scripts</module>
@@ -406,11 +405,6 @@
</dependency>
<dependency>
<groupId>org.apache.ode</groupId>
- <artifactId>ode-jacob-ap</artifactId>
- <version>${ode.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.ode</groupId>
<artifactId>ode-jacob</artifactId>
<version>${ode.version}</version>
</dependency>
Property changes on: branches/ODE/ODE-1.x-fixes/scheduler-simple
___________________________________________________________________
Name: svn:ignore
- target
+ target
.settings
.classpath
.project
Property changes on: branches/ODE/ODE-1.x-fixes/tools
___________________________________________________________________
Name: svn:ignore
- target
+ target
.settings
.classpath
.project
Property changes on: branches/ODE/ODE-1.x-fixes/utils
___________________________________________________________________
Name: svn:ignore
- target
+ target
.settings
.classpath
.project