--
You received this message because you are subscribed to a topic in the Google Groups "DDMSence" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ddmsence/HCNXBne2bO0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ddmsence+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I'm working on providing a DDF Catalog Provider to support coalition data. the Catalog Provider is hosted in a custom Karaf container so having the library in a bundle may make deploying it easier. That being said, I'm not an experienced Java developer and very little experience with OSGI so the bundling of DDMSence may not be necessary.All I know is working through all the dependency management is very difficult.Bill
On Thu, Feb 25, 2016 at 2:02 PM Brian Uri! wrote:
Hi Bill,--
Nothing has been done to date to package DDMSence as an OSGi bundle. If I understand the spec correctly, it's just a matter of including additional OSGi-specific metadata in the manifest, so it doesn't seem like it would be difficult to implement. Do you have any particular requirements you're trying to meet that depend on a bundled version?
Regards,
BU
On Thursday, February 25, 2016 at 12:29:26 PM UTC-5, Bill Miller wrote:Has any work been done to package this library as an OSGI bundle?
You received this message because you are subscribed to a topic in the Google Groups "DDMSence" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ddmsence/HCNXBne2bO0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ddmsence+unsubscribe@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to ddmsence+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "DDMSence" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ddmsence/HCNXBne2bO0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ddmsence+u...@googlegroups.com.
Best Solution
Hey Brian,Thanks for the quick response. So far, I've basically just created a POM file that wraps the original DDMSence library and it's associated dependencies. I can get it deployed as a bundle that's a dependency within my project hosted in a Karaf container.My current problem is that when I call code that utilizes DDMSence library, I'm getting "No controlled vocabulary could be found for this key: CVEnumISMClassificationAll.xml". I see that this error is in the ISMVocabulary class which makes me thing that the DDMSence library can't find this file in the Schemas folders. I've attached a copy of the POM I'm using. Do you have any suggestions on how I can verify this assumption or correct this issue given that this is hosted in Karaf (specifically DDF)?Thanks,Bill
On Thu, Feb 25, 2016 at 2:59 PM Brian Uri! wrote:
Sounds like a challenge! I hesitate to add anything preemptively when it's not yet clear how useful it'd be. However,
please keep me in the loop if you reach the decision point where an OSGi bundle is a necessity, and I can turn a DDMSence point release around fairly rapidly. I'll be glad to do so if DDMSence becomes your primary bottleneck,
Regards,
BU
On Thursday, February 25, 2016 at 2:21:07 PM UTC-5, Bill Miller wrote:I'm working on providing a DDF Catalog Provider to support coalition data. the Catalog Provider is hosted in a custom Karaf container so having the library in a bundle may make deploying it easier. That being said, I'm not an experienced Java developer and very little experience with OSGI so the bundling of DDMSence may not be necessary.All I know is working through all the dependency management is very difficult.Bill
On Thu, Feb 25, 2016 at 2:02 PM Brian Uri! wrote:
Hi Bill,--
Nothing has been done to date to package DDMSence as an OSGi bundle. If I understand the spec correctly, it's just a matter of including additional OSGi-specific metadata in the manifest, so it doesn't seem like it would be difficult to implement. Do you have any particular requirements you're trying to meet that depend on a bundled version?
Regards,
BU
On Thursday, February 25, 2016 at 12:29:26 PM UTC-5, Bill Miller wrote:Has any work been done to package this library as an OSGI bundle?
You received this message because you are subscribed to a topic in the Google Groups "DDMSence" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ddmsence/HCNXBne2bO0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ddmsence+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "DDMSence" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ddmsence/HCNXBne2bO0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ddmsence+unsubscribe@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to ddmsence+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "DDMSence" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ddmsence/HCNXBne2bO0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ddmsence+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "DDMSence" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ddmsence/HCNXBne2bO0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ddmsence+u...@googlegroups.com.
Sorry that this is light on specifics, but hopefully it should get you moving in the right direction.
Regards,
BU
Hey Brian,
Looks like the underlying issue was being hidden by the fact the error was scrolled off the terminal window before I could see it. When I try to call the DDMSence library to build out my object I'm now seeing"Could not load controlled vocabularies: SAX2 driver class org.apache.xerces.parsers.SAXParser does not implement XMLReader"Any thoughts? It appears the Xerces library is the bane of many developers and I'm wondering if this is my problem.Bill
To unsubscribe from this group and all its topics, send an email to ddmsence+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "DDMSence" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ddmsence/HCNXBne2bO0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ddmsence+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "DDMSence" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ddmsence/HCNXBne2bO0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ddmsence+unsubscribe@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to ddmsence+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "DDMSence" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ddmsence/HCNXBne2bO0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ddmsence+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "DDMSence" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ddmsence/HCNXBne2bO0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ddmsence+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "DDMSence" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ddmsence/HCNXBne2bO0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ddmsence+u...@googlegroups.com.
Brian,I got it working this morning. Turns out that I was embedding a dependency that was provided by the container and was causing a conflict. I've included a wrapper POM file that works for my environment in case someone else could use it as a starting point.Again, Thanks for the help!Bill
On Tue, Mar 1, 2016 at 3:45 PM Bill Miller wrote:
Brian,I can see a copy of xercesImpl-2.11.0 in the lib/endorsed directory which is the same version as the one the DDMSence library requires. I've tried pulling in a couple of different SAXParsers, but when I run the ant script to package up the library the unit tests fail.I wouldn't think this is a version conflict since the xercesImpl libraries are the same version.I know this isn't your problem so I don't want to waste your time. I'll keep troubleshooting to see if I can make any headway.Thanks for you help!!!Bill
To unsubscribe from this group and all its topics, send an email to ddmsence+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "DDMSence" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ddmsence/HCNXBne2bO0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ddmsence+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "DDMSence" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ddmsence/HCNXBne2bO0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ddmsence+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "DDMSence" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ddmsence/HCNXBne2bO0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ddmsence+unsubscribe@googlegroups.com.