This is an automated email from the ASF dual-hosted git repository.

jgallimore pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/master by this push:
     new b41c82c  TOMEE-1395 Invalid package on simple-mdb-with-descriptor
     new b55866d  Merge pull request #531 from davidsalter/TOMEE-1395
b41c82c is described below

commit b41c82c03e55420c60af88ae31b5ac5738a20563
Author: David Salter <[email protected]>
AuthorDate: Mon Aug 5 17:30:43 2019 +0100

    TOMEE-1395 Invalid package on simple-mdb-with-descriptor
    
    Changed the package name of the test to correspond to the directory
    structure.
---
 .../src/test/java/org/superbiz/mdbdesc/ChatBeanTest.java                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/examples/simple-mdb-with-descriptor/src/test/java/org/superbiz/mdbdesc/ChatBeanTest.java
 
b/examples/simple-mdb-with-descriptor/src/test/java/org/superbiz/mdbdesc/ChatBeanTest.java
index 42258bc..9900dd7 100644
--- 
a/examples/simple-mdb-with-descriptor/src/test/java/org/superbiz/mdbdesc/ChatBeanTest.java
+++ 
b/examples/simple-mdb-with-descriptor/src/test/java/org/superbiz/mdbdesc/ChatBeanTest.java
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 //START SNIPPET: code
-package org.superbiz.mdb;
+package org.superbiz.mdbdesc;
 
 import junit.framework.TestCase;
 

Reply via email to