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

Generation of modules fails in Java reflection API #180

Open
blcham opened this issue Jul 17, 2023 · 2 comments
Open

Generation of modules fails in Java reflection API #180

blcham opened this issue Jul 17, 2023 · 2 comments

Comments

@blcham
Copy link
Contributor

blcham commented Jul 17, 2023

When I run mvn package i receive.

[WARNING] could not get type for name cz.cvut.spipes.impl.GraphChunkedDownload from any class loader
org.reflections.ReflectionsException: could not get type for name cz.cvut.spipes.impl.GraphChunkedDownload
    at org.reflections.ReflectionUtils.forName (ReflectionUtils.java:312)
    at org.reflections.Reflections.expandSuperTypes (Reflections.java:382)
@blcham
Copy link
Contributor Author

blcham commented Jul 17, 2023

BTW,
I do not understand configuration in pom.xml as it includes following:

    <moduleClassName>FoobarModule</moduleClassName>
    <modulePackageName>cz.cvut.spipes.modules</modulePackageName>
    <ontologyFilename>test-own-artifact-generated.ttl</ontologyFilename>

@0-Tikaro
Copy link
Contributor

Resolved in pull request #186. Also cleaned out some of those config values and improved the docs

blcham added a commit that referenced this issue Aug 7, 2023
[#180] Fix the reflexion warning on ontology generation in s-pipes-modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants