-
Hi,
I get many compilation errors about throwable using the 1.2.0 version of scalaxb:
```
[error] /home/reuillon/Documents/Recherche/Projects/gridscale/libraries/lbstub/target/scala-2.11/src_managed…
-
When generating classes from wsdl I get Option[Option[...]] type in many places instead of just Option:
```
case class TMetaDataPathDetail(path: String,
status: Option[Option[fr.iscpif.gridscale.li…
-
Newly introduced `withSession` makes my code fails, whereas it ran fine with `withConnection`:
It looks like the session is not closed properly by `exec`:
```
Exception in thread "main" java.io.IOEx…