Tuscany AOP Logging, Tracking, Timing example

2009-03-12 Thread Apostolos Papageorgiou
Hello everyone, Could anybody please tell me where I can find the modules and the examples for logging, tracking and timing, mentioned at: http://cwiki.apache.org/TUSCANYWIKI/tuscany-logging-tracing-timing-information.html The distribution contains nothing relevant and I am missing a lot of inf

Re: Tuscany AOP Logging, Tracking, Timing example

2009-03-12 Thread Simon Laws
On Thu, Mar 12, 2009 at 1:35 PM, Apostolos Papageorgiou wrote: > Hello everyone, > > > > Could anybody please tell me where I can find the modules and the examples > for logging, tracking and timing, mentioned at: > > http://cwiki.apache.org/TUSCANYWIKI/tuscany-logging-tracing-timing-information.h

Re: Tuscany AOP Logging, Tracking, Timing example

2009-03-12 Thread Dan Becker
Hello Apostolos, Simon's URL shows were the logging and trace code is located. Try running the TracingTestCase and see if logs "Hello, Log" for you. Additionally, you can edit the aspect in aop.xml to try different types of logging. Beyond these samples, please let us know the type of loggin

AW: Tuscany AOP Logging, Tracking, Timing example

2009-03-12 Thread Apostolos Papageorgiou
Hello Simon and Dan, Thanks a lot for your support. Well, I think I am still far from achieving such testing :-) I guess I need first some build help. So, I have to add tracing-aspectj under "modules" in the source distribution and re-build, right? Or can I build the module (or simply test) ind

Using Build your first JSP with Tuscany

2009-03-12 Thread Shobharani Jagathpal
Hi, I was trying to execute the sample given in http://cwiki.apache.org/confluence/display/TUSCANYWIKI/Build+your+first+JSP+with+Tuscany The SCA domain manager has started successfully using 9990 port, but when i access http://localhost:9990/HelloWorldJSP, i get the following error. HTTP ERROR:

Re: AW: Tuscany AOP Logging, Tracking, Timing example

2009-03-12 Thread Dan Becker
Apostolos Papageorgiou wrote: So, I have to add tracing-aspectj under "modules" in the source distribution and re-build, right? Or can I build the module (or simply test) independently? Will it be OK with the 1.3.1 source? Then I need to download aspectjweaver.jar separately, right? Hello Apos

Re: Using SCADomain.newInstance to start a server on a different port

2009-03-12 Thread Rohan Sahgal
Has anyone else faced this issue before. On Tue, Mar 10, 2009 at 4:58 PM, Rohan Sahgal wrote: > I was trying to use the DWR binding. > I dont think it has a uri attribute. > > Even if it did, I want to leave the port configurable (if we run into > similar issues again). Having it hardcoded in the

Re: Using SCADomain.newInstance to start a server on a different port

2009-03-12 Thread Luciano Resende
On Thu, Mar 12, 2009 at 11:46 AM, Rohan Sahgal wrote: > Has anyone else faced this issue before. > Looks like you are right and there is not an option for URI in the DWR binding. Ant Elder has been working on this binding, and maybe he can give you a solution early next week when he gets back fro

Error in wsdl for enum params

2009-03-12 Thread Nithya Nirmal
Hi all, I am using Tuscany 1.4 for exposing some applications as SOAP. I have an api that takes in an enum as a parameter. The enum name is in two parts separated by an underscore: ex: FORMAT_TYPE. However when I expose as SOAP, the wsdl that generated is having different names for it. ie. in