[
https://issues.jboss.org/browse/SEAM-29?page=com.atlassian.jira.plugin.sy...
]
Marek Schmidt updated SEAM-29:
------------------------------
Fix Version/s: 3.0.0.Final
Description:
The generated javadocs in the seam3 CR2 distribution in doc/api contains lots of invalid
links to the standard classes, because it links to the JavaSE 1.50 classes, instead of the
JavaEE 6 classes,
see e.g.
seam-3.0.0.CR2/doc/api/org/jboss/seam/persistence/transaction/SeamTransaction.html
(or online at
http://docs.jboss.org/seam/3/latest/api/org/jboss/seam/persistence/transa...
)
containing a link to
http://java.sun.com/j2se/1.5.0/docs/api/javax/transaction/UserTransaction...
which is a 404, it should be
http://java.sun.com/javaee/6/docs/api/javax/transaction/UserTransaction.h...
instead.
(or, preferably its permanent redirect to
http://download.oracle.com/javaee/6/api/javax/transaction/UserTransaction...
)
The previous per-module docs/api were correct, so this is specific to the new
"consolidated api docs"
was:
The generated javadocs in the seam3 distribution in doc/api contains lots of invalid links
to the standard classes, because it links to the JavaSE 1.50 classes, instead of the
JavaEE 6 classes,
see e.g.
seam-3.0.0.CR1/doc/api/org/jboss/seam/persistence/transaction/SeamTransaction.html
(or online at
http://docs.jboss.org/seam/3/latest/api/org/jboss/seam/persistence/transa...
)
containing a link to
http://java.sun.com/j2se/1.5.0/docs/api/javax/transaction/UserTransaction...
which is a 404, it should be
http://java.sun.com/javaee/6/docs/api/javax/transaction/UserTransaction.h...
instead.
(or, preferably its permanent redirect to
http://download.oracle.com/javaee/6/api/javax/transaction/UserTransaction...
)
The previous per-module docs/api were correct, so this is specific to the new
"consolidated api docs"
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
Issue Type: Bug
Components: Common Documentation
Affects Versions: 3.0.0.CR1
Reporter: Marek Schmidt
Assignee: Shane Bryzak
Fix For: 3.0.0.Final
The generated javadocs in the seam3 CR2 distribution in doc/api contains lots of invalid
links to the standard classes, because it links to the JavaSE 1.50 classes, instead of the
JavaEE 6 classes,
see e.g.
seam-3.0.0.CR2/doc/api/org/jboss/seam/persistence/transaction/SeamTransaction.html
(or online at
http://docs.jboss.org/seam/3/latest/api/org/jboss/seam/persistence/transa...
)
containing a link to
http://java.sun.com/j2se/1.5.0/docs/api/javax/transaction/UserTransaction...
which is a 404, it should be
http://java.sun.com/javaee/6/docs/api/javax/transaction/UserTransaction.h...
instead.
(or, preferably its permanent redirect to
http://download.oracle.com/javaee/6/api/javax/transaction/UserTransaction...
)
The previous per-module docs/api were correct, so this is specific to the new
"consolidated api docs"
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira