Hello,
I have a liddle problem with running different versions
of the rtk in the same application server. For Afilias
I use 0.3.10 and for biz or org I will have to use a
version greater than the one supported by Afilias!
Because all classes and packages in the RTK nearly have
the same names in the different rtk versions I do not
quite know how to handle it.
If I put epp-rtk-java-0.3.10.jar and epp-rtk-0.4.1.jar
into my classpath the classloader will load the class
found first in classpath and I cannot select from where
to load the classes exactly. This will end up being
unable to connect to Afilias anymore.
How do I have to handle this ? How can I put two (or
three) different versions of the RTK into my classpath
without having to refactor the package structur ?
Logged In: YES
user_id=211976
looks like we're going to refactor the class package names
-- seems to be the easiest solution until the RFC comes out.
Package names will be like "com.tucows.oxrs.epp0705...".