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

Fix for issue #3 #39

Merged
merged 1 commit into from
Dec 4, 2019
Merged

Fix for issue #3 #39

merged 1 commit into from
Dec 4, 2019

Conversation

zeko78
Copy link
Contributor

@zeko78 zeko78 commented Nov 25, 2019

I encountered the same issue as @emilbokenstrand and @ekorra reported in issue #3.

The issue probably manifests itself on my side due to building Oxalis and Oxalis-AS4 plugin and my custom plugin for themselves, and then injecting the AS4 plugin and my own plugin into oxalis.war using the jar command, causing the geronimo.javamail class being included and loading before javax.mail (or something to that effect).

The fix suggested by @FrodeBjerkholt did indeed work. Modifying the dependencies to exclude geronimo.javamail and include javax.mail instead do fix the problem.

Since oxalis-as2 has a dependency to javax.mail, I suggest specifying this dependency in the AS4-plugin to.

@FrodeBjerkholt FrodeBjerkholt merged commit 51d7064 into OxalisCommunity:master Dec 4, 2019
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 this pull request may close these issues.

2 participants