You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "James Strachan (JIRA)" <ji...@apache.org> on 2010/07/06 16:47:51 UTC

[jira] Created: (CAMEL-2913) mark required properties in the EIP model so they can be introspected by tooling

mark required properties in the EIP model so they can be introspected by tooling
--------------------------------------------------------------------------------

                 Key: CAMEL-2913
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2913
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: James Strachan
            Assignee: James Strachan
             Fix For: 2.4.0


we should be able to introspect the model and be able to see that, say, ToDefintion.uri or BeanDefinition.ref is required for UI type tooling where users can build routes visually

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CAMEL-2913) mark required properties in the EIP model so they can be introspected by tooling

Posted by "James Strachan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Strachan resolved CAMEL-2913.
-----------------------------------

    Resolution: Fixed

added a @Required annotation on setter methods to mark things that a UI should require

> mark required properties in the EIP model so they can be introspected by tooling
> --------------------------------------------------------------------------------
>
>                 Key: CAMEL-2913
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2913
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: James Strachan
>            Assignee: James Strachan
>             Fix For: 2.4.0
>
>
> we should be able to introspect the model and be able to see that, say, ToDefintion.uri or BeanDefinition.ref is required for UI type tooling where users can build routes visually

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.