Re: Web application development using unpacked WAR

2012-07-30 Thread Achim Nierbeck
Hi, you just need to make sure that your directory contains a postfix .war and it should contain a web.xml If this still doesn't work please open a jira for it :) And a log trace would also be helpful. regards, Achim 2012/7/30 helander : > Achim, > > I had already tried to do that, but it did n

Re: make project import work with m2e

2012-07-30 Thread Andreas Pieber
hey Andrei, The patch looks fine to me; Can you please attach the patch to the according jira issue [1] and allow it for inclusion? I'll take care for it to get included. Thanks and kind regards, Andreas [1] https://issues.apache.org/jira/browse/KARAF-1048 On Sat, Jul 28, 2012 at 6:46 PM, Jean-

etc files for new instance

2012-07-30 Thread helander
I found out that the /etc files for a newly created instance were not copied from the KARAF-HOME/etc directory, but from resources in one of the admin bundles. For a custom distro where the /etc files are typically customized, this becomes a problem, since the created instances will not contain the

Re: Web application development using unpacked WAR

2012-07-30 Thread helander
I have created a Jira: https://issues.apache.org/jira/browse/KARAF-1692 /Lars -- View this message in context: http://karaf.922171.n3.nabble.com/Web-application-development-using-unpacked-WAR-tp4025360p4025372.html Sent from the Karaf - User mailing list archive at Nabble.com.

Re: etc files for new instance

2012-07-30 Thread Andreas Pieber
not right now, but since there where quiet a number of requests by now it might be a good idea to create a new feature request jira. Kind regards, Andreas On Mon, Jul 30, 2012 at 9:49 PM, helander wrote: > I found out that the /etc files for a newly created instance were not copied > from the KA

Re: etc files for new instance

2012-07-30 Thread Jean-Baptiste Onofré
Hi Lars, it's normal when use admin:create, it creates a fresh Karaf instance (we did like this by design). In Karaf 2.3.x or 3.0.x, you have now the admin:clone command which can clone to root instance and use the etc file from the source instance. Regards JB On 07/30/2012 09:49 PM, helan

Re: etc files for new instance

2012-07-30 Thread Jean-Baptiste Onofré
Already done with clone coming with 2.3.x or 3.0.x (cf my thread reply e-mail). Regards JB On 07/30/2012 10:45 PM, Andreas Pieber wrote: not right now, but since there where quiet a number of requests by now it might be a good idea to create a new feature request jira. Kind regards, Andreas

Re: Web application development using unpacked WAR

2012-07-30 Thread Achim Nierbeck
Hi, I'll take a look at it. regards, Achim 2012/7/30 helander : > I have created a Jira: > > https://issues.apache.org/jira/browse/KARAF-1692 > > /Lars > > > > -- > View this message in context: > http://karaf.922171.n3.nabble.com/Web-application-development-using-unpacked-WAR-tp4025360p4025372

Re: Web application development using unpacked WAR

2012-07-30 Thread Michael Prieß
Seems like there is a problem with the symbolic name. Could you please attach the exploded OSGi manifest, the output of the command headers ID and the configuration of the felix plugin? Cheers, Michael 2012/7/30 helander : > I have created a Jira: > > https://issues.apache.org/jira/browse/KARAF

Re: Web application development using unpacked WAR

2012-07-30 Thread helander
Michael, there is no OSGI manifest (it's a "standard" WAR ). What do you mean by the "command headers ID"? Which Felix plugin? /Lars Michael Prieß wrote > > Seems like there is a problem with the symbolic name. Could you please > attach the exploded OSGi manifest, the output of the command he

Re: etc files for new instance

2012-07-30 Thread helander
Sounds good to differentiate between "create" and "clone". "When" can I expect a release of 2.3.x (or 3.0.x) ? /Lars -- View this message in context: http://karaf.922171.n3.nabble.com/etc-files-for-new-instance-tp4025370p4025382.html Sent from the Karaf - User mailing list archive at Nabble.c

Re: etc files for new instance

2012-07-30 Thread Jean-Baptiste Onofré
Hi Lars, We are working on the latest issues for 2.3.0. I gonna make a new review tomorrow, but I think it could be available soon (maybe end of this week) and a 3.0.0-RC1 (as we introduced a lot of changes in 3.0.0, we will release a RC1 first) end of the next week. Regards JB On 07/30/201

Re: etc files for new instance

2012-07-30 Thread helander
Great, thanks. Lars -- View this message in context: http://karaf.922171.n3.nabble.com/etc-files-for-new-instance-tp4025370p4025384.html Sent from the Karaf - User mailing list archive at Nabble.com.

Re: Web application development using unpacked WAR

2012-07-30 Thread Michael Prieß
Hi Lars, with the command "headers yourBundleId" you can display the OSGi manifest.If no manifest is provided inside your war the manifest will be generated during the deployment.To generate a own manifest during the maven build you can use the felix bundle plugin to generate a WAB(WAR with OSGi m