[Axis2] Re: Axis Alternative

2005-06-08 Thread Mike Haller

Hey dims,

got axis2 src, extracted to new folder, running maven.
Maven fails on test:test goal. See attached error log.



Davanum Srinivas schrieb:

Mike,

You should be using Axis2 :) Simple Client/Server Architecture with
the ability to send XML data. We released M2 yesterday. May be
planning a M3 sooner than you think. If you can give us feedback. that
would be awesome.

-- dims

On 6/8/05, Mike Haller [EMAIL PROTECTED] wrote:


Dims,

i'm glad you're asking :)

Simple Client/Server Architecture with the ability to send XML data. It
does not need to be a Web Service - but for reasons of accessibility (in
the meaning of firewalls, corporate proxies etc.), it should be
something a proxy/firewall can handle = HTTP

There are multiple types of clients, all Java:
- two web applications
- standalone clients
- osgi services

Axis should be fine with all this, and beside the fact that i'm a
newbie, my impression on Axis is as follows:

- Axis tries to fit everyone and everything - that's okay for
interoperability
- After having problems with generated classes and typemapping, I
switched to wsdl first: Importing a business model schema, which
itself imports a third party schema - Namespace problems
- Code Generation via Ant task doesn't seem to support all settings, so
I tried to directly use the wsdl2java generator - type mapping problems
- I still have no idea where the client is loading client-config.wsdd from.

regards
Mike

Davanum Srinivas schrieb:


Mike,

What i am asking is - what are ur requirements?

-- dims

On 6/7/05, Mike Haller [EMAIL PROTECTED] wrote:



Nothing's really wrong with Axis itself, it's just me.

Axis just doesn't fit my requirements (or vice versa). I'm searching for
an alternative, which is _similar_ but not the same as Axis. But that's
off-topic, sorry for bothering.

Davanum Srinivas schrieb:



Did you look at existing bug reports? did you open bug reports? with
sample test case(s)? If we don't know what's wrong, how can we fix it?
(see http://marc.theaimsgroup.com/?l=axis-userm=111788771523596w=2
for more information)
thanks,
dims











 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

build:start:

jar:
multiproject:install:
multiproject:projects-init:
[echo] Gathering project list
Starting the reactor...
Our processing order:
xml
wsdl
core
addressing
saaj-impl
samples
+
| Gathering project list xml
| Memory: 5M/7M
+
+
| Gathering project list wsdl
| Memory: 5M/7M
+
+
| Gathering project list core
| Memory: 5M/7M
+
+
| Gathering project list addressing
| Memory: 5M/7M
+
+
| Gathering project list saaj-impl
| Memory: 5M/7M
+
+
| Gathering project list samples
| Memory: 5M/7M
+
Starting the reactor...
Our processing order:
xml
wsdl
core
addressing
saaj-impl
samples
+
| Executing multiproject:install-callback xml
| Memory: 5M/7M
+

multiproject:goal:
build:start:

multiproject:install-callback:
[echo] Running jar:install for xml
java:prepare-filesystem:

java:compile:
[echo] Compiling to D:\temp\axis2\modules\xml/target/classes
[echo] 
==

  NOTE: Targetting JVM 1.5, classes
  will not run on earlier JVMs

==
  

java:jar-resources:

test:prepare-filesystem:

test:test-resources:

test:compile:

test:test:
[junit] Running org.apache.axis.om.BadInputTest
[junit] Tests run: 5, Failures: 0, Errors: 5, Time elapsed: 0,656 sec
[junit] [ERROR] TEST org.apache.axis.om.BadInputTest FAILED
[junit] Running org.apache.axis.om.CompareOMWithDOMTest
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0,703 sec
[junit] [ERROR] TEST org.apache.axis.om.CompareOMWithDOMTest FAILED
[junit] Running org.apache.axis.om.factory.OMLinkedListImplFactoryTest
[junit] Tests run: 9, Failures: 0, Errors: 3, Time elapsed: 0,765 sec
[junit] [ERROR] TEST org.apache.axis.om.factory.OMLinkedListImplFactoryTest 
FAILED
[junit] Running org.apache.axis.om.impl.builder.StAXOMBuilderTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,656 sec
[junit] Running org.apache.axis.om.impl.serializer.ElementSerializerTest
[junit] Tests run: 8, Failures: 0, Errors: 8, Time elapsed: 0,813 sec
[junit] [ERROR] TEST 
org.apache.axis.om.impl.serializer.ElementSerializerTest FAILED
[junit] 

Re: [Axis2] Re: Axis Alternative

2005-06-08 Thread Mike Haller

Ignore my post please.

Don't use JDK1.5 is the answer.

Mike Haller schrieb:

got axis2 src, extracted to new folder, running maven.
Maven fails on test:test goal. See attached error log.