[JBoss-dev] Axis version in JBOSS 4.0

2004-09-20 Thread Sastry Malladi
I've a question regarding the axis version in JBOSS 4.0.
The AXIS source in jboss is under jaxrpc/src/main, based on what I've seen.
Howerver, some of the classes don't match with any of the axis releases. 
As an example,
org/apache/axis/attachments/AttachmentPartImpl. The corresponding class 
in the source directly downloaded
from axis is, AttachmentPart, in the same package. I checked in three 
differept places (axis 1.1, axis 1.2 beta and
the latest cvs tree) and they all have AttachmentPart, but the 
corresponding one in the jboss source tree is AttachmentPartImpl. It's 
not just a renaming,  I see code changes as well.

So my question is,  where did this version of classes axis come from ? 
Are these the changes made by JBOSS on top of axis ?
(Note that I'm not talking about jboss-net sources, but the contents of 
axis-ws4ee.jar, which are from jaxrpc/src/main directory)

Thanks,
Sastry

---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


RE: [JBoss-dev] Axis version in JBOSS 4.0

2004-09-20 Thread Scott M Stark
The code is a branch of the axis 1.1 codebase. 


Scott Stark
Chief Technology Officer
JBoss Inc.
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On 
 Behalf Of Sastry Malladi
 Sent: Monday, September 20, 2004 11:25 AM
 To: [EMAIL PROTECTED]
 Subject: [JBoss-dev] Axis version in JBOSS 4.0
 
 I've a question regarding the axis version in JBOSS 4.0.
 The AXIS source in jboss is under jaxrpc/src/main, based on 
 what I've seen.
 
 Howerver, some of the classes don't match with any of the 
 axis releases. 
 As an example,
 org/apache/axis/attachments/AttachmentPartImpl. The 
 corresponding class in the source directly downloaded from 
 axis is, AttachmentPart, in the same package. I checked in 
 three differept places (axis 1.1, axis 1.2 beta and the 
 latest cvs tree) and they all have AttachmentPart, but the 
 corresponding one in the jboss source tree is 
 AttachmentPartImpl. It's not just a renaming,  I see code 
 changes as well.
 
 So my question is,  where did this version of classes axis 
 come from ? 
 Are these the changes made by JBOSS on top of axis ?
 (Note that I'm not talking about jboss-net sources, but the 
 contents of axis-ws4ee.jar, which are from jaxrpc/src/main directory)
 
 Thanks,
 Sastry



---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] Axis version in JBOSS 4.0

2004-09-20 Thread Sastry Malladi
Scott M Stark wrote:
The code is a branch of the axis 1.1 codebase. 

Thanks. Is there a document/change_notes that describes the changes done 
in this branch ?
I'm trying to figure out if axis, as directly downloaded from Apache 
site, can be used with jboss 4.0 and if
so, what fixes/features will I lose if I don't use the Jboss's version.


Scott Stark
Chief Technology Officer
JBoss Inc.
 

 

-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On 
Behalf Of Sastry Malladi
Sent: Monday, September 20, 2004 11:25 AM
To: [EMAIL PROTECTED]
Subject: [JBoss-dev] Axis version in JBOSS 4.0

I've a question regarding the axis version in JBOSS 4.0.
The AXIS source in jboss is under jaxrpc/src/main, based on 
what I've seen.

Howerver, some of the classes don't match with any of the 
axis releases. 
As an example,
org/apache/axis/attachments/AttachmentPartImpl. The 
corresponding class in the source directly downloaded from 
axis is, AttachmentPart, in the same package. I checked in 
three differept places (axis 1.1, axis 1.2 beta and the 
latest cvs tree) and they all have AttachmentPart, but the 
corresponding one in the jboss source tree is 
AttachmentPartImpl. It's not just a renaming,  I see code 
changes as well.

So my question is,  where did this version of classes axis 
come from ? 
Are these the changes made by JBOSS on top of axis ?
(Note that I'm not talking about jboss-net sources, but the 
contents of axis-ws4ee.jar, which are from jaxrpc/src/main directory)

Thanks,
Sastry
   


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development
 



---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


RE: [JBoss-dev] Axis version in JBOSS 4.0

2004-09-20 Thread Scott M Stark
No, you would have to diff the codebases. The axis codebase cannot
be used in place the what we ship with for the ws4ee impl. There
were way too many problems with the message processing to create
a stack that passed the cts tests with both the 1.1 and 1.2 axis
codebases.
 
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On 
 Behalf Of Sastry Malladi
 Sent: Monday, September 20, 2004 12:21 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [JBoss-dev] Axis version in JBOSS 4.0
 
 Scott M Stark wrote:
 
 The code is a branch of the axis 1.1 codebase. 
 
 Thanks. Is there a document/change_notes that describes the 
 changes done in this branch ?
 I'm trying to figure out if axis, as directly downloaded from 
 Apache site, can be used with jboss 4.0 and if so, what 
 fixes/features will I lose if I don't use the Jboss's version.



---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development