This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Caused by: org.hibernate.AnnotationException: Property kz.inessoft.stomagic.common.data.entity.AbstractContactPerson.appointments has an unbound type and no explicit target entity. Resolve this Generic usage issue or set an explicit target attribute (eg @OneToMany(target=) or use an explicit @Type"}} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @MappedSuperclass | |
| @NamedQueries({ | |
| @NamedQuery(name = "findPersonByNameAndPhone", query = "select person from ContactPerson person " + | |
| "where person.phoneNumber =:phoneNumber and person.name = :name"), | |
| @NamedQuery(name = "findAllPersonsByBranch", query = "select person from ContactPerson person " + | |
| "join treat(person.appointments as Appointment) app where app.branchId = :branchId") | |
| }) | |
| public abstract class AbstractContactPerson<E extends AbstractAppointment> extends AbstractEntity { | |
| private String name; | |
| private String phoneNumber; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| C:\servers\wildfly-10.0.0.Final\bin\standalone.bat | |
| "C:\Program Files\Java\jdk1.8.0_111\bin\java" -classpath "C:\IDEA\IntelliJ IDEA 2016.3\lib\idea_rt.jar;C:\IDEA\IntelliJ IDEA 2016.3\lib\util.jar" -Dfile.encoding=windows-1251 com.intellij.rt.execution.CommandLineWrapper C:\Users\damir.keldibekov\AppData\Local\Temp\classpath com.intellij.javaee.oss.process.JavaeeProcess 56103 com.intellij.javaee.oss.jboss.agent.JBoss71Agent | |
| Detected server admin port: 9990 | |
| Detected server http port: 8080 | |
| Calling "C:\servers\wildfly-10.0.0.Final\bin\standalone.conf.bat" | |
| "JAVA_OPTS already set in environment; overriding default settings with values: -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:60839,suspend=y,server=n -Xmx1024m -XX:MaxPermSize=256m -Dfile.encoding=UTF8 " | |
| Setting JAVA property to "C:\Program Files\Java\jdk1.8.0_111\bin\java" | |
| [2017-04-05 04:16:30,108] Artifact stomagic-idp-app:war exploded: Server is not connected. Deploy is not available. | |
| [2017-04-05 04:16:30,108] Artifact stomagic-almadentic-manager-app: |
NewerOlder