Your logs suggest that your XML is invalid. I thought this was just some coincidence, but try removing that first line of text before the root <configuration/> element...
2012/7/10 Kamil Krajnik <[email protected]>: > Thank You for so fast answer. > Yes, i can connect through JDBC by code and Netbeans DB explorer. > I am attaching log with errors. > > > > W dniu wtorek, 10 lipca 2012 14:43:58 UTC+2 użytkownik Kamil Krajnik > napisał: >> >> Hello everyone ! >> Sorry for my newbie question. >> I am learning Java. I was looking and trying for 2 days how to generate >> code from my MS SQL DB and i didnt found solution. >> Ive made an example from tutorial and succesfully established connection >> to MySQL but I really need MS SQL. >> >> I was trying with Microsoft JDBC Driver for SQL Server 4.0 >> >> Can anyone prepare xml file and command to execute it ? >> >> I am attachich my file and command: >> C:\java_libs> java -cp jooq.jar;jooq-meta.jar; jooq-codegen.jar; >> sqljdbc4.jar; org.jooq.util.GenerationTool /prop.xml >> >> >
