You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Svend-Ole Nielsen <sv...@vehco.com> on 2014/11/24 13:54:00 UTC

Problems with Servicemix 5.3.0 and Spring XML

Hello

I have been reading up and down about this release but to no avail. Any idea as to why the XML files are not deployed? Made a simple blueprint in same folder and that was picked up immediately. Turned on debug log, but no logging statements were made.

/Svend

Re: Problems with Servicemix 5.3.0 and Spring XML

Posted by Sobkowiak Krzysztof <kr...@gmail.com>.
Hi

ServiceMix 5.3.0 uses Karaf 2.4.0  so you have to install the deployer
in version 2.4.0.

osgi:install -s mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.spring/2.4.0


Regards
Krzysztof


On 03.02.2015 09:13, Bart Horré wrote:
> Hi Svend,
>
> The karaf deployer for spring is missing. This is due to an issue with
> karaf: https://issues.apache.org/jira/browse/SM-2415
> You can manually install it with "install -s
> mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.spring/3.0.3".
> Afterwards your spring context in the deploy folder should get installed
> into your container.
>
> Bart Horré
> Anova r&d bvba
>
> On Mon, Nov 24, 2014 at 1:54 PM, Svend-Ole Nielsen <
> svend-ole.nielsen@vehco.com> wrote:
>
>> Hello
>>
>> I have been reading up and down about this release but to no avail. Any
>> idea as to why the XML files are not deployed? Made a simple blueprint in
>> same folder and that was picked up immediately. Turned on debug log, but no
>> logging statements were made.
>>
>> /Svend
>>

-- 
Krzysztof Sobkowiak

JEE & OSS Architect
Senior Solution Architect @ Capgemini SSC
<http://www.pl.capgemini-sdm.com/en/>
Apache ServiceMix <http://servicemix.apache.org/> Committer & PMC

Re: Problems with Servicemix 5.3.0 and Spring XML

Posted by Bart Horré <ba...@anova.be>.
Hi Svend,

The karaf deployer for spring is missing. This is due to an issue with
karaf: https://issues.apache.org/jira/browse/SM-2415
You can manually install it with "install -s
mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.spring/3.0.3".
Afterwards your spring context in the deploy folder should get installed
into your container.

Bart Horré
Anova r&d bvba

On Mon, Nov 24, 2014 at 1:54 PM, Svend-Ole Nielsen <
svend-ole.nielsen@vehco.com> wrote:

> Hello
>
> I have been reading up and down about this release but to no avail. Any
> idea as to why the XML files are not deployed? Made a simple blueprint in
> same folder and that was picked up immediately. Turned on debug log, but no
> logging statements were made.
>
> /Svend
>