[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1873) Change
by Felix Ho?feld (JIRA)
Change
-------
Key: JBSEAM-1873
URL: http://jira.jboss.com/jira/browse/JBSEAM-1873
Project: JBoss Seam
Issue Type: Bug
Components: Documentation
Affects Versions: 2.0.0.BETA1
Environment: Seam 2.0.0.Beta1
Reporter: Felix Ho?feld
The documentation (--> 25.2.1. Packaging) still recommends including jboss-el-api.jar into the application. However, including jboss-el-api into your ear and deploying to JBoss 4.2 with an insolated class loader will cause the application server to hang during the deployment since jboss-el-api.jar is already available from the server's lib directory.
I have not yet tried using
<loader-repository-config>
java2ParentDelegation=false
</loader-repository-config>
in such a configuration.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 1 month
[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1866) Seam 2Beta - Examples - Todo Example - button attribute
by Tomas (JIRA)
Seam 2Beta - Examples - Todo Example - button attribute
-------------------------------------------------------
Key: JBSEAM-1866
URL: http://jira.jboss.com/jira/browse/JBSEAM-1866
Project: JBoss Seam
Issue Type: Task
Components: Documentation
Affects Versions: 2.0.0.BETA1
Environment: Ubuntu Linux, JBoss AS 4.2.1
Reporter: Tomas
Priority: Trivial
Fix For: 2.0.0.GA
I was browsing Seam 2 examples and the third one had minor problem
it is in JSP so it took longer time :)
To finish task is in documentation
----------------------------------------------------
<h:column>
<s:button value="Done" action="#{todoList.done}" taskInstance="#{task}"/>
</h:column>
----------------------------------------------------
but server cried.
this works
----------------------------------------------------
<s:button action="#{todoList.done}" value="Done">
<s:taskId name="taskInstance" value="#{task}"></s:taskId>
</s:button>
----------------------------------------------------
Hopefully will help
How should I put it into JIRA system I was looking for duplicity but I did not find it?
Tomas
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 1 month