Add-on schema not being created initially

2016-09-09 Thread Martin Vogel
Hi all,

did any of you experience the absence of the schema for the isiscommand / 
isisaudit add-on during deployment?
The repective user had sufficient rights to create a new schema.

It helped to create both of them manually, but i was just wondering if that was 
a usual behaviour.
The datanuclues option datanucleus.schema.autoCreateAll was set true in both 
cases.

Thx a lot in advance for your help!

Cheers,
Martin



AW: Override ActionParametersFormPanel.properties

2015-11-17 Thread Martin Vogel
Hi Dan,

thx a lot, the resource bundle approach worked just fine for me. 

I created a folder structure inside the webapp resource folder following that 
pattern org.apache.isis.viewer.wicket.ui.components.actions. Inside there I 
could override the properties via an equivalent 
ActionParametersFormPanel.properties file. 

Regarding the jira ticket, I would be more than happy to contribute to the 
project by completing it. But first of all I have to get familiar with the 
projects standards and the contributors guide ;-)

Cheers,
Martin

-Ursprüngliche Nachricht-
Von: Dan Haywood [mailto:d...@haywood-associates.co.uk] 
Gesendet: Samstag, 14. November 2015 17:57
An: users <users@isis.apache.org>
Betreff: Re: Override ActionParametersFormPanel.properties

Hi Martin,


On 13 November 2015 at 09:23, Martin Vogel <vo...@bi-web.de> wrote:

> Hi Dan,
>
> since the TodoApplication_en.properties was mothballed am I right to 
> assume that overriding the ActionParametersFormPanel.properties in an 
> external property file or the AppManifest is not working anymore as well ?
>
>
No, at the moment we have a bit of a hybrid story when it comes to i18n.
Most of the i18n does indeed come from the .po files, however certain bits of 
the UI are "hard-coded", which is to say they rely upon Wicket's 
internationalization, namely resource bundles.  This includes 
ActionParameterFormPanel.properties.

There is actually a JIRA ticket [1] to complete the work of using our .po files 
everywhere, and I don't think it should be too much work.  We do have it 
scheduled for this next release 1.11.0.





> I am trying to override the label descriptions of form actions.
> Referencing those via their message id inside a .po file didn't work either.
>
>
It should work using the regular resource bundle approach; this is just 
"vanilla" Wicket.  Do report back as to whether if works or not for you, one 
way or another.

As for using the .po files, just a reminder that in prototype mode these 
default to "write" mode, so to use one needs to switch them to "read" mode (on 
the Prototyping menu),  In production mode the default is "read" mode.

HTH
Dan



Thx in advance and best regards,
> Martin
>


[1] https://issues.apache.org/jira/browse/ISIS-1093


Override ActionParametersFormPanel.properties

2015-11-13 Thread Martin Vogel
Hi Dan,

since the TodoApplication_en.properties was mothballed am I right to assume 
that overriding the ActionParametersFormPanel.properties in an external 
property file or the AppManifest is not working anymore as well ?

I am trying to override the label descriptions of form actions. Referencing 
those via their message id inside a .po file didn't work either.

Thx in advance and best regards,
Martin


Am 02. und 03. Juni 2016 findet das BI.Kundenforum in der Villa Ida in Leipzig 
statt.
Die Themen: Geschäftskundenportal, Energie-Effizienzportal,  Beschaffungsportal 
für Großkunden, Marktpreisdatenbank, Business Intelligence Lösungen.
Weitere Informationen unter: https://www.bi-web.de/kundenforum



BI Business Intelligence GmbH
August-Bebel-Str. 44
D-04275 Leipzig

Tel.: +49 341 30383-40
Fax: +49 341 30383-52
E-Mail: vo...@bi-web.de
www.bi-web.de

Sie finden uns auch auf: Facebook Google+ XING

BI Business Intelligence GmbH, Leipzig Registergericht/Registered Office: 
Amtsgericht Leipzig Registernummer/Registered Number: HR 17142 
Vertretungsberechtigte Geschäftsführer/Board of Managing Directors: Conrad 
Moeller, Jürgen Schubert
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht 
gestattet.
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden.




how to disable the footer component in "PageAbstract"

2015-10-30 Thread Martin Vogel
Hi all,

as the how-to section of the official documentation states it´s possible to 
suppress the page header respective footer. For my application I would like to 
remove the footer component entirely from the PageAbstract of the 
wicket-viewer-ui.
Since there is no simple solution such as just removing the wicket html tag 
from the page template, I was wondering how you actually suppress the footer 
via the request params ?

Is the ServletWebResponse the suitable service or is there a wicket property 
that I miss ?

Thanks a lot in advance,
Martin

Am 02. und 03. Juni 2016 findet das BI.Kundenforum in der Villa Ida in Leipzig 
statt.
Die Themen: Geschäftskundenportal, Energie-Effizienzportal,  Beschaffungsportal 
für Großkunden, Marktpreisdatenbank, Business Intelligence Lösungen.
Weitere Informationen unter: https://www.bi-web.de/kundenforum



BI Business Intelligence GmbH
August-Bebel-Str. 44
D-04275 Leipzig

Tel.: +49 341 30383-40
Fax: +49 341 30383-52
E-Mail: vo...@bi-web.de
www.bi-web.de

Sie finden uns auch auf: Facebook Google+ XING

BI Business Intelligence GmbH, Leipzig Registergericht/Registered Office: 
Amtsgericht Leipzig Registernummer/Registered Number: HR 17142 
Vertretungsberechtigte Geschäftsführer/Board of Managing Directors: Conrad 
Moeller, Jürgen Schubert
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht 
gestattet.
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden.