[jira] [Updated] (ISIS-637) StalePage exceptions ... when omitting mandatory entity drop-down in action prompt

2014-01-09 Thread Jeroen van der Wal (JIRA)
[ https://issues.apache.org/jira/browse/ISIS-637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeroen van der Wal updated ISIS-637: Description: This can be reproduced in Estatio. Make sure to uncomment the InvoiceService

[jira] [Updated] (ISIS-637) StalePage exceptions ... when omitting mandatory entity drop-down in action prompt

2014-01-09 Thread Jeroen van der Wal (JIRA)
[ https://issues.apache.org/jira/browse/ISIS-637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeroen van der Wal updated ISIS-637: Description: This can be reproduced in Estatio. Make sure to uncomment the InvoiceService

Re: ISIS and JDO: Multiple fields(FK's and PK) using same column throws not-null constraint for PK

2014-01-07 Thread Jeroen van der Wal
@Column defines the column into which a field is persisted. I can't see why you want to use the same column for three fields. If you don't want to store the address_id on OmSite you can use the @Persistent(mappedBy=OmSite field on OmAddress) annotation [1]. HTH [1]

Re: next-gen viewer (was ISIS with JPA)

2014-01-07 Thread Jeroen van der Wal
Hi Steven, Good to see an X-techie on this list! I've developed quite a few applications using XForms and XQuery, some using the XRX pattern [1]. One the the things I ran into using X* technologies is that it's not an expressive programming language. Converting and moving data works really well

Re: ISIS with JPA

2014-01-06 Thread Jeroen van der Wal
1. We will like to use ISIS with JPA/Hibernate. Does ISIS Objectstore support JPA? We don't want JDO as our team most familiar with JPA. There was a recent discussion on JPA vs JDO on the mailinglist [1]. 2. How to override the JDO/DataNucleus configuration with JPA/Hibernate in ISIS?

Re: Increase columns of textarea and change edit button location

2014-01-06 Thread Jeroen van der Wal
Hi Deepak, The @MultiLine has support for that [1]. The location of the edit button is a responsibility of the (wicket) viewer. the EntityPropertiesPanel.html file [1] would be the right place to start making modifications. [1]

Re: Isis: File upload

2014-01-03 Thread Jeroen van der Wal
If you put the CLOB or BLOB on a domain object it is persisted but you can also pass a CLOB/BLOB as a parameter of a method of a domain service: @Named(Administration) public class AdministrationService { public void processFile(final @Named(File to process) Blob fileToProcess) { ...

Re: Adding data Nucleus to Eclipse

2014-01-03 Thread Jeroen van der Wal
Hi Dave, Vladimir is right: the DN plugin only appears in the Package explorer which is available by default in Java perspective. Jeroen On Fri, Jan 3, 2014 at 12:33 PM, Dave Potts dave.po...@pinan.co.uk wrote: On 03/01/14 11:25, Vladimir Nišević wrote: Hi, Eclipse has various perspectives.

Re: Few questions

2013-12-12 Thread Jeroen van der Wal
Hi Satyendra, welcome to this list. I don't totally agree on Dan's answer on your first question, should one learn JDO in able to use Isis. Annotating a class with @PersistenceCapable and annotation fields of types that are not persisted by default (like LocalDate) [1] is enough to get your

[jira] [Created] (ISIS-629) Selecting a different option from a dropdown resets other fields

2013-12-09 Thread Jeroen van der Wal (JIRA)
Jeroen van der Wal created ISIS-629: --- Summary: Selecting a different option from a dropdown resets other fields Key: ISIS-629 URL: https://issues.apache.org/jira/browse/ISIS-629 Project: Isis

[jira] [Created] (ISIS-630) LocalDates are parsed to a wrong date when running in different timezone

2013-12-09 Thread Jeroen van der Wal (JIRA)
Jeroen van der Wal created ISIS-630: --- Summary: LocalDates are parsed to a wrong date when running in different timezone Key: ISIS-630 URL: https://issues.apache.org/jira/browse/ISIS-630 Project

[jira] [Updated] (ISIS-629) Selecting a different option from a dropdown resets other fields

2013-12-09 Thread Jeroen van der Wal (JIRA)
[ https://issues.apache.org/jira/browse/ISIS-629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeroen van der Wal updated ISIS-629: Attachment: Screen Shot 2013-12-09 at 12.25.35 AM.png Selecting a different option from

[jira] [Updated] (ISIS-629) Selecting a different option from a dropdown resets other fields

2013-12-09 Thread Jeroen van der Wal (JIRA)
[ https://issues.apache.org/jira/browse/ISIS-629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeroen van der Wal updated ISIS-629: Attachment: (was: Screen Shot 2013-12-09 at 12.25.35 AM.png) Selecting a different

[jira] [Updated] (ISIS-630) LocalDates are parsed to a wrong date when running in different timezone

2013-12-09 Thread Jeroen van der Wal (JIRA)
[ https://issues.apache.org/jira/browse/ISIS-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeroen van der Wal updated ISIS-630: Attachment: Screen Shot 2013-12-09 at 12.25.35 AM.png LocalDates are parsed to a wrong date

[jira] [Created] (ISIS-623) Make the default logging of JDO and IsisSytemForTest less verbose

2013-12-05 Thread Jeroen van der Wal (JIRA)
Jeroen van der Wal created ISIS-623: --- Summary: Make the default logging of JDO and IsisSytemForTest less verbose Key: ISIS-623 URL: https://issues.apache.org/jira/browse/ISIS-623 Project: Isis

Re: ISIS-486: modal dialogs for action prompts

2013-12-03 Thread Jeroen van der Wal
. With that annotation, the value returned does not always imposes the navigation behavior. Perhaps there are better solutions or some pitfalls on this proposal. HTH, Oscar El 02/12/2013, a las 22:57, Jeroen van der Wal jer...@stromboli.it escribió: Thanks for reminding

Re: ISIS-486: modal dialogs for action prompts

2013-12-03 Thread Jeroen van der Wal
on this proposal. HTH, Oscar El 02/12/2013, a las 22:57, Jeroen van der Wal jer...@stromboli.it escribió: Thanks for reminding Dan, screenshot now as link [1] [1] https://dl.dropboxusercontent.com/u/1930710/Attachments/Screen%20Shot%202013-12-02%20at%2010.03.35%20PM.png

[jira] [Commented] (ISIS-486) Show action dialogs in a modal dialog rather than new page (less context switching for user)

2013-12-03 Thread Jeroen van der Wal (JIRA)
[ https://issues.apache.org/jira/browse/ISIS-486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13838268#comment-13838268 ] Jeroen van der Wal commented on ISIS-486: - I did a quick-n-dirty fix on the css

[jira] [Created] (ISIS-620) When editing an entity twice a concurrency exception is thrown

2013-12-02 Thread Jeroen van der Wal (JIRA)
Jeroen van der Wal created ISIS-620: --- Summary: When editing an entity twice a concurrency exception is thrown Key: ISIS-620 URL: https://issues.apache.org/jira/browse/ISIS-620 Project: Isis

[jira] [Comment Edited] (ISIS-620) When editing an entity twice a concurrency exception is thrown

2013-12-02 Thread Jeroen van der Wal (JIRA)
[ https://issues.apache.org/jira/browse/ISIS-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13836962#comment-13836962 ] Jeroen van der Wal edited comment on ISIS-620 at 12/2/13 9:51 PM

[jira] [Resolved] (ISIS-619) Extend IsisActions to support easy mocking of the DOC#newTransientInstance

2013-11-29 Thread Jeroen van der Wal (JIRA)
[ https://issues.apache.org/jira/browse/ISIS-619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeroen van der Wal resolved ISIS-619. - Resolution: Fixed Extend IsisActions to support easy mocking of the DOC

[jira] [Created] (ISIS-612) Return a URL from an action opens a new browser window

2013-11-28 Thread Jeroen van der Wal (JIRA)
Jeroen van der Wal created ISIS-612: --- Summary: Return a URL from an action opens a new browser window Key: ISIS-612 URL: https://issues.apache.org/jira/browse/ISIS-612 Project: Isis Issue

[jira] [Commented] (ISIS-597) Services still not injected when entering @PostConstruct methods on a Service

2013-11-25 Thread Jeroen van der Wal (JIRA)
[ https://issues.apache.org/jira/browse/ISIS-597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13831762#comment-13831762 ] Jeroen van der Wal commented on ISIS-597: - In my case this updates causes estatio

Re: [jira] [Commented] (ISIS-597) Services still not injected when entering @PostConstruct methods on a Service

2013-11-25 Thread Jeroen van der Wal
a change to Estatio's isis.properties file so that RegisterEntities is called first. Could you check if this fixes the issue? Cheers Dan On 25 November 2013 18:54, Jeroen van der Wal (JIRA) j...@apache.orgwrote: [ https://issues.apache.org/jira/browse/ISIS-597?page

Re: [jira] [Commented] (ISIS-597) Services still not injected when entering @PostConstruct methods on a Service

2013-11-25 Thread Jeroen van der Wal
:org.estatio.dom.invoice.viewmodel.InvoiceSummariesForPropertyDueDate, \ 10:org.estatio.dom.invoice.viewmodel.InvoiceSummariesForPropertyDueDateStatus, \ ... On Mon, Nov 25, 2013 at 9:23 PM, Jeroen van der Wal jer...@stromboli.it wrote: Did that immediately after applying the new code. Didn't help. Strange though that you

Re: error running isis Quickstart

2013-11-22 Thread Jeroen van der Wal
Oops, too fast.. [1] http://www.datanucleus.org/products/accessplatform/jdo/enhancer.html#runtime On Fri, Nov 22, 2013 at 7:35 PM, Jeroen van der Wal jer...@stromboli.itwrote: Hi Oscar, I can confirm that the DN enhancer is a bottleneck in our development workflow too. Perhaps it's worth

Re: error running isis Quickstart

2013-11-14 Thread Jeroen van der Wal
Within Eclipse choose to run one of the .launch files in the /webapp/ide/eclipse/launch/ folder of your project. Cheers, Jeroen On Thu, Nov 14, 2013 at 10:02 PM, Satyendra Singh ssi...@apollo-advisors.com wrote: I tried the instructions at

Accidentally merge branch 'prepare/isis-viewer-wicket-1.3.1-RC1' into master?

2013-11-14 Thread Jeroen van der Wal
Hi Dan, I noticed that you have merged the release branch into master and as a result overwriting version numbers in the poms. Don't know wether thats on purpose or accidentally but it's confusing to suddenly have master go from 1.4.0-SNAPSHOT back to 1.3.0 Cheers, Jeroen PS Thanks for

Re: Views and view models

2013-11-11 Thread Jeroen van der Wal
To answer questions 1 and 2: the Estatio codebase has two examples of a viewmodel using a database view [1]. Haven't worked with Jasper Reports myself, perhaps others have? [1] https://github.com/estatio/estatio/tree/master/dom/src/main/java/org/estatio/dom/invoice/viewmodel On Sun, Nov 10,

[jira] [Created] (ISIS-583) Contributed collections ignore @Render annotation

2013-11-06 Thread Jeroen van der Wal (JIRA)
Jeroen van der Wal created ISIS-583: --- Summary: Contributed collections ignore @Render annotation Key: ISIS-583 URL: https://issues.apache.org/jira/browse/ISIS-583 Project: Isis Issue Type

[jira] [Commented] (ISIS-314) The wicket viewer should honour precision and scale when rendering BigDecimal values.

2013-11-05 Thread Jeroen van der Wal (JIRA)
[ https://issues.apache.org/jira/browse/ISIS-314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13813826#comment-13813826 ] Jeroen van der Wal commented on ISIS-314: - This feature does not work for non

[jira] [Created] (ISIS-582) Abstract properties are not rendered in the UI

2013-11-05 Thread Jeroen van der Wal (JIRA)
Jeroen van der Wal created ISIS-582: --- Summary: Abstract properties are not rendered in the UI Key: ISIS-582 URL: https://issues.apache.org/jira/browse/ISIS-582 Project: Isis Issue Type

Re: [VOTE] Apache Isis Wicket Viewer release 1.3.1 and archetypes

2013-11-04 Thread Jeroen van der Wal
+1 On Mon, Nov 4, 2013 at 10:33 PM, Dan Haywood d...@haywood-associates.co.ukwrote: My +1 On 4 November 2013 19:07, Bhargav Golla bhargav.go...@gmail.com wrote: +1 Bhargav Golla Developer. Freelancer. Github http://www.github.com/bhargavgolla |

Re: Using isis shiro with Jdbc realm

2013-10-18 Thread Jeroen van der Wal
We haven't gone that route yet but it should be possible. FYI we've configured Shiro to use Microsoft Active Directory for authentication and authorization. Cheers, Jeroen On Fri, Oct 18, 2013 at 1:15 PM, Okwui okwuiag...@gmail.com wrote: The default isis shiro setup uses the shiro.ini

[jira] [Created] (ISIS-566) Concurrency conflict on related entity that has not been edited

2013-10-16 Thread Jeroen van der Wal (JIRA)
Jeroen van der Wal created ISIS-566: --- Summary: Concurrency conflict on related entity that has not been edited Key: ISIS-566 URL: https://issues.apache.org/jira/browse/ISIS-566 Project: Isis

[jira] [Created] (ISIS-565) NullPointerException on OneToOneAssociation#clearValue

2013-10-15 Thread Jeroen van der Wal (JIRA)
Jeroen van der Wal created ISIS-565: --- Summary: NullPointerException on OneToOneAssociation#clearValue Key: ISIS-565 URL: https://issues.apache.org/jira/browse/ISIS-565 Project: Isis Issue

Re: Error building from source

2013-10-14 Thread Jeroen van der Wal
[21.899s] [ On Sun, Oct 13, 2013 at 8:33 PM, Jeroen van der Wal jer...@stromboli.it wrote: Hi James, If you don't want to change the Isis code to have Maven ignore the failing test but still want to build Isis from source you could skip all tests [1] until this issue is resolved

[jira] [Created] (ISIS-562) Decimal numbers are displayed and entered using the user's locale

2013-10-14 Thread Jeroen van der Wal (JIRA)
Jeroen van der Wal created ISIS-562: --- Summary: Decimal numbers are displayed and entered using the user's locale Key: ISIS-562 URL: https://issues.apache.org/jira/browse/ISIS-562 Project: Isis

Re: Revamping the Isis website

2013-10-13 Thread Jeroen van der Wal
Nice stuff Dan! I would go for the second option too: have around 3~4 images in the carousel and have the instructional slides on a separate page so people can view them in their own paste. I would like to propose an alternative for the carousel: In my opinion the carousel should be marketing

[jira] [Commented] (ISIS-561) Now we have support for view models, we could simplify matters elsewhere by removing support for transient objects.

2013-10-13 Thread Jeroen van der Wal (JIRA)
[ https://issues.apache.org/jira/browse/ISIS-561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13793778#comment-13793778 ] Jeroen van der Wal commented on ISIS-561: - Deleting code is always good but to me

[jira] [Comment Edited] (ISIS-554) Automatically render a Dashboard service (perhaps one annotated with @Dashboard) as an object in the Wicket viewer.

2013-10-08 Thread Jeroen van der Wal (JIRA)
[ https://issues.apache.org/jira/browse/ISIS-554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13789115#comment-13789115 ] Jeroen van der Wal edited comment on ISIS-554 at 10/8/13 12:04 PM

Re: BDD - Domain Object property not validated after persist ?

2013-08-06 Thread Jeroen van der Wal
Thanks for raising this Oscar, I've never really understood why the viewers are responsible for validation but never took the time to dive into it. Cheers, Jeroen On Tue, Aug 6, 2013 at 8:15 AM, Dan Haywood d...@haywood-associates.co.ukwrote: Oscar, You've convinced me... we should keep

Re: user management in isis

2013-06-22 Thread Jeroen van der Wal
Isis uses Apache Shiro for authentication and authorization You can find further details in the documentation [1] [1] http://isis.apache.org/components/security/shiro/about.html On Fri, Jun 21, 2013 at 11:54 PM, Okwui okwuiag...@gmail.com wrote: How do I implement a user management system?

Re: Exception thrown while running tests on latest archetype

2013-06-12 Thread Jeroen van der Wal
The current archetype builds and runs smoothly on my system [1], also after modifying the ToDoItem class. The error Oscar describes is indeed caused by the fact that the classes are not enhanced. Please provide more details if the error persists. Cheers, Jeroen [1] $ mvn -version Apache Maven

[jira] [Created] (ISIS-431) A boolean atribute should never be mandatory

2013-06-10 Thread Jeroen van der Wal (JIRA)
Jeroen van der Wal created ISIS-431: --- Summary: A boolean atribute should never be mandatory Key: ISIS-431 URL: https://issues.apache.org/jira/browse/ISIS-431 Project: Isis Issue Type: Bug

Re: Getting Started

2013-06-06 Thread Jeroen van der Wal
Also the screencasts [1] are a good starting point. [1] http://isis.apache.org/getting-started/screencasts.html On Thu, Jun 6, 2013 at 8:37 AM, Dan Haywood d...@haywood-associates.co.ukwrote: Hi James, Thanks for your interest in Isis. I recommend that you first use the quickstart

Re: Error at building ISIS code

2013-06-04 Thread Jeroen van der Wal
I think the tests don't pass your date format setting. Anyway, you can run mvn clean install -DskipTests to simply skip the tests. On Tue, Jun 4, 2013 at 8:49 AM, DImuthu Upeksha dimuthu.upeks...@gmail.comwrote: Hi Dan, Thank you. Omitting -o flag resolved that issue. But now I get another

Re: Error at building ISIS code

2013-06-04 Thread Jeroen van der Wal
van der Wal jer...@stromboli.it wrote: I think the tests don't pass your date format setting. Anyway, you can run mvn clean install -DskipTests to simply skip the tests. On Tue, Jun 4, 2013 at 8:49 AM, DImuthu Upeksha dimuthu.upeks...@gmail.comwrote: Hi Dan, Thank you. Omitting

Re: What version of eclipse are folks using with Isis

2013-06-02 Thread Jeroen van der Wal
I'm using the Juno SR2 version of Eclipse on both OSX and Windows without any issues. On Sun, Jun 2, 2013 at 2:10 PM, Mark Wood-Patrick mwoodpatr...@gmail.comwrote: What version of eclipse are folks using with Isis these days? I know Dan had reported issues using 4.2 a while back and I was

Re: [VOTE] Apache Isis Core 1.2.0 and components

2013-05-29 Thread Jeroen van der Wal
A happy +1 On Tue, May 28, 2013 at 3:57 PM, Bhargav Golla bhargav.go...@gmail.comwrote: +1 Bhargav Golla Developer. Freelancer. B.E (Hons.) Computer Science BITS-Pilani Github http://www.github.com/bhargavgolla | LinkedINhttp://www.linkedin.com/in/bhargavgolla | Website

Re: Using Apache ISIS with an XML database

2013-05-20 Thread Jeroen van der Wal
Hi Steve, A few years back I developed an XRX application using eXistDB as a backend and betterFORM as a frontend. That worked pretty well up to a CRUD level but when we had to enrich the domain and add complex business rules the architecture flawed. This is why I moved (back) to Java and more

Re: org.apache.isis.applib.value.Date Or DateTime in JDO with postgres database

2013-05-06 Thread Jeroen van der Wal
Hi Alain, Looking at the IsisDateMapping it should store as a Long in in the database so I don't know why you get the bytea. In our current project we moved away from the applib Data/Time classes and now use the excellent Joda types. This is supported natively by Datanucleus. If you want to

Re: Hi to all. Project introduction and some doubts

2013-05-06 Thread Jeroen van der Wal
soon. I will update the mailinglist when we have the code online. Kind regards, Jeroen van der Wal [1] http://isis.markmail.org/thread/scdyj62aujav7cfi On Fri, May 3, 2013 at 10:06 AM, GESCONSULTOR - Óscar Bou o@gesconsultor.com wrote: Hi, Adam and Dan. Thanks a lot for your responses

[jira] [Created] (ISIS-391) Upgrade JDO objectstore to Datanucleus 3.2.1

2013-04-30 Thread Jeroen van der Wal (JIRA)
Jeroen van der Wal created ISIS-391: --- Summary: Upgrade JDO objectstore to Datanucleus 3.2.1 Key: ISIS-391 URL: https://issues.apache.org/jira/browse/ISIS-391 Project: Isis Issue Type

[jira] [Closed] (ISIS-391) Upgrade JDO objectstore to Datanucleus 3.2.1

2013-04-30 Thread Jeroen van der Wal (JIRA)
[ https://issues.apache.org/jira/browse/ISIS-391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeroen van der Wal closed ISIS-391. --- Resolution: Fixed Done by Dan as part of ISIS-389 Upgrade JDO objectstore

[jira] [Commented] (ISIS-325) Field validation annotations should be on setters or fields instead of on the getters.

2013-04-28 Thread Jeroen van der Wal (JIRA)
[ https://issues.apache.org/jira/browse/ISIS-325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13644100#comment-13644100 ] Jeroen van der Wal commented on ISIS-325: - It looks like Dan fixed this though I

[jira] [Created] (ISIS-386) Provide the ability to force a reload of an object by the JDO objectstore.

2013-04-19 Thread Jeroen van der Wal (JIRA)
Jeroen van der Wal created ISIS-386: --- Summary: Provide the ability to force a reload of an object by the JDO objectstore. Key: ISIS-386 URL: https://issues.apache.org/jira/browse/ISIS-386 Project

[jira] [Created] (ISIS-382) Quickly pressing enter multiple times on an object form submits creates multiple instances.

2013-04-10 Thread Jeroen van der Wal (JIRA)
Jeroen van der Wal created ISIS-382: --- Summary: Quickly pressing enter multiple times on an object form submits creates multiple instances. Key: ISIS-382 URL: https://issues.apache.org/jira/browse/ISIS-382

[jira] [Updated] (ISIS-382) Quickly pressing enter multiple times on an object form creates multiple instances.

2013-04-10 Thread Jeroen van der Wal (JIRA)
[ https://issues.apache.org/jira/browse/ISIS-382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeroen van der Wal updated ISIS-382: Summary: Quickly pressing enter multiple times on an object form creates multiple instances

[jira] [Reopened] (ISIS-344) Automatically exclude parent references from parented collections.

2013-02-27 Thread Jeroen van der Wal (JIRA)
[ https://issues.apache.org/jira/browse/ISIS-344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeroen van der Wal reopened ISIS-344: - When the actual parent is a subclassed the the attribute is not excluded. Example: public

[jira] [Updated] (ISIS-326) Make Datanucleus JNDI aware

2013-02-07 Thread Jeroen van der Wal (JIRA)
[ https://issues.apache.org/jira/browse/ISIS-326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeroen van der Wal updated ISIS-326: Attachment: apache-isis.patch initial sketch Make Datanucleus JNDI aware

Re: Adding datastore paging support

2013-02-06 Thread Jeroen van der Wal
On Wed, Feb 6, 2013 at 8:20 AM, Dan Haywood d...@haywood-associates.co.ukwrote: On 6 February 2013 02:16, Kevin Meyer ke...@kmz.co.za wrote: Hi Dan, So, sure, I guess I can look into enhancing QueryAbstract with optional parameters. +1 +1 too How about a new

Re: Adding datastore paging support

2013-02-06 Thread Jeroen van der Wal
, Mike Burton mi...@mycosystems.co.ukwrote: Sorry to be brief See Paging is IMHO... Below Best Regards Mike Burton (Sent from my iPhone) On 6 Feb 2013, at 08:46, Jeroen van der Wal jer...@stromboli.it wrote: On Wed, Feb 6, 2013 at 8:20 AM, Dan Haywood d...@haywood-associates.co.ukwrote

Re: Pepping up the website

2013-01-21 Thread Jeroen van der Wal
I started working on the site this weekend. Spent most of my time upgrading to the latest version of bootstrap, the framework that the site is built, and integrating a twitter feed and Google Analytics. I will push it live when all is finished. As Dan already mentioned it would be nice to have a

Re: multiple selection lists?

2013-01-17 Thread Jeroen van der Wal
Hi Christian, The intention is that methods on the the repository are picked up as a contributed action when their return type is void and have a single parameter. We've checked but apparently It doesn't work. A ticket has been raised [1] I don't know if this mechanism could also be applied to

Re: [VOTE] Isis 1.0.0, JDO Object Store 1.0.0, File Security 1.0.0, Wicket Viewer 1.0.0, RestfulObjects Viewer 1.0.0 (all RC2); quickstart_wicket_restful_jdo-archetype v1.0.0 (RC1)

2012-12-21 Thread Jeroen van der Wal
and go! Only for Mac and Linux, Windows users should use Cygwin On Fri, Dec 21, 2012 at 9:52 AM, Dan Haywood d...@haywood-associates.co.ukwrote: thx, Jeroen. Here's my own +1 on the vote, by the way. On 21 December 2012 08:41, Jeroen van der Wal jer...@stromboli.it wrote: There's

Re: [VOTE] Isis 1.0.0, JDO Object Store 1.0.0, File Security 1.0.0, Wicket Viewer 1.0.0, RestfulObjects Viewer 1.0.0 (all RC2); quickstart_wicket_restful_jdo-archetype v1.0.0 (RC1)

2012-12-21 Thread Jeroen van der Wal
December 2012 10:09, Jeroen van der Wal jer...@stromboli.it wrote: My +1 I assembled a script to automate to download, verify and build and all went smooth. Let's build the archetype: $ mvn3 archetype:generate \ -DarchetypeGroupId=org.apache.isis.archetype \ -DarchetypeArtifactId

Re: [VOTE] Apache Isis Core1.0.0, JDO Object Store 1.0.0, File Security 1.0.0, Wicket Viewer 1.0.0, RestfulObjects Viewer 1.0.0

2012-12-18 Thread Jeroen van der Wal
In the process of verifying I encountered the fact that I have to specify the keyserver in this way gpg --verify --keyserver pgp.mit.ede signature file In the output I also noticed that Dan's key is not trusted: $ gpg --verify --keyserver pgp.mit.edu isis-1.0.0-source-release.asc

Re: [VOTE] Apache Isis Core1.0.0, JDO Object Store 1.0.0, File Security 1.0.0, Wicket Viewer 1.0.0, RestfulObjects Viewer 1.0.0

2012-12-18 Thread Jeroen van der Wal
. Primary key fingerprint: 60A6 847D 011F E674 7D8B E60D 76D7 491A 77AD 2E23 On Tue, Dec 18, 2012 at 9:09 PM, Dan Haywood d...@haywood-associates.co.ukwrote: On 18 December 2012 20:02, Jeroen van der Wal jer...@stromboli.it wrote: In the output I also noticed that Dan's key is not trusted

[jira] [Created] (ISIS-287) BigInteger types throw error in Wicket viewer

2012-12-11 Thread Jeroen van der Wal (JIRA)
Jeroen van der Wal created ISIS-287: --- Summary: BigInteger types throw error in Wicket viewer Key: ISIS-287 URL: https://issues.apache.org/jira/browse/ISIS-287 Project: Isis Issue Type: Bug

[jira] [Resolved] (ISIS-286) Make sure pending changes are stored before issuing a query

2012-12-10 Thread Jeroen van der Wal (JIRA)
[ https://issues.apache.org/jira/browse/ISIS-286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeroen van der Wal resolved ISIS-286. - Resolution: Fixed Make sure pending changes are stored before issuing a query

Re: [DISCUSSION] Release process - fine tuning

2012-12-10 Thread Jeroen van der Wal
1. After having imported the new source into our project I find too that artifacts are now not logically ordered and prefer an analogy with the project hierarchy (org.apache.isis.viewer.wicket - isis-viewer-wicket). For people working on an specific area (like sql) and would like to have all

Re: [DISCUSSION] Making releases easier and more frequent

2012-12-02 Thread Jeroen van der Wal
Hi Rob Sorry but I don't get what you're trying to tell. Perhaps you could elaborate or give a sample? Cheers, Jeroen On Sun, Dec 2, 2012 at 7:51 PM, Robert Matthews rmatth...@nakedobjects.orgwrote: I think the multiple modules aspect is what is adding confusion. What our list needs to

Re: PMC: action required to confirm the git repo is correct

2012-12-02 Thread Jeroen van der Wal
Slaughter dslaugh...@apache.org Jeroen van der Wal jcvander...@apache.org Mohammad Nour El-Din mn...@apache.org Mark Struberg strub...@apache.org I don't think everyone needs to do this, but I would like to have at least 3 different pairs of eyes on it. And, if you're

Re: [DISCUSSION] Making releases easier and more frequent

2012-11-29 Thread Jeroen van der Wal
Again a +1 from me I would opt to leave the default repo as it is (and phase out when this process has been succesfull) and for clarity ad two new ones: - apache-isis-core - apache-isis-extras (for unreleased stuff) But these are just my thoughts, feel free to ignore when practicalities prevent.

[jira] [Created] (ISIS-281) Provide support for integration testing using a JUnit rule.

2012-11-02 Thread Jeroen van der Wal (JIRA)
Jeroen van der Wal created ISIS-281: --- Summary: Provide support for integration testing using a JUnit rule. Key: ISIS-281 URL: https://issues.apache.org/jira/browse/ISIS-281 Project: Isis

[jira] [Created] (ISIS-280) More consistent support for @Prototype and @Exploration, by utilizing the existing HidingInteractionAdvisor API

2012-11-01 Thread Jeroen van der Wal (JIRA)
Jeroen van der Wal created ISIS-280: --- Summary: More consistent support for @Prototype and @Exploration, by utilizing the existing HidingInteractionAdvisor API Key: ISIS-280 URL: https://issues.apache.org/jira

[jira] [Created] (ISIS-278) Move source code

2012-10-29 Thread Jeroen van der Wal (JIRA)
Jeroen van der Wal created ISIS-278: --- Summary: Move source code Key: ISIS-278 URL: https://issues.apache.org/jira/browse/ISIS-278 Project: Isis Issue Type: Sub-task Reporter

Re: Congrats Isis to successfully graduating from the Incubator!

2012-10-18 Thread Jeroen van der Wal
This is big milestone for Isis and a great achievement! Thanks to everybody who made it possible. I'm happy to be part of this community. -Jeroen On Thu, Oct 18, 2012 at 1:55 PM, dslaugh...@digis.net wrote: Fantastic work! I just have to give Dan and Rob a big thank you for their years of

[jira] [Updated] (ISIS-264) Add @Paged annotation (for use by viewer-side paging as a minimum). Implement in Wicket as a minimum

2012-09-19 Thread Jeroen van der Wal (JIRA)
[ https://issues.apache.org/jira/browse/ISIS-264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeroen van der Wal updated ISIS-264: Attachment: patch.diff Added support to use defaults stored in isis.properties

Re: Stuck on using JDO object store.

2012-09-18 Thread Jeroen van der Wal
other component (e.g. the Isis sql object store ;-) ) Regards, Kevin On 18 Sep 2012 at 16:50, Jeroen van der Wal wrote: The reason that I use Joda is because I want to access it full capabilities. +1 to mark the applib date/times as deprecated and leave it around for a while. I'm

Re: Best way to interact with the JSON viewer

2012-09-06 Thread Jeroen van der Wal
I encountered the same issue but using the format 20120906T134034874 worked for me when using the Restful API. -Jeroen On Thu, Sep 6, 2012 at 1:47 PM, mi...@xup.nl wrote: Additionally ISO8601 date are not supported When sending: timestamp:2012-09-06T13:40:**34.874+02:00 I get an

Re: [jira] [Resolved] (ISIS-263) Introduce a new @CommonlyUsed annotation as a hint for the UI. To be implemented by Wicket viewer (as a minimum)

2012-09-05 Thread Jeroen van der Wal
But feel free to ignore ;-) Cheers, Jeroen -- Jeroen van der Wal Stromboli b.v. +31 655 874050 On Wed, Sep 5, 2012 at 8:32 PM, Dan Haywood (JIRA) j...@apache.org wrote: [ https://issues.apache.org/jira/browse/ISIS-263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel] Dan

[jira] [Commented] (ISIS-264) Add @Paged annotation (for use by viewer-side paging as a minimum). Implement in Wicket as a minimum

2012-09-05 Thread Jeroen van der Wal (JIRA)
[ https://issues.apache.org/jira/browse/ISIS-264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13449020#comment-13449020 ] Jeroen van der Wal commented on ISIS-264: - It would be nice to set defaults through

[jira] [Updated] (ISIS-246) applib.value.DateTime support in JDO-DataNucleus

2012-08-22 Thread Jeroen van der Wal (JIRA)
[ https://issues.apache.org/jira/browse/ISIS-246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeroen van der Wal updated ISIS-246: Attachment: apache-isis.patch applib.value.DateTime support in JDO-DataNucleus

[jira] [Created] (ISIS-246) applib.value.DateTime support in JDO-DataNucleus

2012-08-22 Thread Jeroen van der Wal (JIRA)
Jeroen van der Wal created ISIS-246: --- Summary: applib.value.DateTime support in JDO-DataNucleus Key: ISIS-246 URL: https://issues.apache.org/jira/browse/ISIS-246 Project: Isis Issue Type

[jira] [Created] (ISIS-247) Add support for Joda-Time values

2012-08-22 Thread Jeroen van der Wal (JIRA)
Jeroen van der Wal created ISIS-247: --- Summary: Add support for Joda-Time values Key: ISIS-247 URL: https://issues.apache.org/jira/browse/ISIS-247 Project: Isis Issue Type: Improvement

[jira] [Created] (ISIS-235) Remove dependency on @Named to return parameter name

2012-07-14 Thread Jeroen van der Wal (JIRA)
Jeroen van der Wal created ISIS-235: --- Summary: Remove dependency on @Named to return parameter name Key: ISIS-235 URL: https://issues.apache.org/jira/browse/ISIS-235 Project: Isis Issue

Re: Parameter names

2012-07-14 Thread Jeroen van der Wal
? Then, if you want, I'll give you a quick tutorial on how to write a facetfactory to implement the feature? Cheers, Dan Sorry to be brief, sent from my phone On Jul 13, 2012 8:16 PM, Jeroen van der Wal jer...@stromboli.it wrote: I was adding some methods with lots of paramaters

Parameter names

2012-07-13 Thread Jeroen van der Wal
I was adding some methods with lots of paramaters to a repository and got reminded that I had to annotate all with @Named to have the Isis show the parameter name. This is an anti-DRY pattern and I googled for some solutions. I came across Paranamer, a project which solves the problem that Java

[jira] [Created] (ISIS-231) Use Apache Shiro as security framework

2012-06-18 Thread Jeroen van der Wal (JIRA)
Jeroen van der Wal created ISIS-231: --- Summary: Use Apache Shiro as security framework Key: ISIS-231 URL: https://issues.apache.org/jira/browse/ISIS-231 Project: Isis Issue Type

Re: How to configure OFBiz database using MS Sql Server 2008 R2

2011-07-11 Thread Jeroen van der Wal
Here's a link to the JDBC V4 driver: http://www.microsoft.com/download/en/details.aspx?displaylang=enid=11774 -- Jeroen van der Wal Stromboli b.v. +31 655 874050 On Mon, Jul 11, 2011 at 10:55 PM, Jeroen van der Wal jer...@stromboli.it wrote: We got it working in SQL Server 2008 R2 - add

Re: NakedObjects vs Apache Isis

2011-02-01 Thread Jeroen van der Wal
framework. We still need to update the blurb on the various sourceforge sites, but I think most people will be landing on nakedobjects.org so hopefully most of any confusion should now be eradicated. Cheers Dan On 31/01/2011 11:43, Jeroen van der Wal wrote: For me and presumably others

Re: Talk on Apache Isis at DDD Netherlands User Group

2011-01-31 Thread Jeroen van der Wal
probably have some slides that I can make available for you to adapt, if you wish? Cheers Dan On 25/01/2011 13:35, Jeroen van der Wal wrote: I volunteered to do a talk about Apache Isis on the next meeting of the DDD Netherlands User Group, March 15th in Amsterdam. Perhaps others like to share

Talk on Apache Isis at DDD Netherlands User Group

2011-01-25 Thread Jeroen van der Wal
can be found here: http://www.dddnl.org/ -- Jeroen van der Wal

Re: i18n on annotations

2011-01-05 Thread Jeroen van der Wal
) for this. Cheers Dan On 04/01/2011 13:04, Jeroen van der Wal wrote: We're looking to use Isis in a multi language environment. Therefore annotations like @Named, @Plural and @DescribedAs could have different descriptions depending on the language being set. Is there a pattern available

i18n on annotations

2011-01-04 Thread Jeroen van der Wal
. Thanks, -- Jeroen van der Wal Stromboli b.v. +31 655 874050

[jira] Updated: (OFBIZ-4076) When audit log is enabled it creates log transacations even when there's no change

2010-12-29 Thread Jeroen van der Wal (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeroen van der Wal updated OFBIZ-4076: -- Attachment: OFBIZ-4076-v2.patch Here's a patch based on revision 1053569 of Ofbiz

[jira] Commented: (OFBIZ-4076) When audit log is enabled it creates log transacations even when there's no change

2010-12-28 Thread Jeroen van der Wal (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12975488#action_12975488 ] Jeroen van der Wal commented on OFBIZ-4076: --- Thanks Jacques, I will provide

[jira] Created: (OFBIZ-4076) When audit log is enabled it creates log transacations even when there's no change

2010-12-27 Thread Jeroen van der Wal (JIRA)
: OFBiz Issue Type: Improvement Components: framework Affects Versions: SVN trunk Reporter: Jeroen van der Wal Fix For: SVN trunk The createEntittyAuditLogSingle function creates a record in the AuditLog entity even when there's no change. This patch

<    1   2   3   4   5   >