You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@karaf.apache.org by Dan Tran <da...@gmail.com> on 2013/02/05 09:42:10 UTC

pax-wicket example running on karaf

My apology for using this list to ask about pax-wick since I
understand Andrea is usually here

I notices pax-wicket declare osgi import all wicket package manually
at https://github.com/ops4j/org.ops4j.pax.wicket/blob/master/samples/blueprint/applicationFactory/pom.xml

is it the job of maven-bundle-plugin?  Of course Istill need to
manually import a minimum list of packages doc at
http://team.ops4j.org/wiki/display/paxwicket/Wicket+Applications+%28Quick%29

My attempt to let maven-bundle-plugin to figure out the need imports
also fail.  What is the reason?

Thanks

-D

Re: pax-wicket example running on karaf

Posted by Christoph Gritschenberger <ch...@gmail.com>.
Some classes are loaded at runtime using reflection etc., so that the 
bundle-plugin does not pick it up. Not sure why the "*" at the end is 
missing though.

The import-list in the wiki often has to be extended depending on your 
application (e.g. if you need authentication).

kind regards,
christoph

On 2013-02-05 09:42, Dan Tran wrote:
> My apology for using this list to ask about pax-wick since I
> understand Andrea is usually here
>
> I notices pax-wicket declare osgi import all wicket package manually
> at https://github.com/ops4j/org.ops4j.pax.wicket/blob/master/samples/blueprint/applicationFactory/pom.xml
>
> is it the job of maven-bundle-plugin?  Of course Istill need to
> manually import a minimum list of packages doc at
> http://team.ops4j.org/wiki/display/paxwicket/Wicket+Applications+%28Quick%29
>
> My attempt to let maven-bundle-plugin to figure out the need imports
> also fail.  What is the reason?
>
> Thanks
>
> -D
>