Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a class in an exported package fails in watch mode. #296

Open
cescoffier opened this issue Aug 2, 2014 · 0 comments
Open

Adding a class in an exported package fails in watch mode. #296

cescoffier opened this issue Aug 2, 2014 · 0 comments
Labels

Comments

@cescoffier
Copy link
Member

Caused by: java.lang.ClassNotFoundException: fut.models.TradePile not found by org.acme.fut [56]
    at org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1556)
    at org.apache.felix.framework.BundleWiringImpl.access$400(BundleWiringImpl.java:77)
    at org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.loadClass(BundleWiringImpl.java:1993)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    at org.apache.felix.framework.BundleWiringImpl.getClassByDelegation(BundleWiringImpl.java:1397)
    at org.apache.felix.framework.BundleWiringImpl.searchImports(BundleWiringImpl.java:1577)
    at org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1507)
    at org.apache.felix.framework.BundleWiringImpl.access$400(BundleWiringImpl.java:77)
    at org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.loadClass(BundleWiringImpl.java:1993)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    ... 77 more
@cescoffier cescoffier added this to the 0.7 milestone Aug 2, 2014
@cescoffier cescoffier added the bug label Aug 2, 2014
@cescoffier cescoffier modified the milestones: 0.7, 0.6.3 Sep 1, 2014
@cescoffier cescoffier modified the milestone: 0.7 Dec 26, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant