[ http://jira.jboss.com/jira/browse/JBSEAM-8?page=all ]
Gavin King closed JBSEAM-8.
---------------------------
Assignee: Gavin King (was: Thomas Heute)
> Logical component naming using @Name
> ------------------------------------
>
> Key: JBSEAM-8
> URL: http://jira.jboss.com/jira/browse/JBSEAM-8
> Project: JBoss Seam
> Issue Type: Feature Request
> Reporter: Gavin King
> Assigned To: Gavin King
> Fix For: 1.0 beta 1
>
>
> We need to introduce the @Name annotation to define the component name in its context
--
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
[ http://jira.jboss.com/jira/browse/JBSEAM-9?page=all ]
Gavin King closed JBSEAM-9.
---------------------------
Assignee: Gavin King (was: Thomas Heute)
> Component context binding using @Scope
> --------------------------------------
>
> Key: JBSEAM-9
> URL: http://jira.jboss.com/jira/browse/JBSEAM-9
> Project: JBoss Seam
> Issue Type: Feature Request
> Reporter: Gavin King
> Assigned To: Gavin King
>
> We need to introduce the @Scope annotation to define the default scope for a component type.
> @Scope(STATELESS)
> @Scope(EVENT)
> @Scope(CONVERSATION)
> @Scope(LOGIN)
> @Scope(APPLICATION)
> @Scope(PROCESS)
--
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
[ http://jira.jboss.com/jira/browse/JBSEAM-4?page=all ]
Gavin King closed JBSEAM-4.
---------------------------
Assignee: Gavin King (was: Thomas Heute)
> Seam together EJB3 and JSF
> --------------------------
>
> Key: JBSEAM-4
> URL: http://jira.jboss.com/jira/browse/JBSEAM-4
> Project: JBoss Seam
> Issue Type: Feature Request
> Reporter: Thomas Heute
> Assigned To: Gavin King
> Fix For: 1.0 beta 1
>
>
> Based on the example webapp, EJB3 and JSF need to be able to share the same beans.
--
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
[ http://jira.jboss.com/jira/browse/JBSEAM-364?page=all ]
Gavin King closed JBSEAM-364.
-----------------------------
> Use reflection in org.jboss.seam.util.Persistence
> -------------------------------------------------
>
> Key: JBSEAM-364
> URL: http://jira.jboss.com/jira/browse/JBSEAM-364
> Project: JBoss Seam
> Issue Type: Bug
> Components: Core
> Reporter: Gavin King
> Assigned To: Gavin King
> Priority: Blocker
> Fix For: 1.1.0.BETA1
>
>
> Currently we got a hard dependence to Hibernate. We should use reflection in this class.
--
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
[ http://jira.jboss.com/jira/browse/JBSEAM-413?page=all ]
Gavin King closed JBSEAM-413.
-----------------------------
> Support <foo>value</foo> as well as <property name="foo">value</property> in components.xml
> -------------------------------------------------------------------------------------------
>
> Key: JBSEAM-413
> URL: http://jira.jboss.com/jira/browse/JBSEAM-413
> Project: JBoss Seam
> Issue Type: Feature Request
> Components: Core
> Reporter: Gavin King
> Assigned To: Gavin King
> Fix For: 1.1.0.CR1
>
>
--
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
nested conversations, redirects and refresh button
--------------------------------------------------
Key: JBSEAM-483
URL: http://jira.jboss.com/jira/browse/JBSEAM-483
Project: JBoss Seam
Issue Type: Bug
Components: Core
Affects Versions: 1.1.0.BETA2
Reporter: Gavin King
Assigned To: Gavin King
Priority: Critical
Fix For: 1.1.0.CR1
Currently the nested conversation id goes into the URL, so there is no way to get the outer conversation id when the user presses refresh (we should put both in the URL and try one, then the other).
--
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
<component name="..." jndiName="...."/>
---------------------------------------
Key: JBSEAM-487
URL: http://jira.jboss.com/jira/browse/JBSEAM-487
Project: JBoss Seam
Issue Type: Feature Request
Components: EJB3
Reporter: Gavin King
Assigned To: Gavin King
Fix For: 1.1.0.BETA2
Let the components.xml file specify the @JndiName
--
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
[ http://jira.jboss.com/jira/browse/JBSEAM-2?page=all ]
Gavin King closed JBSEAM-2.
---------------------------
Assignee: Gavin King
> Build environment for SEAM kick off
> -----------------------------------
>
> Key: JBSEAM-2
> URL: http://jira.jboss.com/jira/browse/JBSEAM-2
> Project: JBoss Seam
> Issue Type: Task
> Affects Versions: 1.0 beta 1
> Reporter: Thomas Heute
> Assigned To: Gavin King
> Priority: Minor
> Fix For: 1.0 beta 1
>
>
> Use the new building system to get JBoss, EJB3 and jBPM from the CVS. Add JSF libraries to the build system as well.
> Need to create the project structure
--
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
[ http://jira.jboss.com/jira/browse/JBSEAM-3?page=all ]
Gavin King closed JBSEAM-3.
---------------------------
Assignee: Gavin King (was: Thomas Heute)
> Basic webapp using JSF and EJB3 to test against
> -----------------------------------------------
>
> Key: JBSEAM-3
> URL: http://jira.jboss.com/jira/browse/JBSEAM-3
> Project: JBoss Seam
> Issue Type: Task
> Reporter: Thomas Heute
> Assigned To: Gavin King
>
> Build a basic application using JSF and EJB3 so that SEAM can be build based on this webapp using a simple POJO.
--
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
[ http://jira.jboss.com/jira/browse/JBSEAM-322?page=all ]
Gavin King closed JBSEAM-322.
-----------------------------
> DateWrapper is not registered for remoting. Javascript-Java conversion of date types fails.
> -------------------------------------------------------------------------------------------
>
> Key: JBSEAM-322
> URL: http://jira.jboss.com/jira/browse/JBSEAM-322
> Project: JBoss Seam
> Issue Type: Bug
> Components: Remoting
> Affects Versions: 1.0.1
> Environment: All
> Reporter: Jens
> Fix For: 1.1.0.BETA1
>
>
> in WrapperFactory.java the DateWrapper wrapper class is not registered. Javascript remote calls cannot be converted to Java Date type.
> This line needs to be added:
> registerWrapper("date", DateWrapper.class);
--
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