320 reputation
413
bio website
location
age
visits member for 1 year, 1 month
seen yesterday
stats profile views 78

2d
awarded  Notable Question
May
16
comment Jenkins Master/Slave configuration
Hi thanks for the clarification. I now have a master/slave setup ready. However I am still confused about the JBoss Management plugin part. I can configure JBoss plugins only on my master Jenkins. So when master delegates a job to a slave, and the build uses the JBoss Management plugin to start the AS, what will it actually do? Should I configure a "local" JBoss plugin instance, which is "local" from the slave's point of view, but is actually a "remote" server from the point of the master?
May
16
asked How to manage JBoss AS in a Jenkins master/slave configuration
May
16
asked Jenkins Master/Slave configuration
May
15
comment Jenkins sometimes takes JUnit @Ignore tag into account, sometimes not?
I am sorry, I realized I was very vague in my post. I have edited my original post. The tests executed are normal unit tests. All test method have been commented away, therefore the Ignore tag has been placed on class level. The behavior is consistent in Jenkins. Eclipse does not let me execute the test class because it has no test methods (commented away) and the Ignore tag has been placed on class level.
May
15
revised Jenkins sometimes takes JUnit @Ignore tag into account, sometimes not?
added 319 characters in body
May
14
awarded  Popular Question
May
14
comment How to easily find all JUnit tests in Eclipse that have no test methods
"@Ignore can also be applied to the test class:" according to "junit.sourceforge.net/javadoc/org/junit/Ignore.html";, so that should be fine
May
14
comment How to easily find all JUnit tests in Eclipse that have no test methods
no methods annotated with @Test inside class (these have been commented out, but I want to keep the test class)
May
14
asked Jenkins sometimes takes JUnit @Ignore tag into account, sometimes not?
May
14
asked How to easily find all JUnit tests in Eclipse that have no test methods
May
13
accepted IBM DB2 9.7 archiving specific tables and columns
May
13
comment IBM DB2 9.7 archiving specific tables and columns
This is great stuff Robert. Thanks! System does not need to access archived data. We are archiving old Log data that take unnecessary space in our transactional database, but due to the law they need to be stored somewhere.
May
13
comment IBM DB2 9.7 archiving specific tables and columns
Optim? Sounds like an expensive approach then ;) We are going to archive between 2-5 tables, probably millions of rows. These are Logging related rows and take unnecessary space in transactional database, but due to the law these still need to be stored somewhere.
May
10
comment IBM DB2 9.7 archiving specific tables and columns
Thanks for your response Warren. An SP could be a solution, but DB2 9.7 does not have archiving function built in? The data may need to be e.g. compressed and sent to a remote disk. Therefore I think a build in archiving function would be powerful.
May
9
comment Sonar forces me to choose between FindBugs results or JaCoCo integration test coverage
thanks Simon for the verification. Yes it seems like I am experiencing this bug. I got around it somehow (can't remember exactly) by importing all .class files (including .jar files) and then excluding some files. I imported folders, not individual class or jar files.
May
9
accepted Sonar forces me to choose between FindBugs results or JaCoCo integration test coverage
May
8
asked IBM DB2 9.7 archiving specific tables and columns
Apr
25
accepted IBM DB2 9.7, any difference between inlined CLOB and VARCHAR?
Apr
25
asked IBM DB2 9.7, any difference between inlined CLOB and VARCHAR?