Re: Error in bundle installation using maven-sling-plugin

2009-01-19 Thread Carsten Ziegeler
Bertrand Delacretaz wrote: > On Mon, Jan 19, 2009 at 1:56 PM, Carsten Ziegeler > wrote: >> Bertrand Delacretaz wrote: >>> ...I'm thinking of something like >>> http://localhost:/system/console/info.properties >>> which returns >>> console-version: 1.2.2 >>> installed-plugins: foo, bar... > >

Re: Error in bundle installation using maven-sling-plugin

2009-01-19 Thread Bertrand Delacretaz
On Mon, Jan 19, 2009 at 1:56 PM, Carsten Ziegeler wrote: > Bertrand Delacretaz wrote: >> ...I'm thinking of something like >> http://localhost:/system/console/info.properties >> which returns >> console-version: 1.2.2 >> installed-plugins: foo, bar... > The web console already supports gettin

Re: Error in bundle installation using maven-sling-plugin

2009-01-19 Thread Carsten Ziegeler
Bertrand Delacretaz wrote: > On Mon, Jan 19, 2009 at 12:13 PM, Carsten Ziegeler > wrote: > >> Felix Meschberger wrote: >>> ...Hmm, couldn't the console just set the response content type and the >>> maven-sling-plugin verify that this content type actually indicates JSON... > >> Yes, this would

Re: Error in bundle installation using maven-sling-plugin

2009-01-19 Thread Bertrand Delacretaz
On Mon, Jan 19, 2009 at 12:13 PM, Carsten Ziegeler wrote: > Felix Meschberger wrote: >> ...Hmm, couldn't the console just set the response content type and the >> maven-sling-plugin verify that this content type actually indicates JSON... > Yes, this would make the json handling more robust, goo

Re: Error in bundle installation using maven-sling-plugin

2009-01-19 Thread Carsten Ziegeler
Felix Meschberger wrote: >> So summarizing: We should >> - set the default to false for adding configs > > Would probably make sense, yes. > >> - add a version check of the web console > > Hmm, couldn't the console just set the response content type and the > maven-sling-plugin verify that this

Re: Error in bundle installation using maven-sling-plugin

2009-01-19 Thread Felix Meschberger
Hi, Carsten Ziegeler schrieb: > Felix Meschberger wrote: >> Hi Agus, >> >> Agustín Gañán schrieb: >>> Hi all, >>> I'm working with the revision 734769 and I've detected an error when I try >>> to install a bunlde from maven using the maven-sling-plugin. >>> This is my plug-in config in the pom.xml

Re: Error in bundle installation using maven-sling-plugin

2009-01-19 Thread Bertrand Delacretaz
On Fri, Jan 16, 2009 at 8:52 AM, Carsten Ziegeler wrote: > ...So summarizing: We should > - set the default to false for adding configs > - add a version check of the web console... +1 to both. -Bertrand

Re: Error in bundle installation using maven-sling-plugin

2009-01-15 Thread Carsten Ziegeler
Felix Meschberger wrote: > Hi Agus, > > Agustín Gañán schrieb: >> Hi all, >> I'm working with the revision 734769 and I've detected an error when I try >> to install a bunlde from maven using the maven-sling-plugin. >> This is my plug-in config in the pom.xml [1] >> The bundle initializes content

Re: Error in bundle installation using maven-sling-plugin

2009-01-15 Thread Felix Meschberger
Hi Agus, Agustín Gañán schrieb: > Hi all, > I'm working with the revision 734769 and I've detected an error when I try > to install a bunlde from maven using the maven-sling-plugin. > This is my plug-in config in the pom.xml [1] > The bundle initializes content in the repository and this is the bu

Error in bundle installation using maven-sling-plugin

2009-01-15 Thread Agustín Gañán
Hi all, I'm working with the revision 734769 and I've detected an error when I try to install a bunlde from maven using the maven-sling-plugin. This is my plug-in config in the pom.xml [1] The bundle initializes content in the repository and this is the bundle's config [2]. And this is the error [3