[
https://issues.apache.org/jira/browse/ISIS-296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dan Haywood resolved ISIS-296.
------------------------------
Resolution: Won't Fix
This isn't supported in the Isis programming model; collections can only be of
entities.
One day, perhaps, we might revisit this.
> wicket viewer display ??? ENTITYMODEL OBJECTADAPTER OID: NULL when view a
> root entity's collection member which data type is primitive String.
> -----------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: ISIS-296
> URL: https://issues.apache.org/jira/browse/ISIS-296
> Project: Isis
> Issue Type: Bug
> Components: Objectstore: JDO
> Affects Versions: objectstore-jdo-1.0.0
> Environment: OS:Win7 64 bit IDE:eclpse
> Reporter: Alain.Zhang
> Assignee: Dan Haywood
> Priority: Minor
> Fix For: objectstore-jdo-1.0.1
>
>
> wicket viewer display ??? ENTITYMODEL OBJECTADAPTER OID: NULL when view a
> root entity's collection member which data type is primitive String.
> The problem is demoed in a isis-demo project which located at:
> git://github.com/alainzhang/isis-demo.git The cllection menber I have defined
> as following:
> // {{ ContactTelephones (contact telephones )
> @Element
> private List<String> contactTelephones = new ArrayList<String>();
> @MemberOrder(sequence = "3")
> @Optional
> @Named("Contact Telephones")
> public List<String> getContactTelephones() {
> return contactTelephones;
> }
> public void setContactTelephones(final List<String> contactTelephones) {
> this.contactTelephones = contactTelephones;
> }
> // }}
--
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