diff --git a/jbpm/jbpm-bpmn2/src/test/filtered-resources/META-INF/persistence.xml b/jbpm/jbpm-bpmn2/src/test/filtered-resources/META-INF/persistence.xml
deleted file mode 100755
index f81811971d0..00000000000
--- a/jbpm/jbpm-bpmn2/src/test/filtered-resources/META-INF/persistence.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-
- org.hibernate.jpa.HibernatePersistenceProvider
- jdbc/testDS1
- META-INF/JBPMorm.xml
-
- org.drools.persistence.info.SessionInfo
- org.jbpm.persistence.processinstance.ProcessInstanceInfo
- org.drools.persistence.info.WorkItemInfo
-
- org.jbpm.process.audit.ProcessInstanceLog
- org.jbpm.process.audit.NodeInstanceLog
- org.jbpm.process.audit.VariableInstanceLog
-
- org.jbpm.persistence.correlation.CorrelationKeyInfo
- org.jbpm.persistence.correlation.CorrelationPropertyInfo
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/jbpm/jbpm-bpmn2/src/test/filtered-resources/datasource.properties b/jbpm/jbpm-bpmn2/src/test/filtered-resources/datasource.properties
deleted file mode 100755
index a5b9204e7a1..00000000000
--- a/jbpm/jbpm-bpmn2/src/test/filtered-resources/datasource.properties
+++ /dev/null
@@ -1,41 +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.
-#
-
-# BTM properties
-maxPoolSize=${maven.btm.maxPoolSize}
-allowLocalTransactions=true
-# JDBC/Database properties that are set in the maven pom
-#
-# the below variable names (i.e. "${maven.datasource.classname}) are
-# automagically replaced with their values (defined in the pom.xml)
-# because of the fact that is set to true in for the
-# src/test/resources directory in the pom.
-#
-className=${maven.datasource.classname}
-driverClassName=${maven.jdbc.driver.class}
-user=${maven.jdbc.username}
-password=${maven.jdbc.password}
-url=${maven.jdbc.url}
-serverName=${maven.jdbc.db.server}
-portNumber=${maven.jdbc.db.port}
-databaseName=${maven.jdbc.db.name}
-defaultSchema=${maven.jdbc.schema}
-dbBaseDir=${basedir}
-makeBaseDb=false
-testMarshalling=false