For those who uses Spring 3.0.5: Spring 3.0.5 doesn’t work with aspectjweaver 1.6.10+ due to AssertionError at org.aspectj.weaver.UnresolvedType.nameToSignature! E.g. if you use aspects in your spring config with, say, jdbc:initalize-database configuration clause, most likely you’ll get assertion error in your JUnit test what uses such a config. The possible workaround would be to switch to [...]
Archives for June 2011
Block internet access for application in Mac OS X
There is a wonderful set of native utilities named “sandbox”. These utilities include service sandboxd that, for example, prevents newly downloaded applications from being started immediately. In order to block a particular application from accessing internet (but without turning off all the networking services) you may use “sandbox-exec” utility. First of all, create sandbox profile [...]
Posts