Re: Axis as Cocoon component?

2003-03-13 Thread Alexander Enns
Hi Markus, Does that help at all ? Are those things present in your log and configuration mate ? Yes, the config file and core logs are OK! All the services seems to be deployed. And status page lists all the services correct. What can it be else? Cheers, Alexander Marcus

Re: Axis as Cocoon component?

2003-03-13 Thread Alexander Enns
Hi Markus, ignore my last email. I got it. The problem was the lack namespace in method invokation. This does work: xsp:page language=java xmlns:xsp=http://apache.org/xsp; xmlns:xsp-request=http://apache.org/xsp/request/2.0; xmlns:xscript=http://apache.org/xsp/xscript/1.0;

Re: Axis as Cocoon component?

2003-03-13 Thread Marcus Crafter
Hi Alexander, On Thu, Mar 13, 2003 at 10:20:52AM +0100, Alexander Enns wrote: Hi Markus, ignore my last email. I got it. The problem was the lack namespace in method invokation. Ok. ...snip/... Your help is realy appreciated! No problems, glad that it's working for you

Re: Axis as Cocoon component?

2003-03-12 Thread Alexander Enns
Hi Markus, I'm trying to invoke services on the SoapServer but get every time AxisFault. Axis can not find the Service. The same behaviour if I invoke the service from remote Axis client. But the status.xsp is working properly. It seems that only the AdminService is known to Axis. Any

Re: Axis as Cocoon component?

2003-03-12 Thread Marcus Crafter
Hi Alexander, On Wed, Mar 12, 2003 at 11:26:07AM +0100, Alexander Enns wrote: Hi Markus, I'm trying to invoke services on the SoapServer but get every time AxisFault. Ok. Axis can not find the Service. The same behaviour if I invoke the service from remote Axis client. But

Re: Axis as Cocoon component?

2003-03-11 Thread Alexander Enns
Hi Markus, Do you mean the soap server isn't compiling or Cocoon itself ? Yes, I meant the Cocoon itself did not compile. But I got it now. The asciiart block missed junit.jar in lib directory. Now I have troubles with XSP. If I try to execute any XSP I get exception listed below. Can You say

Re: Axis as Cocoon component?

2003-03-11 Thread Marcus Crafter
Hi Alexander, On Tue, Mar 11, 2003 at 11:54:46AM +0100, Alexander Enns wrote: Java 1.3.1 ... java.lang.UnsupportedClassVersionError: org/apache/cocoon/www/test_xsp (Unsupported major.minor version 48.0) I suspect the XSP files have been compiled using jdk 1.4.x and

Re: Axis as Cocoon component?

2003-03-11 Thread Stephan Michels
On Tue, 11 Mar 2003, Marcus Crafter wrote: Hi Alexander, On Tue, Mar 11, 2003 at 11:54:46AM +0100, Alexander Enns wrote: Java 1.3.1 ... java.lang.UnsupportedClassVersionError: org/apache/cocoon/www/test_xsp (Unsupported major.minor version 48.0) I suspect the XSP files

Re: Axis as Cocoon component?

2003-03-11 Thread Alexander Enns
Hi Markus, the problem was realy the compiler settings. I have changed the compiler setting to Javac. Now all working properly. At last I can begin to play with SoapServer. :-) Thanks for Your help, Alexander Marcus Crafter [EMAIL PROTECTED] Tuesday, 11. March 2003 14:10:05 On Tue, Mar 11,

Re: Axis as Cocoon component?

2003-03-11 Thread Marcus Crafter
Hi Alexander, Thanks for the report - I've taken this up on the dev list and we'll come up with a solution soon. Cheers, Marcus On Tue, Mar 11, 2003 at 03:01:40PM +0100, Alexander Enns wrote: Hi Markus, the problem was realy the

Re: Axis as Cocoon component?

2003-03-10 Thread Alexander Enns
Hi Markus, I'm trying to get running Your SoapServer and have problems. I was trying to integrate the Server in my existing Cocoon (v. 2.0.3) application, but have problems with Excalibur libraries, because You are using the latest one. I have checked out the latest CVS version of Cocoon, but

Re: Axis as Cocoon component?

2003-03-10 Thread Marcus Crafter
Hi Alexander, On Mon, Mar 10, 2003 at 03:44:26PM +0100, Alexander Enns wrote: Hi Markus, I'm trying to get running Your SoapServer and have problems. ok. I was trying to integrate the Server in my existing Cocoon (v. 2.0.3) application, but have problems with Excalibur

Re: Axis as Cocoon component?

2003-03-03 Thread Marcus Crafter
Hi Alexander, On Thu, Feb 27, 2003 at 05:57:24PM +0100, Alexander Enns wrote: Hi Markus, Thank You for quickly answer! No problems. Your Soap Server for Cocoon is the piece I looked for. Great. Glad it's of use. How intensive it is already tested? And when it is planed

Re: Axis as Cocoon component?

2003-02-27 Thread Alexander Enns
Hi Markus, Thank You for quickly answer! Your Soap Server for Cocoon is the piece I looked for. How intensive it is already tested? And when it is planed to add the component to the main distribution of Cocoon? Thanks, Alexander Marcus Crafter [EMAIL PROTECTED] Wednesday, 26. February

Axis as Cocoon component?

2003-02-26 Thread Alexander Enns
Hi all, is there any trial to integrate Axis engine in Cocoon? To have possibility to use Cocoon component model from web services code? Thanks, Alexander - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Axis as Cocoon component?

2003-02-26 Thread Marcus Crafter
Hi Alexander, On Wed, Feb 26, 2003 at 02:20:08PM +0100, Alexander Enns wrote: Hi all, is there any trial to integrate Axis engine in Cocoon? Axis is integrated into Cocoon via the AxisRPCReader, which exists currently in Cocoon's CVS scratchpad. Essentially, it allows Cocoon