[jira] [Commented] (ISIS-647) Upgrade to new version of DN once NUCCORE-1103 is fixed.

2014-01-27 Thread Andy Jefferson (JIRA)
[ https://issues.apache.org/jira/browse/ISIS-647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13882924#comment-13882924 ] Andy Jefferson commented on ISIS-647: - FYI, datanucleus-core-3.2.12, datanucleus-api-jdo

Maxlength for Text type

2014-01-27 Thread Deepak Gopalakrishnan
Hello Dev, I've been trying an entity which has a property as below... private String response; @javax.jdo.annotations.Column(allowsNull = "true", jdbcType = "text") @MemberOrder(name = "Response", sequence = "11") @MultiLine(numberOfLines = 10) @TypicalLength(800) publi

Re: Maxlength for Text type

2014-01-27 Thread Dan Haywood
It might be the database you're using that has that limit, and/or the @Column annotation you have. I'm just working on an entity right now that has a "memento" property, of length 1024. its annotation is: @javax.jdo.annotations.Column(allowsNull="false", length=1024) @MultiLine(numberOfL

[jira] [Resolved] (ISIS-659) Extend MementoServiceDefault service to handle Bookmarks (as well as simple values)

2014-01-27 Thread Dan Haywood (JIRA)
[ https://issues.apache.org/jira/browse/ISIS-659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Haywood resolved ISIS-659. -- Resolution: Fixed > Extend MementoServiceDefault service to handle Bookmarks (as well as simple > values

[jira] [Resolved] (ISIS-593) MementoService enhancements

2014-01-27 Thread Dan Haywood (JIRA)
[ https://issues.apache.org/jira/browse/ISIS-593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Haywood resolved ISIS-593. -- Resolution: Fixed > MementoService enhancements > > > Key:

[jira] [Resolved] (ISIS-657) JDO objectstore service implemenations should use "IsisXxx" as a common prefix to any tables.

2014-01-27 Thread Dan Haywood (JIRA)
[ https://issues.apache.org/jira/browse/ISIS-657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Haywood resolved ISIS-657. -- Resolution: Fixed > JDO objectstore service implemenations should use "IsisXxx" as a common > prefix to

[jira] [Resolved] (ISIS-660) Profiling support and also infrastructure for background (async job) support

2014-01-27 Thread Dan Haywood (JIRA)
[ https://issues.apache.org/jira/browse/ISIS-660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Haywood resolved ISIS-660. -- Resolution: Fixed > Profiling support and also infrastructure for background (async job) support > --

[jira] [Created] (ISIS-661) BackgroundService and BackgroundTaskService as a way of creating mementos to execute jobs asynchronously

2014-01-27 Thread Dan Haywood (JIRA)
Dan Haywood created ISIS-661: Summary: BackgroundService and BackgroundTaskService as a way of creating mementos to execute jobs asynchronously Key: ISIS-661 URL: https://issues.apache.org/jira/browse/ISIS-661

[jira] [Created] (ISIS-662) Provide a "contributions" service to add a PublishedEvents contributed collection for the Interaction entity.

2014-01-27 Thread Dan Haywood (JIRA)
Dan Haywood created ISIS-662: Summary: Provide a "contributions" service to add a PublishedEvents contributed collection for the Interaction entity. Key: ISIS-662 URL: https://issues.apache.org/jira/browse/ISIS-662

[jira] [Created] (ISIS-663) Provide a "contributions" service for AuditEntry, so that audit entries are shown as a contributed collection to the Interaction entity.

2014-01-27 Thread Dan Haywood (JIRA)
Dan Haywood created ISIS-663: Summary: Provide a "contributions" service for AuditEntry, so that audit entries are shown as a contributed collection to the Interaction entity. Key: ISIS-663 URL: https://issues.apache.

[jira] [Created] (ISIS-664) Provide an abstract class for running "sudo" scheduler jobs

2014-01-27 Thread Dan Haywood (JIRA)
Dan Haywood created ISIS-664: Summary: Provide an abstract class for running "sudo" scheduler jobs Key: ISIS-664 URL: https://issues.apache.org/jira/browse/ISIS-664 Project: Isis Issue Type: New

[jira] [Created] (ISIS-665) ObjectActionImpl should escalate a thrown Isis ApplicationException to its underlying cause if the transaction is in a state of mustAbort.

2014-01-27 Thread Dan Haywood (JIRA)
Dan Haywood created ISIS-665: Summary: ObjectActionImpl should escalate a thrown Isis ApplicationException to its underlying cause if the transaction is in a state of mustAbort. Key: ISIS-665 URL: https://issues.apac

[jira] [Created] (ISIS-666) Provide hints so that the viewer can navigate to some other entity than that returned.

2014-01-27 Thread Dan Haywood (JIRA)
Dan Haywood created ISIS-666: Summary: Provide hints so that the viewer can navigate to some other entity than that returned. Key: ISIS-666 URL: https://issues.apache.org/jira/browse/ISIS-666 Project: Isi