[jira] [Commented] (ISIS-1221) JSON Format Layouts not recognized with i18n translations in Wicket Viewer

2015-11-04 Thread Cesar Lugo (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14990683#comment-14990683
 ] 

Cesar Lugo commented on ISIS-1221:
--

If that helps, we could do a remote Teamviewer session or so so I can show you 
the issue. I now tried in both Windows and Linux and same thing happens.

> JSON Format Layouts not recognized with i18n translations in Wicket Viewer
> --
>
> Key: ISIS-1221
> URL: https://issues.apache.org/jira/browse/ISIS-1221
> Project: Isis
>  Issue Type: Bug
>  Components: Core: Viewer: Wicket
>Affects Versions: 1.9.0
> Environment: Windows Server, HSQLDB
>Reporter: Cesar Lugo
>Assignee: Dan Haywood
>
> I am working with Apache Isis Wicket viewer 1.9.0, and I have some form 
> layout json files to define the layout for some domain objects. I also added 
> a translation file (i18n) with some translations. When running the 
> application in the browser, when I am in “writing translations” mode it shows 
> the object form with the layout defined in the json file (ok), but when I 
> switch to “reading translations”, it goes back to the “default” layout, 
> ignoring the layout defined in the json file. 
> In regards to those modes, I am referring to the Apache wicket viewer menu 
> which, in prototype mode, has a "Prototyping" menu, which has an option 
> "Switch to Reading Translations". When you select that option and keep using 
> the application is when it loses the layouts defined in the json layout files.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (ISIS-1221) JSON Format Layouts not recognized with i18n translations in Wicket Viewer

2015-11-04 Thread Jeroen van der Wal (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14990696#comment-14990696
 ] 

Jeroen van der Wal commented on ISIS-1221:
--

Ican reproduce the issue with your demo repo but haven't found time to look
into it in more detail. Will try to squeeze it in tomorrow.




> JSON Format Layouts not recognized with i18n translations in Wicket Viewer
> --
>
> Key: ISIS-1221
> URL: https://issues.apache.org/jira/browse/ISIS-1221
> Project: Isis
>  Issue Type: Bug
>  Components: Core: Viewer: Wicket
>Affects Versions: 1.9.0
> Environment: Windows Server, HSQLDB
>Reporter: Cesar Lugo
>Assignee: Dan Haywood
>
> I am working with Apache Isis Wicket viewer 1.9.0, and I have some form 
> layout json files to define the layout for some domain objects. I also added 
> a translation file (i18n) with some translations. When running the 
> application in the browser, when I am in “writing translations” mode it shows 
> the object form with the layout defined in the json file (ok), but when I 
> switch to “reading translations”, it goes back to the “default” layout, 
> ignoring the layout defined in the json file. 
> In regards to those modes, I am referring to the Apache wicket viewer menu 
> which, in prototype mode, has a "Prototyping" menu, which has an option 
> "Switch to Reading Translations". When you select that option and keep using 
> the application is when it loses the layouts defined in the json layout files.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (ISIS-830) Wire up JDO events to publish onto our EventBus (rather than publish our own events).

2015-11-04 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14989694#comment-14989694
 ] 

ASF subversion and git services commented on ISIS-830:
--

Commit acf1860d678c8c04783ac76888c2f684d1278621 in isis's branch 
refs/heads/master from [~danhaywood]
[ https://git-wip-us.apache.org/repos/asf?p=isis.git;h=acf1860 ]

ISIS-830: further improvements to error message.


> Wire up JDO events to publish onto our EventBus (rather than publish our own 
> events).
> -
>
> Key: ISIS-830
> URL: https://issues.apache.org/jira/browse/ISIS-830
> Project: Isis
>  Issue Type: Bug
>  Components: Core
>Affects Versions: core-1.5.0
>Reporter: Dan Haywood
>Assignee: Dan Haywood
> Fix For: 1.10.0
>
>
> Specifically:
> - ObjectPersistedEvent   // postCreate in JDO terminology
> - ObjectUpdatingEvent   // preStore in JDO terminology
> - ObjectUpdatedEvent// postStore in JDO terminology
> - ObjectRemovingEvent   // preDelete in JDO terms
> This would be a more flexible solution for many use cases than implementing 
> updating() etc can centralize logic.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (ISIS-1195) Release activities for v1.10.0

2015-11-04 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14989696#comment-14989696
 ] 

ASF subversion and git services commented on ISIS-1195:
---

Commit 24388d7fe945ec8f4deaa3484377fffc8d4762e1 in isis's branch 
refs/heads/master from [~danhaywood]
[ https://git-wip-us.apache.org/repos/asf?p=isis.git;h=24388d7 ]

ISIS-1195: refined the handling of the activeTheme as per cookies vs held in 
persistent store somehow.


> Release activities for v1.10.0
> --
>
> Key: ISIS-1195
> URL: https://issues.apache.org/jira/browse/ISIS-1195
> Project: Isis
>  Issue Type: Task
>  Components: Core
>Reporter: Dan Haywood
>Assignee: Dan Haywood
>Priority: Minor
> Fix For: 1.10.0
>
>
> Miscellaneous release activities for 1.10.0 release.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (ISIS-1240) Derive icon from service when not provided

2015-11-04 Thread Jeroen van der Wal (JIRA)
Jeroen van der Wal created ISIS-1240:


 Summary: Derive icon from service when not provided
 Key: ISIS-1240
 URL: https://issues.apache.org/jira/browse/ISIS-1240
 Project: Isis
  Issue Type: Improvement
  Components: Core
Affects Versions: 1.9.0
Reporter: Jeroen van der Wal
Assignee: Dan Haywood
Priority: Minor


If no iconName method is provided for a service Isis searches for an icon equal 
to the service name. Additional to this behavior we could extend this  search 
by stripping off know service suffixes like "Service, Menu and Repository". As 
an example: the "PersonMenu" service will use the "Person" icon if no icon has 
been specified.










--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (ISIS-830) Wire up JDO events to publish onto our EventBus (rather than publish our own events).

2015-11-04 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14989360#comment-14989360
 ] 

ASF subversion and git services commented on ISIS-830:
--

Commit f1c65d0e18b5d113a72e5f7527d22394aa57a808 in isis's branch 
refs/heads/master from [~danhaywood]
[ https://git-wip-us.apache.org/repos/asf?p=isis.git;h=f1c65d0 ]

ISIS-830: improved error message


> Wire up JDO events to publish onto our EventBus (rather than publish our own 
> events).
> -
>
> Key: ISIS-830
> URL: https://issues.apache.org/jira/browse/ISIS-830
> Project: Isis
>  Issue Type: Bug
>  Components: Core
>Affects Versions: core-1.5.0
>Reporter: Dan Haywood
>Assignee: Dan Haywood
> Fix For: 1.10.0
>
>
> Specifically:
> - ObjectPersistedEvent   // postCreate in JDO terminology
> - ObjectUpdatingEvent   // preStore in JDO terminology
> - ObjectUpdatedEvent// postStore in JDO terminology
> - ObjectRemovingEvent   // preDelete in JDO terms
> This would be a more flexible solution for many use cases than implementing 
> updating() etc can centralize logic.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (ISIS-1195) Release activities for v1.10.0

2015-11-04 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14989359#comment-14989359
 ] 

ASF subversion and git services commented on ISIS-1195:
---

Commit 5d9f9af17c3398808355865b703e0a8876c5c3a7 in isis's branch 
refs/heads/master from [~danhaywood]
[ https://git-wip-us.apache.org/repos/asf?p=isis.git;h=5d9f9af ]

ISIS-1195: docs on configuring DCEVM.


> Release activities for v1.10.0
> --
>
> Key: ISIS-1195
> URL: https://issues.apache.org/jira/browse/ISIS-1195
> Project: Isis
>  Issue Type: Task
>  Components: Core
>Reporter: Dan Haywood
>Assignee: Dan Haywood
>Priority: Minor
> Fix For: 1.10.0
>
>
> Miscellaneous release activities for 1.10.0 release.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)