You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ax...@ws.apache.org on 2004/07/23 23:10:17 UTC

[jira] Created: (AXIS-1475) AXIS Property Assignments

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXIS-1475

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1475
    Summary: AXIS Property Assignments
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Axis
 Components: 
             Deployment / Registries
             Documentation
   Versions:
             1.1

   Assignee: 
   Reporter: Alejandro Cornejo

    Created: Fri, 23 Jul 2004 2:09 PM
    Updated: Fri, 23 Jul 2004 2:09 PM
Environment: WinXP/Linux
TOMCAT 5
Axis 1.1

P4 2.4Ghz
512 MB RAM
120 GB HD
Intel 100 Mbit Ether

Description:
In the documentation the variable axis.development.system, and axis.enableListQuery inside server-config.wsdd in the tag for globalConfiguration are supposed to control certain features of AxisServlet and AdminServlet.. however... after testing and analyzing the code I realized that these variables where then queried by a function called "getOption" part of the AxisServletBase classs.

For this options to take effect, they have to be in the servlet parameters (inside web.xml) and not in the server-config.wsdd. As far as I could gather, either this is an error in the documentation OR the class AxisProperties (one of the responsible classes for querying parameters) is not working correctly (at least with my setup, but I have tested it in two different machines).

If I place these options inside the web.xml as servlet parameters, the behaviour of the servlets changes as specified inside the documentation.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira