RE: Using logger !

2008-04-24 Thread harbhanu

I wanted to have logging only with the client and for that I added the
similar annotation in client code i.e. using @In  @OutInterceptors.

So, I thin that this is surely something to do with usage... Pls. clarify as
to how I can add interceptors only with client.

Also, thanks for the prompt and useful reply.

Regards,
Harbhanu

-Original Message-
From: Willem Jiang [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 24, 2008 6:43 AM
To: cxf-user@incubator.apache.org
Subject: Re: Using logger !

I think you are talking about two difference thing.
One is the Logging{In|Out}Interceptor which logs the request and 
response message and it could be configured with annotation.

The other is the logging.Properties file which could configure the j.u.l 
's logging level.

Since the logging interceptor's default logging level is INFO, you could 
see request and response message without change the logging.Properties 
file (The default j.u.l logging level is INFO).

You said you can't get the client side request and response message from 
the log. It might be the CXF's bug. Could you show me the Client 
creating code?

BTW, you could also find some CXF logging information here [1]
[1]http://cwiki.apache.org/CXF20DOC/debugging.html

Willem


harbhanu wrote:
 Hi,

 As per the documentation for CXF, incase the logger is associated with the
 SEI , using annotations, it enables logging for both client-server.

 Otherwise if it's done only for SEI Implementation, then it enable only
 server side logging.

  

 But to my surprise, once I have specified the handler to console in
 logging. Properties file it logs for both client and server.

 For server there is a visible difference when I associate logging
 interceptors, but there is NO change for client.

  

 Does it mean that specifying loggin.properties file by itself enables
some
 amount of logging??

  

 I think there are some subtle points regarding logging that I am missing.
 Any comments ?

  

 Thanks N Regards,

 Harbhanu

 PS: I have tried this for code generated using Wsdl2Java and executed
using
 the generated build.xml


   



Using logger !

2008-04-23 Thread harbhanu
Hi,

As per the documentation for CXF, incase the logger is associated with the
SEI , using annotations, it enables logging for both client-server.

Otherwise if it's done only for SEI Implementation, then it enable only
server side logging.

 

But to my surprise, once I have specified the handler to console in
logging. Properties file it logs for both client and server.

For server there is a visible difference when I associate logging
interceptors, but there is NO change for client.

 

Does it mean that specifying loggin.properties file by itself enables some
amount of logging??

 

I think there are some subtle points regarding logging that I am missing.
Any comments ?

 

Thanks N Regards,

Harbhanu

PS: I have tried this for code generated using Wsdl2Java and executed using
the generated build.xml



RE: Error during build !!

2008-04-01 Thread harbhanu
 Did you have a full internet connection (no proxy required) while doing 
the build?  
Nope... but we have configured the maven with required proxy settings
And it's able to download all the other required dependencies...

Even then the problem will be there??

 -Original Message-
From: Daniel Kulp [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 31, 2008 7:00 PM
To: cxf-user@incubator.apache.org
Cc: harbhanu; [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: Error during build !!



Did you have a full internet connection (no proxy required) while doing 
the build?  There is an issue in the validator tests that requires a 
host name to be resolved and a connection established.   We've fixed 
that on trunk and I think for 2.0.5, although Benson mentioned the other 
day that there are still failures if the internet isn't available.  

Dan
 


On Monday 31 March 2008, harbhanu wrote:
 Hi,
 I am able to solve that problem...
 It was due to some goof up that I did with the set of WSDL files under
 testutils.
 Apologies for bugging the group for such a mistake from my side :(

 Now that particular testcase execution is thru but now getting another
 one...

 Expecting prompt reply on this too ;) .. Thanks !

 Regards,
 Harbhanu

 PS: Error information for testcase failure...
 Running org.apache.cxf.tools.wsdlto.jaxws.CodeGenBugTest
 2008-03-31 12:34:29.365::INFO:  Logging to STDERR via
 org.mortbay.log.StdErrLog
 2008-03-31 12:34:29.427::INFO:  jetty-6.1.6
 2008-03-31 12:34:29.662::INFO:  Started [EMAIL PROTECTED]:8585
 Tests run: 49, Failures: 0, Errors: 2, Skipped: 0, Time elapsed:
 217.141 sec  FAILURE!
 testCatalog2(org.apache.cxf.tools.wsdlto.jaxws.CodeGenBugTest)  Time
 elapsed: 63.046 sec   ERROR!
 org.apache.cxf.tools.common.ToolException: java.net.ConnectException:
 Connection timed out: connect
 at
 org.apache.cxf.tools.validator.internal.WSDL11Validator.getWSDLDoc(WSD
L11Val idator.java:80)
 at
 org.apache.cxf.tools.validator.internal.WSDL11Validator.isValid(WSDL11
Valida tor.java:95)
 at
 org.apache.cxf.tools.wsdlto.frontend.jaxws.wsdl11.JAXWSDefinitionBuild
er.val idate(JAXWSDefinitionBuilder.jav

 :198)

 at
 org.apache.cxf.tools.wsdlto.frontend.jaxws.wsdl11.JAXWSDefinitionBuild
er.val idate(JAXWSDefinitionBuilder.jav

 :61)

 at
 org.apache.cxf.tools.wsdlto.WSDLToJavaContainer.execute(WSDLToJavaCont
ainer. java:128)
 at
 org.apache.cxf.tools.wsdlto.jaxws.CodeGenBugTest.testCatalog2(CodeGenB
ugTest .java:852)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
ava:39 )
 at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
orImpl .java:25)
 at java.lang.reflect.Method.invoke(Method.java:585)
 at
 org.junit.internal.runners.TestMethodRunner.executeMethodBody(TestMeth
odRunn er.java:99)
 at
 org.junit.internal.runners.TestMethodRunner.runUnprotected(TestMethodR
unner. java:81)
 at
 org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAnd
AfterR unner.java:34)
 at
 org.junit.internal.runners.TestMethodRunner.runMethod(TestMethodRunner
.java: 75)
 at
 org.junit.internal.runners.TestMethodRunner.run(TestMethodRunner.java:
45) at
 org.junit.internal.runners.TestClassMethodsRunner.invokeTestMethod(Tes
tClass MethodsRunner.java:66)
 at
 org.junit.internal.runners.TestClassMethodsRunner.run(TestClassMethods
Runner .java:35)
 at
 org.junit.internal.runners.TestClassRunner$1.runUnprotected(TestClassR
unner. java:42)
 at
 org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAnd
AfterR unner.java:34)
 at
 org.junit.internal.runners.TestClassRunner.run(TestClassRunner.java:52
) at
 org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.j
ava:62 )
 at
 org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTest
Set(Ab stractDirectoryTestSuite.java:13
 )
 at
 org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(Abs
tractD irectoryTestSuite.java:125)
 at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
ava:39 )
 at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
orImpl .java:25)
 at java.lang.reflect.Method.invoke(Method.java:585)
 at
 org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(Sur
efireB ooter.java:290)
 at
 org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.ja
va:818 )
 Caused by: java.net.ConnectException: Connection timed out: connect
 at java.net.PlainSocketImpl.socketConnect(Native Method)
 at
 java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333

RE: Error during build !!

2008-03-31 Thread harbhanu
Hi,
I am able to solve that problem... 
It was due to some goof up that I did with the set of WSDL files under
testutils.
Apologies for bugging the group for such a mistake from my side :(

Now that particular testcase execution is thru but now getting another
one... 

Expecting prompt reply on this too ;) .. Thanks !

Regards,
Harbhanu

PS: Error information for testcase failure...
Running org.apache.cxf.tools.wsdlto.jaxws.CodeGenBugTest
2008-03-31 12:34:29.365::INFO:  Logging to STDERR via
org.mortbay.log.StdErrLog
2008-03-31 12:34:29.427::INFO:  jetty-6.1.6
2008-03-31 12:34:29.662::INFO:  Started [EMAIL PROTECTED]:8585
Tests run: 49, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 217.141 sec
 FAILURE!
testCatalog2(org.apache.cxf.tools.wsdlto.jaxws.CodeGenBugTest)  Time
elapsed: 63.046 sec   ERROR!
org.apache.cxf.tools.common.ToolException: java.net.ConnectException:
Connection timed out: connect
at
org.apache.cxf.tools.validator.internal.WSDL11Validator.getWSDLDoc(WSDL11Val
idator.java:80)
at
org.apache.cxf.tools.validator.internal.WSDL11Validator.isValid(WSDL11Valida
tor.java:95)
at
org.apache.cxf.tools.wsdlto.frontend.jaxws.wsdl11.JAXWSDefinitionBuilder.val
idate(JAXWSDefinitionBuilder.jav
:198)
at
org.apache.cxf.tools.wsdlto.frontend.jaxws.wsdl11.JAXWSDefinitionBuilder.val
idate(JAXWSDefinitionBuilder.jav
:61)
at
org.apache.cxf.tools.wsdlto.WSDLToJavaContainer.execute(WSDLToJavaContainer.
java:128)
at
org.apache.cxf.tools.wsdlto.jaxws.CodeGenBugTest.testCatalog2(CodeGenBugTest
.java:852)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.junit.internal.runners.TestMethodRunner.executeMethodBody(TestMethodRunn
er.java:99)
at
org.junit.internal.runners.TestMethodRunner.runUnprotected(TestMethodRunner.
java:81)
at
org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAndAfterR
unner.java:34)
at
org.junit.internal.runners.TestMethodRunner.runMethod(TestMethodRunner.java:
75)
at
org.junit.internal.runners.TestMethodRunner.run(TestMethodRunner.java:45)
at
org.junit.internal.runners.TestClassMethodsRunner.invokeTestMethod(TestClass
MethodsRunner.java:66)
at
org.junit.internal.runners.TestClassMethodsRunner.run(TestClassMethodsRunner
.java:35)
at
org.junit.internal.runners.TestClassRunner$1.runUnprotected(TestClassRunner.
java:42)
at
org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAndAfterR
unner.java:34)
at
org.junit.internal.runners.TestClassRunner.run(TestClassRunner.java:52)
at
org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62
)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(Ab
stractDirectoryTestSuite.java:13
)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractD
irectoryTestSuite.java:125)
at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireB
ooter.java:290)
at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818
)
Caused by: java.net.ConnectException: Connection timed out: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
at
java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
at java.net.Socket.connect(Socket.java:520)
at java.net.Socket.connect(Socket.java:470)
at sun.net.NetworkClient.doConnect(NetworkClient.java:157)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:388)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:523)
at sun.net.www.http.HttpClient.init(HttpClient.java:231)
at sun.net.www.http.HttpClient.New(HttpClient.java:304)
at sun.net.www.http.HttpClient.New(HttpClient.java:321)
at
sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnecti
on.java:813)
at
sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.j
ava:765)
at
sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:6
90)
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream

RE: Error during build !!

2008-03-27 Thread harbhanu
Thanks for your informatin, I was able to take this forward after reverting
to java version 1.5.0_15

\apache-cxf-2.0.4-incubator-srcmvn -version
Maven version: 2.0.8
Java version: 1.5.0_15
OS name: windows xp version: 5.1 arch: x86 Family: windows

\apache-cxf-2.0.4-incubator-srcjava -version
java version 1.5.0_15
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_15-b04)
Java HotSpot(TM) Client VM (build 1.5.0_15-b04, mixed mode, sharing)

\apache-cxf-2.0.4-incubator-srcjavac -version
javac 1.5.0_15

Now, the build is successful but one of the testcase is failing...
Let me know incase it's a problem with the testcase or something else...

Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.157 sec
 FAILURE!
testFactory(org.apache.cxf.binding.soap.SoapBindingFactoryTest)  Time
elapsed: 0.11 sec   FAILURE!
org.junit.ComparisonFailure: expected:[] but was:[ ]
at org.junit.Assert.assertEquals(Assert.java:96)
at org.junit.Assert.assertEquals(Assert.java:116)
at
org.apache.cxf.binding.soap.SoapBindingFactoryTest.testFactory(SoapBindingFa
ctoryTest.java:111)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.junit.internal.runners.TestMethodRunner.executeMethodBody(TestMethodRunn
er.java:99)
at
org.junit.internal.runners.TestMethodRunner.runUnprotected(TestMethodRunner.
java:81)
at
org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAndAfterR
unner.java:34)
at
org.junit.internal.runners.TestMethodRunner.runMethod(TestMethodRunner.java:
75)
at
org.junit.internal.runners.TestMethodRunner.run(TestMethodRunner.java:45)
at
org.junit.internal.runners.TestClassMethodsRunner.invokeTestMethod(TestClass
MethodsRunner.java:66)
at
org.junit.internal.runners.TestClassMethodsRunner.run(TestClassMethodsRunner
.java:35)
at
org.junit.internal.runners.TestClassRunner$1.runUnprotected(TestClassRunner.
java:42)
at
org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAndAfterR
unner.java:34)
at
org.junit.internal.runners.TestClassRunner.run(TestClassRunner.java:52)
at
org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62
)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(Ab
stractDirectoryTestSuite.java:138
)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractD
irectoryTestSuite.java:125)
at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireB
ooter.java:290)
at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818
)

Running org.apache.cxf.binding.soap.RPCInInterceptorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 sec
Running org.apache.cxf.binding.soap.SoapOutInterceptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.312 sec
Running org.apache.cxf.binding.soap.ReadHeaderInterceptorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec

Results :

Failed tests:
  testFactory(org.apache.cxf.binding.soap.SoapBindingFactoryTest)

Tests run: 20, Failures: 1, Errors: 0, Skipped: 0

[INFO]

[ERROR] BUILD FAILURE

-Original Message-
From: Daniel Kulp [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 26, 2008 6:58 PM
To: cxf-user@incubator.apache.org
Cc: harbhanu; [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: Error during build !!

On Wednesday 26 March 2008, harbhanu wrote:
 I am trying to build CXF [2.0.4] using maven, but getting the
 following error during build...

..

 D:\JWork\CXF\apache-cxf-2.0.4-incubator-srcjavac -version

 javac 1.5.0_01
 javac: no source files
 Usage: javac options source files

 D:\JWork\CXF\apache-cxf-2.0.4-incubator-srcjava -version

 java version 1.6.0_03
 Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
 Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode, sharing)

 D:\JWork\CXF\apache-cxf-2.0.4-incubator-srcmvn -version
 Maven version: 2.0.8
 Java version: 1.5.0_01
 OS name: windows xp version: 5.1 arch: x86 Family: windows

Something very strange is going on.   From the command line, you are 
getting 1.6.0_03, but in maven, you are getting 1.5.0_01. 

That said

Error during build !!

2008-03-26 Thread harbhanu
)

at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)

at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)

at java.lang.reflect.Method.invoke(Method.java:585)

at
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)

at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)

at
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)

at org.codehaus.classworlds.Launcher.main(Launcher.java:375)

Caused by: org.apache.maven.plugin.MojoFailureException: There are test
failures.

at
org.apache.maven.plugin.surefire.SurefirePlugin.execute(SurefirePlugin.java:
425)

at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManage
r.java:447)

at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLife
cycleExecutor.java:539)

... 16 more

[INFO]


[INFO] Total time: 3 minutes 31 seconds

[INFO] Finished at: Wed Mar 26 15:14:50 GMT+05:30 2008

[INFO] Final Memory: 31M/63M

[INFO]


 

D:\JWork\CXF\apache-cxf-2.0.4-incubator-srcjavac -version

javac 1.5.0_01

javac: no source files

Usage: javac options source files

 

D:\JWork\CXF\apache-cxf-2.0.4-incubator-srcjava -version

java version 1.6.0_03

Java(TM) SE Runtime Environment (build 1.6.0_03-b05)

Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode, sharing)

 

D:\JWork\CXF\apache-cxf-2.0.4-incubator-srcmvn -version

Maven version: 2.0.8

Java version: 1.5.0_01

OS name: windows xp version: 5.1 arch: x86 Family: windows 

 

Regards,

Harbhanu