Hi Toni,
I made the change as suggested by you. But I'm still getting the same issue!
Any ideas please?
Matt
The following are the bundles I'm using.
// Log
mavenBundle("org.ops4j.pax.logging", "pax-logging-api"),
mavenBundle("org.ops4j.pax.logging", "pax-logging-service"),
// Felix mvn url handler - do we need this?
mavenBundle("org.ops4j.pax.url", "pax-url-mvn"),
// this is how you set the default log level when using pax
// logging (logProfile)
systemProperty("org.ops4j.pax.logging.DefaultServiceLog.level")
.value("INFO"),
// Bundles
mavenBundle("org.eclipse.equinox", "cm"),
mavenBundle("org.eclipse.osgi", "services"),
mavenBundle("org.ops4j.pax.web", "pax-web-extender-war"),
mavenBundle("org.ops4j.pax.web", "pax-web-jetty-bundle"),
mavenBundle("org.ops4j.pax.web", "pax-web-jsp"),
mavenBundle("org.apache.derby", "derby"),
mavenBundle("org.apache.geronimo.specs",
"geronimo-jpa_2.0_spec"),
mavenBundle("org.apache.geronimo.specs",
"geronimo-jta_1.1_spec"),
mavenBundle("org.apache.geronimo.specs",
"geronimo-j2ee-connector_1.5_spec"),
mavenBundle("org.apache.geronimo.specs",
"geronimo-servlet_2.5_spec"),
mavenBundle("org.apache.geronimo.components",
"geronimo-transaction"),
mavenBundle("org.apache.openjpa", "openjpa"),
mavenBundle("commons-lang", "commons-lang"),
mavenBundle("commons-collections", "commons-collections"),
mavenBundle("commons-pool", "commons-pool"),
mavenBundle("org.apache.servicemix.bundles",
"org.apache.servicemix.bundles.serp"),
mavenBundle("org.apache.aries.blueprint",
"org.apache.aries.blueprint"),
mavenBundle("org.apache.aries.blueprint",
"org.apache.aries.blueprint.annotation.api"),
mavenBundle("org.apache.aries.blueprint",
"org.apache.aries.blueprint.annotation.impl"),
mavenBundle("org.apache.xbean", "xbean-finder"),
mavenBundle("org.apache.aries.proxy", "org.apache.aries.proxy"),
mavenBundle("org.apache.aries", "org.apache.aries.util"),
mavenBundle("org.apache.aries.jndi", "org.apache.aries.jndi"),
mavenBundle("org.apache.felix",
"org.apache.felix.bundlerepository"),
mavenBundle("org.apache.felix", "org.apache.felix.fileinstall"),
mavenBundle("org.apache.aries.application",
"org.apache.aries.application.resolver.obr"),
mavenBundle("org.apache.aries.application",
"org.apache.aries.application.install"),
mavenBundle("org.apache.aries.application",
"org.apache.aries.application.api"),
mavenBundle("org.apache.aries.application",
"org.apache.aries.application.management"),
mavenBundle("org.apache.aries.application",
"org.apache.aries.application.runtime"),
mavenBundle("org.apache.aries.application",
"org.apache.aries.application.utils"),
mavenBundle("org.apache.aries.application",
"org.apache.aries.application.modeller"),
mavenBundle("org.apache.aries.application",
"org.apache.aries.application.default.local.platform"),
mavenBundle("org.apache.aries.application",
"org.apache.aries.application.noop.platform.repo"),
mavenBundle("org.apache.aries.application",
"org.apache.aries.application.noop.postresolve.process"),
mavenBundle("org.apache.aries.application",
"org.apache.aries.application.deployment.management"),
mavenBundle("org.apache.aries.jpa", "org.apache.aries.jpa.api"),
mavenBundle("org.apache.aries.jpa",
"org.apache.aries.jpa.container"),
mavenBundle("org.apache.aries.jpa",
"org.apache.aries.jpa.blueprint.aries"),
mavenBundle("org.apache.aries.jpa",
"org.apache.aries.jpa.container.context"),
mavenBundle("org.apache.aries.transaction",
"org.apache.aries.transaction.manager"),
mavenBundle("org.apache.aries.transaction",
"org.apache.aries.transaction.blueprint"),
mavenBundle("org.apache.aries.transaction",
"org.apache.aries.transaction.wrappers"),
mavenBundle("org.springframework", "org.springframework.aop"),
mavenBundle("org.springframework", "org.springframework.asm"),
mavenBundle("org.springframework", "org.springframework.beans"),
mavenBundle("org.springframework",
"org.springframework.context"),
mavenBundle("org.springframework",
"org.springframework.context.support"),
mavenBundle("org.springframework", "org.springframework.core"),
mavenBundle("org.springframework", "org.springframework.jdbc"),
mavenBundle("org.springframework", "org.springframework.jms"),
mavenBundle("org.springframework", "org.springframework.orm"),
mavenBundle("org.springframework", "org.springframework.oxm"),
mavenBundle("org.springframework",
"org.springframework.transaction"),
mavenBundle("org.aopalliance",
"com.springsource.org.aopalliance"),
mavenBundle("org.springframework",
"org.springframework.expression").version(
"3.0.5.RELEASE"),
mavenBundle("asm", "asm-all"),
// Application Bundles.....
mavenBundle("itso.bank", "itso.bank.api" ),
mavenBundle("itso.bank", "itso.bank.datasource" ),
mavenBundle("itso.bank", "itso.bank.persistence.dataloadfrg" ),
mavenBundle("itso.bank", "itso.bank.persistence" ),
//equinox()//,
felix()
On Wed, Aug 24, 2011 at 7:18 PM, Toni Menzel <[email protected]> wrote:
> You may need to change the import statements.
> Remore any PaxRunnerOptions static import and make sure to
> bootDelegationPackages from
> import static org.ops4j.*pax*.*exam*.*CoreOptions*
>
> (this has changed in Exam 2 compared to Exam 1)
>
>
> On Thu, Aug 25, 2011 at 2:00 AM, Matt Madhavan <[email protected]>wrote:
>
>> Hi Toni,
>> Thx for the reply. Sorry I'm not in front of my computer now. But did try
>> the same but it gave me a syntax error. Could you please send me a code
>> snippet and the necessary imports please? Will greately appreciate it.
>>
>> Thanks in advance!
>> Matt
>> On Aug 24, 2011 6:52 PM, "Toni Menzel" <[email protected]> wrote:
>>
>
>
>
> --
> Toni Menzel Source <http://tonimenzel.com>
>
>
_______________________________________________
general mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/general