Wednesday 1 July 2015

Eclipse BIRT : how to set a parameter as list ?

Need to pass a list as parameter to report ? The answer is this can't be done with current BIRT 4.5.0 implementation , but we  have alternatives :

Friday 22 May 2015

OpenShift : WildFly 8 standalone.xml





I am using redhat openshift to test my applications lately , one annoying thing happened is this standalone.xml keep being overwritten, if you encountered the same read below :

Wednesday 18 March 2015

Jasper Reports : detecting last page

There always a time that we would want to display something different on the last page of the report , but there is no existing parameter could be used as expression, then how ?

Monday 26 January 2015

OWASP : Resource Injection

Recently  we have a code scan for one of our projects and "Resource Injection" is reported, below is an explanation from Open Web Application Security Project (OWASP) for this vulnerability:

Wednesday 14 January 2015

Oracle Certified Associate/Professional Java SE 8 Programmer

If you are like me holding SCJP 5 (EXAM 310-055) and wish to upgrade to OCA (EXAM 1Z0-808)/OCP Java SE8 Programmer , then you can come to this post often.

Monday 12 January 2015

JBoss Fuse : Spring managed Quartz


Let's assume you have some basic knowledge of osgi ,and want to deploy your Spring powered batch job into JBoss Fuse.


Step 1 : connecting to the right maven repository

    com.springsource.repository.bundles.release
    EBR Spring Release Repository
    http:// repository.springsource.com/maven/bundles/release


    com.springsource.repository.bundles.external
    EBR External Release Repository
    http:// repository.springsource.com/maven/bundles/external

Sunday 11 January 2015

JBoss WildFly 8 : log4j not logging


For a newly installed JBoss WildFly 8 if your application is using log4j , there would not be any log in the file or console.

Flag Counter