| .. | .. |
|---|
| 26 | 26 | |
|---|
| 27 | 27 | import org.apache.commons.io.FileUtils; |
|---|
| 28 | 28 | import org.apache.commons.net.util.Base64; |
|---|
| 29 | | -import org.apache.log4j.xml.DOMConfigurator; |
|---|
| 30 | 29 | import org.slf4j.Logger; |
|---|
| 31 | 30 | import org.slf4j.LoggerFactory; |
|---|
| 32 | 31 | |
|---|
| .. | .. |
|---|
| 130 | 129 | |
|---|
| 131 | 130 | public static void main(String[] args) throws SeCurisException { |
|---|
| 132 | 131 | // org.apache.log4j.Logger.getRootLogger().addAppender(new Appender); |
|---|
| 133 | | - DOMConfigurator.configure("/Users/cproberto/Documents/wsCurisIT/SeCurisClient/src/main/resources/log4j.xml"); |
|---|
| 132 | + // DOMConfigurator.configure("/Users/cproberto/Documents/wsCurisIT/SeCurisClient/src/main/resources/log4j.xml"); |
|---|
| 134 | 133 | RequestBean req = ReqGenerator.getInstance().createRequest("CI", "Roberto"); |
|---|
| 135 | 134 | |
|---|
| 136 | 135 | LicenseGenerator lg = LicenseGenerator.getInstance(); |
|---|