object level ownership / tenancy

2016-09-23 Thread Martin
/isisaddons/isis-module-security) and also at the tenancy, but I had trouble figuring out if this could actually serve our needs. How would one go about this with apache isis? Thanks and regards, Martin

Re: choices / autocomplete with option to create new item

2016-09-28 Thread Martin
hich could be frustrating too). From a purely theoretical perspective a domain model should be free from such influences. What do you think? Thx, Martin On Wed, Sep 28, 2016 at 6:11 PM, Dan Haywood <d...@haywood-associates.co.uk> wrote: > Thanks for these ideas, Steve. > > Which in t

choices / autocomplete with option to create new item

2016-09-28 Thread Martin
nd regards, Martin

Re: Working with a tree structured list of items

2014-09-24 Thread Martin Grigorov
Hi, On Wed, Sep 24, 2014 at 10:59 AM, Dan Haywood d...@haywood-associates.co.uk wrote: Hi Kevin, sorry, never answered this question of yours. Apols. Within... On 3 September 2014 08:55, Kevin Meyer ke...@kmz.co.za wrote: Two questions come to mind: 1. What do the POJOs look

Re: Automatic notifications between different users connected to the App

2014-10-23 Thread Martin Grigorov
Hi, This is somehow related to the tickets about SMS [1], mail [2] and twitter [3] notifications. Yet another way for notification. 1. https://issues.apache.org/jira/browse/ISIS-182 2. https://issues.apache.org/jira/browse/ISIS-171 3. https://issues.apache.org/jira/browse/ISIS-183 Martin

Re: usage statistics

2014-11-01 Thread Martin Grigorov
This should be d...@isis.apache.org. Sorry! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Sat, Nov 1, 2014 at 2:52 PM, Martin Grigorov mgrigo...@apache.org wrote: Hi devs, I see that IsisWicketApplication actually defines mount points for EntityPage

Fwd: usage statistics

2014-11-01 Thread Martin Grigorov
Forwarding to d...@isis.apache.org because I've sent it to dev@wicket by mistake. -- Forwarded message -- From: Martin Grigorov mgrigo...@apache.org Date: Sat, Nov 1, 2014 at 2:52 PM Subject: Re: usage statistics To: users users@isis.apache.org, d...@wicket.apache.org d

Re: usage statistics

2014-11-01 Thread Martin Grigorov
in my case) believes that some software should handle it... Why there is no mount point for StandaloneCollectionPage, ValuePage, ErrorPage, ... ? E.g. /collection/${name} ? What other specific info for a collection can be shown there to make it even more useful ? Martin Grigorov Wicket Training

Re: How to persist a list of items in a domain service

2014-11-01 Thread Martin Grigorov
Hi, Are you aware of DomainObjectContainer ? See http://isis.apache.org/reference/DomainObjectContainer.html and all links in Object management section at http://isis.apache.org/documentation.html Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Sat, Nov 1, 2014

Re: Archetypes for 1.8.0-SNAPSHOT

2014-11-14 Thread Martin Grigorov
have to add repositoriesrepository for snapshots pointing at http://repository-estatio.forge.cloudbees.com/snapshot/ https://github.com/apache/isis/pull/7 + recreating the archetypes should fix it. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Nov 14, 2014

How do I add a for for adding items to a collection

2014-11-17 Thread Martin Balmaceda
Hi I see there are two 'views' for collection properties: the actual list and a blank page which i assume should contain the controls for adding new items. I would like to know how to specify this form, since I cannot find an example in the sample application of the documentation, Thanks Martin

Re: How do I add a for for adding items to a collection

2014-11-17 Thread Martin Grigorov
Hi, On Mon, Nov 17, 2014 at 2:27 PM, Martin Balmaceda martin.balmac...@gmail.com wrote: Hi I see there are two 'views' for collection properties: the actual list and a blank page which i assume should contain the controls for adding new items. The blank one's name is Hide, so I

Re: How do I add a for for adding items to a collection

2014-11-18 Thread Martin Balmaceda
Yes that does help, thank you On Tue, Nov 18, 2014 at 8:40 AM, Dan Haywood d...@haywood-associates.co.uk wrote: Hi Martin (B) As Martin (G) says, those hide collection view is so that we can collapse the collection using the view selector button. There are in fact three built

Re: Extending the user

2014-11-18 Thread Martin Grigorov
Hi, Take a look at http://isis.apache.org/reference/Security.html and https://github.com/isisaddons/isis-module-security. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Nov 18, 2014 at 2:19 PM, Martin Balmaceda martin.balmac...@gmail.com wrote: Hi

Security addon unsupported version

2014-11-18 Thread Martin Balmaceda
of the addon? Regards Martin -- to do is to be. dobedobedo

Isis Security Addon Custom ApplicationUser

2014-11-19 Thread Martin Balmaceda
the users while still using for option 1. I would use option 2 but it seems the example application is using a simplified or perhaps older version of wicket (I could be mistaken on this though). Please let me know if this does makes sense. Regards Martin -- to do is to be. dobedobedo

Re: suppress contributed action in one of the related entities only

2014-11-19 Thread Martin Grigorov
Hi, I think you need to add method hideXyz() as explained at http://isis.apache.org/how-tos/how-to-02-030-How-to-hide-an-action.html and http://isis.apache.org/more-advanced-topics/how-to-08-010-Hiding,-disabling-or-validating-for-specific-users-or-roles.html Martin Grigorov Wicket Training

Re: suppress contributed action in one of the related entities only

2014-11-19 Thread Martin Grigorov
Hi, On Wed, Nov 19, 2014 at 4:20 PM, Erik de Hair e...@pocos.nl wrote: Hi Martin, I think you need to add method hideXyz() as explained at http://isis.apache.org/how-tos/how-to-02-030-How-to-hide-an-action.html By adding a hide to the repository I can only hide it everywhere or nowhere

Re: suppress contributed action in one of the related entities only

2014-11-19 Thread Martin Grigorov
PM, Martin Grigorov wrote: Hi, On Wed, Nov 19, 2014 at 4:20 PM, Erik de Hair e...@pocos.nl wrote: Hi Martin, I think you need to add method hideXyz() as explained at http://isis.apache.org/how-tos/how-to-02-030-How-to-hide-an-action.html By adding a hide to the repository I can only

Re: Isis Security Addon Custom ApplicationUser

2014-11-19 Thread Martin Balmaceda
#L32-L36 (though the screenshots in the README are still of 1.7.0) On Wed, Nov 19, 2014 at 4:33 PM, Jeroen van der Wal jer...@stromboli.it wrote: Hi Martin, I would advice against option 2 because you lose an easy update path to newer versions of the security module

Re: Isis Security Addon Custom ApplicationUser

2014-11-20 Thread Martin Grigorov
Hi, I am not familiar with isis security module but isn't it possible to use a (Shiro) Role as an Organization ? Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Thu, Nov 20, 2014 at 10:31 AM, johandoornen...@filternet.nl wrote: - Hi Martin, maybe you can

Re: Isis Security Addon Custom ApplicationUser

2014-11-20 Thread Martin Balmaceda
Im not sure how using a Shiro role would work since they are predefined yet organizations can be added/removed dynamically On Thu, Nov 20, 2014 at 10:37 AM, Martin Grigorov mgrigo...@apache.org wrote: Hi, I am not familiar with isis security module but isn't it possible to use a (Shiro) Role

Re: Isis Security Addon Custom ApplicationUser

2014-11-20 Thread Martin Balmaceda
class to use (either the default or user-defined). Im not sure how this could be done though. I will def play around with this some more since I'm still feeling my way around. Btw Im really enjoying ISIS thus far, thanks to all who've been contributing Martin On Thu, Nov 20, 2014 at 1:22 PM, Jeroen

Re: Isis Security Addon Custom ApplicationUser

2014-11-21 Thread Martin Balmaceda
); } } } @Inject private EventBusService eventBusService; } ~~~ Of these two approaches, I would imagine you'll probably go with (1), but I'll update the security module so that either can be done. HTH Dan On 20 November 2014 16:11, Jeroen van der Wal jer...@stromboli.it wrote: Martin

Re: Upgrade Jackson from 1.9.11 to 2.4.3

2014-11-23 Thread Martin Grigorov
https://issues.apache.org/jira/browse/ISIS-959 https://github.com/apache/isis/pull/8 Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Nov 21, 2014 at 6:16 PM, Jeroen van der Wal jer...@stromboli.it wrote: Hi Vladimir, You could try to upgrade yourself

Re: build 1.7 against java 8?

2014-11-25 Thread Martin Grigorov
CssClassFaFacetOnTypeAnnotationFactoryTest.testCssClassFaAnnotationPickedUpOnClass:53 Expected: fa fa-foo fa-fw but: was fa-fw fa fa-foo Tests run: 1102, Failures: 2, Errors: 0, Skipped: 7 Adding -DskipTests=true makes the build pass. I'll be able to take a deeper look tonight. Martin Grigorov Wicket Training and Consulting https://twitter.com

Re: build 1.7 against java 8?

2014-11-25 Thread Martin Grigorov
https://github.com/apache/isis/pull/9 Now Isis builds successfully with JDK8 again. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Nov 25, 2014 at 2:16 PM, johandoornen...@filternet.nl wrote: Tnx Martin! Hi, It shouldn't be a problem to build your

Re: Consultation on printing

2014-11-26 Thread Martin Grigorov
://poi.apache.org, https://pdfbox.apache.org, https://code.google.com/p/flying-saucer/) - I am not sure about this step: you need to stream the document back to the browser. Maybe returning Blob would do it automatically ?! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Wed

Re: Consultation on printing

2014-11-30 Thread Martin Grigorov
Hi, I've cloned isis-module-docx and reworked some parts of it to generate PDF with Apache PDFBox: https://github.com/martin-g/isis-module-pdf The ugly part is that you have to predefine all input placeholders for collection items, e.g. the order lines in the demo. I wasn't able to find a way

Actions producing JSONP

2014-11-30 Thread Martin Grigorov
to org.apache.isis.applib.value package and extend the code in ALFA ? Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov

Re: Actions producing JSONP

2014-12-01 Thread Martin Grigorov
Thanks, Dan! I'll experiment locally and if it goes well then I'll send a pull request. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Dec 1, 2014 at 8:41 AM, Dan Haywood d...@haywood-associates.co.uk wrote: On 30 November 2014 at 21:02, Martin Grigorov

Re: Consultation on printing

2014-12-01 Thread Martin Grigorov
that could be used as a reference for needs in the future. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Dec 1, 2014 at 9:01 AM, Dan Haywood d...@haywood-associates.co.uk wrote: Nice stuff, Martin... thanks for doing this. It'd be nice if you could update

Re: [ANNOUNCE] New committer - Martin Grigorov

2014-12-05 Thread Martin Grigorov
Hi everyone! Thank you for inviting me and showing me how cool Isis actually is ! I've been subscribed to the dev@ mailing list for a while mainly to help with Wicket related issues when needed. Now I hope I'll be in help for rest of the framework ! See you all at the next IsisCon ! Martin

Re: Programmatically hide, disable or validate for services and objects

2014-12-08 Thread Martin Grigorov
Hi, On Mon, Dec 8, 2014 at 8:41 AM, Dan Haywood d...@haywood-associates.co.uk wrote: On 7 December 2014 at 11:19, GESCONSULTOR - Óscar Bou o@gesconsultor.com wrote: Hi to all. Is there a way to hide an object service programmatically (i.e., using a hide() method) ? The only

Re: Any opinions on this proposal (ISIS-970) to reduce the number of Isis annotations?

2014-12-10 Thread Martin Grigorov
Hi, The improvement is good ! Especially for newcomers. What is the backward compatibility policy ? I didn't have a chance to review the changes but I assume the old annotations will be supported for 1.x, probably deprecated ? On Wed, Dec 10, 2014 at 11:16 AM, Dan Haywood

Re: Isis Security Addon Custom ApplicationUser

2014-12-10 Thread Martin Grigorov
Hi Oscar, On Wed, Dec 10, 2014 at 11:58 AM, GESCONSULTOR - Óscar Bou o@gesconsultor.com wrote: Hi, Jeroen. Looking into this thread again, I've discovered also this link [1], telling how to integrate Fortress on a Wicket app. I'm sure Martin will have interest on it :) I am aware

Re: Showing an external URL embedded in the webapp

2014-12-12 Thread Martin Grigorov
Yes, It has to be in iframe because otherwise the CSS from Isis most probably will mess up the one from the external page. And there won't be a need to cut the external page's htmlhead part. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Dec 12, 2014 at 1

Re: Archetypes for 1.8.0-SNAPSHOT

2014-12-12 Thread Martin Grigorov
Hi, secondary menus are renderer at the right side, next to the user information. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov 2014-12-12 16:55 GMT+02:00 Rade, Joerg / Kuehne + Nagel / Ham GI-PS joerg.r...@kuehne-nagel.com: Hi Dan, I just gave [1] a try

Re: suppress contributed action in one of the related entities only

2014-12-13 Thread Martin Grigorov
/How-to-suppress-contributions.html . Maybe it takes some time ... Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Dec 5, 2014 at 7:36 PM, Dan Haywood d...@haywood-associates.co.uk wrote: now also documented on the website, see http://isis.apache.org/more

Re: Is Apache ISIS suitable for hierarchical data administration

2014-12-15 Thread Martin Grigorov
Здравей Борис! You can also take a look at https://github.com/isisaddons/isis-app-kitchensink/tree/master/dom/src/main/java/org/isisaddons/app/kitchensink/dom/hierarchy Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Dec 15, 2014 at 8:20 PM, Boris Toninski

Re: suppress contributed action in one of the related entities only

2014-12-16 Thread Martin Grigorov
On Mon, Dec 15, 2014 at 12:21 PM, Dan Haywood d...@haywood-associates.co.uk wrote: On 13 December 2014 at 13:17, Martin Grigorov mgrigo...@apache.org wrote: There is a Markdown broken link at the middle of the page content: ... I just committed a change in the .md file but I still

Re: Exception on latest snapshot when executing this.wrapperFactory.wrap()

2014-12-16 Thread Martin Grigorov
Hi Oscar, What are the steps to reproduce this problem? On Dec 16, 2014 8:59 PM, GESCONSULTOR - Óscar Bou o@gesconsultor.com wrote: Hi, Dan. I've done the following changes on shiro.ini, but the exception is still present (getContainer().getUser().getName() returns initialisation):

Re: Edit data without having to click on the Update button

2014-12-16 Thread Martin Grigorov
Hi, I have asked myself the same question recently. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Dec 16, 2014 at 8:22 PM, Boris Toninski boris.tonin...@orangedot.bg wrote: Hi guys, what I have seen till now in the demos is that when you open a form

Re: Exception on latest snapshot when executing this.wrapperFactory.wrap()

2014-12-16 Thread Martin Grigorov
... On 16 December 2014 at 19:44, Martin Grigorov mgrigo...@apache.org wrote: Hi Oscar, What are the steps to reproduce this problem? On Dec 16, 2014 8:59 PM, GESCONSULTOR - Óscar Bou o@gesconsultor.com wrote: Hi, Dan. I've done the following changes on shiro.ini

Re: Exception on latest snapshot when executing this.wrapperFactory.wrap()

2014-12-19 Thread Martin Grigorov
The exception message says the problem is related to the sign in page. There is no menu bar in that page. Oscar, is it easy to reproduce with any of the demo apps (todo, simple, kitchensink, or yours own) ? Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Wed

Re: Exception on latest snapshot when executing this.wrapperFactory.wrap()

2014-12-20 Thread Martin Grigorov
@gesconsultor.com wrote: HI Martin. It happened right after pressing the login button. But yesterday I updated to the latest snapshot and It runned ok. So it's not happening now. Thanks, Oscar El 19/12/2014, a las 21:51, Martin Grigorov mgrigo...@apache.org escribió

Re: Working on a branch with latest datanucleus

2014-12-24 Thread Martin Grigorov
Hi, Use mvn dependency:tree in the module which pom.xml is being changed. Also in your application. This way you will see which version is in the classpath and how it is referenced. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Wed, Dec 24, 2014 at 7:24 AM

Re: Isis + Neo4j 2.1.6

2015-01-03 Thread Martin Grigorov
in the future. 1. https://issues.apache.org/jira/browse/ISIS-789 2. https://help.github.com/articles/using-pull-requests/ Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Sat, Jan 3, 2015 at 12:00 AM, Branham, Jeremy [HR] jeremy.d.bran...@sprint.com wrote: If you

Re: IntelliJ Templates + Apache Isis

2015-01-03 Thread Martin Grigorov
the template names. Or make them File Templates instead of Live Templates. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Sat, Jan 3, 2015 at 4:30 AM, Branham, Jeremy [HR] jeremy.d.bran...@sprint.com wrote: I've added a few code templates for IntelliJ IDEA

Re: How do I suppress/disable the link in the first column of a table?

2015-01-26 Thread Martin Grigorov
a custom CSS class. See http://issues.apache.org/jira/browse/ISIS-1000 HTH Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Jan 26, 2015 at 11:04 PM, klaus meier haskell...@yahoo.de wrote: Hello Apache ISIS Users, I have a complex entity which is displayed

Compilation failing due to applying @javax.jdo.annotations.PersistenceCapable on an abstract class

2015-02-04 Thread Martin Grigorov
it is going to process. In my case: com.example.domain.model.MyEntity I share this here for a reference if anyone else also hits this problem in the future. Martin

Re: LocalDate UI (datepicker issue) in 1.8.0-Snapshot

2015-01-30 Thread Martin Grigorov
Johan, Do you still face the issue ? ISIS-1012 has been merged to master already. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Thu, Jan 29, 2015 at 11:29 AM, Dan Haywood d...@haywood-associates.co.uk wrote: The changing times are because if the datepicker

Re: http 500 error at restful api when deploying

2015-02-02 Thread Martin Grigorov
Now you have latest Isis in your local Maven repo. Try again with your app. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Feb 2, 2015 at 11:41 PM, johandoornen...@filternet.nl wrote: Ok. Tnx. I followed your instructions Martin and I cannot reproduce

Re: http 500 error at restful api when deploying

2015-02-02 Thread Martin Grigorov
Hi, The most stable way is to clone from https://github.com/apache/isis, build it, navigate to example/todoapp and run it Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Feb 2, 2015 at 11:14 PM, johandoornen...@filternet.nl wrote: Hi Dan, I just

Re: http 500 error at restful api when deploying

2015-02-02 Thread Martin Grigorov
Hi Johan, I'd bet on different versions of javax-rs when deploying in web container. Can you reproduce the issue with mvn jetty:run and the ToDo app ? If YES then please give detailed steps. Thank you! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Feb 2

Re: New annotations for 1.8.0-SNAPSHOT, and disallowing deprecated annotations

2015-02-06 Thread Martin Grigorov
Great work, Dan! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Feb 6, 2015 at 8:55 PM, Dan Haywood d...@haywood-associates.co.uk wrote: Hi folks, The work on rationalizing annotations is pretty much done [1],[2],[3], and I've now updated the website

Re: Considering merging the Wicket viewer into Core framework

2015-02-03 Thread Martin Grigorov
Hi ARI, On Tue, Feb 3, 2015 at 1:48 PM, AR haskell2...@gmail.com wrote: Hi Dan, I have started to promote isis for an internal sales application, which will go productive next week. Our company mainly developing vaadin applications, the next steps to push isis further in our company would

Re: render contributed action eagerly

2015-02-04 Thread Martin Grigorov
the RenderType hints Isis whether to fetch the collection elements eagerly or lazily. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Wed, Feb 4, 2015 at 1:14 PM, johandoornen...@filternet.nl wrote: Hi Dan, The problem is still persisting. It is not blocking at all

Re: render contributed action eagerly

2015-02-04 Thread Martin Grigorov
Something like: https://git1-us-west.apache.org/repos/asf?p=isis.git;a=commitdiff;h=ae6a80dd;hp=eae15a260fd9f24ab33e9a862959fb77c3dc8de7 ? If it is not correct then don't spend time to explain it in words now. I'll check your commit tomorrow! :-) Martin Grigorov Wicket Training and Consulting

Re: Questions for the Rest Interface for DomainService

2015-02-05 Thread Martin Grigorov
http://localhost:8080/restful/services/DeliverableService/actions/createNew/invoke Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Thu, Feb 5, 2015 at 4:22 PM, Lechner Andreas alech...@at.focusmr.com wrote: Hi, I need some help please. I use a DomainService

Re: generate client stub from json rest

2015-02-05 Thread Martin Grigorov
Hi, As far as I know/see Isis doesn't support generating WADL at the moment. I think this would be good addition to the framework! Please file a ticket! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Feb 2, 2015 at 6:28 PM, Lechner Andreas alech

Re: Getting module security to work

2015-02-06 Thread Martin Grigorov
Hi, Login with isis-module-security-admin/pass and see the available users in Security All users menu On Feb 6, 2015 5:22 PM, James Agada james.ag...@cwg-plc.com wrote: I followed the process here https://github.com/isisaddons/isis-module-security to setup the security module sample

Re: Getting module security to work

2015-02-06 Thread Martin Grigorov
The git README page explains about the isis-module-security-admin user. Please send a pull request with your suggestion. Thank you! On Feb 6, 2015 5:40 PM, James Agada james.ag...@cwg-plc.com wrote: Works Thanks. Someone needs to update the git page. On Feb 6, 2015, at 4:30 PM, Martin

Re: Getting email service to work

2015-02-08 Thread Martin Grigorov
then the SignUp and Reset password links won't appear in the SignIn page. Please subscribe to the mailing lists if you want sooner responses. I see your messages are moderated and it takes some hours to appear in the mailing list. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov

Re: Getting module security to work

2015-02-08 Thread Martin Grigorov
Hi, On Sun, Feb 8, 2015 at 7:58 PM, James Agada james.ag...@cwg-plc.com wrote: I will like to get the following services working, but I am stumped since the documentation is a bit scattered. 1. Security module - with working userregisteration, password reset, forgot password functionality.

Re: Problem using EventSerializer

2015-01-21 Thread Martin Grigorov
Hi, According to my IDE the class is moved to module isis-module-publishing-dom. Make sure it is in the classpath. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Wed, Jan 21, 2015 at 10:56 PM, johandoornen...@filternet.nl wrote: Did something change

Re: export of entity

2015-02-16 Thread Martin Grigorov
/src/main/java/dom/todo/ToDoItemContributions.java#L240 Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Feb 16, 2015 at 6:22 PM, Erik de Hair e.deh...@pocos.nl wrote: Hi, Is there any possibility in Isis to export an entire entity (including possible

Grouping domain services in a single menu item

2015-02-12 Thread Martin Grigorov
party modules (e.g. security, sessionlogger, etc.). The only way I see is to suppress the service from the modules and add my own one that just delegates. Maybe .layout.json will do the job too ?! But I still find its schema confusing :-/ Martin Grigorov Wicket Training and Consulting https

Re: Deploy War-File on Wildfly 8.1

2015-02-17 Thread Martin Grigorov
. But it was not helping, the problem is still alive. Do you have any further tips? Any new errors in the logs ? I'll try my app in WildFly soon. br Andreas - Ursprüngliche Mail - Von: Martin Grigorov mgrigo...@apache.org An: users users@isis.apache.org Gesendet: Freitag, 13. Februar 2015 14:20:30

Re: Problem with inheritance strategy=superclass-table

2015-02-19 Thread Martin Grigorov
On Thu, Feb 19, 2015 at 4:31 PM, johandoornen...@filternet.nl wrote: Hi Dan, Sorry. I will expand a bit on this: I use a class 'ProfileElement' parent of several specified classes like ProfileElementText, ProfileElementNumeric etc etc. The ProfileElement class is the one with the

Re: @Disabled depricated - what is the counterpart in 1.8.0 snapshot?

2015-01-28 Thread Martin Grigorov
(e.g. Disabled). https://github.com/apache/isis/blob/master/core/applib/src/main/java/org/apache/isis/applib/annotation/Disabled.java#L29 Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Wed, Jan 28, 2015 at 10:22 AM, johandoornen...@filternet.nl wrote: Tnx Dan

Re: @Hidden deprecated in 1.8.0 snapshot

2015-01-28 Thread Martin Grigorov
, Was just drafting this when your reply to Martin came in... ... there isn't a replacement for @Hidden at the service level, my thinking when implementing ISIS-970 was that each method would be annotated, typically with @Programmatic or alternatively with @Action(hidden=ALWAYS. But I'm open

Re: @Disabled depricated - what is the counterpart in 1.8.0 snapshot?

2015-01-27 Thread Martin Grigorov
Hi, Check @Disabled's javadoc. On Jan 28, 2015 7:57 AM, johandoornen...@filternet.nl wrote: Hi, What should I use in 1.8.0-snapshot instead of the depricated @Disabled annotation on a property? I seemingly cannot find a counterpart in PropertyLayout. Tnx. Johan

Re: LocalDate UI (datepicker issue) in 1.8.0-Snapshot

2015-01-29 Thread Martin Grigorov
Weird, indeed! I won't have time to try your app today. But I'll do it as soon as I can! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Thu, Jan 29, 2015 at 10:37 AM, johandoornen...@filternet.nl wrote: Hi Martin, The issue is - for example - I choose

Re: LocalDate UI (datepicker issue) in 1.8.0-Snapshot

2015-01-31 Thread Martin Grigorov
I've found info.matchingservice.dom.MatchingSecureMutableObject#disabled and modified it to return null, thus not disabling the entity, but still it appeats not editable in the UI... Please give more details Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Sat

Re: LocalDate UI (datepicker issue) in 1.8.0-Snapshot

2015-01-31 Thread Martin Grigorov
I'll try Johan's app now. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Sat, Jan 31, 2015 at 7:31 PM, GESCONSULTOR - Óscar Bou o@gesconsultor.com wrote: Just to clarify it. The property is of type: java.util.Date HTH, Oscar El 31/1/2015

Re: LocalDate UI (datepicker issue) in 1.8.0-Snapshot

2015-01-31 Thread Martin Grigorov
... Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Sat, Jan 31, 2015 at 10:36 PM, Martin Grigorov mgrigo...@apache.org wrote: I've found info.matchingservice.dom.MatchingSecureMutableObject#disabled and modified it to return null, thus not disabling the entity

Re: LocalDate UI (datepicker issue) in 1.8.0-Snapshot

2015-01-31 Thread Martin Grigorov
(es) in the F12 Dev console but the output was en. And this is expected because Isis doesn't provide custom locales for Moment.js, so only the default EN is available. Any hints how to reproduce are welcome! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Sat, Jan

Re: Overriden abstract properties not shown in parented tables

2015-02-02 Thread Martin Grigorov
Hi Oscar, On Sat, Jan 31, 2015 at 6:54 PM, GESCONSULTOR - Óscar Bou o@gesconsultor.com wrote: Hi all. I have Domain Entities similar to this ones: @PersistenceCapable public abstract class OrderedItem { ... // {{ Options (Collection) @Persistent(mappedBy = orderedItem,

Re: LocalDate UI (datepicker issue) in 1.8.0-Snapshot

2015-02-01 Thread Martin Grigorov
Just to close the thread here: Oscar's problem was that Eclipse was still using old version of Isis. After update and rebuild everything works as desired. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Sun, Feb 1, 2015 at 8:08 PM, GESCONSULTOR - Óscar Bou o

Re: How do I suppress/disable the link in the first column of a table?

2015-01-28 Thread Martin Grigorov
() { return false; }); }); then the icon for each completed item cannot be clicked. ~~~ I imagine you can adapt the above to your situation, but if you need better support than this, please raise a ticket. Cheers Dan On 26 January 2015 at 21:27, Martin Grigorov mgrigo

Re: Class Not Found exception when rebuilding with latest snapshot

2015-01-12 Thread Martin Grigorov
Hi, Is this an error in Maven or in Jetty while trying to start the app ? Please paste the complete exception. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Jan 12, 2015 at 10:16 PM, johandoornen...@filternet.nl wrote: When rebuilding

Re: Class Not Found exception when rebuilding with latest snapshot

2015-01-12 Thread Martin Grigorov
and check for 'commons-email' Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Jan 12, 2015 at 10:27 PM, johandoornen...@filternet.nl wrote: I used mvn clean install. The exception is when running Jetty I think: 22:24:21,592

Re: Class Not Found exception when rebuilding with latest snapshot

2015-01-12 Thread Martin Grigorov
Good to know it is not our fault! Same happens to me every now and then ... Have fun! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Jan 12, 2015 at 11:19 PM, johandoornen...@filternet.nl wrote: Tnx Martin, Problem solved. Somehow reopening all

Re: Auto refreshing Isis page

2015-02-08 Thread Martin Grigorov
() {document.location.reload();}, 1000); // 1000 is 1 sec } }); A proper Isis solution solution would be to add a facet (annotation, special method, etc.) to YourEntity and Isis do this for you. But I'm not sure how generic this solution is. Martin Grigorov Wicket Training and Consulting https://twitter.com

Re: Auto refreshing Isis page

2015-02-09 Thread Martin Grigorov
On Mon, Feb 9, 2015 at 9:55 AM, Martin Grigorov mgrigo...@apache.org wrote: Hi, Here is a quick and dirty solution: - in YourDomainObject add impl of #cssClass() {return my-special-auto-updating-entity} - in webapp/src/main/webapp/scripts/application.js add: $(function() { if ($(.my

Unable to re-create a view model

2015-02-09 Thread Martin Grigorov
) at org.apache.isis.core.runtime.persistence.adaptermanager.AdapterManagerDefault.adapterFor(AdapterManagerDefault.java:317) ... 64 more Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov

Re: Auto refreshing Isis page

2015-02-10 Thread Martin Grigorov
On 9 February 2015 at 14:21, Dan Haywood d...@haywood-associates.co.uk wrote: I'll document this quick-n-dirty solution on the Isis website. Thx Dan On 9 February 2015 at 08:07, Martin Grigorov mgrigo...@apache.org wrote: On Mon, Feb 9, 2015 at 9:55 AM, Martin Grigorov mgrigo

Re: optionality=Optionality.OPTIONAL issue

2015-02-10 Thread Martin Grigorov
I'd bet it is Eclipse that keeps some cache. To verify you can build your project on the command line (console) with : mvn clean compile Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Feb 10, 2015 at 11:51 AM, johandoornen...@filternet.nl wrote: Alright

Re: Getting email service to work

2015-02-14 Thread Martin Grigorov
-service.html Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Sat, Feb 14, 2015 at 3:38 PM, James Agada james.ag...@cwg-plc.com wrote: From the debug, there is no UserRegistrationService configured. How does one do that? Was this not supposed to be a default configuration

Re: Getting email service to work

2015-02-14 Thread Martin Grigorov
Sure, it does! https://github.com/isisaddons/isis-module-security/blob/master/webapp/src/main/java/org/isisaddons/module/security/webapp/AppUserRegistrationService.java#L19 Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Sat, Feb 14, 2015 at 4:03 PM, James Agada

Re: Unable to re-create a view model

2015-02-09 Thread Martin Grigorov
Hi Dan, The commit was a minor optimization. The problem is still there. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Feb 9, 2015 at 4:20 PM, Dan Haywood d...@haywood-associates.co.uk wrote: Hi Martin, I saw a commit from you on JdoObjectIdSerializer

Re: Unable to re-create a view model

2015-02-09 Thread Martin Grigorov
in the ViewModelFacet implementations, see what you can make of it. The workaround is for the view model object to explicitly implement ViewModel, and return a memento; ie handle the viewmodel - viewmodel reference manually. HTH Dan On 9 February 2015 at 14:30, Martin Grigorov mgrigo

Re: Grouping domain services in a single menu item

2015-02-12 Thread Martin Grigorov
Thanks, Dan! On Thu, Feb 12, 2015 at 12:27 PM, Dan Haywood d...@haywood-associates.co.uk wrote: Hi Martin, you are correct... there is no very satisfactory way to do this at the moment; instead is necessary to suppress the service and add a replacement. The .layout.json isn't appropriate

Re: Getting email service to work

2015-02-13 Thread Martin Grigorov
-security in the class path. I can log as security admin and create users. I do not understand what I have to do with org.isisaddons.module.security.webapp.AppUserRegistrationService . There is no link at all to register or reset password. On Feb 13, 2015, at 4:04 PM, Martin Grigorov mgrigo

Re: Getting email service to work

2015-02-13 Thread Martin Grigorov
/EclipseDebugging/article.html https://www.jetbrains.com/idea/help/debugging.html Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Feb 13, 2015 at 10:22 PM, James Agada james.ag...@cwg-plc.com wrote: I am running from the command line. How do I set

Re: replacing Wicket viewer components

2015-01-04 Thread Martin Grigorov
before the standard factories so it would work for you too. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Sat, Jan 3, 2015 at 2:19 PM, Martin Grigorov mgrigo...@apache.org wrote: Hi Erik, I believe all this should work. I'd simplify the process by: 1) adding

Re: changing order of collection items

2015-03-18 Thread Martin Grigorov
Hi, On Wed, Mar 18, 2015 at 10:46 AM, Erik de Hair e.deh...@pocos.nl wrote: On 03/17/2015 09:16 PM, Martin Grigorov wrote: Hi, Maybe you can use the Bulk support - select few items in the table, then click Up/Down action and depending on the action increase/decrease the rank

Re: changing order of collection items

2015-03-17 Thread Martin Grigorov
Hi, Maybe you can use the Bulk support - select few items in the table, then click Up/Down action and depending on the action increase/decrease the rank of the selected items. Martin Grigorov Freelancer, available for hire! Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue

Re: persist a new Object

2015-03-11 Thread Martin Grigorov
Hi, I think you need something like: if (!(this instanceof javax.jdo.spi.PersistenceCapable)) { return null; } OIDImpl longIdentity = (OIDImpl) JDOHelper.getObjectId(this); return longIdentity.getKeyValue(); Martin Grigorov Funemployed! Available for hire! Wicket Training and Consulting https

  1   2   3   >