[teiid-commits] teiid SVN: r1801 - in branches/JCA: build/assembly/jboss-container and 12 other directories.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Thu Feb 4 18:09:59 EST 2010


Author: rareddy
Date: 2010-02-04 18:09:58 -0500 (Thu, 04 Feb 2010)
New Revision: 1801

Added:
   branches/JCA/build/kit-jboss-container/deploy/teiid-engine.rar/
   branches/JCA/build/kit-jboss-container/deploy/teiid-engine.rar/META-INF/
   branches/JCA/build/kit-jboss-container/deploy/teiid-engine.rar/META-INF/ra.xml
Removed:
   branches/JCA/build/assembly/jboss-container/connectors.xml
   branches/JCA/build/assembly/jboss-container/dependencies.xml
   branches/JCA/build/kit-jboss-container/deploy/teiid-runtime.rar
Modified:
   branches/JCA/build/assembly/jboss-container/dist.xml
   branches/JCA/cache-jbosscache/pom.xml
   branches/JCA/common-internal/pom.xml
   branches/JCA/connector-api/pom.xml
   branches/JCA/connector-sdk/pom.xml
   branches/JCA/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/ObjectConnection.java
   branches/JCA/engine/pom.xml
   branches/JCA/jboss-integration/pom.xml
   branches/JCA/metadata/pom.xml
   branches/JCA/pom.xml
   branches/JCA/runtime/pom.xml
Log:
TEIID-833: Fixing some dependencies such that client/connector-api are provided rest have dependent each other

Deleted: branches/JCA/build/assembly/jboss-container/connectors.xml
===================================================================
--- branches/JCA/build/assembly/jboss-container/connectors.xml	2010-02-04 18:44:39 UTC (rev 1800)
+++ branches/JCA/build/assembly/jboss-container/connectors.xml	2010-02-04 23:09:58 UTC (rev 1801)
@@ -1,34 +0,0 @@
-<!--This script builds a JAR for the Embedded Server Installation -->
-<assembly>
-  
-  <id>connector-rar</id>
-  
-  <formats>
-    <format>dir</format>
-  </formats>
-  
-  <includeBaseDirectory>false</includeBaseDirectory>
-  <baseDirectory>teiid</baseDirectory>
-    
-  <moduleSets>
-    <moduleSet>
-        <includeSubModules>true</includeSubModules>
-               
-        <includes>
-            <include>org.jboss.teiid.connectors:connector-jdbc:rar</include>
-            <include>org.jboss.teiid.connectors:connector-loopback</include>
-            <include>org.jboss.teiid.connectors:connector-text</include>
-            <include>org.jboss.teiid.connectors:connector-ldap</include>
-            <include>org.jboss.teiid.connectors:connector-salesforce</include>
-        </includes>
-
-        <binaries>        
-          <includeDependencies>false</includeDependencies>
-          <unpack>false</unpack>
-        </binaries>
-      
-    </moduleSet>
-
-  </moduleSets>
-    
-</assembly>
\ No newline at end of file

Deleted: branches/JCA/build/assembly/jboss-container/dependencies.xml
===================================================================
--- branches/JCA/build/assembly/jboss-container/dependencies.xml	2010-02-04 18:44:39 UTC (rev 1800)
+++ branches/JCA/build/assembly/jboss-container/dependencies.xml	2010-02-04 23:09:58 UTC (rev 1801)
@@ -1,59 +0,0 @@
-<!--This script builds a JAR for the Embedded Server Installation -->
-<assembly>
-  
-  <id>runtime-dependencies</id>
-  
-  <formats>
-    <format>dir</format>
-  </formats>
-  
-  <includeBaseDirectory>false</includeBaseDirectory>
-  <baseDirectory>teiid</baseDirectory>
-    
-  <moduleSets>
-    <moduleSet>
-        <includeSubModules>true</includeSubModules>
-               
-        <includes>
-            <include>org.jboss.teiid:teiid-cache-jbosscache</include>
-            <include>org.jboss.teiid:teiid-common-internal</include>
-    	
-        	<include>org.jboss.teiid:teiid-connector-api</include>
-        	<include>org.jboss.teiid:teiid-connector-metadata</include>
-            <include>org.jboss.teiid:teiid-runtime</include>
-        	<include>org.jboss.teiid:teiid-engine</include>
-        	<include>org.jboss.teiid:teiid-metadata</include>
-        </includes>
-        
-        <binaries>        
-          <includeDependencies>true</includeDependencies>
-          <unpack>false</unpack>
-                                    
-          <dependencySets>
-            <dependencySet>
-              <useProjectArtifact>true</useProjectArtifact>
-              <unpack>false</unpack>
-              <useTransitiveDependencies>true</useTransitiveDependencies>
-              <useDefaultExcludes>true</useDefaultExcludes>
-              <excludes>
-                <exclude>teiid*</exclude>
-              </excludes>              
-            </dependencySet>
-          </dependencySets>
-          
-        </binaries>
-      
-    </moduleSet>
-    <moduleSet>
-      <includes>
-      	<include>org.jboss.teiid:teiid-hibernate-dialect</include>
-        <include>org.jboss.teiid:teiid-jboss-integration</include>
-      </includes>
-      <binaries>
-		<includeDependencies>false</includeDependencies>
-		<unpack>false</unpack>
-      </binaries>
-    </moduleSet>
-  </moduleSets>
-    
-</assembly>
\ No newline at end of file

Modified: branches/JCA/build/assembly/jboss-container/dist.xml
===================================================================
--- branches/JCA/build/assembly/jboss-container/dist.xml	2010-02-04 18:44:39 UTC (rev 1800)
+++ branches/JCA/build/assembly/jboss-container/dist.xml	2010-02-04 23:09:58 UTC (rev 1801)
@@ -11,36 +11,79 @@
   <baseDirectory>teiid-${version}</baseDirectory>
 
   <fileSets>
-                
+          
     <fileSet>
+        <directory>build/kit-jboss-container</directory>       
+        <outputDirectory>/</outputDirectory>     
+    </fileSet>
+                    
+    <!-- only true dependency file for any client --> 
+    <fileSet>
       <directory>target/distribution</directory>
       <includes>
         <include>teiid-${version}-client.jar</include>
       </includes>
       <outputDirectory>lib</outputDirectory>      
     </fileSet>
-      
-    <fileSet>
-      <directory>target/distribution/teiid-${version}-runtime-dependencies.dir</directory>
+    
+  </fileSets>
+  
+  <!--  these have external dependent clients like connectors-->
+  <moduleSets>
+    <moduleSet>
       <includes>
-        <include>*.jar</include>
+      	<include>org.jboss.teiid:teiid-hibernate-dialect</include>   
+        <include>org.jboss.teiid:teiid-connector-api</include>      
       </includes>
-      <outputDirectory>lib</outputDirectory>      
-    </fileSet>
-     
-    <fileSet>
-      <directory>target/distribution/teiid-${version}-connector-rar.dir</directory>
-      <includes>
-        <include>*.rar</include>
-      </includes>
-      <outputDirectory>deploy</outputDirectory>      
-    </fileSet>     
+      <binaries>
+		<includeDependencies>false</includeDependencies>
+		<unpack>false</unpack>
+        <outputDirectory>lib</outputDirectory>
+      </binaries>
+    </moduleSet>
+
+    <!-- These are Teiid internal dependencies; to make JCA work -->
+    <moduleSet>
+        <includeSubModules>true</includeSubModules>
+
+        <includes>
+            <include>org.jboss.teiid:teiid-jboss-integration</include>
+        </includes>
+
+        <binaries>
+            <includeDependencies>true</includeDependencies>
+            <unpack>false</unpack>
+            <dependencySets>
+                <dependencySet>
+                    <useProjectArtifact>true</useProjectArtifact>
+                    <unpack>false</unpack>
+                    <useTransitiveDependencies>true</useTransitiveDependencies>
+                    <useDefaultExcludes>true</useDefaultExcludes>
+                </dependencySet>
+            </dependencySets>
+            <outputDirectory>lib</outputDirectory>
+        </binaries>
+    </moduleSet>
+    
+    <!-- These are built in connectors  -->
+    <moduleSet>
+        <includeSubModules>true</includeSubModules>
+               
+        <includes>
+            <include>org.jboss.teiid.connectors:connector-jdbc:rar</include>
+            <include>org.jboss.teiid.connectors:connector-loopback:rar</include>
+            <include>org.jboss.teiid.connectors:connector-text:rar</include>
+            <include>org.jboss.teiid.connectors:connector-ldap:rar</include>
+            <include>org.jboss.teiid.connectors:connector-salesforce:rar</include>
+        </includes>
+
+        <binaries>        
+          <includeDependencies>false</includeDependencies>
+          <unpack>false</unpack>
+          <outputDirectory>deploy</outputDirectory>
+        </binaries>
+      
+    </moduleSet>
         
-    <fileSet>
-        <directory>build/kit-jboss-container</directory>       
-        <outputDirectory>/</outputDirectory>     
-    </fileSet>
-            
-  </fileSets>
-
+    </moduleSets>  
 </assembly>
\ No newline at end of file

Added: branches/JCA/build/kit-jboss-container/deploy/teiid-engine.rar/META-INF/ra.xml
===================================================================
--- branches/JCA/build/kit-jboss-container/deploy/teiid-engine.rar/META-INF/ra.xml	                        (rev 0)
+++ branches/JCA/build/kit-jboss-container/deploy/teiid-engine.rar/META-INF/ra.xml	2010-02-04 23:09:58 UTC (rev 1801)
@@ -0,0 +1,144 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<connector xmlns="http://java.sun.com/xml/ns/j2ee"
+           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+           xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
+           http://java.sun.com/xml/ns/j2ee/connector_1_5.xsd"
+           version="1.5">
+
+   <vendor-name>Red Hat Middleware LLC</vendor-name>
+   <eis-type>Teiid Runtime Engine</eis-type>
+   <resourceadapter-version>1.0</resourceadapter-version>
+   <license>
+      <description>
+ JBoss, Home of Professional Open Source.
+ Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ as indicated by the @author tags. See the copyright.txt file in the
+ distribution for a full listing of individual contributors.
+
+ This is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation; either version 2.1 of
+ the License, or (at your option) any later version.
+
+ This software is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this software; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+      </description>
+      <license-required>true</license-required>
+   </license>
+
+   <resourceadapter>
+      <resourceadapter-class>org.teiid.TeiidResourceAdapter</resourceadapter-class>
+
+      <outbound-resourceadapter>
+         <connection-definition>
+            <managedconnectionfactory-class>org.teiid.TeiidManagedConnectionFactory</managedconnectionfactory-class>
+            <config-property>
+               <description>Name of the process that uniquely identifies this process </description>
+               <config-property-name>ProcessName</config-property-name>
+               <config-property-type>java.lang.String</config-property-type>
+               <config-property-value>localhost</config-property-value>
+            </config-property>      
+            <config-property>
+               <description>Process pool maximum thread count. (default 64)</description>
+               <config-property-name>MaxThreads</config-property-name>
+               <config-property-type>java.lang.Integer</config-property-type>
+               <config-property-value>64</config-property-value>
+            </config-property> 
+            <config-property>
+               <description>Query processor time slice, in milliseconds. (default 2000)</description>
+               <config-property-name>TimeSliceInMilli</config-property-name>
+               <config-property-type>java.lang.Integer</config-property-type>
+               <config-property-value>2000</config-property-value>
+            </config-property> 
+            <config-property>
+               <description>Plan debug messages allowed. see option debug.</description>
+               <config-property-name>OptionDebugAllowed</config-property-name>
+               <config-property-type>java.lang.Boolean</config-property-type>
+               <config-property-value>true</config-property-value>
+            </config-property> 
+            <config-property>
+               <description>Maximum allowed fetch size, set via JDBC. User requested value ignored above this value. (default 20000)</description>
+               <config-property-name>MaxRowsFetchSize</config-property-name>
+               <config-property-type>java.lang.Integer</config-property-type>
+               <config-property-value>2000</config-property-value>
+            </config-property>  
+            <config-property>
+               <description>The max lob chunk size transferred each time when processing blobs, clobs(10KB default)</description>
+               <config-property-name>LobChunkSizeInKB</config-property-name>
+               <config-property-type>java.lang.Integer</config-property-type>
+               <config-property-value>10</config-property-value>
+            </config-property>    
+            <config-property>
+               <description>The maximum number of query plans that are cached. Note: this is a memory based cache. (default 250) </description>
+               <config-property-name>PreparedPlanCacheMaxCount</config-property-name>
+               <config-property-type>java.lang.Integer</config-property-type>
+               <config-property-value>250</config-property-value>
+            </config-property> 
+            <config-property>
+               <description>Maximum number of cached lookup tables. Note: this is a memory based cache and should be set to a value of at least 10 to accomidate system usage. (default 200)</description>
+               <config-property-name>CodeTablesMaxCount</config-property-name>
+               <config-property-type>java.lang.Integer</config-property-type>
+               <config-property-value>200</config-property-value>
+            </config-property> 
+            <config-property>
+               <description>Maximum number of records in a single lookup table (default 10000)</description>
+               <config-property-name>CodeTablesMaxRowsPerTable</config-property-name>
+               <config-property-type>java.lang.Integer</config-property-type>
+               <config-property-value>10000</config-property-value>
+            </config-property> 
+            <config-property>
+               <description>Maximum number of records in all lookup tables (default 200000)</description>
+               <config-property-name>CodeTablesMaxRows</config-property-name>
+               <config-property-type>java.lang.Integer</config-property-type>
+               <config-property-value>200000</config-property-value>
+            </config-property> 
+            <config-property>
+               <description>Server Bind address</description>
+               <config-property-name>BindAddress</config-property-name>
+               <config-property-type>java.lang.String</config-property-type>
+               <config-property-value>localhost</config-property-value>
+            </config-property> 
+            <config-property>
+               <description>Server Port Number</description>
+               <config-property-name>portNumber</config-property-name>
+               <config-property-type>java.lang.Integer</config-property-type>
+               <config-property-value>31000</config-property-value>
+            </config-property> 
+            <config-property>
+               <description>Max Entries allowed for ResultSet Cache</description>
+               <config-property-name>ResultSetCacheMaxEntries</config-property-name>
+               <config-property-type>java.lang.Integer</config-property-type>
+               <config-property-value>1024</config-property-value>
+            </config-property> 
+            <config-property>
+               <description>Enable Resultset Caching</description>
+               <config-property-name>ResultSetCacheEnabled</config-property-name>
+               <config-property-type>java.lang.Boolean</config-property-type>
+               <config-property-value>true</config-property-value>
+            </config-property>
+
+            <connectionfactory-interface>com.metamatrix.common.comm.api.ServerConnectionFactory</connectionfactory-interface>
+            <connectionfactory-impl-class>org.teiid.TeiidConnectionFactory</connectionfactory-impl-class>
+            <connection-interface>com.metamatrix.common.comm.api.ServerConnection</connection-interface>
+            <connection-impl-class>org.teiid.WrappedConnection</connection-impl-class>
+
+         </connection-definition>
+         
+         <transaction-support>NoTransaction</transaction-support>
+        
+        <authentication-mechanism>
+            <authentication-mechanism-type>BasicPassword</authentication-mechanism-type>
+            <credential-interface>javax.resource.spi.security.PasswordCredential</credential-interface>
+        </authentication-mechanism>
+        <reauthentication-support>false</reauthentication-support>
+      </outbound-resourceadapter>
+   </resourceadapter>
+</connector>

Deleted: branches/JCA/build/kit-jboss-container/deploy/teiid-runtime.rar
===================================================================
(Binary files differ)

Modified: branches/JCA/cache-jbosscache/pom.xml
===================================================================
--- branches/JCA/cache-jbosscache/pom.xml	2010-02-04 18:44:39 UTC (rev 1800)
+++ branches/JCA/cache-jbosscache/pom.xml	2010-02-04 23:09:58 UTC (rev 1801)
@@ -11,9 +11,15 @@
 	<name>JBoss Cache</name>
 	<description>JBossCache provider.</description>
 	<dependencies>
+        <dependency>
+            <groupId>org.jboss.teiid</groupId>
+            <artifactId>teiid-common-core</artifactId>
+            <scope>provided</scope>
+        </dependency>    
 		<dependency>
 			<groupId>org.jboss.teiid</groupId>
 			<artifactId>teiid-engine</artifactId>
+            <scope>provided</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.jboss.cache</groupId>

Modified: branches/JCA/common-internal/pom.xml
===================================================================
--- branches/JCA/common-internal/pom.xml	2010-02-04 18:44:39 UTC (rev 1800)
+++ branches/JCA/common-internal/pom.xml	2010-02-04 23:09:58 UTC (rev 1801)
@@ -16,6 +16,7 @@
 		<dependency>
 			<groupId>org.jboss.teiid</groupId>
 			<artifactId>teiid-common-core</artifactId>
+            <scope>provided</scope>
 		</dependency>
 		
 		<dependency>
@@ -27,6 +28,7 @@
         <dependency>
           <groupId>org.jboss.teiid</groupId>
           <artifactId>teiid-client</artifactId>
+          <scope>provided</scope>
         </dependency>    
 		
 		<dependency>

Modified: branches/JCA/connector-api/pom.xml
===================================================================
--- branches/JCA/connector-api/pom.xml	2010-02-04 18:44:39 UTC (rev 1800)
+++ branches/JCA/connector-api/pom.xml	2010-02-04 23:09:58 UTC (rev 1801)
@@ -16,6 +16,7 @@
     <dependency>
       <groupId>org.jboss.teiid</groupId>
       <artifactId>teiid-common-core</artifactId>
+      <scope>provided</scope>
     </dependency>
     
     <dependency>

Modified: branches/JCA/connector-sdk/pom.xml
===================================================================
--- branches/JCA/connector-sdk/pom.xml	2010-02-04 18:44:39 UTC (rev 1800)
+++ branches/JCA/connector-sdk/pom.xml	2010-02-04 23:09:58 UTC (rev 1801)
@@ -53,6 +53,10 @@
 		</resources>
 	</build>
 	<dependencies>
+        <dependency>
+            <groupId>org.jboss.teiid</groupId>
+            <artifactId>teiid-client</artifactId>
+        </dependency>    
 		<dependency>
 			<groupId>org.jboss.teiid</groupId>
 			<artifactId>teiid-connector-api</artifactId>

Modified: branches/JCA/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/ObjectConnection.java
===================================================================
--- branches/JCA/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/ObjectConnection.java	2010-02-04 18:44:39 UTC (rev 1800)
+++ branches/JCA/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/ObjectConnection.java	2010-02-04 23:09:58 UTC (rev 1801)
@@ -23,10 +23,7 @@
 package com.metamatrix.connector.object;
 
 
-import org.teiid.adminapi.AdminException;
-import org.teiid.connector.api.ConnectorEnvironment;
 import org.teiid.connector.api.ConnectorException;
-import org.teiid.connector.api.ConnectorLogger;
 import org.teiid.connector.api.ExecutionContext;
 import org.teiid.connector.api.ProcedureExecution;
 import org.teiid.connector.basic.BasicConnection;
@@ -35,7 +32,6 @@
 
 import com.metamatrix.connector.object.extension.IObjectSource;
 import com.metamatrix.connector.object.extension.ISourceTranslator;
-import com.metamatrix.connector.object.util.ObjectConnectorUtil;
 import com.metamatrix.core.util.ArgCheck;
 
 /**

Modified: branches/JCA/engine/pom.xml
===================================================================
--- branches/JCA/engine/pom.xml	2010-02-04 18:44:39 UTC (rev 1800)
+++ branches/JCA/engine/pom.xml	2010-02-04 23:09:58 UTC (rev 1801)
@@ -50,11 +50,13 @@
     <dependency>
       <groupId>org.jboss.teiid</groupId>
       <artifactId>teiid-connector-api</artifactId>
+      <scope>provided</scope>
     </dependency>
     
     <dependency>
       <groupId>org.jboss.teiid</groupId>
       <artifactId>teiid-client</artifactId>
+      <scope>provided</scope>
     </dependency>
 
     <dependency>

Modified: branches/JCA/jboss-integration/pom.xml
===================================================================
--- branches/JCA/jboss-integration/pom.xml	2010-02-04 18:44:39 UTC (rev 1800)
+++ branches/JCA/jboss-integration/pom.xml	2010-02-04 23:09:58 UTC (rev 1801)
@@ -46,30 +46,19 @@
     </build>
 
   <dependencies>
+ 
     <dependency>
       <groupId>org.jboss.teiid</groupId>
-      <artifactId>teiid-client</artifactId>
-      <scope>provided</scope>
+      <artifactId>teiid-runtime</artifactId>
     </dependency>
+ 
     <dependency>
       <groupId>org.jboss.teiid</groupId>
-      <artifactId>teiid-engine</artifactId>
+      <artifactId>teiid-connector-api</artifactId>
       <scope>provided</scope>
     </dependency>
+                
     <dependency>
-      <groupId>org.jboss.teiid</groupId>
-      <artifactId>teiid-runtime</artifactId>
-      <scope>provided</scope>    
-    </dependency>
-    
-    <dependency>
-      <groupId>org.jboss.teiid</groupId>
-      <artifactId>teiid-common-core</artifactId>
-      <type>test-jar</type>
-      <scope>test</scope>
-    </dependency>    
-    
-    <dependency>
         <groupId>org.jboss.man</groupId>
         <artifactId>jboss-managed</artifactId>
         <scope>provided</scope>
@@ -96,6 +85,19 @@
 
     <!--  these for just running profile service remotely -->
     <dependency>
+      <groupId>org.jboss.teiid</groupId>
+      <artifactId>teiid-common-core</artifactId>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>    
+    
+    <dependency>
+      <groupId>org.jboss.teiid</groupId>
+      <artifactId>teiid-client-jdbc</artifactId>
+      <scope>test</scope>
+    </dependency>
+        
+    <dependency>
         <groupId>org.jboss.naming</groupId>
         <artifactId>jnp-client</artifactId>
         <version>5.0.3.GA</version>

Modified: branches/JCA/metadata/pom.xml
===================================================================
--- branches/JCA/metadata/pom.xml	2010-02-04 18:44:39 UTC (rev 1800)
+++ branches/JCA/metadata/pom.xml	2010-02-04 23:09:58 UTC (rev 1801)
@@ -15,6 +15,7 @@
     <dependency>
       <groupId>org.jboss.teiid</groupId>
       <artifactId>teiid-common-core</artifactId>
+      <scope>provided</scope>
     </dependency>    
 
     <dependency>
@@ -37,9 +38,16 @@
     <dependency>
       <groupId>org.jboss.teiid</groupId>
       <artifactId>teiid-client</artifactId>
+      <scope>provided</scope>
     </dependency>
     
     <dependency>
+      <groupId>org.jboss.teiid</groupId>
+      <artifactId>teiid-connector-api</artifactId>
+      <scope>provided</scope>
+    </dependency>
+        
+    <dependency>
       <groupId>javax.resource</groupId>
       <artifactId>connector-api</artifactId>
       <scope>provided</scope>

Modified: branches/JCA/pom.xml
===================================================================
--- branches/JCA/pom.xml	2010-02-04 18:44:39 UTC (rev 1800)
+++ branches/JCA/pom.xml	2010-02-04 23:09:58 UTC (rev 1801)
@@ -83,8 +83,6 @@
 								<descriptor>build/assembly/src.xml</descriptor>
                                 -->
 								<descriptor>build/assembly/client-jar.xml</descriptor>
-                                <descriptor>build/assembly/jboss-container/dependencies.xml</descriptor>
-                                <descriptor>build/assembly/jboss-container/connectors.xml</descriptor>
                                 <descriptor>build/assembly/jboss-container/dist.xml</descriptor>
                                 <descriptor>build/assembly/adminshell/adminshell-dependencies.xml</descriptor>
                                 <descriptor>build/assembly/adminshell/adminshell-dist.xml</descriptor>

Modified: branches/JCA/runtime/pom.xml
===================================================================
--- branches/JCA/runtime/pom.xml	2010-02-04 18:44:39 UTC (rev 1800)
+++ branches/JCA/runtime/pom.xml	2010-02-04 23:09:58 UTC (rev 1801)
@@ -14,6 +14,7 @@
     <dependency>
       <groupId>org.jboss.teiid</groupId>
       <artifactId>teiid-common-core</artifactId>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.jboss.teiid</groupId>
@@ -27,10 +28,12 @@
     <dependency>
       <groupId>org.jboss.teiid</groupId>
       <artifactId>teiid-connector-api</artifactId>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.jboss.teiid</groupId>
       <artifactId>teiid-client</artifactId>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.jboss.teiid</groupId>
@@ -48,6 +51,7 @@
     <dependency>
       <groupId>org.jboss.teiid</groupId>
       <artifactId>teiid-client-jdbc</artifactId>
+      <scope>provided</scope>
     </dependency>
     <dependency>
     	<groupId>org.jboss.teiid</groupId>



More information about the teiid-commits mailing list