ceylon / ceylon-runtime

DEPRECATED
24 stars 5 forks source link

API to run Ceylon module #60

Open FroMage opened 10 years ago

FroMage commented 10 years ago

If users want to run Ceylon using JBoss modules we have two options:

The problem ATM with JBoss modules is that it completely fucks up JAXP system-wise. The minute we load JBoss modules, it hijacks the JAXP system properties with its own classes, that only its own classloader can provide. This is wrong, as it kills every other thread running on the JVM that wants to use JAXP (if they are not using JBoss modules).

I guess the first thing would be to ask the JBoss modules guys if we can do something about not fucking up JAXP system-wise, and upgrade our JBoss modules lib when they add that option.

FroMage commented 9 years ago

Moving to 1.2, unfortunately.