java

Apache CXF Without spring

I found a very good blog post about that topic, here: http://chathurangat.blogspot.com/2014/02/apache-cxf-first-jax-ws-soap-web.html I copied there, to be here also for the…

5 years ago

JDK 8 Failed to read schema document ‘xjc.xsd’, because ‘file’ access is not allowed due to restriction set by the accessExternalSchema property.

The error msg is: java.lang.AssertionError: org.xml.sax.SAXParseException; systemId: jar:file:/path/to/glassfish/modules/jaxb-osgi.jar!/com/sun/tools/xjc/reader/xmlschema/bindinfo/binding.xsd; lineNumber: 52; columnNumber: 88; schema_reference: Failed to read schema document 'xjc.xsd', because…

7 years ago

How to modify a class file

You can follow these steps to modify your java class: Decompile the .class file as you have done and save…

7 years ago

Spring Data is Transctional

Is the databse transaction active? org.springframework.transaction.support.TransactionSynchronizationManager.isActualTransactionActive()  

8 years ago

This website uses cookies.