Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default- compile) on project SMSXxxxx: Compilation failure: Compilation failure:
  2. error: Problem with Filer: Attempt to recreate a file for type com.equitel.smsmanager.entities.TextMessageContent_
  3. error: Problem with Filer: Attempt to recreate a file for type com.smsmanager.entities.SmsUser_
  4.  
  5. <?xml version="1.0" encoding="UTF-8"?>
  6. <persistence version="2.1" xmlns="http://xmlns.jcp.org/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd">
  7. <persistence-unit name="SMSManagerPU" transaction-type="JTA">
  8. <provider>org.hibernate.ejb.HibernatePersistence</provider>
  9. <jta-data-source>java:/jboss/datasources/SMSManagerDS</jta-data-source>
  10. <class>com.smsmanager.entities.Approval</class>
  11. <class>com.smsmanager.entities.Changelog</class>
  12. <class>com.smsmanager.entities.Contacts</class>
  13. <class>com.smsmanager.entities.Dispatches</class>
  14. <class>com.smsmanager.entities.MessageSchedule</class>
  15. <exclude-unlisted-classes>false</exclude-unlisted-classes>
  16. <properties>
  17. <property name="javax.persistence.schema-generation.database.action" value="drop-and-create"/>
  18. </properties>
  19. </persistence-unit>
  20. </persistence>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement