You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Yongqin Xu (JIRA)" <be...@incubator.apache.org> on 2005/05/04 00:10:06 UTC

[jira] Created: (BEEHIVE-597) WSM-Sample doc mismatched the content

WSM-Sample doc mismatched the content
-------------------------------------

         Key: BEEHIVE-597
         URL: http://issues.apache.org/jira/browse/BEEHIVE-597
     Project: Beehive
        Type: Bug
  Components: Samples  
    Versions: V1    
 Environment: WinXP, SP2. JDK1.5, Ant 1.6.2, tomcat 5.0.28
    Reporter: Yongqin Xu
    Priority: Minor


Based on the content of http://incubator.apache.org/beehive/wsm/sample_wsmAnnoSamples.html,
the build.properties file does not locate at: BEEHIVE_HOME/samples/wsm-sample/WEB-INF/src, 
but at: BEEHIVE_HOME/samples/wsm-sample/WEB-INF directory.

After building the WSM samples and deployed to tomcat. In the initial WSM sample html page,
click the link of "Validate the local installation". Everything else looks fine, exception
in the first section of "Needed Components", I got:

Error: could not find class javax.activation.DataHandler from file activation.jar
Axis will not work
See http://java.sun.com/products/javabeans/glasgow/jaf.html

Currently, there is no Sun activation.jar and mail.jar in Beehive distribution lib directory.
These jar files might be needed for some AXIS functionalities.

-- 
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: (BEEHIVE-597) WSM-Sample doc mismatched the content

Posted by "Eddie O'Neil (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-597?page=comments#action_64657 ]
     
Eddie O'Neil commented on BEEHIVE-597:
--------------------------------------

We should follow Axis's lead here.  We're not able to check the JARs in, and I don't think that we'll find them in the Maven repositories because of licensing issues (though I could be wrong -- please correct if so).

So, how does Axis deal with this?  Do they require their users to download this?

> WSM-Sample doc mismatched the content
> -------------------------------------
>
>          Key: BEEHIVE-597
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-597
>      Project: Beehive
>         Type: Bug
>   Components: Samples
>     Versions: V1
>  Environment: WinXP, SP2. JDK1.5, Ant 1.6.2, tomcat 5.0.28
>     Reporter: Yongqin Xu
>     Assignee: daryoush mehrtash
>     Priority: Minor
>  Attachments: BEEHIVE-597.diff
>
> Based on the content of http://incubator.apache.org/beehive/wsm/sample_wsmAnnoSamples.html,
> the build.properties file does not locate at: BEEHIVE_HOME/samples/wsm-sample/WEB-INF/src, 
> but at: BEEHIVE_HOME/samples/wsm-sample/WEB-INF directory.
> After building the WSM samples and deployed to tomcat. In the initial WSM sample html page,
> click the link of "Validate the local installation". Everything else looks fine, exception
> in the first section of "Needed Components", I got:
> Error: could not find class javax.activation.DataHandler from file activation.jar
> Axis will not work
> See http://java.sun.com/products/javabeans/glasgow/jaf.html
> Currently, there is no Sun activation.jar and mail.jar in Beehive distribution lib directory.
> These jar files might be needed for some AXIS functionalities.

-- 
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: (BEEHIVE-597) WSM-Sample doc mismatched the content

Posted by "Jeremiah Johnson (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-597?page=comments#action_65178 ]
     
Jeremiah Johnson commented on BEEHIVE-597:
------------------------------------------

Daryoush,

Do any of the samples require activation?  If not, then let's change happyaxis.jsp to move DataHandler from 'needClass' to 'wantClass'.  If any of the samples do require activation.jar and / or mailapi.jar, then reassign to SH so we can get a section in the sample_wsmAnnoSamples.html like what is in sample_Dashboard.html (the To Download Required JAR Files section).

Please comment ASAP on this so someone can fix happyaxis.jsp if necessary.

> WSM-Sample doc mismatched the content
> -------------------------------------
>
>          Key: BEEHIVE-597
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-597
>      Project: Beehive
>         Type: Bug
>   Components: Samples
>     Versions: V1
>  Environment: WinXP, SP2. JDK1.5, Ant 1.6.2, tomcat 5.0.28
>     Reporter: Yongqin Xu
>     Assignee: daryoush mehrtash
>     Priority: Minor
>  Attachments: BEEHIVE-597.diff
>
> Based on the content of http://incubator.apache.org/beehive/wsm/sample_wsmAnnoSamples.html,
> the build.properties file does not locate at: BEEHIVE_HOME/samples/wsm-sample/WEB-INF/src, 
> but at: BEEHIVE_HOME/samples/wsm-sample/WEB-INF directory.
> After building the WSM samples and deployed to tomcat. In the initial WSM sample html page,
> click the link of "Validate the local installation". Everything else looks fine, exception
> in the first section of "Needed Components", I got:
> Error: could not find class javax.activation.DataHandler from file activation.jar
> Axis will not work
> See http://java.sun.com/products/javabeans/glasgow/jaf.html
> Currently, there is no Sun activation.jar and mail.jar in Beehive distribution lib directory.
> These jar files might be needed for some AXIS functionalities.

-- 
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: (BEEHIVE-597) WSM-Sample doc mismatched the content

Posted by "Jeremiah Johnson (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-597?page=comments#action_64913 ]
     
Jeremiah Johnson commented on BEEHIVE-597:
------------------------------------------

Note that this same issue needs to be resolved in the wsm-blank sample and documentation.  The docs/wsm/sample_wsm-blank.html file references the build.properties in wsm-blank/WEB-INF/src, but it is really in wsm-blank/WEB-INF.

One other note about the documentation of wsm-blank: it would be good to edit build.properties to add service.name=wsm-blank so that the end-user doesn't have to add the line.  They can just edit wsm-blank to set some appropriate to their project.

> WSM-Sample doc mismatched the content
> -------------------------------------
>
>          Key: BEEHIVE-597
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-597
>      Project: Beehive
>         Type: Bug
>   Components: Samples
>     Versions: V1
>  Environment: WinXP, SP2. JDK1.5, Ant 1.6.2, tomcat 5.0.28
>     Reporter: Yongqin Xu
>     Assignee: Steve Hanson
>     Priority: Minor
>  Attachments: BEEHIVE-597.diff
>
> Based on the content of http://incubator.apache.org/beehive/wsm/sample_wsmAnnoSamples.html,
> the build.properties file does not locate at: BEEHIVE_HOME/samples/wsm-sample/WEB-INF/src, 
> but at: BEEHIVE_HOME/samples/wsm-sample/WEB-INF directory.
> After building the WSM samples and deployed to tomcat. In the initial WSM sample html page,
> click the link of "Validate the local installation". Everything else looks fine, exception
> in the first section of "Needed Components", I got:
> Error: could not find class javax.activation.DataHandler from file activation.jar
> Axis will not work
> See http://java.sun.com/products/javabeans/glasgow/jaf.html
> Currently, there is no Sun activation.jar and mail.jar in Beehive distribution lib directory.
> These jar files might be needed for some AXIS functionalities.

-- 
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] Assigned: (BEEHIVE-597) WSM-Sample doc mismatched the content

Posted by "Eddie O'Neil (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-597?page=all ]

Eddie O'Neil reassigned BEEHIVE-597:
------------------------------------

    Assign To: daryoush mehrtash

Daryoush, given the other web service sample stuff you seem to be working on, can you add this to the pile?

:)

> WSM-Sample doc mismatched the content
> -------------------------------------
>
>          Key: BEEHIVE-597
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-597
>      Project: Beehive
>         Type: Bug
>   Components: Samples
>     Versions: V1
>  Environment: WinXP, SP2. JDK1.5, Ant 1.6.2, tomcat 5.0.28
>     Reporter: Yongqin Xu
>     Assignee: daryoush mehrtash
>     Priority: Minor

>
> Based on the content of http://incubator.apache.org/beehive/wsm/sample_wsmAnnoSamples.html,
> the build.properties file does not locate at: BEEHIVE_HOME/samples/wsm-sample/WEB-INF/src, 
> but at: BEEHIVE_HOME/samples/wsm-sample/WEB-INF directory.
> After building the WSM samples and deployed to tomcat. In the initial WSM sample html page,
> click the link of "Validate the local installation". Everything else looks fine, exception
> in the first section of "Needed Components", I got:
> Error: could not find class javax.activation.DataHandler from file activation.jar
> Axis will not work
> See http://java.sun.com/products/javabeans/glasgow/jaf.html
> Currently, there is no Sun activation.jar and mail.jar in Beehive distribution lib directory.
> These jar files might be needed for some AXIS functionalities.

-- 
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: (BEEHIVE-597) WSM-Sample doc mismatched the content

Posted by "Jeremiah Johnson (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-597?page=comments#action_64662 ]
     
Jeremiah Johnson commented on BEEHIVE-597:
------------------------------------------

Axis has text in their documentation and build scripts just like Beehive does.

I don't see the activation or mailapi jars out in the Maven repositories.  I agree with Eddie that it is unlikely that we will ever see them there.

> WSM-Sample doc mismatched the content
> -------------------------------------
>
>          Key: BEEHIVE-597
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-597
>      Project: Beehive
>         Type: Bug
>   Components: Samples
>     Versions: V1
>  Environment: WinXP, SP2. JDK1.5, Ant 1.6.2, tomcat 5.0.28
>     Reporter: Yongqin Xu
>     Assignee: daryoush mehrtash
>     Priority: Minor
>  Attachments: BEEHIVE-597.diff
>
> Based on the content of http://incubator.apache.org/beehive/wsm/sample_wsmAnnoSamples.html,
> the build.properties file does not locate at: BEEHIVE_HOME/samples/wsm-sample/WEB-INF/src, 
> but at: BEEHIVE_HOME/samples/wsm-sample/WEB-INF directory.
> After building the WSM samples and deployed to tomcat. In the initial WSM sample html page,
> click the link of "Validate the local installation". Everything else looks fine, exception
> in the first section of "Needed Components", I got:
> Error: could not find class javax.activation.DataHandler from file activation.jar
> Axis will not work
> See http://java.sun.com/products/javabeans/glasgow/jaf.html
> Currently, there is no Sun activation.jar and mail.jar in Beehive distribution lib directory.
> These jar files might be needed for some AXIS functionalities.

-- 
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: (BEEHIVE-597) WSM-Sample doc mismatched the content

Posted by "Chad Schoettger (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-597?page=all ]

Chad Schoettger updated BEEHIVE-597:
------------------------------------

    Attachment: BEEHIVE-597.diff

patch for doc fix

> WSM-Sample doc mismatched the content
> -------------------------------------
>
>          Key: BEEHIVE-597
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-597
>      Project: Beehive
>         Type: Bug
>   Components: Samples
>     Versions: V1
>  Environment: WinXP, SP2. JDK1.5, Ant 1.6.2, tomcat 5.0.28
>     Reporter: Yongqin Xu
>     Assignee: daryoush mehrtash
>     Priority: Minor
>  Attachments: BEEHIVE-597.diff
>
> Based on the content of http://incubator.apache.org/beehive/wsm/sample_wsmAnnoSamples.html,
> the build.properties file does not locate at: BEEHIVE_HOME/samples/wsm-sample/WEB-INF/src, 
> but at: BEEHIVE_HOME/samples/wsm-sample/WEB-INF directory.
> After building the WSM samples and deployed to tomcat. In the initial WSM sample html page,
> click the link of "Validate the local installation". Everything else looks fine, exception
> in the first section of "Needed Components", I got:
> Error: could not find class javax.activation.DataHandler from file activation.jar
> Axis will not work
> See http://java.sun.com/products/javabeans/glasgow/jaf.html
> Currently, there is no Sun activation.jar and mail.jar in Beehive distribution lib directory.
> These jar files might be needed for some AXIS functionalities.

-- 
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: (BEEHIVE-597) WSM-Sample doc mismatched the content

Posted by "Chad Schoettger (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-597?page=comments#action_64646 ]
     
Chad Schoettger commented on BEEHIVE-597:
-----------------------------------------

I've added a patch for the doc issue.

We can't include the activation and mail jars since they have sun licenses.


> WSM-Sample doc mismatched the content
> -------------------------------------
>
>          Key: BEEHIVE-597
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-597
>      Project: Beehive
>         Type: Bug
>   Components: Samples
>     Versions: V1
>  Environment: WinXP, SP2. JDK1.5, Ant 1.6.2, tomcat 5.0.28
>     Reporter: Yongqin Xu
>     Assignee: daryoush mehrtash
>     Priority: Minor
>  Attachments: BEEHIVE-597.diff
>
> Based on the content of http://incubator.apache.org/beehive/wsm/sample_wsmAnnoSamples.html,
> the build.properties file does not locate at: BEEHIVE_HOME/samples/wsm-sample/WEB-INF/src, 
> but at: BEEHIVE_HOME/samples/wsm-sample/WEB-INF directory.
> After building the WSM samples and deployed to tomcat. In the initial WSM sample html page,
> click the link of "Validate the local installation". Everything else looks fine, exception
> in the first section of "Needed Components", I got:
> Error: could not find class javax.activation.DataHandler from file activation.jar
> Axis will not work
> See http://java.sun.com/products/javabeans/glasgow/jaf.html
> Currently, there is no Sun activation.jar and mail.jar in Beehive distribution lib directory.
> These jar files might be needed for some AXIS functionalities.

-- 
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: (BEEHIVE-597) WSM-Sample doc mismatched the content

Posted by "daryoush mehrtash (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-597?page=comments#action_64654 ]
     
daryoush mehrtash commented on BEEHIVE-597:
-------------------------------------------

Can we down load the jar files during the build process?


> WSM-Sample doc mismatched the content
> -------------------------------------
>
>          Key: BEEHIVE-597
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-597
>      Project: Beehive
>         Type: Bug
>   Components: Samples
>     Versions: V1
>  Environment: WinXP, SP2. JDK1.5, Ant 1.6.2, tomcat 5.0.28
>     Reporter: Yongqin Xu
>     Assignee: daryoush mehrtash
>     Priority: Minor
>  Attachments: BEEHIVE-597.diff
>
> Based on the content of http://incubator.apache.org/beehive/wsm/sample_wsmAnnoSamples.html,
> the build.properties file does not locate at: BEEHIVE_HOME/samples/wsm-sample/WEB-INF/src, 
> but at: BEEHIVE_HOME/samples/wsm-sample/WEB-INF directory.
> After building the WSM samples and deployed to tomcat. In the initial WSM sample html page,
> click the link of "Validate the local installation". Everything else looks fine, exception
> in the first section of "Needed Components", I got:
> Error: could not find class javax.activation.DataHandler from file activation.jar
> Axis will not work
> See http://java.sun.com/products/javabeans/glasgow/jaf.html
> Currently, there is no Sun activation.jar and mail.jar in Beehive distribution lib directory.
> These jar files might be needed for some AXIS functionalities.

-- 
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] Resolved: (BEEHIVE-597) WSM-Sample doc mismatched the content

Posted by "Steve Hanson (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-597?page=all ]
     
Steve Hanson resolved BEEHIVE-597:
----------------------------------

     Assign To: daryoush mehrtash  (was: Steve Hanson)
    Resolution: Fixed

Resolved the doc-related issues here.
(1) moved the build files in WEB-INF/src
(2) added service.name to the prop. file.

Assigning to Daryoush in case there is more work to be done concerning the outstanding issues.

> WSM-Sample doc mismatched the content
> -------------------------------------
>
>          Key: BEEHIVE-597
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-597
>      Project: Beehive
>         Type: Bug
>   Components: Samples
>     Versions: V1
>  Environment: WinXP, SP2. JDK1.5, Ant 1.6.2, tomcat 5.0.28
>     Reporter: Yongqin Xu
>     Assignee: daryoush mehrtash
>     Priority: Minor
>  Attachments: BEEHIVE-597.diff
>
> Based on the content of http://incubator.apache.org/beehive/wsm/sample_wsmAnnoSamples.html,
> the build.properties file does not locate at: BEEHIVE_HOME/samples/wsm-sample/WEB-INF/src, 
> but at: BEEHIVE_HOME/samples/wsm-sample/WEB-INF directory.
> After building the WSM samples and deployed to tomcat. In the initial WSM sample html page,
> click the link of "Validate the local installation". Everything else looks fine, exception
> in the first section of "Needed Components", I got:
> Error: could not find class javax.activation.DataHandler from file activation.jar
> Axis will not work
> See http://java.sun.com/products/javabeans/glasgow/jaf.html
> Currently, there is no Sun activation.jar and mail.jar in Beehive distribution lib directory.
> These jar files might be needed for some AXIS functionalities.

-- 
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: (BEEHIVE-597) WSM-Sample doc mismatched the content

Posted by "Nathan Jantz (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-597?page=all ]
     
Nathan Jantz closed BEEHIVE-597:
--------------------------------

    Assign To: Nathan Jantz  (was: daryoush mehrtash)

Verified in 1.0m1 distribution that the build.properties file has been moved from wsm-blank/WEB-INF to wsm-blank/WEB-INF/src and updated with a service.name property as requested.   However according to Jeremiah,  happyaxis.jsp is still incorrect (it says the activation.jar is required, but it really isn’t required for any of the samples to run).   This bug is against wsm-samples which is no longer part of the distribution.  So I'm closing this issue and will open a new one specifically for the happyaxis.jsp doc bug so it has a clear scope.

> WSM-Sample doc mismatched the content
> -------------------------------------
>
>          Key: BEEHIVE-597
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-597
>      Project: Beehive
>         Type: Bug
>   Components: Samples
>     Versions: V1
>  Environment: WinXP, SP2. JDK1.5, Ant 1.6.2, tomcat 5.0.28
>     Reporter: Yongqin Xu
>     Assignee: Nathan Jantz
>     Priority: Minor
>  Attachments: BEEHIVE-597.diff
>
> Based on the content of http://incubator.apache.org/beehive/wsm/sample_wsmAnnoSamples.html,
> the build.properties file does not locate at: BEEHIVE_HOME/samples/wsm-sample/WEB-INF/src, 
> but at: BEEHIVE_HOME/samples/wsm-sample/WEB-INF directory.
> After building the WSM samples and deployed to tomcat. In the initial WSM sample html page,
> click the link of "Validate the local installation". Everything else looks fine, exception
> in the first section of "Needed Components", I got:
> Error: could not find class javax.activation.DataHandler from file activation.jar
> Axis will not work
> See http://java.sun.com/products/javabeans/glasgow/jaf.html
> Currently, there is no Sun activation.jar and mail.jar in Beehive distribution lib directory.
> These jar files might be needed for some AXIS functionalities.

-- 
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] Assigned: (BEEHIVE-597) WSM-Sample doc mismatched the content

Posted by "Jeremiah Johnson (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-597?page=all ]

Jeremiah Johnson reassigned BEEHIVE-597:
----------------------------------------

    Assign To: Steve Hanson  (was: daryoush mehrtash)

This is similar to some of the issues that have come up in the bash05102005 - assigning to SH so he can resolve the location of the build.properties issue.

> WSM-Sample doc mismatched the content
> -------------------------------------
>
>          Key: BEEHIVE-597
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-597
>      Project: Beehive
>         Type: Bug
>   Components: Samples
>     Versions: V1
>  Environment: WinXP, SP2. JDK1.5, Ant 1.6.2, tomcat 5.0.28
>     Reporter: Yongqin Xu
>     Assignee: Steve Hanson
>     Priority: Minor
>  Attachments: BEEHIVE-597.diff
>
> Based on the content of http://incubator.apache.org/beehive/wsm/sample_wsmAnnoSamples.html,
> the build.properties file does not locate at: BEEHIVE_HOME/samples/wsm-sample/WEB-INF/src, 
> but at: BEEHIVE_HOME/samples/wsm-sample/WEB-INF directory.
> After building the WSM samples and deployed to tomcat. In the initial WSM sample html page,
> click the link of "Validate the local installation". Everything else looks fine, exception
> in the first section of "Needed Components", I got:
> Error: could not find class javax.activation.DataHandler from file activation.jar
> Axis will not work
> See http://java.sun.com/products/javabeans/glasgow/jaf.html
> Currently, there is no Sun activation.jar and mail.jar in Beehive distribution lib directory.
> These jar files might be needed for some AXIS functionalities.

-- 
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