-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Devservices derby doesn't start because of missing resource bundle #23083
Comments
/cc @stuartwdouglas |
So the issue here is that even though the server parts of derby are listed as parent first they don't actually end up on the class path, as they are only deployment time dependencies rather than runtime ones, so the client can't see them. We could add them as dependencies in the mojo/gradle plugin I guess, but 'launch from IDE' still won't work. We could also just stop them all being parent first, but then we run into #14829. @aloubyansky do you have any ideas here? I can't really think of any way to make this work at the moment. |
I actually don't see how |
That doesn't seem to work launching tests from an IDE though, of course. |
Otherwise, it works from the command line
|
Hi @aloubyansky, if I understand correctly your comment, the quickstart
Is there a problem in my scenario? |
No @JiriOndrusek I was testing the idea I described in my comment above and it worked against my local branch from the command line. But it wouldn't work from an IDE, because IDEs, usually, don't follow Maven lifecycle configs when launching tests. |
@aloubyansky thanks for explanation. |
Describe the bug
Issue seems to be the same as the older (fixed) one - #21639.
According to the documentation, zero config setup for
Apache derby
should work. But if it is used, there is an error preventing db to start:Expected behavior
Derby dev service should start.
Actual behavior
No response
How to Reproduce?
Issue could be reproduced with
quarkus-quickstart spring-data-jpa-quickstart
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
1.6.0-1.6.3, 2.7.0.CR1
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: