I'm using JBoss Developer Studio I have a project with a firmness. The Xml file file is perfect for me, but I keep this error in my project list.
class "[ljava.lang.String; @ 22ec7158" can not be solved]
I include pictures for a better reference.
When I click on the error I am going to take me to the place where the error is happening, it takes me to the end of the file.
persistence.xml
& lt ;? XML version = "1.0" encoding = "UTF-8"? & Gt; & Lt; Persistence version = "2.1" xmlns = "http://xmlns.jcp.org/xml/ns/produstence" xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" XSI: Schema Locations = "Http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd"> & Lt; Strength-unit name = "persistence" & gt; & Lt; Provider & gt; Org.hibernate.ejb.HibernatePersistence & lt; / Provider & gt; & Lt; JTA-Data-Source & gt; Java: jboss / datasources / MemberOfferDS & lt; / JTA-Data-Source & gt; & Lt; Classes & gt; Com.bbb.memberoffer.model.SycsCoordinator & lt; / Square & gt; & Lt; Classes & gt; Com.bbb.academy.com / Square & gt; & Lt; Classes & gt; Com.bbb.memberoffer.model.SycsCoordinatorClub & lt; / Square & gt; & Lt; Classes & gt; Com.bbb.memberoffer.model.SycsCoordinatorSecurityGroup & lt; / Square & gt; & Lt; Classes & gt; Com.bbb.memberoffer.model.SycsCoordinatorClubPk & lt; / Square & gt; & Lt; Classes & gt; Com.bbb.memberoffer.model.PhoneNumberType & lt; / Square & gt; & Lt; Classes & gt; Com.bbb.memberoffer.model.Club & lt; / Square & gt; & Lt; Will be unlisted sections & gt; True & lt; / Will be unlisted sections & gt; & Lt; Properties & gt; & Lt ;! - Not sure if this is going to be right or not? - & gt; & Lt; Property name = 'hibernate.show_sql' value = 'true' /> & Lt; Property name = 'hibernate.format_sql' value = 'true' /> & Lt; Property Name = "hibernate.dialect" value = "org.hibernate.dialect.SQLServerDialect" /> & Lt; / Properties & gt; & Lt; / Persistence unit & gt; & Lt; / Persistence>
You can solve it already, however, the cause of the problem in my case
Edit: The exact reason for this error message is that the error generator is trying to run a string () on the string array when it generates error messages.
No comments:
Post a Comment