0

I am new to dotCMS, can any one put light on below question,

I am working on the project called \osgi\com.dotcms.service, with respect to this project what entries we have to do in osgi-extra.conf file.

dario
  • 5,149
  • 12
  • 28
  • 32
Pyush
  • 1
  • 1

1 Answers1

1

Are you asking what you should put in this osgi-extra.conf file?

It's the place used to declare the set of packages that will be available to the OSGI plugins (i.e. jar files) you are going to deploy (AKA your plugins have something imported from other packages. You need to declare the packages in osgi-extra.conf file).

  • 1
    This does not provide an answer to the question. To critique or request clarification from an author, leave a comment below their post - you can always comment on your own posts, and once you have sufficient [reputation](http://stackoverflow.com/help/whats-reputation) you will be able to [comment on any post](http://stackoverflow.com/help/privileges/comment). – JB King Nov 03 '15 at 17:35
  • @JBKing Thanks for pointing this out. In this case, shall I delete this answer? Cuz I don't have enough reputation to put this under the comment of author's question yet. – Raymond Yin Nov 09 '15 at 19:38
  • @RaymondYin, in that case and looking over the question again, I'd likely leave it as I noticed more that there was the question starting your answer that would be better as a comment but the rest of your answer could be a reference. I wish the question was better worded as to the specific issue rather than a general request. – JB King Nov 09 '15 at 19:41