Author: lresende
Date: Mon Jan 28 08:44:59 2008
New Revision: 615940
URL: http://svn.apache.org/viewvc?rev=615940&view=rev
Log:
Cleaning up and removing helloworld scenario that is available in
iTest\bpel\helloworld
Removed:
incubator/tuscany/java/sca/modules/implementation-bpel/src/test/java/org/apache/tuscany/sca/implementation/bpel/BPELHelloWorldTestCase.java
incubator/tuscany/java/sca/modules/implementation-bpel/src/test/resources/helloworld/helloworld.componentType
incubator/tuscany/java/sca/modules/implementation-bpel/src/test/resources/helloworld/helloworld.composite
Modified:
incubator/tuscany/java/sca/modules/implementation-bpel/pom.xml
incubator/tuscany/java/sca/modules/implementation-bpel/src/main/java/org/apache/tuscany/sca/implementation/bpel/ode/EmbeddedODEServer.java
Modified: incubator/tuscany/java/sca/modules/implementation-bpel/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/implementation-bpel/pom.xml?rev=615940&r1=615939&r2=615940&view=diff
==============================================================================
--- incubator/tuscany/java/sca/modules/implementation-bpel/pom.xml (original)
+++ incubator/tuscany/java/sca/modules/implementation-bpel/pom.xml Mon Jan 28
08:44:59 2008
@@ -368,7 +368,7 @@
<executions>
<execution>
<id>unpack</id>
- <phase>test-compile</phase>
+ <phase>generate-sources</phase>
<goals>
<goal>unpack</goal>
</goals>
@@ -384,47 +384,6 @@
</artifactItem>
</artifactItems>
</configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.tuscany.sdo</groupId>
- <artifactId>tuscany-sdo-plugin</artifactId>
- <version>1.0-incubating-SNAPSHOT</version>
- <executions>
- <execution>
-
<id>generate-bpel-helloworld</id>
- <phase>generate-sources</phase>
- <configuration>
-
<schemaFile>${basedir}/src/test/resources/helloworld/helloworld.wsdl</schemaFile>
-
<targetDirectory>${basedir}/target/wsdl2java-source</targetDirectory>
-
<prefix>HelloWorld</prefix>
-
<noNotification>true</noNotification>
-
<noContainer>true</noContainer>
-
<noUnsettable>true</noUnsettable>
- </configuration>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-maven-wsdl2java</artifactId>
- <version>1.2-incubating-SNAPSHOT</version>
- <executions>
- <execution>
- <configuration>
- <wsdlFiles>
- <wsdlFile>
-
<fileName>${basedir}/src/test/resources/helloworld/helloworld.wsdl</fileName>
- </wsdlFile>
- </wsdlFiles>
- </configuration>
- <goals>
- <goal>generate</goal>
- </goals>
</execution>
</executions>
</plugin>
Modified:
incubator/tuscany/java/sca/modules/implementation-bpel/src/main/java/org/apache/tuscany/sca/implementation/bpel/ode/EmbeddedODEServer.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/implementation-bpel/src/main/java/org/apache/tuscany/sca/implementation/bpel/ode/EmbeddedODEServer.java?rev=615940&r1=615939&r2=615940&view=diff
==============================================================================
---
incubator/tuscany/java/sca/modules/implementation-bpel/src/main/java/org/apache/tuscany/sca/implementation/bpel/ode/EmbeddedODEServer.java
(original)
+++
incubator/tuscany/java/sca/modules/implementation-bpel/src/main/java/org/apache/tuscany/sca/implementation/bpel/ode/EmbeddedODEServer.java
Mon Jan 28 08:44:59 2008
@@ -23,8 +23,6 @@
import java.net.URL;
import java.util.Collection;
import java.util.Properties;
-import java.util.concurrent.ExecutorService;
-import java.util.concurrent.Executors;
import javax.transaction.TransactionManager;
import javax.xml.namespace.QName;
@@ -145,8 +143,8 @@
_bpelServer.setDaoConnectionFactory(_daoCF);
_bpelServer.setInMemDaoConnectionFactory(new
BpelDAOConnectionFactoryImpl(_scheduler));
// _bpelServer.setEndpointReferenceContext(new
EndpointReferenceContextImpl(this));
- _bpelServer.setMessageExchangeContext(new
ODEMessageExchangeContext(this));
- _bpelServer.setBindingContext(new ODEBindingContext(this));
+ _bpelServer.setMessageExchangeContext(new
ODEMessageExchangeContext(this));
+ _bpelServer.setBindingContext(new ODEBindingContext(this));
_bpelServer.setScheduler(_scheduler);
if (_config.isDehydrationEnabled()) {
CountLRUDehydrationPolicy dehy = new CountLRUDehydrationPolicy();
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]