Alan Foster

Results 50 issues of Alan Foster

When attempting to reference a feature definition that does not exist. It would be good to add a quickfix option which allows you to easily create this new definition

We should add validation for the following - [ ] Ensuring there is only one property placeholder per bundle - [ ] Ensuring the PID is not accidentally duplicated in...

Blueprint requires a public constructor for dependency injection under certain scenarios; We should provide a validation check for these scenarios to help the user out :)

Currently we find the first matching constructor with n arguments as our constructor reference. It would be good to investigate the real constructor resolution pattern used, to provide better tooling.

enhancement
Investigation-Required

From the [OSGI spec](http://www.osgi.org/download/r4v42/r4.enterprise.pdf) the blueprint bean name attribute can | Syntax | Description | | --- | --- | | method ( ’.’ method)* | The property name, for...

Possibility

It would be great to add an annotator for finding stray characters that stop camel from deploying. For example with this stacktrace ``` [ Blueprint Extender: 2] BlueprintContainerImpl ERROR Unable...

From the documentation example ``` xml ``` This may need a custom formatter, for instance if we consider the XmlJson style: ``` xml ```

It would be nice to add completion etc for - strategyRef - aggregationStrategy - aggregationRepository - aggregationRepositoryRef - executorService - executorServiceRef - timeoutCheckerExecutorService - timeoutCheckerExecutorServiceRef

We should add support for the doTry DSL. For example ``` xml java.io.IOException java.lang.IllegalStateException ``` Some more examples of the doTry XML DSL is at the bottom of the apache...

The log element supports embedded Camel notation within its message attribute. It would be good to inject this language in automatically For example ``` xml ```

enhancement