[jbosstools-issues] [JBoss JIRA] Resolved: (JBDS-420) RHDS GSG

Svetlana mukhina (JIRA) jira-events at lists.jboss.org
Wed Sep 24 06:49:22 EDT 2008


     [ https://jira.jboss.org/jira/browse/JBDS-420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Svetlana mukhina resolved JBDS-420.
-----------------------------------

    Resolution: Done


> RHDS GSG
> --------
>
>                 Key: JBDS-420
>                 URL: https://jira.jboss.org/jira/browse/JBDS-420
>             Project: Developer Studio
>          Issue Type: Task
>          Components: Doc - RHDS GSG
>    Affects Versions: 1.1.0.GA
>         Environment: n/a
>            Reporter: Shaun Appleton
>            Assignee: OLga Chikvina
>
> I have run through the RHDS GSG and have the following comments -
> sect 1.2.1 the note does not match up with the script.
> The script states - 
> export PATH=$PATH:$JAVA_HOME/bin
> The note states - 
> When you add $JAVA_HOME/bin to $PATH, you should add it before the old $PATH not after it. This way, the machine will pick up the new JVM first. You only need to run "alternative" as a safe guard for the right JVM.
> It might be better if script stated - 
> export PATH=$JAVA_HOME/bin:$PATH
> and note
> Note:
> $JAVA_HOME/bin is added after the $PATH to ensure the machine will pick up the new JVM first. You only need to run "alternative" as a safe guard for the right JVM.
> If you follow the sections of the guide through sequentially
> The sect 3.5 doesn't work as the method public String hello() is never called
> if getValue() is changed to 
> 	public String getValue()
> 	{
>         if (convertToCap) {
>             value = value.toUpperCase ();
>           }
> 		return value;
> 	}
> Then it works.
> Also it is not possible to produce the result shown in Fig 3.17 as the value input must have a surname and lastname as enforced by the validator introduced in sect 3.4.
> Sect 3.5 I tried following this section as it is written but I could not secure the pages. Either the are some steps missing or this section assumes the readers know much about the seam secruity framework (which I don't yet!).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list