Test Failures

2009-08-19 Thread Christian Schneider
Hi all, I am getting some unit test errors and failures in systest. Is this expected at the moment or am I doing something wrong? Seems like it has to do with code generation from wsdls. Greetings Christian testDynamicClient java.lang.Ille

checkstyle in the samples

2009-08-19 Thread Benson Margulies
I noticed something odd. If I build a sample in place in the tree, and the codegen runs, a subsequent 'mvn' in distribution runs checkstyle which in turn throws up on the generated code. My first attempt to figure out which pom is in control of the checkstyle plugin for this purpose failed. I'll f

Re: Test Failures

2009-08-19 Thread Benson Margulies
All is well on my Mac with Java 1.5. What's your environment. On Wed, Aug 19, 2009 at 3:55 AM, Christian Schneider wrote: > Hi all, > > I am getting some unit test errors and failures in systest. Is this expected > at the moment or am I doing something wrong? Seems like it has to do with > code ge

Re: Test Failures

2009-08-19 Thread Christian Schneider
Hi Benson, I built on Windows Vista, JDK 1.6.0_14 and maven 2.2.0. Greetings Christian Benson Margulies schrieb: All is well on my Mac with Java 1.5. What's your environment. On Wed, Aug 19, 2009 at 3:55 AM, Christian Schneider wrote: Hi all, I am getting some unit test errors and failu

XPath Help

2009-08-19 Thread sridhar veerappan
Hi, Let me know, anyone who can help me on xpath1.0. Thanks Sri

Re: Test Failures

2009-08-19 Thread Daniel Kulp
Christian, Do the rt/ws/security tests work for you and 1.6.0_14? I just tried 1.6.0_13, 1.6.0_14, 1.6.0_15, and 1.6.0_16 on Linux and all the security tests stop working starting with _14 with: java.lang.NoClassDefFoundError: Could not initialize class com.sun.crypto.provider.SunJCE which re

Re: Test Failures

2009-08-19 Thread Daniel Kulp
I tried those specific tests with 1.6.0_16 on Linux and they worked fine. (although using mvn 2.2.1, not 2.2.0. Not sure if that's an issue.) You might want to try a full clean/rebuild and maybe even delete the com/sun/xml stuff out of .m2/repository to make sure the right version of jaxb-xj

Re: WSDL2JS

2009-08-19 Thread Demetris
Hi Benson. do you mind if I ask for some clarification? 1) you can ask the server to generate and deliver the javascript client. The server will actually generate and send a javascript client to the requesting remote class correct? But if need be, can the server also generate a WSDL file -

Re: CachedOutputStreamCallback question

2009-08-19 Thread Daniel Kulp
On Mon August 17 2009 1:46:03 pm Eamonn Dwyer wrote: > Hi > I may be missin git but I can't find documentation around the use of a > CachedOutputStreamCallback so I would like some clarification on its use. > From debugging, it looks like it would typically be used to as a mechanism > to do some l

Re: WSDL2JS

2009-08-19 Thread Benson Margulies
Demetris, Let me answer/clarify what I can. There are two ways of getting Javascript: 1: ask the server to generate it via the ?js URL. 2: run the generator yourself, either via the command-line driver or the API it calls. Both of this works either code-first or contract first. That is, you sta

Re: WSDL2JS

2009-08-19 Thread Demetris
Hi Benson, 1: ask the server to generate it via the ?js URL. 2: run the generator yourself, either via the command-line driver or the API it calls. Both of this works either code-first or contract first. That is, you start from Java classes with @nnotations, you can directly generate javascript