You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Davanum Srinivas <da...@gmail.com> on 2004/06/14 14:59:24 UTC

Ensure Axis 1.2 final will work for you

Currently we are working on TCK compliance (SAAJ 1.2 and JAXRPC 1.1).
In the meanwhile...If there's a bug you wish to see fixed in Axis 1.2
final, read on...

- If there is no bug currently in JIRA
(http://issues.apache.org/jira), please create one.
- If there is a bug existing in JIRA, then Make sure there is enough
information to recreate the bug
- Make sure you try latest CVS to ensure that problem still exists and
can be recreated. You can pick up a nightly build at:
  http://cvs.apache.org/dist/axis/nightly/
- If you need a snapshot of the sources 
  - pick a tar from (http://cvs.apache.org/snapshots/ws-axis/) 
  - use CVS directly (http://ws.apache.org/axis/cvs.html) 
  - use CVSGrab (http://cvsgrab.sourceforge.net/)
- If you wanna build the sources - details are at:
  http://ws.apache.org/axis/java/building-axis.html
- Please cast a VOTE on existing bugs in JIRA to indicate that you are
interested in getting a specific bug fixed.
- We sometimes use IRC to chat. details are at:
  http://nagoya.apache.org/wiki/apachewiki.cgi?IrcChannels
- If you have a patch, please submit it against the latest CVS.
details on patches submission are at:
  http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/SubmitPatches
- If you have the time, please run "ant clean all-tests" from the
ws-axis/java directory. this will run all the tests to ensure that
your patch has not broken any other tests.

Bottom Line: IF you REALLY want a bug fixed, submit a patch against
latest CVS and make sure you have a test case for us to recreate the
problem and check the fix and prevent future check-ins from breaking
your "feature".

-- 
Davanum Srinivas - http://webservices.apache.org/~dims/

Re: Ensure Axis 1.2 final will work for you

Posted by Davanum Srinivas <da...@gmail.com>.
done.

On Mon, 14 Jun 2004 10:54:51 -0400, David D. Lucas <dd...@lse.com> wrote:
> 
> Davanum,
> I would like you to reconsider what you changed in the ByteArray class.
> You changed the 512 MB to 1 MB.  This is not an allocation, this is a
> limit.  By setting it to 1 MB, the performance tests that everyone has
> will be schewed.  The issue of the backing store should be much higher.
>   Most systems have a lot of memory available.  The backing store should
> be for limited system memory and should be tuned for the lower case, not
> force us to use the higher case.  Can you reconsider by changing it back
> to 512MB ?
> 
> We probably should put something in the FAQ about the backing store and
> the use of the ByteArray.
> 
> Let me know if you have further questions.
> 
> Thanks,
> Dave
> 
> 
> 
> Davanum Srinivas wrote:
> > Currently we are working on TCK compliance (SAAJ 1.2 and JAXRPC 1.1).
> > In the meanwhile...If there's a bug you wish to see fixed in Axis 1.2
> > final, read on...
> >
> > - If there is no bug currently in JIRA
> > (http://issues.apache.org/jira), please create one.
> > - If there is a bug existing in JIRA, then Make sure there is enough
> > information to recreate the bug
> > - Make sure you try latest CVS to ensure that problem still exists and
> > can be recreated. You can pick up a nightly build at:
> >   http://cvs.apache.org/dist/axis/nightly/
> > - If you need a snapshot of the sources
> >   - pick a tar from (http://cvs.apache.org/snapshots/ws-axis/)
> >   - use CVS directly (http://ws.apache.org/axis/cvs.html)
> >   - use CVSGrab (http://cvsgrab.sourceforge.net/)
> > - If you wanna build the sources - details are at:
> >   http://ws.apache.org/axis/java/building-axis.html
> > - Please cast a VOTE on existing bugs in JIRA to indicate that you are
> > interested in getting a specific bug fixed.
> > - We sometimes use IRC to chat. details are at:
> >   http://nagoya.apache.org/wiki/apachewiki.cgi?IrcChannels
> > - If you have a patch, please submit it against the latest CVS.
> > details on patches submission are at:
> >   http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/SubmitPatches
> > - If you have the time, please run "ant clean all-tests" from the
> > ws-axis/java directory. this will run all the tests to ensure that
> > your patch has not broken any other tests.
> >
> > Bottom Line: IF you REALLY want a bug fixed, submit a patch against
> > latest CVS and make sure you have a test case for us to recreate the
> > problem and check the fix and prevent future check-ins from breaking
> > your "feature".
> >
> 
> --
> 
> +------------------------------------------------------------+
> | David Lucas                      mailto: ddlucas @ lse.com |
> | Lucas Software Engineering, Inc.   (740) 964-6248 Voice    |
> | Unix,Java,C++,CORBA,XML,EJB        (614) 668-4020 Mobile   |
> | Middleware,Frameworks              (888) 866-4728 Fax/Msg  |
> +------------------------------------------------------------+
> | GPS Location:  40.0150 deg Lat,  -82.6378 deg Long         |
> | IMHC: "Jesus Christ is the way, the truth, and the life."  |
> | IMHC: "I know where I am; I know where I'm going."    <><  |
> +------------------------------------------------------------+
> 
> Notes: PGP Key Block=http://www.lse.com/~ddlucas/pgpblock.txt
> IMHO="in my humble opinion" IMHC="in my humble conviction"
> All trademarks above are those of their respective owners.
> 
> 


-- 
Davanum Srinivas - http://webservices.apache.org/~dims/

Re: Ensure Axis 1.2 final will work for you

Posted by "David D. Lucas" <dd...@lse.com>.
Davanum,
I would like you to reconsider what you changed in the ByteArray class.
You changed the 512 MB to 1 MB.  This is not an allocation, this is a 
limit.  By setting it to 1 MB, the performance tests that everyone has 
will be schewed.  The issue of the backing store should be much higher. 
  Most systems have a lot of memory available.  The backing store should 
be for limited system memory and should be tuned for the lower case, not 
force us to use the higher case.  Can you reconsider by changing it back 
to 512MB ?

We probably should put something in the FAQ about the backing store and 
the use of the ByteArray.

Let me know if you have further questions.

Thanks,
Dave


Davanum Srinivas wrote:
> Currently we are working on TCK compliance (SAAJ 1.2 and JAXRPC 1.1).
> In the meanwhile...If there's a bug you wish to see fixed in Axis 1.2
> final, read on...
> 
> - If there is no bug currently in JIRA
> (http://issues.apache.org/jira), please create one.
> - If there is a bug existing in JIRA, then Make sure there is enough
> information to recreate the bug
> - Make sure you try latest CVS to ensure that problem still exists and
> can be recreated. You can pick up a nightly build at:
>   http://cvs.apache.org/dist/axis/nightly/
> - If you need a snapshot of the sources 
>   - pick a tar from (http://cvs.apache.org/snapshots/ws-axis/) 
>   - use CVS directly (http://ws.apache.org/axis/cvs.html) 
>   - use CVSGrab (http://cvsgrab.sourceforge.net/)
> - If you wanna build the sources - details are at:
>   http://ws.apache.org/axis/java/building-axis.html
> - Please cast a VOTE on existing bugs in JIRA to indicate that you are
> interested in getting a specific bug fixed.
> - We sometimes use IRC to chat. details are at:
>   http://nagoya.apache.org/wiki/apachewiki.cgi?IrcChannels
> - If you have a patch, please submit it against the latest CVS.
> details on patches submission are at:
>   http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/SubmitPatches
> - If you have the time, please run "ant clean all-tests" from the
> ws-axis/java directory. this will run all the tests to ensure that
> your patch has not broken any other tests.
> 
> Bottom Line: IF you REALLY want a bug fixed, submit a patch against
> latest CVS and make sure you have a test case for us to recreate the
> problem and check the fix and prevent future check-ins from breaking
> your "feature".
> 

-- 

+------------------------------------------------------------+
| David Lucas                      mailto: ddlucas @ lse.com |
| Lucas Software Engineering, Inc.   (740) 964-6248 Voice    |
| Unix,Java,C++,CORBA,XML,EJB        (614) 668-4020 Mobile   |
| Middleware,Frameworks              (888) 866-4728 Fax/Msg  |
+------------------------------------------------------------+
| GPS Location:  40.0150 deg Lat,  -82.6378 deg Long         |
| IMHC: "Jesus Christ is the way, the truth, and the life."  |
| IMHC: "I know where I am; I know where I'm going."    <><  |
+------------------------------------------------------------+

Notes: PGP Key Block=http://www.lse.com/~ddlucas/pgpblock.txt
IMHO="in my humble opinion" IMHC="in my humble conviction"
All trademarks above are those of their respective owners.