You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Jonas Maurus (JIRA)" <ta...@jakarta.apache.org> on 2005/07/14 16:00:10 UTC

[jira] Created: (TAPESTRY-398) Typo in META-INF/tapestry.bindings.xml, line 115 "object" should be "value"

Typo in META-INF/tapestry.bindings.xml, line 115 "object" should be "value"
---------------------------------------------------------------------------

         Key: TAPESTRY-398
         URL: http://issues.apache.org/jira/browse/TAPESTRY-398
     Project: Tapestry
        Type: Bug
  Components: Framework  
    Versions: 4.0    
    Reporter: Jonas Maurus


There is a typo on line 115:
112     <invoke-factory>
113	<construct class="StateBindingFactory">
114	<set-object property="valueConverter" value="infrastructure:valueConverter"/>
115	<set-object property="applicationStateManager" object="infrastructure:applicationStateManager"/>
116	</construct>
117	</invoke-factory>

The attribute "object" should be called "value". This effectively prohibits use of the "state:" prefix in beta 2.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


Re: [jira] Created: (TAPESTRY-398) Typo in META-INF/tapestry.bindings.xml, line 115 "object" should be "value"

Posted by Henri Dupre <he...@gmail.com>.
On 7/15/05, Howard Lewis Ship <hl...@gmail.com> wrote:
> No workaround, short of unpackaging the JAR, fixing the descriptor, repackaging.

Thanks, that's not too bad... I was afraid that I would need to build
the whole thing.

Henri.

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


Re: [jira] Created: (TAPESTRY-398) Typo in META-INF/tapestry.bindings.xml, line 115 "object" should be "value"

Posted by Howard Lewis Ship <hl...@gmail.com>.
No workaround, short of unpackaging the JAR, fixing the descriptor, repackaging.

What I can't figure out is why the unit test suites did not capture this!

On 7/15/05, Henri Dupre <he...@gmail.com> wrote:
> Are there any workaround on the beta2?
> 
> > The attribute "object" should be called "value". This effectively prohibits use of the "state:" prefix in beta 2.
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org
> 
> 


-- 
Howard M. Lewis Ship
Independent J2EE / Open-Source Java Consultant
Creator, Jakarta Tapestry
Creator, Jakarta HiveMind

Professional Tapestry training, mentoring, support
and project work.  http://howardlewisship.com

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


Re: [jira] Created: (TAPESTRY-398) Typo in META-INF/tapestry.bindings.xml, line 115 "object" should be "value"

Posted by Henri Dupre <he...@gmail.com>.
Are there any workaround on the beta2?

> The attribute "object" should be called "value". This effectively prohibits use of the "state:" prefix in beta 2.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


[jira] Updated: (TAPESTRY-398) HiveMind configuration error breaks the useage of the state: binding prefix

Posted by "Howard M. Lewis Ship (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-398?page=all ]

Howard M. Lewis Ship updated TAPESTRY-398:
------------------------------------------

    Summary: HiveMind configuration error breaks the useage of the state: binding prefix  (was: Typo in META-INF/tapestry.bindings.xml, line 115 "object" should be "value")

> HiveMind configuration error breaks the useage of the state: binding prefix
> ---------------------------------------------------------------------------
>
>          Key: TAPESTRY-398
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-398
>      Project: Tapestry
>         Type: Bug
>   Components: Framework
>     Versions: 4.0
>     Reporter: Jonas Maurus
>     Assignee: Howard M. Lewis Ship

>
> There is a typo on line 115:
> 112     <invoke-factory>
> 113	<construct class="StateBindingFactory">
> 114	<set-object property="valueConverter" value="infrastructure:valueConverter"/>
> 115	<set-object property="applicationStateManager" object="infrastructure:applicationStateManager"/>
> 116	</construct>
> 117	</invoke-factory>
> The attribute "object" should be called "value". This effectively prohibits use of the "state:" prefix in beta 2.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


[jira] Closed: (TAPESTRY-398) HiveMind configuration error breaks the useage of the state: binding prefix

Posted by "Howard M. Lewis Ship (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-398?page=all ]
     
Howard M. Lewis Ship closed TAPESTRY-398:
-----------------------------------------

    Fix Version: 4.0
     Resolution: Fixed

> HiveMind configuration error breaks the useage of the state: binding prefix
> ---------------------------------------------------------------------------
>
>          Key: TAPESTRY-398
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-398
>      Project: Tapestry
>         Type: Bug
>   Components: Framework
>     Versions: 4.0
>     Reporter: Jonas Maurus
>     Assignee: Howard M. Lewis Ship
>      Fix For: 4.0

>
> There is a typo on line 115:
> 112     <invoke-factory>
> 113	<construct class="StateBindingFactory">
> 114	<set-object property="valueConverter" value="infrastructure:valueConverter"/>
> 115	<set-object property="applicationStateManager" object="infrastructure:applicationStateManager"/>
> 116	</construct>
> 117	</invoke-factory>
> The attribute "object" should be called "value". This effectively prohibits use of the "state:" prefix in beta 2.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


[jira] Assigned: (TAPESTRY-398) Typo in META-INF/tapestry.bindings.xml, line 115 "object" should be "value"

Posted by "Howard M. Lewis Ship (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-398?page=all ]

Howard M. Lewis Ship reassigned TAPESTRY-398:
---------------------------------------------

    Assign To: Howard M. Lewis Ship

> Typo in META-INF/tapestry.bindings.xml, line 115 "object" should be "value"
> ---------------------------------------------------------------------------
>
>          Key: TAPESTRY-398
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-398
>      Project: Tapestry
>         Type: Bug
>   Components: Framework
>     Versions: 4.0
>     Reporter: Jonas Maurus
>     Assignee: Howard M. Lewis Ship

>
> There is a typo on line 115:
> 112     <invoke-factory>
> 113	<construct class="StateBindingFactory">
> 114	<set-object property="valueConverter" value="infrastructure:valueConverter"/>
> 115	<set-object property="applicationStateManager" object="infrastructure:applicationStateManager"/>
> 116	</construct>
> 117	</invoke-factory>
> The attribute "object" should be called "value". This effectively prohibits use of the "state:" prefix in beta 2.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org