You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Edell Nolan <ed...@gmail.com> on 2009/01/26 14:41:35 UTC

Re: busCfg - WARNING: Could not find the configuration file handler.xml on the classpath.

could you also try busCfg="./handler.xml"

and remove

 <classpath>
               <location>.</location>
       </classpath>


On Mon, Jan 26, 2009 at 10:22 AM, Lukasz L. <Lu...@sabre.com>wrote:

>
> That's strange ... below are some ideas to try but that's nothing really
> new:
> - have you ensured that handler.xml is really packaged into service unit?
> (check the zip archive inside service assembly)
> - have you tried adding classpath prefix like
> busCfg="classpath:handler.xml"
> ? (for me it did not work but you better try all options)
> - maybe use other name than handler.xml?
> -have you redeployed your SA? (clean data directory?)
>
>
> snowch wrote:
> >
> > I forgot to say that I DO have the following in my xbean.xml:
> >
> >       <classpath>
> >               <location>.</location>
> >       </classpath>
> >
>
>
> --
> View this message in context:
> http://www.nabble.com/busCfg---WARNING%3A-Could-not-find-the-configuration-file-handler.xml-on-the-classpath.-tp21660986p21663176.html
> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>
>

Re: busCfg - WARNING: Could not find the configuration file handler.xml on the classpath.

Posted by snowch <sn...@coralms.com>.
I had tried:

 busCfg="./handler.xml"
 busCfg="classpath:handler.xml"

...but it still didn't work.

I've just taken a look inside the SU zip, and the file is there.  

I will try to clear out the sm data directory. However, I can't do mvn at
the moment as my laptop connection is down!

Many thanks for the replies...
-- 
View this message in context: http://www.nabble.com/busCfg---WARNING%3A-Could-not-find-the-configuration-file-handler.xml-on-the-classpath.-tp21660986p21666199.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.