Re: GCJ

2006-01-11 Thread [EMAIL PROTECTED]
I don't know ... I tryed to run a test client I developed using eclipse with 
axis (pretty easy). It worked over Sun's stuf but when it came 
to compile it with GCJ I started to find problems regarding the 
javax.activation package, which isn't included in gcjlib/classpath project 
and, also, refers to awt (incomplete in gcjlib/classpath).
Ok, I'm new to axis but, what's the point in using Sun's javax.activation??
Dims, as I'm new to axis (and web services) I don't think I can help much with 
this issue although I may give it a try.

Thanks!




Mensaje original
De: [EMAIL PROTECTED]
Recibido: 10/01/2006 21:10
Para: 
Asunto: Re: 
GCJ

I don't know about GCJ and the server functionality specifically, but the 
client code works nicely with GNU Classpath 0.19 
(tested under IKVM).  I would suspect that most of Axis would work nicely 
as well.I wouldn't recommend it without some fairly 
thorough testing, but the technology there is maturing quite rapidly.
-- Jesshttp://www.jroller.com/page/jsight/";
>http://www.jroller.com/page/jsight/class="gmail_quote">On 1/10/06, Parikh,Pratik 

[EMAIL PROTECTED]> wrote:Hi Dims,   I would not recommend using 
gcj? Since there is no support for it, and it is not perfect!
Thanks,Parikh, Pratik | Software Engineer | Cerner Corporation | 
(1)-816-201-1298 | mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED] | 
http://www.cerner.com";>www.cerner.
com
-Original Message-From: Davanum Srinivas [mailto:mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]]
Sent: Tuesday, January 10, 2006 8:59 AMTo: mailto:axis-dev@ws.apache.org";>axis-dev@ws.apache.org
; [EMAIL PROTECTED]Subject: Re: GCJNot yet. 
Can you please help us do it?thanks,
dimsOn 1/10/06, mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]
 [EMAIL PROTECTED]> wrote:> Hi there!>> Are there any 
>initiatives to port axis to gcjlib? Did someone manage> to 
compile axis with gcj? And, if so, where can I find these libs?
>> Thanks in advance>>> Prueba el Nuevo Correo Terra; 
Seguro, Rápido, Fiable.>>--Davanum Srinivas : http://wso2.com/blogs/";>http://wso2.com/blogs/
CONFIDENTIALITY NOTICEThis message and any included 
attachmentsare from Cerner Corporation and are intendedonly for 
the addressee. The informationcontained in this message is confidential 
and
may constitute inside or non-public 
informationunder international, federal, or statesecurities laws. 
Unauthorized forwarding,printing, copying, distribution, or 
use of suchinformation is strictly prohibited and may be
unlawful. If you are not the addressee, pleasepromptly delete this 
message and notify thesender of the delivery error by e-mail or youmay 
call Cerner's corporate offices in KansasCity, Missouri, 
U.S.A at (+1) (816)221-1024.
 --





Prueba el Nuevo Correo Terra; Seguro, Rápido, Fiable.



[Axis13] Settings for invocation via proxy are cached somewhere

2006-01-11 Thread Denis Schlesinger
Title: Nachricht



Hi 
all,
 
I have discovered 
that the settings I made to invoke a web service via a proxy server are cached 
somewhere. When I want to change these values Axis does not care about that and 
takes the old values.
 
In my case I 
implemented a small tool to test the web service invocation via proxy servers. I 
used the Java system properties "http.proxyHost" and "http.proxyPort". After 
changing the values of these properties Axis still uses the values which I first 
put in for these properties.
 
Does anyone have a 
solution?
 
Any help is highly 
appreciated!
 
Denis


[jira] Created: (AXIS2-377) remove unused/redundant interfaces

2006-01-11 Thread Sanjiva Weerawarana (JIRA)
remove unused/redundant interfaces
--

 Key: AXIS2-377
 URL: http://issues.apache.org/jira/browse/AXIS2-377
 Project: Apache Axis 2.0 (Axis2)
Type: Improvement
  Components: core  
Reporter: Sanjiva Weerawarana
 Assigned to: Eran Chinthaka 


We have an interface o.a.axis2.description.Flow which has exactly one 
implementation (o.a.axis2.description.FlowImpl) and there's no factory to 
support multiple imlementations (because we don't need multiple impls). That 
doesn't make any sense because when we use it we say "new 
o.a.axis2.description.FlowImpl()"!

We should remove the interface and make Flow into a concrete class.

Same issue with o.a.axis2.description.Parameter.

Sanjiva.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Updated: (AXIS2-369) New AXIS2 Packaging Structure

2006-01-11 Thread Afkham Azeez (JIRA)
 [ http://issues.apache.org/jira/browse/AXIS2-369?page=all ]

Afkham Azeez updated AXIS2-369:
---

Attachment: axis2-11012005.patch.tgz

Please apply the attached patch which handles some of the issues while testing 
the standard and minumum source ditros.

> New AXIS2 Packaging Structure
> -
>
>  Key: AXIS2-369
>  URL: http://issues.apache.org/jira/browse/AXIS2-369
>  Project: Apache Axis 2.0 (Axis2)
> Type: New Feature
>   Components: deployment
> Versions: 0.94
> Reporter: Afkham Azeez
> Assignee: Afkham Azeez
>  Fix For: 0.94
>  Attachments: axis2-10012005.patch, axis2-11012005.patch.tgz, axis2.patch, 
> axis2.patch
>
> New AXIS2 Packaging structure for standard & minimal source and binary 
> releases, docs releas and WAR release

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Commented: (AXIS2-369) New AXIS2 Packaging Structure

2006-01-11 Thread Eran Chinthaka (JIRA)
[ 
http://issues.apache.org/jira/browse/AXIS2-369?page=comments#action_12362428 ] 

Eran Chinthaka commented on AXIS2-369:
--

Last patch applied !!

> New AXIS2 Packaging Structure
> -
>
>  Key: AXIS2-369
>  URL: http://issues.apache.org/jira/browse/AXIS2-369
>  Project: Apache Axis 2.0 (Axis2)
> Type: New Feature
>   Components: deployment
> Versions: 0.94
> Reporter: Afkham Azeez
> Assignee: Afkham Azeez
>  Fix For: 0.94
>  Attachments: axis2-10012005.patch, axis2-11012005.patch.tgz, axis2.patch, 
> axis2.patch
>
> New AXIS2 Packaging structure for standard & minimal source and binary 
> releases, docs releas and WAR release

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



DO NOT REPLY [Bug 19949] - NullPointerException in AxisServletBase.getEngineEnvironment

2006-01-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=19949





--- Additional Comments From [EMAIL PROTECTED]  2006-01-11 12:26 ---
Hi!

I've just run in the same issue with JBoss 3.2.6, Jetty 5.1.x and Axis 1.3,
debuged it and found one thing which is very difficult to do in a j2ee
environment that supports reloading: 
ClassLoaders are chached in static variables by AxisProperties. 

Now since jdk 1.2 class reloading works that way, that classes loaded by the
system class loader can not be reloaded and classes loaded by some different
class loader are discarded when the class loader is garbaged and can then be
loaded again by a new class loader.

We configured JBoss+Jetty to use context class loaders before using system class
loaders (the later one is the default). Background: This gives us the
possibility (as long as we don't use axis) to deploy the same web application
several times with different name and different code (production, test, old
customer x version, etc) in the same server.

When undeploying a web application, the web app context class loader becomes
invalid (WEB-INF classes + lib should be deleted), but Axis with
commons-discovery still tries to use it - which causes the NPE.

Since I don't know a way to see from outside, if a class loader is still valid,
I suggest you completely remove the class loader caching.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


[jira] Created: (AXIS2-378) Unusual behaviour in Axis2 web app

2006-01-11 Thread Eran Chinthaka (JIRA)
Unusual behaviour in Axis2 web app
--

 Key: AXIS2-378
 URL: http://issues.apache.org/jira/browse/AXIS2-378
 Project: Apache Axis 2.0 (Axis2)
Type: Bug
Reporter: Eran Chinthaka
 Assigned to: Deepal Jayasinghe 
Priority: Critical


When the default webapp is deployed, I tried to see the list of web services 
that are deployed. And that page shows version service as a good service and 
list it as a faulty service as well.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Created: (AXIS2-379) Engaging same module more than once has no indication about it

2006-01-11 Thread Eran Chinthaka (JIRA)
Engaging same module more than once has no indication about it
--

 Key: AXIS2-379
 URL: http://issues.apache.org/jira/browse/AXIS2-379
 Project: Apache Axis 2.0 (Axis2)
Type: Bug
Reporter: Eran Chinthaka
 Assigned to: Deepal Jayasinghe 


When I tried to engage the same module more than once, the webapp says it was a 
successul operation. The desired behaviour should be that the web app should 
tell the user that it has already been engaged or some other meaningful message.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Commented: (AXIS-2358) Problem witj "end of medium"

2006-01-11 Thread CedB (JIRA)
[ 
http://issues.apache.org/jira/browse/AXIS-2358?page=comments#action_12362445 ] 

CedB commented on AXIS-2358:


here is the error generated by axis :


AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode: 
faultString: org.xml.sax.SAXParseException: Premature end of file.
faultActor: 
faultNode: 
faultDetail: 
{http://xml.apache.org/axis/}stackTrace:org.xml.sax.SAXParseException: 
Premature end of file.
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
at 
org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
at org.apache.axis.Message.getSOAPEnvelope(Message.java:424)
at 
org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
at org.apache.axis.client.Call.invokeEngine(Call.java:2765)
at org.apache.axis.client.Call.invoke(Call.java:2748)
at org.apache.axis.client.Call.invoke(Call.java:2424)
at org.apache.axis.client.Call.invoke(Call.java:2347)
at org.apache.axis.client.Call.invoke(Call.java:1804)
at 
com.xxx.xxx.webservices.xxx.xxx_10SoapBindingStub.manageRequest(CSLPARC_10SoapBindingStub.java:337)
at com.xxx.xxx.webservices.._10Client.main(xxx_10Client.java:84)
 


> Problem witj "end of medium"
> 
>
>  Key: AXIS-2358
>  URL: http://issues.apache.org/jira/browse/AXIS-2358
>  Project: Apache Axis
> Type: Bug
>   Components: Serialization/Deserialization
> Versions: 1.2.1
>  Environment: Jonas 3.3.1 / jdk 1.4.2
> Reporter: CedB

>
> When serializing the answer, Axis crashes when there is a "end of medium" 
> letter within a data string :
> EM (End of medium) ASCII code = 25 HEXA code = 19 
> If I delete this letter, all works fine!
> Any issue? Thanks

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Updated: (AXIS2-369) New AXIS2 Packaging Structure

2006-01-11 Thread Eran Chinthaka (JIRA)
 [ http://issues.apache.org/jira/browse/AXIS2-369?page=all ]

Eran Chinthaka updated AXIS2-369:
-

Fix Version: 0.95
 (was: 0.94)

> New AXIS2 Packaging Structure
> -
>
>  Key: AXIS2-369
>  URL: http://issues.apache.org/jira/browse/AXIS2-369
>  Project: Apache Axis 2.0 (Axis2)
> Type: New Feature
>   Components: deployment
> Versions: 0.94
> Reporter: Afkham Azeez
> Assignee: Afkham Azeez
>  Fix For: 0.95
>  Attachments: axis2-10012005.patch, axis2-11012005.patch.tgz, axis2.patch, 
> axis2.patch
>
> New AXIS2 Packaging structure for standard & minimal source and binary 
> releases, docs releas and WAR release

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Created: (AXIS-2366) java2wsdl generates wrong WSDL for java.lang.Boolean operation parameters

2006-01-11 Thread Jarmo Doc (JIRA)
java2wsdl generates wrong WSDL for java.lang.Boolean operation parameters
-

 Key: AXIS-2366
 URL: http://issues.apache.org/jira/browse/AXIS-2366
 Project: Apache Axis
Type: Bug
  Components: WSDL processing  
Versions: 1.3
 Environment: Windows XP Pro, Java 1.5
Reporter: Jarmo Doc


Axis 1.3 is bugged in two places, once in java2wsdl and once in wsdl2java).  If 
you write a doc/lit service that contains a service operation such as public 
void update(Employee [] employees, Boolean sacked) then:

1. java2wsdl does not generate nillable="true" for 'sacked' when it should, and 

2. even if you manually add nillable="true" to the WSDL for 'sacked', wsdl2java 
does not generate Boolean, instead it generates boolean

Note that java2wsdl does work correctly for java.lang.Boolean in a user-defined 
class (e.g. Employee) but not when explicilty as a parameter to the service 
operation itself.  Consequently the generated WSDL is wrong and clients are 
restricted to using intrinsic boolean types which can only have value 
true/false rather than true/false/null.

One workaround is to manually edit the WSDL and add minOccurs="0" maxOccurs="1" 
in which case wsdl2java does correctly generate the client stub (as does the 
gSOAP wsdl2h equivalent).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



RE: GCJ

2006-01-11 Thread Parikh,Pratik

Hi Everyone,

   I do agree with "I wouldn't recommend it without some fairly thorough 
testing, but the technology there is maturing quite rapidly". And that is one 
of the reason I don't recommend GCJ being used. I don't want you guys to write 
bunch of code around it and then have problem porting it to java 5.

Thanks,
Parikh, Pratik | Software Engineer | Cerner Corporation | (1)-816-201-1298 | 
[EMAIL PROTECTED] | www.cerner.com


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 11, 2006 2:18 AM
To: axis-dev@ws.apache.org
Subject: Re: GCJ

I don't know ... I tryed to run a test client I developed using eclipse with 
axis (pretty easy). It worked over Sun's stuf but when it came to compile it 
with GCJ I started to find problems regarding the javax.activation package, 
which isn't included in gcjlib/classpath project and, also, refers to awt 
(incomplete in gcjlib/classpath).
Ok, I'm new to axis but, what's the point in using Sun's javax.activation??
Dims, as I'm new to axis (and web services) I don't think I can help much with 
this issue although I may give it a try.

Thanks!




Mensaje original
De: [EMAIL PROTECTED]
Recibido: 10/01/2006 21:10
Para: 
Asunto: Re:
GCJ

I don't know about GCJ and the server functionality specifically, but the 
client code works nicely with GNU Classpath 0.19 (tested under IKVM).  I 
would suspect that most of Axis would work nicely as well.I wouldn't 
recommend it without some fairly thorough testing, but the technology there is 
maturing quite rapidly.
-- Jesshttp://www.jroller.com/page/jsight/";
>http://www.jroller.com/page/jsight/class="gmail_quote">On 1/10/06, class="gmail_sendername">Parikh,Pratik

[EMAIL PROTECTED]> wrote:Hi Dims,   I would not recommend using gcj? Since 
there is no support for it, and it is not perfect!
Thanks,Parikh, Pratik | Software Engineer | Cerner Corporation |
(1)-816-201-1298 | mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED] | 
http://www.cerner.com";>www.cerner.
com
-Original Message-From: Davanum Srinivas [mailto:mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]]
Sent: Tuesday, January 10, 2006 8:59 AMTo: mailto:axis-dev@ws.apache.org";>axis-dev@ws.apache.org
; [EMAIL PROTECTED]Subject: Re: GCJNot yet. 
Can you please help us do it?thanks, dimsOn 1/10/06, mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]
 [EMAIL PROTECTED]> wrote:> Hi there!>> Are there any
>initiatives to port axis to gcjlib? Did someone manage> to
compile axis with gcj? And, if so, where can I find these libs?
>> Thanks in advance>>> Prueba el Nuevo Correo Terra; 
Seguro, Rápido, Fiable.>>--Davanum Srinivas : http://wso2.com/blogs/";>http://wso2.com/blogs/
CONFIDENTIALITY NOTICEThis message and any included 
attachmentsare from Cerner Corporation and are intendedonly for the 
addressee. The informationcontained in this message is confidential and 
may constitute inside or non-public informationunder international, 
federal, or statesecurities laws. Unauthorized forwarding,printing, 
copying, distribution, or use of suchinformation is strictly prohibited and 
may be unlawful. If you are not the addressee, pleasepromptly delete 
this message and notify thesender of the delivery error by e-mail or 
youmay call Cerner's corporate offices in KansasCity, Missouri, U.S.A 
at (+1) (816)221-1024.
 --  




Prueba el Nuevo Correo Terra; Seguro, Rápido, Fiable.


CONFIDENTIALITY NOTICE

This message and any included attachments
are from Cerner Corporation and are intended
only for the addressee. The information
contained in this message is confidential and
may constitute inside or non-public information
under international, federal, or state
securities laws. Unauthorized forwarding,
printing, copying, distribution, or use of such
information is strictly prohibited and may be
unlawful. If you are not the addressee, please
promptly delete this message and notify the
sender of the delivery error by e-mail or you
may call Cerner's corporate offices in Kansas
City, Missouri, U.S.A at (+1) (816)221-1024.
 --


[jira] Updated: (AXIS2-148) Fix tools to run with current release

2006-01-11 Thread Ajith Harshana Ranabahu (JIRA)
 [ http://issues.apache.org/jira/browse/AXIS2-148?page=all ]

Ajith Harshana Ranabahu updated AXIS2-148:
--

type: Task  (was: Wish)

Since this is a recurring issue that will effectively 'never go away', I'll 
mark it as a task

> Fix tools to run with current release
> -
>
>  Key: AXIS2-148
>  URL: http://issues.apache.org/jira/browse/AXIS2-148
>  Project: Apache Axis 2.0 (Axis2)
> Type: Task
>   Components: Tools
> Reporter: Eran Chinthaka
> Assignee: Ajith Harshana Ranabahu
> Priority: Minor

>
> The tools we gave with 0.9 are not compatible with the current source or 
> sources that is to be released with 0.91. Tools need to make them compatible 
> with the current stuff.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



Re: GCJ

2006-01-11 Thread Davanum Srinivas
Pratik,

Thanks for your feedback. Have u tried it? Do you have any experience
with it? We are in touch with Kaffe/Classpath/gcj/gcjx folks but we
have not tried Axis2 with gcj yet. AFAICT there will be no code
changes needed to run Axis2 on either Kaffe or GCJ. So you don't have
to worry about it.

thanks,
dims

On 1/11/06, Parikh,Pratik <[EMAIL PROTECTED]> wrote:
>
> Hi Everyone,
>
>I do agree with "I wouldn't recommend it without some fairly thorough 
> testing, but the technology there is maturing quite rapidly". And that is one 
> of the reason I don't recommend GCJ being used. I don't want you guys to 
> write bunch of code around it and then have problem porting it to java 5.
>
> Thanks,
> Parikh, Pratik | Software Engineer | Cerner Corporation | (1)-816-201-1298 | 
> [EMAIL PROTECTED] | www.cerner.com
>
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 11, 2006 2:18 AM
> To: axis-dev@ws.apache.org
> Subject: Re: GCJ
>
> I don't know ... I tryed to run a test client I developed using eclipse with 
> axis (pretty easy). It worked over Sun's stuf but when it came to compile it 
> with GCJ I started to find problems regarding the javax.activation package, 
> which isn't included in gcjlib/classpath project and, also, refers to awt 
> (incomplete in gcjlib/classpath).
> Ok, I'm new to axis but, what's the point in using Sun's javax.activation??
> Dims, as I'm new to axis (and web services) I don't think I can help much 
> with this issue although I may give it a try.
>
> Thanks!
>
>
> 
> 
> Mensaje original
> De: [EMAIL PROTECTED]
> Recibido: 10/01/2006 21:10
> Para: 
> Asunto: Re:
> GCJ
> 
> I don't know about GCJ and the server functionality specifically, but the 
> client code works nicely with GNU Classpath 0.19 (tested under IKVM).  I 
> would suspect that most of Axis would work nicely as well.I wouldn't 
> recommend it without some fairly thorough testing, but the technology there 
> is maturing quite rapidly.
> -- Jesshttp://www.jroller.com/page/jsight/";
> >http://www.jroller.com/page/jsight/ >class="gmail_quote">On 1/10/06,  >class="gmail_sendername">Parikh,Pratik
> 
> [EMAIL PROTECTED]> wrote: style="border-left:
> 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 
> 1ex;">Hi Dims,   I would not recommend using gcj? Since 
> there is no support for it, and it is not perfect!
> Thanks,Parikh, Pratik | Software Engineer | Cerner Corporation |
> (1)-816-201-1298 | mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED] | 
> http://www.cerner.com";>www.cerner.
> com
> -Original Message-From: Davanum Srinivas [mailto: href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]]
> Sent: Tuesday, January 10, 2006 8:59 AMTo:  href="mailto:axis-dev@ws.apache.org";>axis-dev@ws.apache.org
> ; [EMAIL PROTECTED]Subject: Re: GCJNot yet. 
> Can you please help us do it?thanks, dimsOn 1/10/06,  href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]
>   >[EMAIL PROTECTED]> wrote:> Hi there!>> Are there any
> >initiatives to port axis to gcjlib? Did someone manage> to
> compile axis with gcj? And, if so, where can I find these libs?
> >> Thanks in advance>>> Prueba el Nuevo Correo Terra; 
> Seguro, Rápido, Fiable.>>--Davanum Srinivas :  href="http://wso2.com/blogs/";>http://wso2.com/blogs/
> CONFIDENTIALITY NOTICEThis message and any included 
> attachmentsare from Cerner Corporation and are intendedonly for the 
> addressee. The informationcontained in this message is confidential 
> and may constitute inside or non-public informationunder 
> international, federal, or statesecurities laws. Unauthorized 
> forwarding,printing, copying, distribution, or use of suchinformation 
> is strictly prohibited and may be unlawful. If you are not the addressee, 
> pleasepromptly delete this message and notify thesender of the 
> delivery error by e-mail or youmay call Cerner's corporate offices in 
> KansasCity, Missouri, U.S.A at (+1) (816)221-1024.
>  -- 
>  
>
>
>
> Prueba el Nuevo Correo Terra; Seguro, Rápido, Fiable.
>
>
> CONFIDENTIALITY NOTICE
>
> This message and any included attachments
> are from Cerner Corporation and are intended
> only for the addressee. The information
> contained in this message is confidential and
> may constitute inside or non-public information
> under international, federal, or state
> securities laws. Unauthorized forwarding,
> printing, copying, distribution, or use of such
> information is strictly prohibited and may be
> unlawful. If you are not the addressee, please
> promptly delete this message and notify the
> sender of the delivery error by e-mail or you
> may call Cerner's corporate offices in Kansas
> City, Missouri, U.S.A at (+1) (816)221-1024.
>  --
>


--
Davanum Srinivas : http://wso2.com/blogs/


[jira] Commented: (AXIS2-107) WSDL Wizard for Eclipse

2006-01-11 Thread Ajith Harshana Ranabahu (JIRA)
[ 
http://issues.apache.org/jira/browse/AXIS2-107?page=comments#action_12362457 ] 

Ajith Harshana Ranabahu commented on AXIS2-107:
---

we can use the items from Eclipse WTP project 
(http://www.eclipse.org/webtools/main.html)

> WSDL Wizard for Eclipse
> ---
>
>  Key: AXIS2-107
>  URL: http://issues.apache.org/jira/browse/AXIS2-107
>  Project: Apache Axis 2.0 (Axis2)
> Type: Wish
>   Components: Tools
> Reporter: Davanum Srinivas
> Priority: Minor

>
> Do we have something similar to this?
> http://weblogs.asp.net/cweyer/archive/2005/07/26/420546.aspx
> thanks,
> dims

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



Re: GCJ

2006-01-11 Thread Jesse Sightler
Yes, I think it would be significantly more difficult to get the whole project to compile.  In my case, I was just running under IKVM in dynamic mode, and using Sun's activation.jar/mail.jar for testing.  That setup worked fairly well.
Trying to compile on top of a 100% free stack I think would still be somewhat difficult given the limitations of GCJ at the moment.-- Jesshttp://www.jroller.com/page/jsight/
On 1/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
I don't know ... I tryed to run a test client I developed using eclipse with axis (pretty easy). It worked over Sun's stuf but when it came
to compile it with GCJ I started to find problems regarding the javax.activation package, which isn't included in gcjlib/classpath projectand, also, refers to awt (incomplete in gcjlib/classpath).Ok, I'm new to axis but, what's the point in using Sun's 
javax.activation??Dims, as I'm new to axis (and web services) I don't think I can help much with this issue although I may give it a try.Thanks!Mensaje original
De: [EMAIL PROTECTED]Recibido: 10/01/2006 21:10Para: Asunto: Re:
GCJI don't know about GCJ and the server functionality specifically, but the client code works nicely with GNU Classpath 0.19(tested under IKVM).  I would suspect that most of Axis would work nicely as well.I wouldn't recommend it without some fairly
thorough testing, but the technology there is maturing quite rapidly.-- Jesshttp://www.jroller.com/page/jsight/
">http://www.jroller.com/page/jsight/On 1/10/06, Parikh,Pratik
<[EMAIL PROTECTED]">[EMAIL PROTECTED]> wrote:Hi Dims,   I would not recommend usinggcj? Since there is no support for it, and it is not perfect!
Thanks,Parikh, Pratik | Software Engineer | Cerner Corporation |(1)-816-201-1298 | [EMAIL PROTECTED]">
[EMAIL PROTECTED] | http://www.cerner.com">www.cerner.com-Original Message-From: Davanum Srinivas [mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]]Sent: Tuesday, January 10, 2006 8:59 AMTo: axis-dev@ws.apache.org">axis-dev@ws.apache.org; 
[EMAIL PROTECTED]">[EMAIL PROTECTED]Subject: Re: GCJNot yet. Can you please help us do it?thanks,dimsOn 1/10/06, [EMAIL PROTECTED]">[EMAIL PROTECTED] <[EMAIL PROTECTED]
">[EMAIL PROTECTED]> wrote:> Hi there!>> Are there any initiatives to port axis to gcjlib? Did someone manage> to
compile axis with gcj? And, if so, where can I find these libs?>> Thanks in advance>>> Prueba el Nuevo Correo Terra;Seguro, Rápido, Fiable.>>--Davanum Srinivas : http://wso2.com/blogs/">http://wso2.com/blogs/CONFIDENTIALITY NOTICEThis message and any included attachmentsare from Cerner Corporation and are intendedonly for
the addressee. The informationcontained in this message is confidential andmay constitute inside or non-publicinformationunder international, federal, or statesecurities laws. Unauthorized forwarding,printing, copying, distribution, or
use of suchinformation is strictly prohibited and may beunlawful. If you are not the addressee, pleasepromptly delete thismessage and notify thesender of the delivery error by e-mail or youmay call Cerner's corporate offices in KansasCity, Missouri,
U.S.A at (+1) (816)221-1024. --Prueba el Nuevo Correo Terra; Seguro, Rápido, Fiable.



Re: GCJ

2006-01-11 Thread Davanum Srinivas
jesse,

good news for you. pick up the activation jars and even mailapi jars
from Geronimo. (http://ibiblio.org/maven/geronimo-spec/jars/). then u
can have a 100% free stack.

-- dims

On 1/11/06, Jesse Sightler <[EMAIL PROTECTED]> wrote:
> Yes, I think it would be significantly more difficult to get the whole
> project to compile.  In my case, I was just running under IKVM in dynamic
> mode, and using Sun's activation.jar/mail.jar for testing.  That setup
> worked fairly well.
>
> Trying to compile on top of a 100% free stack I think would still be
> somewhat difficult given the limitations of GCJ at the moment.
>
> --
> Jess
> http://www.jroller.com/page/jsight/
>
>
> On 1/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > I don't know ... I tryed to run a test client I developed using eclipse
> with axis (pretty easy). It worked over Sun's stuf but when it came
> > to compile it with GCJ I started to find problems regarding the
> javax.activation package, which isn't included in gcjlib/classpath project
> > and, also, refers to awt (incomplete in gcjlib/classpath).
> > Ok, I'm new to axis but, what's the point in using Sun's
> javax.activation??
> > Dims, as I'm new to axis (and web services) I don't think I can help much
> with this issue although I may give it a try.
> >
> > Thanks!
> >
> >
> > 
> > 
> > Mensaje original
> > De: [EMAIL PROTECTED]
> > Recibido: 10/01/2006 21:10
> > Para: 
> > Asunto: Re:
> > GCJ
> > 
> > I don't know about GCJ and the server functionality specifically, but the
> client code works nicely with GNU Classpath 0.19
> > (tested under IKVM).  I would suspect that most of Axis would work
> nicely as well.I wouldn't recommend it without some fairly
> > thorough testing, but the technology there is maturing quite rapidly.
> > -- Jess href="http://www.jroller.com/page/jsight/ "
> >
> >http://www.jroller.com/page/jsight/ class="gmail_quote">On 1/10/06,  class="gmail_sendername">Parikh,Pratik
> > 
> > [EMAIL PROTECTED]> wrote: style="border-left:
> > 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left:
> 1ex;">Hi Dims,   I would not recommend using
> > gcj? Since there is no support for it, and it is not perfect!
> > Thanks,Parikh, Pratik | Software Engineer | Cerner Corporation
> |
> > (1)-816-201-1298 | mailto:[EMAIL PROTECTED]">
> [EMAIL PROTECTED] | http://www.cerner.com";>www.cerner.
> > com
> > -Original Message-From: Davanum Srinivas [mailto: href="mailto: [EMAIL PROTECTED]">[EMAIL PROTECTED]]
> > Sent: Tuesday, January 10, 2006 8:59 AMTo: axis-dev@ws.apache.org
> > ; [EMAIL PROTECTED]Subject: Re: GCJNot
> yet. Can you please help us do it?thanks,
> > dimsOn 1/10/06, [EMAIL PROTECTED]
> >   > >[EMAIL PROTECTED]> wrote:> Hi there!>> Are there any
> initiatives to port axis to gcjlib? Did someone manage> to
> > compile axis with gcj? And, if so, where can I find these libs?
> > >> Thanks in advance>>> Prueba el Nuevo Correo Terra;
> > Seguro, Rápido,
> Fiable.>>--Davanum Srinivas :  href=" http://wso2.com/blogs/";>http://wso2.com/blogs/
> > CONFIDENTIALITY NOTICEThis message and any included
> attachmentsare from Cerner Corporation and are intendedonly for
> > the addressee. The informationcontained in this message is
> confidential and
> > may constitute inside or non-public
> > informationunder international, federal, or statesecurities laws.
> Unauthorized forwarding,printing, copying, distribution, or
> > use of suchinformation is strictly prohibited and may be
> > unlawful. If you are not the addressee, pleasepromptly delete this
> > message and notify thesender of the delivery error by e-mail or
> youmay call Cerner's corporate offices in KansasCity, Missouri,
> > U.S.A at (+1) (816)221-1024.
> > 
> --
> > 
> > 
> >
> >
> >
> > Prueba el Nuevo Correo Terra; Seguro, Rápido, Fiable.
> >
> >
>
>


--
Davanum Srinivas : http://wso2.com/blogs/


RE: GCJ

2006-01-11 Thread Parikh,Pratik

Hi Dims,

   I have done some stuff around it for another open source project. So yes I 
do have some exps around it.

Thanks,
Parikh, Pratik | Software Engineer | Cerner Corporation | (1)-816-201-1298 | 
[EMAIL PROTECTED] | www.cerner.com


-Original Message-
From: Davanum Srinivas [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 11, 2006 9:44 AM
To: axis-dev@ws.apache.org
Cc: [EMAIL PROTECTED]
Subject: Re: GCJ

Pratik,

Thanks for your feedback. Have u tried it? Do you have any experience with it? 
We are in touch with Kaffe/Classpath/gcj/gcjx folks but we have not tried Axis2 
with gcj yet. AFAICT there will be no code changes needed to run Axis2 on 
either Kaffe or GCJ. So you don't have to worry about it.

thanks,
dims

On 1/11/06, Parikh,Pratik <[EMAIL PROTECTED]> wrote:
>
> Hi Everyone,
>
>I do agree with "I wouldn't recommend it without some fairly thorough 
> testing, but the technology there is maturing quite rapidly". And that is one 
> of the reason I don't recommend GCJ being used. I don't want you guys to 
> write bunch of code around it and then have problem porting it to java 5.
>
> Thanks,
> Parikh, Pratik | Software Engineer | Cerner Corporation |
> (1)-816-201-1298 | [EMAIL PROTECTED] | www.cerner.com
>
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 11, 2006 2:18 AM
> To: axis-dev@ws.apache.org
> Subject: Re: GCJ
>
> I don't know ... I tryed to run a test client I developed using eclipse with 
> axis (pretty easy). It worked over Sun's stuf but when it came to compile it 
> with GCJ I started to find problems regarding the javax.activation package, 
> which isn't included in gcjlib/classpath project and, also, refers to awt 
> (incomplete in gcjlib/classpath).
> Ok, I'm new to axis but, what's the point in using Sun's javax.activation??
> Dims, as I'm new to axis (and web services) I don't think I can help much 
> with this issue although I may give it a try.
>
> Thanks!
>
>
> 
> 
> Mensaje original
> De: [EMAIL PROTECTED]
> Recibido: 10/01/2006 21:10
> Para: 
> Asunto: Re:
> GCJ
> 
> I don't know about GCJ and the server functionality specifically, but the 
> client code works nicely with GNU Classpath 0.19 (tested under IKVM).  I 
> would suspect that most of Axis would work nicely as well.I wouldn't 
> recommend it without some fairly thorough testing, but the technology there 
> is maturing quite rapidly.
> -- Jesshttp://www.jroller.com/page/jsight/";
> >http://www.jroller.com/page/jsight/ >class="gmail_quote">On 1/10/06,  >class="gmail_sendername">Parikh,Pratik
> 
> [EMAIL PROTECTED]> wrote: style="border-left:
> 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 
> 1ex;">Hi Dims,   I would not recommend using gcj? Since 
> there is no support for it, and it is not perfect!
> Thanks,Parikh, Pratik | Software Engineer | Cerner
> Corporation |
> (1)-816-201-1298 | mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED] | 
> http://www.cerner.com";>www.cerner.
> com
> -Original Message-From: Davanum Srinivas
> [mailto:mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]]
> Sent: Tuesday, January 10, 2006 8:59 AMTo:  href="mailto:axis-dev@ws.apache.org";>axis-dev@ws.apache.org
> ; [EMAIL PROTECTED]Subject: Re:
> GCJNot yet. Can you please help us do it?thanks,
> dimsOn 1/10/06,  href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]
>   >[EMAIL PROTECTED]> wrote:> Hi there!>> Are there any
> >initiatives to port axis to gcjlib? Did someone manage> to
> compile axis with gcj? And, if so, where can I find these libs?
> >> Thanks in advance>>> Prueba el Nuevo Correo
> Terra; Seguro, Rápido, Fiable.>>--Davanum
> Srinivas : http://wso2.com/blogs/";>http://wso2.com/blogs/
> CONFIDENTIALITY NOTICEThis message and any included 
> attachmentsare from Cerner Corporation and are intendedonly for the 
> addressee. The informationcontained in this message is confidential 
> and may constitute inside or non-public informationunder 
> international, federal, or statesecurities laws. Unauthorized 
> forwarding,printing, copying, distribution, or use of suchinformation 
> is strictly prohibited and may be unlawful. If you are not the addressee, 
> pleasepromptly delete this message and notify thesender of the 
> delivery error by e-mail or youmay call Cerner's corporate offices in 
> KansasCity, Missouri, U.S.A at (+1) (816)221-1024.
> 
> --  
>
>
>
> Prueba el Nuevo Correo Terra; Seguro, Rápido, Fiable.
>
>
> CONFIDENTIALITY NOTICE
>
> This message and any included attachments are from Cerner Corporation
> and are intended only for the addressee. The information contained in
> this message is confidential and may constitute inside or non-public
> information under international, federal, or state securities laws.
> Unauthorized forwarding, printing, copying, distribution, or use of
> such information is strictly prohibited

[Axis2] Build break again!!

2006-01-11 Thread Davanum Srinivas
Eran,

latest svn gives me this:

amazonQS:

BUILD FAILED
File.. C:\APACHE\axis2\modules\samples\maven.xml
Element... ant:copy
Line.. 141
Column -1
Warning: Could not find file
C:\APACHE\axis2\modules\samples\xdocs\readme.txt to copy.
Total time   : 25 seconds
Finished at  : Wednesday, January 11, 2006 11:10:56 AM EST

thanks,
dims

--
Davanum Srinivas : http://wso2.com/blogs/


Re: [Axis2] Build break again!!

2006-01-11 Thread Eran Chinthaka
It was fixed in the release. I forgot to commit it, but its in the
release. Thanks.



Davanum Srinivas wrote:

>Eran,
>
>latest svn gives me this:
>
>amazonQS:
>
>BUILD FAILED
>File.. C:\APACHE\axis2\modules\samples\maven.xml
>Element... ant:copy
>Line.. 141
>Column -1
>Warning: Could not find file
>C:\APACHE\axis2\modules\samples\xdocs\readme.txt to copy.
>Total time   : 25 seconds
>Finished at  : Wednesday, January 11, 2006 11:10:56 AM EST
>
>thanks,
>dims
>
>--
>Davanum Srinivas : http://wso2.com/blogs/
>
>  
>


Re: [Axis2] Build break again!!

2006-01-11 Thread Davanum Srinivas
Sorry for the panic :)


On 1/11/06, Eran Chinthaka <[EMAIL PROTECTED]> wrote:
> It was fixed in the release. I forgot to commit it, but its in the
> release. Thanks.
>
>
>
> Davanum Srinivas wrote:
>
> >Eran,
> >
> >latest svn gives me this:
> >
> >amazonQS:
> >
> >BUILD FAILED
> >File.. C:\APACHE\axis2\modules\samples\maven.xml
> >Element... ant:copy
> >Line.. 141
> >Column -1
> >Warning: Could not find file
> >C:\APACHE\axis2\modules\samples\xdocs\readme.txt to copy.
> >Total time   : 25 seconds
> >Finished at  : Wednesday, January 11, 2006 11:10:56 AM EST
> >
> >thanks,
> >dims
> >
> >--
> >Davanum Srinivas : http://wso2.com/blogs/
> >
> >
> >
>


--
Davanum Srinivas : http://wso2.com/blogs/


Re: [Axis2] Code Freeze

2006-01-11 Thread Eran Chinthaka
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
 
Hi Devs,

Thanks for your patience and we just finished the release. So I can
release the code lock now, and you can continue to improve Axis2.

Anyway the distributables are up in the apache, but it will take some
time to pick up by the mirrors. I will send the release note tomorrow
(Sri Lankan Time), once the downloadables are available on mirrors.

Thanks all the devs for making Axis2 0.94 release a success. Hope you
will have some time to play with the release.

Thanks,
Chinthaka


Eran Chinthaka wrote:

> Hi Devs,
>
> - From here on the code is freezed until we release Axis2 0.94. So
> please do not commit anything other than related to the release or
> to the tools stuff. Sorry for inconvenience (if any ;-) ).
>
> Thanks, Chinthaka
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (MingW32)
 
iD8DBQFDxTDJjON2uBzUhh8RAn5lAKClQ4P+ArwShQAXU6h/SAAgz+F0BACdFl1r
kdO5Lw5a8doDHyz1JEaHP6M=
=1osX
-END PGP SIGNATURE-



RE: GCJ

2006-01-11 Thread Parikh,Pratik

Hi Dims,

   I am confused are we talking about generic support for java 1.4 and 
compiling the axis2 with it? Or are we talking about something else

Thanks,
Parikh, Pratik | Software Engineer | Cerner Corporation | (1)-816-201-1298 | 
[EMAIL PROTECTED] | www.cerner.com


-Original Message-
From: Davanum Srinivas [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 11, 2006 10:10 AM
To: axis-dev@ws.apache.org
Cc: [EMAIL PROTECTED]
Subject: Re: GCJ

jesse,

good news for you. pick up the activation jars and even mailapi jars from 
Geronimo. (http://ibiblio.org/maven/geronimo-spec/jars/). then u can have a 
100% free stack.

-- dims

On 1/11/06, Jesse Sightler <[EMAIL PROTECTED]> wrote:
> Yes, I think it would be significantly more difficult to get the whole
> project to compile.  In my case, I was just running under IKVM in
> dynamic mode, and using Sun's activation.jar/mail.jar for testing. 
> That setup worked fairly well.
>
> Trying to compile on top of a 100% free stack I think would still be
> somewhat difficult given the limitations of GCJ at the moment.
>
> --
> Jess
> http://www.jroller.com/page/jsight/
>
>
> On 1/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > I don't know ... I tryed to run a test client I developed using
> > eclipse
> with axis (pretty easy). It worked over Sun's stuf but when it came
> > to compile it with GCJ I started to find problems regarding the
> javax.activation package, which isn't included in gcjlib/classpath
> project
> > and, also, refers to awt (incomplete in gcjlib/classpath).
> > Ok, I'm new to axis but, what's the point in using Sun's
> javax.activation??
> > Dims, as I'm new to axis (and web services) I don't think I can help
> > much
> with this issue although I may give it a try.
> >
> > Thanks!
> >
> >
> > 
> > 
> > Mensaje original
> > De: [EMAIL PROTECTED]
> > Recibido: 10/01/2006 21:10
> > Para: 
> > Asunto: Re:
> > GCJ
> > 
> > I don't know about GCJ and the server functionality specifically,
> > but the
> client code works nicely with GNU Classpath 0.19
> > (tested under IKVM).  I would suspect that most of Axis would
> > work
> nicely as well.I wouldn't recommend it without some fairly
> > thorough testing, but the technology there is maturing quite rapidly.
> > -- Jess href="http://www.jroller.com/page/jsight/ "
> >
> >http://www.jroller.com/page/jsight/ class="gmail_quote">On 1/10/06,  class="gmail_sendername">Parikh,Pratik
> > 
> > [EMAIL PROTECTED]> wrote: style="border-left:
> > 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left:
> 1ex;">Hi Dims,   I would not recommend using
> > gcj? Since there is no support for it, and it is not perfect!
> > Thanks,Parikh, Pratik | Software Engineer | Cerner
> > Corporation
> |
> > (1)-816-201-1298 | mailto:[EMAIL PROTECTED]">
> [EMAIL PROTECTED] | http://www.cerner.com";>www.cerner.
> > com
> > -Original Message-From: Davanum Srinivas
> > [mailto: href="mailto: [EMAIL PROTECTED]">[EMAIL PROTECTED]]
> > Sent: Tuesday, January 10, 2006 8:59 AMTo: axis-dev@ws.apache.org
> > ; [EMAIL PROTECTED]Subject: Re:
> > GCJNot
> yet. Can you please help us do it?thanks,
> > dimsOn 1/10/06, [EMAIL PROTECTED]
> >   > >[EMAIL PROTECTED]> wrote:> Hi there!>> Are there
> > >any
> initiatives to port axis to gcjlib? Did someone manage> to
> > compile axis with gcj? And, if so, where can I find these libs?
> > >> Thanks in advance>>> Prueba el Nuevo Correo
> > Terra; Seguro, Rápido,
> Fiable.>>--Davanum Srinivas : http://wso2.com/blogs/";>http://wso2.com/blogs/
> > CONFIDENTIALITY NOTICEThis message and any included
> attachmentsare from Cerner Corporation and are intendedonly
> for
> > the addressee. The informationcontained in this message is
> confidential and
> > may constitute inside or non-public
> > informationunder international, federal, or statesecurities laws.
> Unauthorized forwarding,printing, copying, distribution, or
> > use of suchinformation is strictly prohibited and may be
> > unlawful. If you are not the addressee, pleasepromptly
> > delete this message and notify thesender of the delivery error
> > by e-mail or
> youmay call Cerner's corporate offices in KansasCity,
> Missouri,
> > U.S.A at (+1) (816)221-1024.
> > 
> --
> > 
> > 
> >
> >
> >
> > Prueba el Nuevo Correo Terra; Seguro, Rápido, Fiable.
> >
> >
>
>


--
Davanum Srinivas : http://wso2.com/blogs/

CONFIDENTIALITY NOTICE

This message and any included attachments
are from Cerner Corporation and are intended
only for the addressee. The information
contained in this message is confidential and
may constitute inside or non-public information
under international, federal, or state
securities laws. Unauthorized forwarding,
printing, copying, distribution, or use of such
information is strictly prohibited and may be
unlawful. If you are not the addressee, please
promptly delete this message and notify the
sende

Re: GCJ

2006-01-11 Thread Davanum Srinivas
Nope. we are just talking about running whatever code we have with an
alternative jvm. dev team strongly feels (when last polled) that if
people want to use jdk1.3 then use Axis1, if they want to use 1.4 or
1.5 then use Axis2. Note that as long as the dev team feels that 1.4
is needed, we will not use generics or other stuff that comes with
1.5. If we need annotations etc, we will make sure code will work w/o
that in 1.4 using technical solutions (in this case specific case we
use JAM - http://annogen.codehaus.org/JAM). There is some discussion
going on in other projects like Geronimo on Retrotranslator
(http://retrotranslator.sourceforge.net/), But not on [EMAIL PROTECTED]

thanks,
dims

On 1/11/06, Parikh,Pratik <[EMAIL PROTECTED]> wrote:
>
> Hi Dims,
>
>I am confused are we talking about generic support for java 1.4 and 
> compiling the axis2 with it? Or are we talking about something else
>
> Thanks,
> Parikh, Pratik | Software Engineer | Cerner Corporation | (1)-816-201-1298 | 
> [EMAIL PROTECTED] | www.cerner.com
>
>
> -Original Message-
> From: Davanum Srinivas [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 11, 2006 10:10 AM
> To: axis-dev@ws.apache.org
> Cc: [EMAIL PROTECTED]
> Subject: Re: GCJ
>
> jesse,
>
> good news for you. pick up the activation jars and even mailapi jars from 
> Geronimo. (http://ibiblio.org/maven/geronimo-spec/jars/). then u can have a 
> 100% free stack.
>
> -- dims
>
> On 1/11/06, Jesse Sightler <[EMAIL PROTECTED]> wrote:
> > Yes, I think it would be significantly more difficult to get the whole
> > project to compile.  In my case, I was just running under IKVM in
> > dynamic mode, and using Sun's activation.jar/mail.jar for testing.
> > That setup worked fairly well.
> >
> > Trying to compile on top of a 100% free stack I think would still be
> > somewhat difficult given the limitations of GCJ at the moment.
> >
> > --
> > Jess
> > http://www.jroller.com/page/jsight/
> >
> >
> > On 1/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > > I don't know ... I tryed to run a test client I developed using
> > > eclipse
> > with axis (pretty easy). It worked over Sun's stuf but when it came
> > > to compile it with GCJ I started to find problems regarding the
> > javax.activation package, which isn't included in gcjlib/classpath
> > project
> > > and, also, refers to awt (incomplete in gcjlib/classpath).
> > > Ok, I'm new to axis but, what's the point in using Sun's
> > javax.activation??
> > > Dims, as I'm new to axis (and web services) I don't think I can help
> > > much
> > with this issue although I may give it a try.
> > >
> > > Thanks!
> > >
> > >
> > > 
> > > 
> > > Mensaje original
> > > De: [EMAIL PROTECTED]
> > > Recibido: 10/01/2006 21:10
> > > Para: 
> > > Asunto: Re:
> > > GCJ
> > > 
> > > I don't know about GCJ and the server functionality specifically,
> > > but the
> > client code works nicely with GNU Classpath 0.19
> > > (tested under IKVM).  I would suspect that most of Axis would
> > > work
> > nicely as well.I wouldn't recommend it without some fairly
> > > thorough testing, but the technology there is maturing quite rapidly.
> > > -- Jess > href="http://www.jroller.com/page/jsight/ "
> > >
> > >http://www.jroller.com/page/jsight/ > class="gmail_quote">On 1/10/06,  > class="gmail_sendername">Parikh,Pratik
> > > 
> > > [EMAIL PROTECTED]> wrote: > style="border-left:
> > > 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left:
> > 1ex;">Hi Dims,   I would not recommend using
> > > gcj? Since there is no support for it, and it is not perfect!
> > > Thanks,Parikh, Pratik | Software Engineer | Cerner
> > > Corporation
> > |
> > > (1)-816-201-1298 | mailto:[EMAIL PROTECTED]">
> > [EMAIL PROTECTED] | http://www.cerner.com";>www.cerner.
> > > com
> > > -Original Message-From: Davanum Srinivas
> > > [mailto: > href="mailto: [EMAIL PROTECTED]">[EMAIL PROTECTED]]
> > > Sent: Tuesday, January 10, 2006 8:59 AMTo: axis-dev@ws.apache.org
> > > ; [EMAIL PROTECTED]Subject: Re:
> > > GCJNot
> > yet. Can you please help us do it?thanks,
> > > dimsOn 1/10/06, [EMAIL PROTECTED]
> > >   > > >[EMAIL PROTECTED]> wrote:> Hi there!>> Are there
> > > >any
> > initiatives to port axis to gcjlib? Did someone manage> to
> > > compile axis with gcj? And, if so, where can I find these libs?
> > > >> Thanks in advance>>> Prueba el Nuevo Correo
> > > Terra; Seguro, Rápido,
> > Fiable.>>--Davanum Srinivas : http://wso2.com/blogs/";>http://wso2.com/blogs/
> > > CONFIDENTIALITY NOTICEThis message and any included
> > attachmentsare from Cerner Corporation and are intendedonly
> > for
> > > the addressee. The informationcontained in this message is
> > confidential and
> > > may constitute inside or non-public
> > > informationunder international, federal, or statesecurities laws.
> > Unauthorized forwarding,printing, copying, distribution, or
> > > use of suchinformation is strictly

RE: GCJ

2006-01-11 Thread Parikh,Pratik

Hi Dims,

   Thanks. I think what you said make sense, but it did raise a question in my 
mind. How hard would it be to take the axis 1.X solution and run it on Axis2? 
Please let me know? I have build my solution around Axis1.X and was wondering 
how hard what would it be or what would it take to run on Axis2.

Thanks,
Parikh, Pratik | Software Engineer | Cerner Corporation | (1)-816-201-1298 | 
[EMAIL PROTECTED] | www.cerner.com


-Original Message-
From: Davanum Srinivas [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 11, 2006 10:51 AM
To: axis-dev@ws.apache.org
Cc: [EMAIL PROTECTED]
Subject: Re: GCJ

Nope. we are just talking about running whatever code we have with an 
alternative jvm. dev team strongly feels (when last polled) that if people want 
to use jdk1.3 then use Axis1, if they want to use 1.4 or
1.5 then use Axis2. Note that as long as the dev team feels that 1.4 is needed, 
we will not use generics or other stuff that comes with 1.5. If we need 
annotations etc, we will make sure code will work w/o that in 1.4 using 
technical solutions (in this case specific case we use JAM - 
http://annogen.codehaus.org/JAM). There is some discussion going on in other 
projects like Geronimo on Retrotranslator 
(http://retrotranslator.sourceforge.net/), But not on [EMAIL PROTECTED]

thanks,
dims

On 1/11/06, Parikh,Pratik <[EMAIL PROTECTED]> wrote:
>
> Hi Dims,
>
>I am confused are we talking about generic support for java 1.4 and 
> compiling the axis2 with it? Or are we talking about something else
>
> Thanks,
> Parikh, Pratik | Software Engineer | Cerner Corporation |
> (1)-816-201-1298 | [EMAIL PROTECTED] | www.cerner.com
>
>
> -Original Message-
> From: Davanum Srinivas [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 11, 2006 10:10 AM
> To: axis-dev@ws.apache.org
> Cc: [EMAIL PROTECTED]
> Subject: Re: GCJ
>
> jesse,
>
> good news for you. pick up the activation jars and even mailapi jars from 
> Geronimo. (http://ibiblio.org/maven/geronimo-spec/jars/). then u can have a 
> 100% free stack.
>
> -- dims
>
> On 1/11/06, Jesse Sightler <[EMAIL PROTECTED]> wrote:
> > Yes, I think it would be significantly more difficult to get the
> > whole project to compile.  In my case, I was just running under IKVM
> > in dynamic mode, and using Sun's activation.jar/mail.jar for testing.
> > That setup worked fairly well.
> >
> > Trying to compile on top of a 100% free stack I think would still be
> > somewhat difficult given the limitations of GCJ at the moment.
> >
> > --
> > Jess
> > http://www.jroller.com/page/jsight/
> >
> >
> > On 1/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > > I don't know ... I tryed to run a test client I developed using
> > > eclipse
> > with axis (pretty easy). It worked over Sun's stuf but when it came
> > > to compile it with GCJ I started to find problems regarding the
> > javax.activation package, which isn't included in gcjlib/classpath
> > project
> > > and, also, refers to awt (incomplete in gcjlib/classpath).
> > > Ok, I'm new to axis but, what's the point in using Sun's
> > javax.activation??
> > > Dims, as I'm new to axis (and web services) I don't think I can
> > > help much
> > with this issue although I may give it a try.
> > >
> > > Thanks!
> > >
> > >
> > > 
> > > 
> > > Mensaje original
> > > De: [EMAIL PROTECTED]
> > > Recibido: 10/01/2006 21:10
> > > Para: 
> > > Asunto: Re:
> > > GCJ
> > > 
> > > I don't know about GCJ and the server functionality specifically,
> > > but the
> > client code works nicely with GNU Classpath 0.19
> > > (tested under IKVM).  I would suspect that most of Axis would
> > > work
> > nicely as well.I wouldn't recommend it without some fairly
> > > thorough testing, but the technology there is maturing quite rapidly.
> > > -- Jess > href="http://www.jroller.com/page/jsight/ "
> > >
> > >http://www.jroller.com/page/jsight/ > class="gmail_quote">On 1/10/06,  > class="gmail_sendername">Parikh,Pratik
> > > 
> > > [EMAIL PROTECTED]> wrote: > style="border-left:
> > > 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left:
> > 1ex;">Hi Dims,   I would not recommend using
> > > gcj? Since there is no support for it, and it is not perfect!
> > > Thanks,Parikh, Pratik | Software Engineer | Cerner
> > > Corporation
> > |
> > > (1)-816-201-1298 | mailto:[EMAIL PROTECTED]">
> > [EMAIL PROTECTED] | http://www.cerner.com";>www.cerner.
> > > com
> > > -Original Message-From: Davanum Srinivas
> > > [mailto: > href="mailto: [EMAIL PROTECTED]">[EMAIL PROTECTED]]
> > > Sent: Tuesday, January 10, 2006 8:59 AMTo: axis-dev@ws.apache.org
> > > ; [EMAIL PROTECTED]Subject: Re:
> > > GCJNot
> > yet. Can you please help us do it?thanks,
> > > dimsOn 1/10/06, [EMAIL PROTECTED]
> > >   > > >[EMAIL PROTECTED]> wrote:> Hi there!>> Are there
> > > >any
> > initiatives to port axis to gcjlib? Did someone manage> to
> > > compile axis with gcj? And, if 

[jira] Created: (AXIS-2367) Axis Fault Access Deined Exception

2006-01-11 Thread swami (JIRA)
Axis Fault Access Deined Exception
--

 Key: AXIS-2367
 URL: http://issues.apache.org/jira/browse/AXIS-2367
 Project: Apache Axis
Type: Bug
Versions: 1.0
 Environment: RAD, IBMWebsphere
Reporter: swami


I am getting Axis Fault Access Deined Error (401).  I have server-config.wsdd 
file with handlers (Authentication).  It is working locally without any issue.  
Control goes to handler and then service method and throws the result back.  
But, when i deployed project in Server.  I am getting Axis Fault Access Deined 
Exception.   I don't know the reason why?.  

I tried to run service in one machine(locally) and access that service method 
from different  machine (using ip address of that service machine). I am 
getting the result back.

Please help me to resolve this issue. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



Axis2 binding component

2006-01-11 Thread Alex Boisvert

(Added axis-dev to CC: list)

Howdy,

I'm in the process of designing an Axis2-based binding component and
wanted to solicit feedback and review before I get too far.

The BC would support two main use-cases:

-expose internal JBI components over protocols/transports supported by Axis2
-allow JBI components to access external web services using Axis2

To expose an internal service, one would create a service unit that
would identify the internal service, and provide an Axis2 services.xml
descriptor to configure the processing chain, binding and port
information (e.g. protocol, transport, policy, security, ...)

At runtime, the BC would obtain the internal service description (WSDL)
via Component.getDescription() and update its binding and port
information according the Axis2 configuration such that the resulting
WSDL can be provided dynamically to external consumers (e.g. via HTTP GET).

For external services, one would create a service unit containing a
service description (WSDL) and an optional Axis2 services.xml descriptor
if a special processing chain is required.

The BC would then expose this external service on the JBI bus, which may
then be resolved using service type, service name, service endpoint,
external endpoint and (eventually) service reference.

The BC descriptor would look something like this:


  
  internal/external

  
  
  QName
  QName
  NCName
  
  


And the service unit layout would look like this:

meta-inf/jbi.xml(JBI service unit descriptor)
meta-inf/Manifest.mf(JAR manifest)
meta-inf/services.xml   (Axis2 service descriptor)
MyExternalService.wsdl  (WSDL for external service, if applicable)

That's what I've got so far.  I have ideas on additional features for
the BC but I want to get the basics right first.

BTW, is anybody already working on something similar?  Maybe we can work
together.  Also, if anyone is interested in helping out during the early
development stage, please let me know and we could arrange to setup a
shared repository.

cheers,
alex


[jira] Created: (AXIS2-380) poor html and css

2006-01-11 Thread Noah Levitt (JIRA)
poor html and css
-

 Key: AXIS2-380
 URL: http://issues.apache.org/jira/browse/AXIS2-380
 Project: Apache Axis 2.0 (Axis2)
Type: Bug
Reporter: Noah Levitt
Priority: Minor


The html and css in the jsp's are painful to work with. axis-style.css 
specifies font sizes in pixels which makes it tiny on high res screens. There 
are table sizes also specified in pixels, which is bad news for anybody with a 
small screen or who likes to keep browser windows modestly sized. Just getting 
rid of those two things makes the pages much more usable, but there is still 
vast room for improvement.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Commented: (AXIS2-380) poor html and css

2006-01-11 Thread Davanum Srinivas (JIRA)
[ 
http://issues.apache.org/jira/browse/AXIS2-380?page=comments#action_12362494 ] 

Davanum Srinivas commented on AXIS2-380:


could you please help us clean them up?

thanks,
dims

> poor html and css
> -
>
>  Key: AXIS2-380
>  URL: http://issues.apache.org/jira/browse/AXIS2-380
>  Project: Apache Axis 2.0 (Axis2)
> Type: Bug
> Reporter: Noah Levitt
> Priority: Minor

>
> The html and css in the jsp's are painful to work with. axis-style.css 
> specifies font sizes in pixels which makes it tiny on high res screens. There 
> are table sizes also specified in pixels, which is bad news for anybody with 
> a small screen or who likes to keep browser windows modestly sized. Just 
> getting rid of those two things makes the pages much more usable, but there 
> is still vast room for improvement.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



Re: GCJ

2006-01-11 Thread Jesse Sightler
Cool!  I didn't know they had reimplemented those for Geronimo... I'll have to check it out sometime.Thanks,JessOn 1/11/06, Davanum Srinivas
 <[EMAIL PROTECTED]> wrote:jesse,
good news for you. pick up the activation jars and even mailapi jarsfrom Geronimo. (http://ibiblio.org/maven/geronimo-spec/jars/). then ucan have a 100% free stack.
-- dimsOn 1/11/06, Jesse Sightler <[EMAIL PROTECTED]> wrote:> Yes, I think it would be significantly more difficult to get the whole> project to compile.  In my case, I was just running under IKVM in dynamic
> mode, and using Sun's activation.jar/mail.jar for testing.  That setup> worked fairly well.>> Trying to compile on top of a 100% free stack I think would still be> somewhat difficult given the limitations of GCJ at the moment.
>> --> Jess> http://www.jroller.com/page/jsight/>>> On 1/11/06, [EMAIL PROTECTED]
 <[EMAIL PROTECTED]> wrote:> > I don't know ... I tryed to run a test client I developed using eclipse> with axis (pretty easy). It worked over Sun's stuf but when it came
> > to compile it with GCJ I started to find problems regarding the> javax.activation package, which isn't included in gcjlib/classpath project> > and, also, refers to awt (incomplete in gcjlib/classpath).
> > Ok, I'm new to axis but, what's the point in using Sun's> javax.activation??> > Dims, as I'm new to axis (and web services) I don't think I can help much> with this issue although I may give it a try.
> >> > Thanks!> >> >> > > > > > Mensaje original> > De: [EMAIL PROTECTED]
> > Recibido: 10/01/2006 21:10> > Para: > > Asunto: Re:> > GCJ
> > > > I don't know about GCJ and the server functionality specifically, but the> client code works nicely with GNU Classpath 0.19> > (tested under IKVM).  I would suspect that most of Axis would work
> nicely as well.I wouldn't recommend it without some fairly> > thorough testing, but the technology there is maturing quite rapidly.> > -- Jess> href="" href="http://www.jroller.com/page/jsight/">http://www.jroller.com/page/jsight/ "> >> >http://www.jroller.com/page/jsight/
> class="gmail_quote">On 1/10/06, > class="gmail_sendername">Parikh,Pratik> > <
[EMAIL PROTECTED]">> > [EMAIL PROTECTED]> wrote:> style="border-left:
> > 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left:> 1ex;">Hi Dims,   I would not recommend using> > gcj? Since there is no support for it, and it is not perfect!
> > Thanks,Parikh, Pratik | Software Engineer | Cerner Corporation> |> > (1)-816-201-1298 | [EMAIL PROTECTED]
">> [EMAIL PROTECTED] | http://www.cerner.com">www.cerner.> > com
> > -Original Message-From: Davanum Srinivas [mailto:> href="" [EMAIL PROTECTED]">
[EMAIL PROTECTED]]> > Sent: Tuesday, January 10, 2006 8:59 AMTo: > axis-dev@ws.apache.org">
axis-dev@ws.apache.org> > ; > > [EMAIL PROTECTED]">[EMAIL PROTECTED]Subject: Re: GCJNot
> yet. Can you please help us do it?thanks,> > dimsOn 1/10/06, > [EMAIL PROTECTED]
">[EMAIL PROTECTED]> >  <[EMAIL PROTECTED] "> > >
[EMAIL PROTECTED]> wrote:> Hi there!>> Are there any> initiatives to port axis to gcjlib? Did someone manage> to> > compile axis with gcj? And, if so, where can I find these libs?
> > >> Thanks in advance>>> Prueba el Nuevo Correo Terra;> > Seguro, Rápido,> Fiable.>>--Davanum Srinivas : > href="" http://wso2.com/blogs/">http://wso2.com/blogs/> > CONFIDENTIALITY NOTICEThis message and any included
> attachmentsare from Cerner Corporation and are intendedonly for> > the addressee. The informationcontained in this message is> confidential and> > may constitute inside or non-public
> > informationunder international, federal, or statesecurities laws.> Unauthorized forwarding,printing, copying, distribution, or> > use of suchinformation is strictly prohibited and may be
> > unlawful. If you are not the addressee, pleasepromptly delete this> > message and notify thesender of the delivery error by e-mail or> youmay call Cerner's corporate offices in KansasCity, Missouri,
> > U.S.A at (+1) (816)221-1024.> > > --> > > > > >
> >> >> > Prueba el Nuevo Correo Terra; Seguro, Rápido, Fiable.> >> >>>--Davanum Srinivas : http://wso2.com/blogs/



[jira] Updated: (AXIS2-380) poor html and css

2006-01-11 Thread Noah Levitt (JIRA)
 [ http://issues.apache.org/jira/browse/AXIS2-380?page=all ]

Noah Levitt updated AXIS2-380:
--

Attachment: foo.diff

Here's a minimal start...

> poor html and css
> -
>
>  Key: AXIS2-380
>  URL: http://issues.apache.org/jira/browse/AXIS2-380
>  Project: Apache Axis 2.0 (Axis2)
> Type: Bug
> Reporter: Noah Levitt
> Priority: Minor
>  Attachments: foo.diff
>
> The html and css in the jsp's are painful to work with. axis-style.css 
> specifies font sizes in pixels which makes it tiny on high res screens. There 
> are table sizes also specified in pixels, which is bad news for anybody with 
> a small screen or who likes to keep browser windows modestly sized. Just 
> getting rid of those two things makes the pages much more usable, but there 
> is still vast room for improvement.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Created: (AXIS2-381) WSDL2Code closes the cmdline window if it can't find AXIS_HOMNE

2006-01-11 Thread Simon Fell (JIRA)
WSDL2Code closes the cmdline window if it can't find AXIS_HOMNE
---

 Key: AXIS2-381
 URL: http://issues.apache.org/jira/browse/AXIS2-381
 Project: Apache Axis 2.0 (Axis2)
Type: Bug
  Components: wsdl  
Versions: 0.94
 Environment: WinXP, JDK 1.5
Reporter: Simon Fell
Priority: Minor


running WSDL2Code from a command prompt window, if it can't find the AXIS_HOME 
setting, then it'll close the window.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Created: (AXIS2-382) WSDL2Code stops with confusing exception message

2006-01-11 Thread Simon Fell (JIRA)
WSDL2Code stops with confusing exception message


 Key: AXIS2-382
 URL: http://issues.apache.org/jira/browse/AXIS2-382
 Project: Apache Axis 2.0 (Axis2)
Type: Bug
  Components: wsdl  
Versions: 0.94
 Environment: JDK 1.5, Win XP
Reporter: Simon Fell


running wsdl2code -uri enterprise.wsdl
stops with this exception 

RuntimeException: Schema for namespace 'urn:enterprise.soap.sforce.com' already 
contains type 'string
at 
org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:118)
at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:31)
Caused by: java.lang.RuntimeException: java.lang.RuntimeException: Schema for 
namespace 'urn:enterprise.soap.sforce.com'
 already contains type 'string
at 
org.apache.axis2.wsdl.codegen.extension.SimpleDBExtension.engage(SimpleDBExtension.java:152)
at 
org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:80)
... 1 more
Caused by: java.lang.RuntimeException: Schema for namespace 
'urn:enterprise.soap.sforce.com' already contains type 'stri
ng
at org.apache.ws.commons.schema.XmlSchema.addType(XmlSchema.java:237)
at 
org.apache.ws.commons.schema.SchemaBuilder.handleXmlSchemaElement(SchemaBuilder.java:98)
at 
org.apache.ws.commons.schema.XmlSchemaCollection.read(XmlSchemaCollection.java:233)
at 
org.apache.axis2.wsdl.codegen.extension.SimpleDBExtension.engage(SimpleDBExtension.java:86)
... 2 more


Nothing in the WSDL defines a type called string

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Updated: (AXIS2-382) WSDL2Code stops with confusing exception message

2006-01-11 Thread Simon Fell (JIRA)
 [ http://issues.apache.org/jira/browse/AXIS2-382?page=all ]

Simon Fell updated AXIS2-382:
-

Attachment: enterprise.wsdl

> WSDL2Code stops with confusing exception message
> 
>
>  Key: AXIS2-382
>  URL: http://issues.apache.org/jira/browse/AXIS2-382
>  Project: Apache Axis 2.0 (Axis2)
> Type: Bug
>   Components: wsdl
> Versions: 0.94
>  Environment: JDK 1.5, Win XP
> Reporter: Simon Fell
>  Attachments: enterprise.wsdl
>
> running wsdl2code -uri enterprise.wsdl
> stops with this exception 
> RuntimeException: Schema for namespace 'urn:enterprise.soap.sforce.com' 
> already contains type 'string
> at 
> org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:118)
> at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:31)
> Caused by: java.lang.RuntimeException: java.lang.RuntimeException: Schema for 
> namespace 'urn:enterprise.soap.sforce.com'
>  already contains type 'string
> at 
> org.apache.axis2.wsdl.codegen.extension.SimpleDBExtension.engage(SimpleDBExtension.java:152)
> at 
> org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:80)
> ... 1 more
> Caused by: java.lang.RuntimeException: Schema for namespace 
> 'urn:enterprise.soap.sforce.com' already contains type 'stri
> ng
> at org.apache.ws.commons.schema.XmlSchema.addType(XmlSchema.java:237)
> at 
> org.apache.ws.commons.schema.SchemaBuilder.handleXmlSchemaElement(SchemaBuilder.java:98)
> at 
> org.apache.ws.commons.schema.XmlSchemaCollection.read(XmlSchemaCollection.java:233)
> at 
> org.apache.axis2.wsdl.codegen.extension.SimpleDBExtension.engage(SimpleDBExtension.java:86)
> ... 2 more
> Nothing in the WSDL defines a type called string

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[ANN] [Axis2] Axis2 0.94 Released

2006-01-11 Thread Eran Chinthaka




-BEGIN PGP SIGNED MESSAGE- 
Hash: SHA1 
 
Apache Axis2 team is proud to announce the release of Axis2 0.94
version. You can download the release from :
http://ws.apache.org/axis2/download.cgi (if you can not find the
distribution in the mirrors, please use the backup sites)

Axis2 version 0.94 comes with 5 different packages and 3 plugins,
giving you the flexibility to select one of them to suit your own
requirements. Please see
http://ws.apache.org/axis2/0_94/installationguide.html for further
details about different distributables.

Axis2 Complete Features List

    * AXIOM, an XML object model working on StAX (Streaming API for
  XML) parsing optimized for SOAP 1.1/1.2 Messages. This has
  complete XML infoset support.
    * Support for One-Way Messaging (In-Only) and Request Response
  Messaging (In-Out)
    * Module Architecture, mechanism to extend the SOAP Processing
Model
    * Module version support , can have multiple versions of the same
  module and use them depending on the requirement.
    * Content hierarchy
    * Archive based deployment Model and Directory based deployment
model
    * JWS like deployment (making Java class into Web service)
    * WSDL Code Generation Tool for Stub and skeletons
    * WS-Addressing, both the submission (2004/08) and final (2005/08)
  versions
    * WSS4J module for security
    * Improved and user friendly Client API
    * WSDL2Java
    * REST (REpresentational State Transfer) Support
    * Transports supports: HTTP, SMTP, TCP, JMS
    * Raw XML providers
    * Support for MTOM/ MIME/ SwA
    * SAAJ implementation
    * DOOM - New Feature
    * Pack/Unpack capability for the generated code- New Feature
    * Axis Data Binding - ADB (Framework and Schema Compiler)
    * Numerous bug fixes since last release

Axis2 Experimental Features List

    * Sessions scoping for Application, SOAP, Transport and Request
  levels
    * Server side Web Service Policy support
    * ?wsdl and ?xsd support
    * Java2WSDL
    * Generating ServiceClient for a given WSDL and invoke the
  corresponding service using generated client.


Major Changes Since Last Release

    * Fixing of memory leaks
    * Client API changes , Introducing ServiceClient instead of
  MEPClient, InOnlyMEPClient, InOutMEPClient, Call. (Please note
  that the above classes will be deprecated in this release.)
    * Module versioning support , can have multiple versions of the
  same module and use them depending on the requirement.
    * Code generator improved to process multi-port WSDL's properly
    * Packing and unpacking options for the code generated classes
    * Multiple Axis2 packaging distros for diferent requirements

Tools Included In This Release

    * Axis2 Web Application (Web App)
    * WSDL2WS- Eclipse plugin/ Command line version/ IntelliJ IDEA
plugin
    * Service Archive Wizard- Eclipse plugin/ IntelliJ IDEA plugin

*What's Still To Do?*

    * See list of what we think needs to be done, and consider helping
  out if you're interested & able!
    * JAX-RPC 1.1 and/or JAX-WS compliance
    * SOAP Encoding
    * Binary serialization and de-serialization support
    * Management Interface for Axis2
    * Implementation of other Transports.
    * Resource framework implementation (WS-RF) and Enterprise web
  services such as JSR 109 support
    * Completion of interop tests

Axis2 is taking shape and this 0.94 release is a glimpse of version
1.0 that will be coming soon. If you happen to have a vision of how
the next generation of Web Service should be, and like to contribute
to Apache Axis2 feel free to pitch in. Any contributions in the form
of coding, testing, submitting improvements to the documentation, and
reporting bugs are most welcome!

Thanks for your interest in Apache Axis2!

- - -- The Axis Development Team
-BEGIN PGP SIGNATURE- 
Version: GnuPG v1.4.2 (MingW32) 
 
iD8DBQFDxcgJjON2uBzUhh8RAtOmAJ94fS37a5EOpnqWhVAFZOg47QAU8gCdErAx 
uzt55LYX+AyBNJF4MHz7ung= 
=nP4m 
-END PGP SIGNATURE- 





[jira] Commented: (AXIS2-382) WSDL2Code stops with confusing exception message

2006-01-11 Thread Ajith Harshana Ranabahu (JIRA)
[ 
http://issues.apache.org/jira/browse/AXIS2-382?page=comments#action_12362512 ] 

Ajith Harshana Ranabahu commented on AXIS2-382:
---

The problem is that ADB (which is the default now) does not know how to process 
complex content. However the error message is completely meaningless and tends 
to mislead users away from the real issue. This schema is correctly processed 
by xmlbeans and the generated code compiles correctly.

> WSDL2Code stops with confusing exception message
> 
>
>  Key: AXIS2-382
>  URL: http://issues.apache.org/jira/browse/AXIS2-382
>  Project: Apache Axis 2.0 (Axis2)
> Type: Bug
>   Components: wsdl
> Versions: 0.94
>  Environment: JDK 1.5, Win XP
> Reporter: Simon Fell
>  Attachments: enterprise.wsdl
>
> running wsdl2code -uri enterprise.wsdl
> stops with this exception 
> RuntimeException: Schema for namespace 'urn:enterprise.soap.sforce.com' 
> already contains type 'string
> at 
> org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:118)
> at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:31)
> Caused by: java.lang.RuntimeException: java.lang.RuntimeException: Schema for 
> namespace 'urn:enterprise.soap.sforce.com'
>  already contains type 'string
> at 
> org.apache.axis2.wsdl.codegen.extension.SimpleDBExtension.engage(SimpleDBExtension.java:152)
> at 
> org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:80)
> ... 1 more
> Caused by: java.lang.RuntimeException: Schema for namespace 
> 'urn:enterprise.soap.sforce.com' already contains type 'stri
> ng
> at org.apache.ws.commons.schema.XmlSchema.addType(XmlSchema.java:237)
> at 
> org.apache.ws.commons.schema.SchemaBuilder.handleXmlSchemaElement(SchemaBuilder.java:98)
> at 
> org.apache.ws.commons.schema.XmlSchemaCollection.read(XmlSchemaCollection.java:233)
> at 
> org.apache.axis2.wsdl.codegen.extension.SimpleDBExtension.engage(SimpleDBExtension.java:86)
> ... 2 more
> Nothing in the WSDL defines a type called string

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Created: (AXIS2-383) Apply 0_94 xdocs directory containing all 0.94 documents

2006-01-11 Thread Chatra Nakkawita (JIRA)
Apply 0_94 xdocs directory containing all 0.94 documents


 Key: AXIS2-383
 URL: http://issues.apache.org/jira/browse/AXIS2-383
 Project: Apache Axis 2.0 (Axis2)
Type: Improvement
  Components: samples, build,site  & docs  
Versions: 0.94
 Environment: Windows XP/jdk 1.4
Reporter: Chatra Nakkawita
 Fix For: 0.94


Corrected all axis2 0.94 docs. Apply patch to Projects\Axis2\xdocs directory

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Updated: (AXIS2-383) Apply 0_94 xdocs directory containing all 0.94 documents

2006-01-11 Thread Chatra Nakkawita (JIRA)
 [ http://issues.apache.org/jira/browse/AXIS2-383?page=all ]

Chatra Nakkawita updated AXIS2-383:
---

Attachment: xdocs- 0_94.patch

apply

> Apply 0_94 xdocs directory containing all 0.94 documents
> 
>
>  Key: AXIS2-383
>  URL: http://issues.apache.org/jira/browse/AXIS2-383
>  Project: Apache Axis 2.0 (Axis2)
> Type: Improvement
>   Components: samples, build,site  & docs
> Versions: 0.94
>  Environment: Windows XP/jdk 1.4
> Reporter: Chatra Nakkawita
>  Fix For: 0.94
>  Attachments: xdocs- 0_94.patch
>
> Corrected all axis2 0.94 docs. Apply patch to Projects\Axis2\xdocs directory

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[axis2] unable to run client

2006-01-11 Thread Simon Fell
Title: [axis2] unable to run client






Following along a similar set of steps to those outlined in the databinding client part of the docs, i ran WSDL2Code on the wsdl with the option to use xmlbeans. In my client, i new up an instance of the generated stub, SoapStub stub = new SoapStub(); leaves me with this when i try and run my code

- Module validation failed  module.xml not found  for the module :   addressing; nested exception is:
    org.apache.axis2.deployment.DeploymentException: module.xml not found  for the module :   addressing
Exception in thread "main" org.apache.axis2.deployment.DeploymentException: module.xml not found  for the module :   addressing; nested exception is:
    org.apache.axis2.deployment.DeploymentException: module.xml not found  for the module :   addressing; nested exception is:
    org.apache.axis2.deployment.DeploymentException: module.xml not found  for the module :   addressing; nested exception is:
    org.apache.axis2.deployment.DeploymentException: module.xml not found  for the module :   addressing
    at org.apache.axis2.deployment.DeploymentEngine.load(DeploymentEngine.java:542)
    at org.apache.axis2.deployment.FileSystemConfigurator.getAxisConfiguration(FileSystemConfigurator.java:56)
    at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:39)
    at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem(ConfigurationContextFactory.java:53)
    at org.apache.axis2.client.ServiceClient.(ServiceClient.java:86)
    at org.apache.axis2.SoapStub.(SoapStub.java:144)
    at testClient.main(testClient.java:20)
Caused by: org.apache.axis2.deployment.DeploymentException: module.xml not found  for the module :   addressing; nested exception is:
    org.apache.axis2.deployment.DeploymentException: module.xml not found  for the module :   addressing
    at org.apache.axis2.deployment.repository.util.ArchiveReader.creatModuleArchivefromResource(ArchiveReader.java:193)
    at org.apache.axis2.engine.AxisConfiguration.loadModulefromResources(AxisConfiguration.java:385)
    at org.apache.axis2.engine.AxisConfiguration.engageModule(AxisConfiguration.java:328)
    at org.apache.axis2.deployment.DeploymentEngine.engageModules(DeploymentEngine.java:502)
    at org.apache.axis2.deployment.DeploymentEngine.load(DeploymentEngine.java:537)
    ... 6 more
Caused by: org.apache.axis2.deployment.DeploymentException: module.xml not found  for the module :   addressing
    at org.apache.axis2.deployment.repository.util.ArchiveReader.creatModuleArchivefromResource(ArchiveReader.java:158)
    ... 10 more


If i need a module.xml to run the client, shouldn't WSDL2Code spit out a default one for me ?

Thanks
Simon





Re: [jira] Updated: (AXIS2-383) Apply 0_94 xdocs directory containing all 0.94 documents

2006-01-11 Thread Deepal Jayasinghe

done

Thanks,
Deepal

~Future is Open~

- Original Message - 
From: "Chatra Nakkawita (JIRA)" <[EMAIL PROTECTED]>

To: 
Sent: Thursday, January 12, 2006 11:01 AM
Subject: [jira] Updated: (AXIS2-383) Apply 0_94 xdocs directory containing 
all 0.94 documents




[ http://issues.apache.org/jira/browse/AXIS2-383?page=all ]

Chatra Nakkawita updated AXIS2-383:
---

   Attachment: xdocs- 0_94.patch

apply


Apply 0_94 xdocs directory containing all 0.94 documents


 Key: AXIS2-383
 URL: http://issues.apache.org/jira/browse/AXIS2-383
 Project: Apache Axis 2.0 (Axis2)
Type: Improvement
  Components: samples, build,site  & docs
Versions: 0.94
 Environment: Windows XP/jdk 1.4
Reporter: Chatra Nakkawita
 Fix For: 0.94
 Attachments: xdocs- 0_94.patch

Corrected all axis2 0.94 docs. Apply patch to Projects\Axis2\xdocs 
directory


--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
  http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
  http://www.atlassian.com/software/jira







verbosity of client code

2006-01-11 Thread Simon Fell
Title: verbosity of client code






Are there any plans to reduce the verbosity of the code that needs to be written by the client? a 2 liner in Axis 1.x (create the stub, call login), now takes 7 lines of code. Do you really think this is an improvement ?

SoapStub stub = new SoapStub();
Login l = Login.Factory.newInstance();
l.setUsername(args[0]);
l.setPassword(args[1]);
LoginDocument ld = LoginDocument.Factory.newInstance();
ld.setLogin(l);
LoginResult lr = stub.login(ld).getLoginResponse().getResult();

I notice that in the more recent builds of Indigo which also suffers with an overly verbose programming model, they at least added some constructors to make it a little better.

Cheers
Simon





[jira] Commented: (AXIS2-380) poor html and css

2006-01-11 Thread Ajith Harshana Ranabahu (JIRA)
[ 
http://issues.apache.org/jira/browse/AXIS2-380?page=comments#action_12362514 ] 

Ajith Harshana Ranabahu commented on AXIS2-380:
---

We just tried the patch and it seems somewhat 'ugly' without the fonts. Can we 
have a screen shot that shows the particular problem ?

> poor html and css
> -
>
>  Key: AXIS2-380
>  URL: http://issues.apache.org/jira/browse/AXIS2-380
>  Project: Apache Axis 2.0 (Axis2)
> Type: Bug
> Reporter: Noah Levitt
> Priority: Minor
>  Attachments: foo.diff
>
> The html and css in the jsp's are painful to work with. axis-style.css 
> specifies font sizes in pixels which makes it tiny on high res screens. There 
> are table sizes also specified in pixels, which is bad news for anybody with 
> a small screen or who likes to keep browser windows modestly sized. Just 
> getting rid of those two things makes the pages much more usable, but there 
> is still vast room for improvement.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Commented: (AXIS-1819) addChildElement(String) should not namespaceURI

2006-01-11 Thread Changshin Lee (JIRA)
[ 
http://issues.apache.org/jira/browse/AXIS-1819?page=comments#action_12362515 ] 

Changshin Lee commented on AXIS-1819:
-

According to SAAJ 1.3 at 
http://www.jcp.org/aboutJava/communityprocess/maintenance/jsr067/SAAJ1_3ChangeLog_4.html

addChildElement

SOAPElement addChildElement(java.lang.String localName)
throws SOAPException
Creates a new SOAPElement object initialized with the specified local name and 
adds the new element to this SOAPElement object.  The new  SOAPElement  
inherits any in-scope default namespace.

Therefore,

MessageElement child = new MessageElement(getNamespaceURI(""), localName);

makes the method work as the spec clarifies.


> addChildElement(String) should not namespaceURI
> ---
>
>  Key: AXIS-1819
>  URL: http://issues.apache.org/jira/browse/AXIS-1819
>  Project: Apache Axis
> Type: Bug
>   Components: SAAJ
> Versions: current (nightly)
> Reporter: Jongjin Choi

>
> Subject : MessageElement#addChildElement(String) should not inherits 
> namespaceURI.
> MessageElement#addChildElement(String) inherits namespaceURI of the element 
> to the added child.
> For example, 
>  MessageFactory mf = MessageFactory.newInstance();
>  SOAPMessage msg = mf.createMessage();
>  SOAPBody sb = msg.getSOAPBody();
>  SOAPElement se1 = sb.addChildElement("echoString", "ns1", 
> "http://tempuri.org";);
>  SOAPElement se2 = se1.addChildElement("value");
>  se2.addTextNode("Hello");
> The expected output will be: (namespace decl is omitted for brevity)
>  
>   Hello
> But AXis's output is :
>   Hello
> Thought the SAAJ spec is not clear about this, the SUN RI does not inherit 
> namespaceURI. I think SUN RI's behavior is right.
> The patch is simple and below.
> Index: java/src/org/apache/axis/message/MessageElement.java
> ===
> RCS file: 
> /home/cvspublic/ws-axis/java/src/org/apache/axis/message/MessageElement.java,v
> retrieving revision 1.194
> diff -u -r1.194 MessageElement.java
> --- java/src/org/apache/axis/message/MessageElement.java  8 Feb 2005 
> 18:44:36 -   1.194
> +++ java/src/org/apache/axis/message/MessageElement.java  15 Feb 2005 
> 10:00:45 -
> @@ -1317,8 +1317,8 @@
>   * @see javax.xml.soap.SOAPElement#addChildElement(String)
>   */
>  public SOAPElement addChildElement(String localName) throws 
> SOAPException {
> -// Inherit parent's namespace
> -MessageElement child = new MessageElement(getNamespaceURI(),
> +// DO NOT Inherit parent's namespace.
> +MessageElement child = new MessageElement("",
>localName);
>  addChild(child);
>  return child;

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Closed: (AXIS2-383) Apply 0_94 xdocs directory containing all 0.94 documents

2006-01-11 Thread Chatra Nakkawita (JIRA)
 [ http://issues.apache.org/jira/browse/AXIS2-383?page=all ]
 
Chatra Nakkawita closed AXIS2-383:
--

Resolution: Fixed

patch applied

> Apply 0_94 xdocs directory containing all 0.94 documents
> 
>
>  Key: AXIS2-383
>  URL: http://issues.apache.org/jira/browse/AXIS2-383
>  Project: Apache Axis 2.0 (Axis2)
> Type: Improvement
>   Components: samples, build,site  & docs
> Versions: 0.94
>  Environment: Windows XP/jdk 1.4
> Reporter: Chatra Nakkawita
>  Fix For: 0.94
>  Attachments: xdocs- 0_94.patch
>
> Corrected all axis2 0.94 docs. Apply patch to Projects\Axis2\xdocs directory

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Commented: (AXIS-1819) addChildElement(String) should not namespaceURI

2006-01-11 Thread Changshin Lee (JIRA)
[ 
http://issues.apache.org/jira/browse/AXIS-1819?page=comments#action_12362518 ] 

Changshin Lee commented on AXIS-1819:
-

The change proposed above affects programs which rely on the current mechanism. 
I'd like to hear your opinions on that.

> addChildElement(String) should not namespaceURI
> ---
>
>  Key: AXIS-1819
>  URL: http://issues.apache.org/jira/browse/AXIS-1819
>  Project: Apache Axis
> Type: Bug
>   Components: SAAJ
> Versions: current (nightly)
> Reporter: Jongjin Choi

>
> Subject : MessageElement#addChildElement(String) should not inherits 
> namespaceURI.
> MessageElement#addChildElement(String) inherits namespaceURI of the element 
> to the added child.
> For example, 
>  MessageFactory mf = MessageFactory.newInstance();
>  SOAPMessage msg = mf.createMessage();
>  SOAPBody sb = msg.getSOAPBody();
>  SOAPElement se1 = sb.addChildElement("echoString", "ns1", 
> "http://tempuri.org";);
>  SOAPElement se2 = se1.addChildElement("value");
>  se2.addTextNode("Hello");
> The expected output will be: (namespace decl is omitted for brevity)
>  
>   Hello
> But AXis's output is :
>   Hello
> Thought the SAAJ spec is not clear about this, the SUN RI does not inherit 
> namespaceURI. I think SUN RI's behavior is right.
> The patch is simple and below.
> Index: java/src/org/apache/axis/message/MessageElement.java
> ===
> RCS file: 
> /home/cvspublic/ws-axis/java/src/org/apache/axis/message/MessageElement.java,v
> retrieving revision 1.194
> diff -u -r1.194 MessageElement.java
> --- java/src/org/apache/axis/message/MessageElement.java  8 Feb 2005 
> 18:44:36 -   1.194
> +++ java/src/org/apache/axis/message/MessageElement.java  15 Feb 2005 
> 10:00:45 -
> @@ -1317,8 +1317,8 @@
>   * @see javax.xml.soap.SOAPElement#addChildElement(String)
>   */
>  public SOAPElement addChildElement(String localName) throws 
> SOAPException {
> -// Inherit parent's namespace
> -MessageElement child = new MessageElement(getNamespaceURI(),
> +// DO NOT Inherit parent's namespace.
> +MessageElement child = new MessageElement("",
>localName);
>  addChild(child);
>  return child;

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



About test/wsdl/interop/groupE

2006-01-11 Thread Changshin Lee
 I tried all-tests and found that http://www.perfectxml.net/ 
WebServices/SalesRankNPrice/BookService.asmx was not available (seems  
shut down), so wsdl2java for the service failed. How can I continue  
to run all-tests with that?


Cheers,

Ias


Re: [axis2] unable to run client

2006-01-11 Thread Ajith Ranabahu
Hi Simon,
You just found a major bug in the 0.94 distributions : we've forgotten
to package the addressing mar into the axis2-core-0.94.jar. 

The workaround is to copy the addressing.mar into the right place. This is what you should do.

* Copy addressing.mar from the modules/ directory of the standard
distribution into the ".axis2/modules" directory in your home directory.

Now everything should work. We are working on an updated release; sorry for the pain!

Ajith
On 1/12/06, Simon Fell <[EMAIL PROTECTED]> wrote:










Following along a similar set of steps to those
outlined in the databinding client part of the docs, i ran WSDL2Code on
the wsdl with the option to use xmlbeans. In my client, i new up an
instance of the generated stub, SoapStub stub = new SoapStub(); leaves
me with this when i try and run my code

- Module validation failed  module.xml not found  for the module :   addressing; nested exception is:
    org.apache.axis2.deployment.DeploymentException: module.xml not found  for the module :   addressing
Exception in thread "main" org.apache.axis2.deployment.DeploymentException: module.xml not found  for the module :   addressing; nested exception is:
    org.apache.axis2.deployment.DeploymentException: module.xml not found  for the module :   addressing; nested exception is:
    org.apache.axis2.deployment.DeploymentException: module.xml not found  for the module :   addressing; nested exception is:
    org.apache.axis2.deployment.DeploymentException: module.xml not found  for the module :   addressing
    at org.apache.axis2.deployment.DeploymentEngine.load(DeploymentEngine.java:542)
    at org.apache.axis2.deployment.FileSystemConfigurator.getAxisConfiguration(FileSystemConfigurator.java:56)
    at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:39)
    at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem(ConfigurationContextFactory.java:53)
    at org.apache.axis2.client.ServiceClient.(ServiceClient.java:86)
    at org.apache.axis2.SoapStub.(SoapStub.java:144)
    at testClient.main(testClient.java:20)
Caused by: org.apache.axis2.deployment.DeploymentException: module.xml not found  for the module :   addressing; nested exception is:
    org.apache.axis2.deployment.DeploymentException: module.xml not found  for the module :   addressing
    at org.apache.axis2.deployment.repository.util.ArchiveReader.creatModuleArchivefromResource(ArchiveReader.java:193)
    at org.apache.axis2.engine.AxisConfiguration.loadModulefromResources(AxisConfiguration.java:385)
    at org.apache.axis2.engine.AxisConfiguration.engageModule(AxisConfiguration.java:328)
    at org.apache.axis2.deployment.DeploymentEngine.engageModules(DeploymentEngine.java:502)
    at org.apache.axis2.deployment.DeploymentEngine.load(DeploymentEngine.java:537)
    ... 6 more
Caused by: org.apache.axis2.deployment.DeploymentException: module.xml not found  for the module :   addressing
    at org.apache.axis2.deployment.repository.util.ArchiveReader.creatModuleArchivefromResource(ArchiveReader.java:158)
    ... 10 more


If i need a module.xml to run the client, shouldn't WSDL2Code spit out a default one for me ?

Thanks
Simon




-- Ajith Ranabahu


Re: [axis2] unable to run client

2006-01-11 Thread Eran Chinthaka




-BEGIN PGP SIGNED MESSAGE- 
Hash: SHA1 
 
We put the same instructions in
http://ws.apache.org/axis2/download.cgi as well.

Ajith Ranabahu wrote:

> Hi Simon, You just found a major
bug in the 0.94 distributions :
> we've forgotten to package the addressing mar into the
> axis2-core-0.94.jar.
> 
> The workaround is to copy the addressing.mar into the right
place.
> This is what you should do.
> 
> * Copy addressing.mar from the modules/ directory of the
standard 
> distribution into the ".axis2/modules" directory in your home
> directory.
> 
> Now everything should work. We are working on an updated release;
> sorry for the pain!
> 
> Ajith
> 
> On 1/12/06, Simon Fell <[EMAIL PROTECTED]> wrote:
> 
>> Following along a similar set of steps to those outlined in
the 
>> databinding client part of the docs, i ran WSDL2Code on the
wsdl
>> with the option to use xmlbeans. In my client, i new up an
>> instance of the generated stub, SoapStub stub = new
SoapStub();
>> leaves me with this when i try and run my code
>> 
>> - Module validation failed module.xml not found for the
module
>> : addressing; nested exception is: 
>> org.apache.axis2.deployment.DeploymentException: module.xml
not 
>> found for the module : addressing Exception in thread "main"
>> org.apache.axis2.deployment.DeploymentException: module.xml
not
>> found for the module : addressing; nested exception is: 
>> org.apache.axis2.deployment.DeploymentException: module.xml
not 
>> found for the module : addressing; nested exception is: 
>> org.apache.axis2.deployment.DeploymentException: module.xml
not 
>> found for the module : addressing; nested exception is: 
>> org.apache.axis2.deployment.DeploymentException: module.xml
not 
>> found for the module : addressing at
>> org.apache.axis2.deployment.DeploymentEngine.load( 
>> DeploymentEngine.java:542) at 
>>
org.apache.axis2.deployment.FileSystemConfigurator.getAxisConfiguration(
>> FileSystemConfigurator.java:56) at 
>>
org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext
>> (ConfigurationContextFactory.java:39) at 
>>
org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem
>> (ConfigurationContextFactory.java:53) at
>>
org.apache.axis2.client.ServiceClient.(ServiceClient.java

>> :86) at
org.apache.axis2.SoapStub.(SoapStub.java:144) at
>> testClient.main(testClient.java:20) Caused by:
>> org.apache.axis2.deployment.DeploymentException: module.xml
not 
>> found for the module : addressing; nested exception is: 
>> org.apache.axis2.deployment.DeploymentException: module.xml
not 
>> found for the module : addressing at 
>>
org.apache.axis2.deployment.repository.util.ArchiveReader.creatModuleArchivefromResource
>> (ArchiveReader.java:193) at 
>>
org.apache.axis2.engine.AxisConfiguration.loadModulefromResources(
>> AxisConfiguration.java:385) at
>> org.apache.axis2.engine.AxisConfiguration.engageModule( 
>> AxisConfiguration.java:328) at
>> org.apache.axis2.deployment.DeploymentEngine.engageModules( 
>> DeploymentEngine.java:502) at
>> org.apache.axis2.deployment.DeploymentEngine.load( 
>> DeploymentEngine.java:537) ... 6 more Caused by:
>> org.apache.axis2.deployment.DeploymentException: module.xml
not 
>> found for the module : addressing at 
>>
org.apache.axis2.deployment.repository.util.ArchiveReader.creatModuleArchivefromResource
>> (ArchiveReader.java:158) ... 10 more
>> 
>> 
>> If i need a module.xml to run the client, shouldn't WSDL2Code
>> spit out a default one for me ?
>> 
>> Thanks Simon
>> 
> 
> 
> 
> -- Ajith Ranabahu
>
-BEGIN PGP SIGNATURE- 
Version: GnuPG v1.4.2 (MingW32) 
 
iD8DBQFDxf/ijON2uBzUhh8RAqHgAJ4obje/m3Mp16AQ8vvD95fqG6DTwQCgkrBv 
4Ogt6n8OGt/8X4ShAlcyZ4I= 
=sBha 
-END PGP SIGNATURE-