Hi,

clarification for environment: I set up an Eclipse Indigo installation and
got the EIK working inside.I was wondering though if EIK picks up the
blueprint configs and feature.xml I uploaded to my karaf installation
inside the /deploy folder which contain services to be registered by karaf
and the feature file the eclipseLink bundles required for my persistence
implementation.

Regarding the second part: Does that mean that for the old EIK plugin, the
bundles have to be implemented as eclipse PDE bundles ? I am afraid Maven
and Maven-bundle-plugin are a requirement for the projects I want EIK to
use so this may be a show-stopper for using the old EIK plugin.

Does the new implementation support Maven build bundles using
maven-bundle-plugin ?

Thanks and Regards,
Michael

2012/9/18 Filippo Balicchia <[email protected]>

> Hi Again Michael,
>
> reply between the lines
>
> Hi Again,
> 2012/9/18 Michael Täschner <[email protected]>:
> > Hi again,
> >
> > ok, I prepared an Indigo workspace (after failing with Helios) and now I
> can
> > create the Karaf installation project. I am not sure whether it picks up
> my
> > 2 blueprint definitions from the deploy folder and the feature file
> > containing my eclipselink bundles though.
>
> Sorry but i can't understand. Can explain me better please
>
>
>
>  Additionally I do not see my
> > workspace bundles (Multimodule Maven project) in the run configuration,
> only
> > the targetPlatform section is visible. Do I have to modify something to
> make
> > my bundles visible to the runtime ?
>
> The limitation is not (Multimodule Maven project) but how EIK
> recognizes your bundle.
> If create you bundle without maven-bundle-plugin you we see it in run
> configuration.
>
> Regards
>
> --Filippo
>
>
>
>
> >
> > Thanks and Regards,
> > Michael
> >
> >
> > 2012/9/18 Filippo Balicchia <[email protected]>
> >>
> >> When i say that is ok only on eclipse indigo i say that cause
> >> i never use it on helios
> >>
> >> Sorry for imprecision
> >>
> >> --Filippo
> >>
> >> 2012/9/18 Filippo Balicchia <[email protected]>:
> >> > Hi Michael,
> >> >
> >> > Do you try to add feature to sourcecode ?
> >> > With version of eclipse do you use ?
> >> >
> >> > The following info are ok only in eclipse indigo
> >> >
> >> >
> >> > 1: Uninstall all old eik plugins or start from a clean eclipse
> >> > 2: Install new sofware Add repository and location need to be feature
> >> > features/features/org.apache.karaf.eik.update.
> >> > Select all install and reboot eclipse
> >> > 3: windows->preference->osgiFrameworks select Apache karaf on equinox
> >> > 4: Select new Project -> Apache karaf Installation
> >> > 5: complete the widzard. After finish you need to close widzard with
> 'X'
> >> > It has a bug but from my point of view is minor bug and it is no
> blocker
> >> > 6: Select the created project and compile it. with this create new
> >> > target platform
> >> > 7: Double click on nameproject.target. then click 'set as target
> >> > platform'
> >> > 8: Run -> OsgiFrameworks -> new "Insert you name"
> >> > 9: click Add required bundles
> >> > 10: Run and karaf start
> >> >
> >> > On the console you see some errors but in IHMO they are no blocker.
> >> > You can use karaf or servicemix console
> >> >
> >> > If need to "deploy" or load you bundle tell me
> >> >
> >> > Regards
> >> >
> >> > --Filippo
> >> >
> >> >
> >> >
> >> >
> >> > 2012/9/18 Michael Täschner <[email protected]>:
> >> >> Hi JB,
> >> >>
> >> >> thanks for the info, I was rather just teasing regarding the 3.0.0
> >> >> release
> >> >> and look forward to a version running with Karaf 2.2/2.3.
> >> >>
> >> >> @Filipo
> >> >> I installed the plugin based on the github trunk and got a step
> >> >> further. I
> >> >> now have a Karaf project but only one entry and throwing NPE (see
> >> >> attachment) on opening the details. It does not look near as complete
> >> >> as
> >> >> described on http://randomactsoftware.blogspot.de/p/using-eik.html.
> Yet
> >> >> as
> >> >> this is not being continued in this form, I'll wait for the first
> >> >> Apache EIK
> >> >> release then.
> >> >>
> >> >> Thanks and regards,
> >> >> Michael
> >> >>
> >> >>
> >> >> 2012/9/18 Jean-Baptiste Onofré <[email protected]>
> >> >>>
> >> >>> Hi Michael,
> >> >>>
> >> >>> EIK is a Karaf subproject, so it means with its own release cycle.
> >> >>>
> >> >>> I aim to be able to cut off a first EIK release before 3.0.0 (using
> >> >>> Karaf
> >> >>> 2.2.x or 2.3.x).
> >> >>>
> >> >>> Regards
> >> >>> JB
> >> >>>
> >> >>>
> >> >>> On 09/17/2012 07:55 PM, Michael Täschner wrote:
> >> >>>>
> >> >>>> Ok, thanks for the info. I picked up from git and it compiles.
> >> >>>> Testing
> >> >>>> in Eclipse is next.
> >> >>>>
> >> >>>> So the EIK under Karaf control will be ready for 3.0.0 ? ;)
> >> >>>>
> >> >>>> Thanks,
> >> >>>> Michael
> >> >>>>
> >> >>>> 2012/9/17 Jean-Baptiste Onofré <[email protected]
> >> >>>> <mailto:[email protected]>>
> >> >>>>
> >> >>>>
> >> >>>>     Hi guys,
> >> >>>>
> >> >>>>     I second Filippo ;)
> >> >>>>
> >> >>>>     Regards
> >> >>>>     JB
> >> >>>>
> >> >>>>
> >> >>>>     On 09/17/2012 04:14 PM, Filippo Balicchia wrote:
> >> >>>>
> >> >>>>         Hey Michael,
> >> >>>>         EIK is on JB high TODO this week.
> >> >>>>
> >> >>>>         If you hurry you can downlaod old code compile it and load
> it
> >> >>>>         from local.
> >> >>>>         If you need to know how to use it feel free to ask
> >> >>>>
> >> >>>>
> >> >>>>         Regards
> >> >>>>
> >> >>>>         --Filippo
> >> >>>>
> >> >>>>
> >> >>>>
> >> >>>>         2012/9/17 Michael Täschner <[email protected]
> >> >>>>         <mailto:[email protected]>>:
> >> >>>>
> >> >>>>
> >> >>>>             Hi,
> >> >>>>
> >> >>>>             just wanted to ask what the current status of the
> >> >>>> "Eclipse
> >> >>>>             Integration of
> >> >>>>             Karaf" project is. I tried installing from update site
> >> >>>> but
> >> >>>>             ran into issue of
> >> >>>>             missing requirement with org.slf4j version "0.0.0". So
> I
> >> >>>>             checked out latest
> >> >>>>             from trunk, build locally and imported into Eclipse
> but I
> >> >>>>             can't get beyond
> >> >>>>             creating the Apache karaf installation setup. The
> window
> >> >>>>             where I enter the
> >> >>>>             project name and path to the karaf installation will
> not
> >> >>>>             close on "Finish"
> >> >>>>             and I am left with a new project folder containing only
> >> >>>>             .project file only
> >> >>>>             with project name.
> >> >>>>
> >> >>>>             EIK version:   Eclipse Integration for Apache Karaf
> >> >>>>               3.0.0.201209171047
> >> >>>>             org.apache.karaf.eik.feature.__feature.group
> >> >>>>
> >> >>>>             Karaf version: 2.2.9
> >> >>>>             Eclipse: Modified 3.6 Helios WTP + Spring + div.
> Plugins
> >> >>>>
> >> >>>>             Thanks and Regards,
> >> >>>>             Michael
> >> >>>>
> >> >>>>
> >> >>>>     --
> >> >>>>     Jean-Baptiste Onofré
> >> >>>>     [email protected] <mailto:[email protected]>
> >> >>>>
> >> >>>>     http://blog.nanthrax.net
> >> >>>>     Talend - http://www.talend.com
> >> >>>>
> >> >>>>
> >> >>>
> >> >>> --
> >> >>> Jean-Baptiste Onofré
> >> >>> [email protected]
> >> >>> http://blog.nanthrax.net
> >> >>> Talend - http://www.talend.com
> >> >>
> >> >>
> >
> >
>

Reply via email to