Re: there is a problem in spring with spring-dm on my webApp prpject

2011-03-14 Thread Achim Nierbeck
Hi, did you try to just drop your war into the deploy folder, from there on everything else is done by the container. This might help you more :) regards, Achim 2011/3/14 stream liu stream1...@gmail.com: Hi both guy. I've tried adding Web-ContextPath=/HelloWeb, and also adding the following

Re: no log activity when deploy a features.xml to deploy directory

2011-03-14 Thread Achim Nierbeck
Hi Dan, after droping your features.xml your features are also available for installing by features:install activemq-client. If you do this in the shell you will receive the information you are missing right now. regards, Achim 2011/3/14 Dan Tran dant...@gmail.com: Hi, Since I now have a

a strange problem, about Bundle-Classpath[Jar:dot]

2011-03-14 Thread stream
As subject. i use spring with spring-dm, and buliding with Maven Bnd plugin. then show the below Error [ERROR] Error building bundle cn.shopex:HelloWeb:bundle:0.0.1-SNAPSHOT : Unresolved references to [org.springframework.beans.factory] by class(es) on the Bundle-Classpath[Jar:dot]:

Re: a strange problem, about Bundle-Classpath[Jar:dot]

2011-03-14 Thread Andreas Pieber
Hey, Can you please attach your pom? (if it's multimodule please also include the one where you've configured the mvn bundle plugin) Kind regards, Andreas On Mon, Mar 14, 2011 at 12:04 PM, stream stream1...@gmail.com wrote: As subject. i use spring with spring-dm, and buliding with Maven Bnd

Karaf 2.2 issue with org.apache.xerces.jaxp.SAXParserFactoryImpl not found

2011-03-14 Thread dobi
Hello, I am porting an apache batik user interface that displays svg files to osgi. Currently the application displays a simple about window. I got all osgi dependencies solved by wrapping them or using bundles from servicemix, now the following error occurs:

Re: no log activity when deploy a features.xml to deploy directory

2011-03-14 Thread Achim Nierbeck
ok, what is features:list telling you? if your active-mq feature isn't listed here you have some other sort of issue. Please take a look at the logs, and if there is nothing in it switch to DEBUG logging. When looking for such issues it's always helpfull to restart your karaf instance with

Re: Karaf 2.2 issue with org.apache.xerces.jaxp.SAXParserFactoryImpl not found

2011-03-14 Thread karafman
dobi wrote: Hello, I am porting an apache batik user interface that displays svg files to osgi. Currently the application displays a simple about window. I got all osgi dependencies solved by wrapping them or using bundles from servicemix, now the following error occurs:

Re: javax.annotation.* weirdness

2011-03-14 Thread karafman
karafman wrote: jb-3 wrote: Hi, it depends of your etc/jre.properties configuration. If etc/jre.properties (for jre-1.6) contains javax.annotation, it means that the javax.annotation is provided by the JDK. If it's commented (as we have in ServiceMix), it means that

Re: LDAPLoginModule class not found org.apache.karaf.jaas.modules.ldap.LDAPLoginModule

2011-03-14 Thread karafman
Could you post the entire error message that you're getting please? - Karafman Slayer of the JEE Pounder of the Perl Programmer -- View this message in context:

Re: LDAPLoginModule class not found org.apache.karaf.jaas.modules.ldap.LDAPLoginModule

2011-03-14 Thread karafman
Cool. Now one last thing, could you please post your system and karaf information? (OS name and version, Karaf version, maven version, and java version).. - Karafman Slayer of the JEE Pounder of the Perl Programmer -- View this message in context:

Re: javax.annotation.* weirdness

2011-03-14 Thread Dan Tran
I am a little confused about what to do with jre.properties. Is there a way to give it a explicit version ( rather then remove it )? javax.annotation;version=1.0.0 \ ... chokes karaf at startup Thanks -Dan On Mon, Mar 14, 2011 at 10:16 AM, karafman mvangeert...@comcast.net wrote:

Re: LDAPLoginModule class not found org.apache.karaf.jaas.modules.ldap.LDAPLoginModule

2011-03-14 Thread karafman
karafman wrote: Ok, what is bundle 202? shekarpcs wrote: Karaf is 2.1.3 Jdk 1.5 I am using this as part of Servicemix. Wow, talk about me making this harder than it needs to be! First things first, karaf is complaining that it can't find something that bundle_id 202

Re: LDAPLoginModule class not found org.apache.karaf.jaas.modules.ldap.LDAPLoginModule

2011-03-14 Thread karafman
karafman wrote: karafman wrote: Ok, what is bundle 202? shekarpcs wrote: Karaf is 2.1.3 Jdk 1.5 I am using this as part of Servicemix. Wow, talk about me making this harder than it needs to be! First things first, karaf is complaining that it can't find something

Re: javax.annotation.* weirdness

2011-03-14 Thread Dan Tran
sorry about the noise, I am able to give javax.annotation a version under etc/jre.properties and my activemq client works without the need for geronimo-annotation package javax.annotation;version=1.1.1, \ javax.annotation.processing;version=1.1.1, \ Thanks for all the helps -Dan On

Re: javax.annotation.* weirdness

2011-03-14 Thread David Jencks
hopefully not just to make your life more difficult and confusing Be careful, unless you are running on java 7 the jdk doesn't actually have the annotation 1.1 classes in it. if the annotation 1.0 or 1.1 spec jar starts before the spring jars the spring jars ought to get wired to it even

Re: a strange problem, about Bundle-Classpath[Jar:dot]

2011-03-14 Thread stream
Yes, i used maven and its plugin Bnd to build... did you know any information. thanks -- View this message in context: http://karaf.922171.n3.nabble.com/a-strange-problem-about-Bundle-Classpath-Jar-dot-tp2675766p2678294.html Sent from the Karaf - User mailing list archive at Nabble.com.