You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Krista Baker (JIRA)" <be...@incubator.apache.org> on 2005/05/24 22:31:55 UTC

[jira] Created: (BEEHIVE-764) Website has minor typos and some other things

Website has minor typos and some other things
---------------------------------------------

         Key: BEEHIVE-764
         URL: http://issues.apache.org/jira/browse/BEEHIVE-764
     Project: Beehive
        Type: Bug
  Components: Documentation  
    Versions: V1    
    Reporter: Krista Baker
 Assigned to: Steve Hanson 
    Priority: Minor
     Fix For: TBD
 Attachments: J764.txt

I went through the website and noted that there were some typos and also in the pageFlow databinding documentation that there were some outstanding issues which did not have the correct databinding information.

I will attach a patch for the items that I have found and my attempts to fix them.

The following items are still outstanding/are not included in the attached patch:
/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/pageflow_building.xml
  This file still references the old way of building, using webappRuntimeCore.xml, which I replaced with beehive-runtime, however, under the heading: Running Ant, the reference to buildWebapp.xml still exists.  This should be updated by having the user copy from the samples or by including an instructional item on how to create a build file.  Currently, the user without fishing around quite a bit will not be able to build thier web app.

/trunk/docs/forrest/src/documentation/content/xdocs/system-controls/jdbc/jdbcControlDevGuide.xml
Jdbc stuff: POINTBASE Example: The following table lists the relationships between database types and Java types for the PointBase Version 4.4 database, which is installed with WebLogic Server.
  Should we leave off the "which is installed with???"

/trunk/docs/forrest/src/documentation/content/xdocs/controls/controlsContainment.xml
[todo]'s and to be completed:
  Nesting/Composition
  Property Management/Access
  Contextual Services
  Resource Management
  State Management
  External Event Dispatch

/trunk/docs/forrest/src/documentation/content/xdocs/controls/controlsProgramming.xml
  [todo][Issue: there is not a declarative..... (I commented out the [todo] item but left the [Issue:].)

/trunk/docs/forrest/src/documentation/content/xdocs/wsm/wsm_JWSFiles.xml
[todo]'s and to be completed:
  @WebService: SOAP document generated by this web service will reference...[todo]
  @WebMethod: ... [todo]
  Separating the Public and Implementation Names of Methods and Parameters, last line....Changing the method invoked...[todo: doable?] (commented out in patch)
  @WebResult
  @SOAPBinding
  @SecurityIdentity
  @SecurityRoles
  @SOAPMessageHandlers

/trunk/docs/forrest/src/documentation/content/xdocs/wsm/annotations/wsm_annotations.xml
  None of the web service annotation links work

-- 
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-764) Website has minor typos and some other things

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

      Assign To: Krista Baker  (was: Steve Hanson)
     Resolution: Fixed
    Fix Version: V1
                     (was: TBD)

Fixed with http://svn.apache.org/viewcvs?rev=178318&view=rev

Thanks for this careful work.

I have applied the patch.

As for the remaining issues...

/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/pageflow_building.xml
-- Updated the build info here.

/trunk/docs/forrest/src/documentation/content/xdocs/system-controls/jdbc/jdbcControlDevGuide.xml
-- Removed all references to WebLogic Workshop.

/trunk/docs/forrest/src/documentation/content/xdocs/controls/controlsContainment.xml
-- Commented out these sections to be completed at a later date.

/trunk/docs/forrest/src/documentation/content/xdocs/controls/controlsProgramming.xml
-- Did nothing here.

/trunk/docs/forrest/src/documentation/content/xdocs/wsm/wsm_JWSFiles.xml

-- Commented out all sections that contain [todos], will complete at future date.

/trunk/docs/forrest/src/documentation/content/xdocs/wsm/annotations/wsm_annotations.xml
--These links work for me, please check the (1) live site
or a (2) dist build to ensure that links are working



> Website has minor typos and some other things
> ---------------------------------------------
>
>          Key: BEEHIVE-764
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-764
>      Project: Beehive
>         Type: Bug
>   Components: Documentation
>     Versions: V1
>     Reporter: Krista Baker
>     Assignee: Krista Baker
>     Priority: Minor
>      Fix For: V1
>  Attachments: J764.txt
>
> I went through the website and noted that there were some typos and also in the pageFlow databinding documentation that there were some outstanding issues which did not have the correct databinding information.
> I will attach a patch for the items that I have found and my attempts to fix them.
> The following items are still outstanding/are not included in the attached patch:
> /trunk/docs/forrest/src/documentation/content/xdocs/pageflow/pageflow_building.xml
>   This file still references the old way of building, using webappRuntimeCore.xml, which I replaced with beehive-runtime, however, under the heading: Running Ant, the reference to buildWebapp.xml still exists.  This should be updated by having the user copy from the samples or by including an instructional item on how to create a build file.  Currently, the user without fishing around quite a bit will not be able to build thier web app.
> /trunk/docs/forrest/src/documentation/content/xdocs/system-controls/jdbc/jdbcControlDevGuide.xml
> Jdbc stuff: POINTBASE Example: The following table lists the relationships between database types and Java types for the PointBase Version 4.4 database, which is installed with WebLogic Server.
>   Should we leave off the "which is installed with???"
> /trunk/docs/forrest/src/documentation/content/xdocs/controls/controlsContainment.xml
> [todo]'s and to be completed:
>   Nesting/Composition
>   Property Management/Access
>   Contextual Services
>   Resource Management
>   State Management
>   External Event Dispatch
> /trunk/docs/forrest/src/documentation/content/xdocs/controls/controlsProgramming.xml
>   [todo][Issue: there is not a declarative..... (I commented out the [todo] item but left the [Issue:].)
> /trunk/docs/forrest/src/documentation/content/xdocs/wsm/wsm_JWSFiles.xml
> [todo]'s and to be completed:
>   @WebService: SOAP document generated by this web service will reference...[todo]
>   @WebMethod: ... [todo]
>   Separating the Public and Implementation Names of Methods and Parameters, last line....Changing the method invoked...[todo: doable?] (commented out in patch)
>   @WebResult
>   @SOAPBinding
>   @SecurityIdentity
>   @SecurityRoles
>   @SOAPMessageHandlers
> /trunk/docs/forrest/src/documentation/content/xdocs/wsm/annotations/wsm_annotations.xml
>   None of the web service annotation links work

-- 
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-764) Website has minor typos and some other things

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

Krista Baker updated BEEHIVE-764:
---------------------------------

    Attachment: J764.txt

> Website has minor typos and some other things
> ---------------------------------------------
>
>          Key: BEEHIVE-764
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-764
>      Project: Beehive
>         Type: Bug
>   Components: Documentation
>     Versions: V1
>     Reporter: Krista Baker
>     Assignee: Steve Hanson
>     Priority: Minor
>      Fix For: TBD
>  Attachments: J764.txt
>
> I went through the website and noted that there were some typos and also in the pageFlow databinding documentation that there were some outstanding issues which did not have the correct databinding information.
> I will attach a patch for the items that I have found and my attempts to fix them.
> The following items are still outstanding/are not included in the attached patch:
> /trunk/docs/forrest/src/documentation/content/xdocs/pageflow/pageflow_building.xml
>   This file still references the old way of building, using webappRuntimeCore.xml, which I replaced with beehive-runtime, however, under the heading: Running Ant, the reference to buildWebapp.xml still exists.  This should be updated by having the user copy from the samples or by including an instructional item on how to create a build file.  Currently, the user without fishing around quite a bit will not be able to build thier web app.
> /trunk/docs/forrest/src/documentation/content/xdocs/system-controls/jdbc/jdbcControlDevGuide.xml
> Jdbc stuff: POINTBASE Example: The following table lists the relationships between database types and Java types for the PointBase Version 4.4 database, which is installed with WebLogic Server.
>   Should we leave off the "which is installed with???"
> /trunk/docs/forrest/src/documentation/content/xdocs/controls/controlsContainment.xml
> [todo]'s and to be completed:
>   Nesting/Composition
>   Property Management/Access
>   Contextual Services
>   Resource Management
>   State Management
>   External Event Dispatch
> /trunk/docs/forrest/src/documentation/content/xdocs/controls/controlsProgramming.xml
>   [todo][Issue: there is not a declarative..... (I commented out the [todo] item but left the [Issue:].)
> /trunk/docs/forrest/src/documentation/content/xdocs/wsm/wsm_JWSFiles.xml
> [todo]'s and to be completed:
>   @WebService: SOAP document generated by this web service will reference...[todo]
>   @WebMethod: ... [todo]
>   Separating the Public and Implementation Names of Methods and Parameters, last line....Changing the method invoked...[todo: doable?] (commented out in patch)
>   @WebResult
>   @SOAPBinding
>   @SecurityIdentity
>   @SecurityRoles
>   @SOAPMessageHandlers
> /trunk/docs/forrest/src/documentation/content/xdocs/wsm/annotations/wsm_annotations.xml
>   None of the web service annotation links work

-- 
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-764) Website has minor typos and some other things

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


Verified in v1m1 that the updates are on the website.  The todos and to be completeds have been removed as well as all other items that were mentioned but not included in the patch.

> Website has minor typos and some other things
> ---------------------------------------------
>
>          Key: BEEHIVE-764
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-764
>      Project: Beehive
>         Type: Bug
>   Components: Documentation
>     Versions: V1
>     Reporter: Krista Baker
>     Assignee: Krista Baker
>     Priority: Minor
>      Fix For: V1
>  Attachments: J764.txt
>
> I went through the website and noted that there were some typos and also in the pageFlow databinding documentation that there were some outstanding issues which did not have the correct databinding information.
> I will attach a patch for the items that I have found and my attempts to fix them.
> The following items are still outstanding/are not included in the attached patch:
> /trunk/docs/forrest/src/documentation/content/xdocs/pageflow/pageflow_building.xml
>   This file still references the old way of building, using webappRuntimeCore.xml, which I replaced with beehive-runtime, however, under the heading: Running Ant, the reference to buildWebapp.xml still exists.  This should be updated by having the user copy from the samples or by including an instructional item on how to create a build file.  Currently, the user without fishing around quite a bit will not be able to build thier web app.
> /trunk/docs/forrest/src/documentation/content/xdocs/system-controls/jdbc/jdbcControlDevGuide.xml
> Jdbc stuff: POINTBASE Example: The following table lists the relationships between database types and Java types for the PointBase Version 4.4 database, which is installed with WebLogic Server.
>   Should we leave off the "which is installed with???"
> /trunk/docs/forrest/src/documentation/content/xdocs/controls/controlsContainment.xml
> [todo]'s and to be completed:
>   Nesting/Composition
>   Property Management/Access
>   Contextual Services
>   Resource Management
>   State Management
>   External Event Dispatch
> /trunk/docs/forrest/src/documentation/content/xdocs/controls/controlsProgramming.xml
>   [todo][Issue: there is not a declarative..... (I commented out the [todo] item but left the [Issue:].)
> /trunk/docs/forrest/src/documentation/content/xdocs/wsm/wsm_JWSFiles.xml
> [todo]'s and to be completed:
>   @WebService: SOAP document generated by this web service will reference...[todo]
>   @WebMethod: ... [todo]
>   Separating the Public and Implementation Names of Methods and Parameters, last line....Changing the method invoked...[todo: doable?] (commented out in patch)
>   @WebResult
>   @SOAPBinding
>   @SecurityIdentity
>   @SecurityRoles
>   @SOAPMessageHandlers
> /trunk/docs/forrest/src/documentation/content/xdocs/wsm/annotations/wsm_annotations.xml
>   None of the web service annotation links work

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