Re: java interoperability: No such namespace error

2014-07-31 Thread Timur
Yes that was it thank you! On Thursday, July 31, 2014 10:07:14 PM UTC+2, Sam Ritchie wrote: > > I think you need a space before the final LogManager, not just a period: > > (ns de.uni-stuttgart.iaas.ipsm.base-resource-service.core > (:import [org.apache.logging.log4j LogManager]) > > The vector'

Re: java interoperability: No such namespace error

2014-07-31 Thread Sam Ritchie
I think you need a space before the final LogManager, not just a period: (ns de.uni-stuttgart.iaas.ipsm.base-resource-service.core (:import [org.apache.logging.log4j LogManager]) The vector's just for style, a list works just as well. Timur July 31, 2014 at 1:4

java interoperability: No such namespace error

2014-07-31 Thread Timur
Hi, (ns de.uni-stuttgart.iaas.ipsm.base-resource-service.core (:import (org.apache.logging.log4j.LogManager))) (println (LogManager/getLogger)) The above simple code throws the following exception and I could not resolve the issue: CompilerException java.lang.RuntimeException: No such names