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

Show the base package from the scan #16

Closed
marcopaga opened this issue Jan 26, 2017 · 2 comments
Closed

Show the base package from the scan #16

marcopaga opened this issue Jan 26, 2017 · 2 comments

Comments

@marcopaga
Copy link
Contributor

We were debugging a problem were the implementation was in another package that wasn't considered by the scanner. I would like to add the base packager of the scanner to the output of the failure analyzer:

Action:

Build a Class that implements your Service Endpoint Interface (SEI): >'de.codecentric.namespace.weatherservice.WeatherService' and is present in a scanned sub-package of: >'de.codecentric'.

jonashackt added a commit that referenced this issue Jan 26, 2017
…alyzer

#16 Base Package is shown by the failure analyzer
@jonashackt
Copy link
Member

Really interesting case! Was the endpoint in another package then the pom's groupid? How's that possible? I tried hard but couldn't imagine that case 😉

@marcopaga
Copy link
Contributor Author

You're right Jonas. The Endpoint was in a different package. This should normally not be the case but when moving stuff around we changed the package structure.
I figured it out pretty quickly because I was debugging the class loading with you but if somebody comes across this great feature the person will have a nice error message indicating the problem.

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