[seam-issues] [JBoss JIRA] Issue Comment Edited: (SEAM-29) seam3 generated API docs in doc/api references j2se/1.5.0 classes instead of javaee/6 classes

Marek Schmidt (JIRA) jira-events at lists.jboss.org
Fri Mar 25 12:02:37 EDT 2011


    [ https://issues.jboss.org/browse/SEAM-29?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12591327#comment-12591327 ] 

Marek Schmidt edited comment on SEAM-29 at 3/25/11 12:00 PM:
-------------------------------------------------------------

Some of the links, such as link to UserTransaction from http://docs.jboss.org/seam/3/latest/api/org/jboss/seam/transaction/SeamTransaction.html still refer to non-existing javase classes, instead of javaee in CR3.

it seems that when I change the order of links in dist/dist/pom.xml to:

 <links>
  <link>http://download.oracle.com/javaee/6/api</link>
  <link>http://download.oracle.com/javase/6/docs/api/</link>
 </links>

it will work, for whatever strange reason...



  
> seam3 generated API docs in doc/api references j2se/1.5.0 classes instead of javaee/6 classes
> ---------------------------------------------------------------------------------------------
>
>                 Key: SEAM-29
>                 URL: https://issues.jboss.org/browse/SEAM-29
>             Project: Seam 3 Distribution
>          Issue Type: Bug
>          Components: Common Documentation
>    Affects Versions: 3.0.0.CR3
>            Reporter: Marek Schmidt
>            Assignee: Shane Bryzak
>            Priority: Minor
>             Fix For: 3.0.0.Final
>
>
> The generated javadocs in the seam3 CR3 distribution in doc/api contains lots of invalid links to the standard classes, because it links to the JavaSE classes, instead of the JavaEE classes,
> see e.g.
> seam-3.0.0.CR3/doc/api/org/jboss/seam/transaction/SeamTransaction.html
> (or online at
> http://docs.jboss.org/seam/3/latest/api/org/jboss/seam/transaction/SeamTransaction.html
> )
> containing a link to 
> http://download.oracle.com/javase/6/docs/api/javax/transaction/UserTransaction.html?is-external=true
> which is a 404, it should be
> http://download.oracle.com/javaee/6/api/javax/transaction/UserTransaction.html?is-external=true )

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the seam-issues mailing list