Es kommt auch in den besten Familien vor, dass mal ein unit test nicht läuft. Da muss sich nicht schämen, nur ein bisschen ärgern. Ähnliche Probleme sind
- Maven tests ausschalten
- mvn ignoriere test fehler
Tags: maven
Es kommt auch in den besten Familien vor, dass mal ein unit test nicht läuft. Da muss sich nicht schämen, nur ein bisschen ärgern. Ähnliche Probleme sind
This is the second post on my little “Cassandra – Getting Started” series covering the installation and basic configuration of Cassandra. Cassandra is extremely easy to set up, especially compared to HBase. All you got to do is to download, extract, edit a single XML-file and run. But let us take it step by step.
This post addresses Java developers who want to get their feet wet with Cassandra. This is the first post in a series of three in which I describe Cassandras data model as seen from the angle of a typical Java developer. By contributing a javaish view on the data model, I try to extend the set of existing data model descriptions.
In this post I am going to provide some example code to connect to Zanox revised API via Java and SOAP.
The updated API got more coherent and consistent. Its changes mainly address the new authentication model and the application store in which you can feature your own applications based on Zanox data.
Die Fehlermeldung “connection refused” (z.B. beim Tomcat) bedeutet, dass Java ein Problem beim Verbindungsaufbau besteht. In der Regel wird “connection refused” von einer unterliegenden, fehlgeschlagenen Socketverbindung geworfen da der Zielhost auf dem angesprochenen Port nicht reagiert. Checklist: