By Chris on May 20, 2020
I was having that weird error when I was working with mapstruct, turn out that the default java version for mapstruct is java 6. Since our project was in java 11 I was getting the error “Constructor XXX in enum XXX cannot be applied to given types”. My starting config was : <dependencies> <dependency> <groupId>org.mapstruct</groupId> […]
Posted in error, java | Tagged java, java8, mapstruts, maven |
By Chris on August 26, 2013
I had a problem setting up my styleclass in struts, here how I fixed it. I hope the code come nicely in that theme. In struts class is not recognized but styleClass is : http://struts.apache.org/1.x/struts-taglib/tlddoc/html/checkbox.html you can check the source the styleClass is generated class. <script language=”JavaScript”> $(function () { $(‘#checkall’).toggle( function() { $(‘#resultTable .tf’).prop(‘checked’, […]
Posted in error, prog, tips | Tagged struts, struts tag, styleClass, tags |
By Chris on August 1, 2013
I had a the following error recently in my jboss: org.jboss.deployment.DeploymentException: No ClassLoaders found for: org.jboss.management.j2ee.LocalJBossServerDomain I’ve extracted the jboss archive with window archiver, I didn’t know that could be a problem until I’ve founded that blog post : org.jboss.management.j2ee.LocalJBossServerDomain. Here what it’s say: Cause: You get this error when after extracting JBoss, you try […]
Posted in error, prog | Tagged ClassLoaders, deployment, DeploymentException, errors, j2ee, jboss |
Recent Comments