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

Kindly provide setting the classpath #5

Open
aknrdureegaesr opened this issue Jul 3, 2014 · 0 comments · May be fixed by #6
Open

Kindly provide setting the classpath #5

aknrdureegaesr opened this issue Jul 3, 2014 · 0 comments · May be fixed by #6

Comments

@aknrdureegaesr
Copy link

I want to use H2 as in an integration test. The production database is PostgreSQL. PostgreSQL has some functions which H2 does not.

I could rig up "good enough" versions of those functions I need for H2 in Java, using user defined functions. I could activate them if I could augment the H2 instance's -cp switch.

But I find I cannot do that. If I add it via <javaOptions>..., my -cp is inserted in front of the build-in -cp - and the last one wins, so my change is ignored.

aknrdureegaesr pushed a commit to aknrdureegaesr/h2-maven-plugin that referenced this issue Jul 3, 2014
aknrdureegaesr pushed a commit to aknrdureegaesr/h2-maven-plugin that referenced this issue Jul 4, 2014
@aknrdureegaesr aknrdureegaesr linked a pull request Jul 4, 2014 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant