-
Notifications
You must be signed in to change notification settings - Fork 5
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
Module linkage error #82
Comments
I guess I'll need some help from @dmlloyd |
Even an upgrade to the latest |
From what I can see in the debugger, the first time it's loaded by the ModuleClassLoader for |
@alesj that class is not in the JDK, although its package is. |
AHA, we're getting somewhere. I told the |
ARG DAMNIT you're right the JDK does have some stuff in
But my jars need more than this. So how do I resolve this shit? |
The
|
So it's a superset of the JDK's |
Yup, that javax.transactions is some funky shit ... |
So what am I supposed to do? Exclude some classes from |
Apparently excluding it is not enough since it excludes it from export, but it's still in the module itself. |
Nope, I can't win this way. Even if I did manage that, I'd have to make the ceylon module depend on the |
In
ceylon.transaction
:And its test:
The definition of
org.jboss.narayana.jta
:And
javax.transaction.api
:The error I get are:
The text was updated successfully, but these errors were encountered: