Java EE

Arquillian Error: ArchiveExportException

I ran into a baffling error the other day while working with Arquillian. I added Arquillian to a simple project requiring only the Java SE container for some “lite” CDI injection. However, when I went to run the unit tests, they failed:   [code lang=’java’] org.jboss.shrinkwrap.api.exporter.ArchiveExportException: File could not be created: target/test.jar at org.jboss.shrinkwrap.impl.base.exporter.AbstractStreamExporterImpl.getOutputStreamToFile(AbstractStreamExporterImpl.java:95) at …

Arquillian Error: ArchiveExportException Read More »

Presentations DevoxxUK and NYC Java Meetup Presentations

My presentations from DevoxxUK and the May meeting of the New York Java Meetup are now available Slideshare! Combining R with Java (DevoxxUK) Developing in the Cloud (May New York Java Meetup) Code will be coming soon for the DevoxxUK presentation. Combining R with Java Java is a general-purpose language and is not particularly well suited for performing …

Presentations DevoxxUK and NYC Java Meetup Presentations Read More »