Has anybody else noticed that Argo Tunnels are suddenly creating only AAAA records? Given that I don't have IPv6 support at home, I suddenly cannot access sites that used to be accessible. Any suggestions/fixes?
I work for a "regular" company as a developer and am interviewing a Java developer. I prefer the approach where we contract out a piece of work, or work with the person in some other fashion, but that's not the approach here.
So, what types of questions do you ask that aren't silly brain teasers?
This is a bit of an odd question, but it has been bothering me for a few months now. I have built a JPA-based web application using Wicket + Hibernate (built with Maven), and want to test the DAO layer directly. I created a specific src/test/resources/META-INF/persistence.xml file that I used for testing, but have been running into conflicts with WTP and the like. To get around these issues, I created a separate test project where the unit tests live. Is there a better way to manage unit tests for a JPA project without having duels between persistence files?