You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Rick Curtis (JIRA)" <ji...@apache.org> on 2013/06/17 16:19:20 UTC

[jira] [Commented] (OPENJPA-2401) "Fields 'xxx' are not a default persistent type" warning message ignoring XML configuration.

    [ https://issues.apache.org/jira/browse/OPENJPA-2401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13685598#comment-13685598 ] 

Rick Curtis commented on OPENJPA-2401:
--------------------------------------

When you encounter this warning(not an error) message, does everything seem to function properly?
                
> "Fields 'xxx' are not a default persistent type" warning message ignoring XML configuration.
> --------------------------------------------------------------------------------------------
>
>                 Key: OPENJPA-2401
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-2401
>             Project: OpenJPA
>          Issue Type: Bug
>          Components: jpa
>    Affects Versions: 2.2.2
>            Reporter: Glen Mazza
>            Priority: Minor
>
> Hi, unless I set "@OneToMany" as shown here:
> https://github.com/gmazza/blog-samples/blob/master/jpa_and_junit/src/main/java/entities/Department.java#L47
> I'll get this error:
> 678  CompanyPU  WARN   [main] openjpa.Runtime - Fields "employees" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately. Otherwise annotate them with @Transient.
> However, I shouldn't have to set that annotation because I've already declared one-to-many via XML configuration:
> https://github.com/gmazza/blog-samples/blob/master/jpa_and_junit/src/main/resources/entities/department.orm.xml#L29

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira