RE: SQLMaps and Web Services in the same application

2005-08-11 Thread Colin Lamond
tecture > for that container. That should help you figure out what order things > are being picked up and may give you an idea where you should place > certain jars to get the correct behavior. > > Be prepared for this to be painful and tedious, classloader problems > usually are. &

Re: SQLMaps and Web Services in the same application

2005-08-10 Thread Colin Lamond
in your lib directory? > > regards > > Eoin > > Colin Lamond wrote: > >>Hi, >> >>I have been using SQL Maps for Java for some time now and have just >>started work on a project that is using SQL Maps and accessing a web >>service. >> >>The w

SQLMaps and Web Services in the same application

2005-08-10 Thread Colin Lamond
Hi, I have been using SQL Maps for Java for some time now and have just started work on a project that is using SQL Maps and accessing a web service. The web service stub code has been built using the Java Web Services Developer Pack (Java WSDP). My client test project works fine, but as soon as