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