emeraldjava

Results 15 issues of emeraldjava

Hi, Could you document that value this property should have in the README.md file? Thanks, Paul Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private javax.sql.DataSource krasa.core.backend.config.OvernightConfig.dataSource; nested exception is org.springframework.beans.factory.BeanCreationException:...

hi, I've been looking at your gist on sonar - integration test coverage https://github.com/jakubholynet/blog/blob/master/snippets/split_integration_tst_and_coverage-pom.xml and have a question about the setting of the jacoco.agent.argLine property. The gist the property is...

Hi, In my wordpress plugin that I am trying to unit test with BrainMonkey, i have classes which registers shortcodes with the wordpress API `class RaceResultShortcode { function __construct() {...

question
answered

Hi, Attempting the first lesson and i have this module defined as '01-level-module.js' ```javascript module.exports.someFunction = function someFunction(x,y,callback) { callback(null,"ALL YOUR "+x+" ARE BELONG TO "+y); } ``` and my...

Hi, I recently started using the ZFDebug tool and it's great. I have this action which calls a stored procedure to return a dataset. I've noticed that when ZFDebug is...

I attempted to 'Add a new Bower webjar' for v1.0.5 to http://www.webjars.org/bower The error message is Failed! All attempts to determine an acceptable license have been exhausted. The bower.json file...

In order to build a NPM WebJar the google-code-prettify projects needs to define the correct license details. I've added the Apache 2.0 LICENSE file and updated the package.json to include...

Hey, I've a simple form with three radio elements. My issue is that if validation fails on any of the elements in the form, the state of the radio elements...

Hey, I've been looking at this code trying to understand how i can tell the $element type within my filter method implementation. Instead of applying a callback here I think...

https://github.com/confluence-publisher/confluence-publisher/issues/388