Re: someone could help me about struct2 in karaf

2011-03-25 Thread karafman
} ${export.packages} Stream, What version of xwork2 are you using in your pom? - Karafman Slayer of the JEE Pounder of the Perl Programmer -- View this message

Configuring Jetty in Karaf to use HTTP instead of HTTPS

2011-03-21 Thread karafman
All, Currently, I'm using Jetty to create an restful endpoint used by Camel inside of Karaf. I'd like to use HTTPS, does anyone have a suggestion about how to do that? Karaf 2.0.0 Camel 2.5 - Karafman Slayer of the JEE Pounder of the Perl Programmer -- View this message in context: http

Re: How does features:refreshUrl handles snapshot

2011-03-17 Thread karafman
functionality to automatically update snapshots when they are refreshed in the maven repository, you could send something to the console to indicate an automatic update is being performed? - Karafman Slayer of the JEE Pounder of the Perl Programmer -- View this message in context: http://karaf

Re: How reliable is features:install when dealing with massive install against a provisioning server ( ie a maven repository )

2011-03-17 Thread karafman
if that helps. - Karafman Slayer of the JEE Pounder of the Perl Programmer -- View this message in context: http://karaf.922171.n3.nabble.com/How-reliable-is-features-install-when-dealing-with-massive-install-against-a-provisioning-server-ie--tp2692507p2694390.html Sent from the Karaf - User mailing

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

2011-03-16 Thread karafman
it fails or installs correctly, from the command line type the following to put the debugger back in INFO mode: karaf@root: log:set INFO I hope that helps! - Karafman Slayer of the JEE Pounder of the Perl Programmer -- View this message in context: http://karaf.922171.n3.nabble.com/no-log

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

2011-03-14 Thread karafman
find the bundle that exports that package, and install it as a bundle in Karaf. Please try this, if it doesn't work, please let us know. - Karafman Slayer of the JEE Pounder of the Perl Programmer -- View this message in context: http://karaf.922171.n3.nabble.com/Karaf-2-2-issue-with-org

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

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: http://karaf.922171.n3.nabble.com/LDAPLoginModule-class-not-found-org-apache-karaf-jaas-modules-ldap-LDAPLoginModule

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: http://karaf.922171.n3.nabble.com

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 (ldap

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: Placing properties files in the classpath

2011-01-19 Thread karafman
in each of my bundle-specific properties files. Any assistance would be greatly appreciated. - Karafman Slayer of the JEE Pounder of the Perl Programmer -- View this message in context: http://karaf.922171.n3.nabble.com/Placing-properties-files-in-the-classpath-tp2054553p2290999.html Sent

Re: Aggregating provisioning files

2011-01-07 Thread karafman
I thought of that, and if its the best way right now, that will work. - Karafman Slayer of the JEE Pounder of the Perl Programmer -- View this message in context: http://karaf.922171.n3.nabble.com/Aggregating-provisioning-files-tp2207656p2212713.html Sent from the Karaf - User mailing

Re: My bundle using a properties file

2011-01-06 Thread karafman
all of the properties in that file available for injection using the same syntax as you would use with standard Java properties. I hope this helps! v/r, Karafman - Original Message - From: DonDiego761 [via Karaf] ml-node+2206312-1942807629-228...@n3.nabble.com

Aggregating provisioning files

2011-01-06 Thread karafman
into a single provisioning file for the entire application. Is there a way to do this? - Karafman Slayer of the JEE Pounder of the Perl Programmer -- View this message in context: http://karaf.922171.n3.nabble.com/Aggregating-provisioning-files-tp2207656p2207656.html Sent from the Karaf

Re: Unable to resolve package=javax.management)(version=1.0.1)(!(version=2.0.0)

2011-01-04 Thread karafman
to handle the issue and should only be used as a last resort. I'm sure there will be some posts STRONGLY suggesting you not do this. v/r, Karafman - Original Message - From: DonDiego761 [via Karaf] ml-node+2192781-662171662-228...@n3.nabble.com To: karafman mvangeert

Re: Managed Properties question

2010-12-20 Thread karafman
[org.osgi.service.cm.ManagedService, id=127, bundle=89] and will be also given to [org.osgi.service.cm.ManagedService, id=128, bundle=89] When I restart bundle 89, the properties are properly consumed. Anyone know what's going wrong? - Karafman Slayer of the JEE Pounder of the Perl Programmer -- View this message

Re: Managed Properties question

2010-12-18 Thread karafman
Achim, Thank you for your very interesting and informative response. I was wondering why period-delimited properties can't be managed? Is this a part of karaf, or is this a SpringDM thing? v/r, Karafman - Karafman Slayer of the JEE Pounder of the Perl Programmer -- View this message