Monthly Archives: May 2017

JBoss EAP 6 – encrypt password for SecureIdentityLoginModule

Quick snippet on password encryption for the  org.picketbox.datasource.security.SecureIdentityLoginModule  which is relatively version agnostic. From your JBoss directory, run

It’ll output the encrypted password, which you can update your configuration with. If you get an error, like

It’s most likely

Tagged with: , , ,
Posted in Java, Security

Lunar Rander

lunar-rander Hate long intros? Try it here. Uses arrow keys to navigate on desktop, and phone rotation / touch to navigate on mobile. It’s just like Lunar lander (well, not really, kinda an arm-length estimate), but on the surface of the

Posted in Uncategorized

IntelliJ Plugin Development – “Already running” error

These things are really hard to google, so hopefully this helps someone sometime. You’re creating a plugin, but when you launch it (as the new IntelliJ with the plugin installed launches), instead of a glorious splash screen you see a

Posted in Uncategorized

IntelliJ plugin development – wait for indices

Writing a new tool-window for IntelliJ? If not, well, ‘sup? Nice to see you here. Good enthusiasm. When IntelliJ launches, it kicks off an almighty (depending on project size / computer condition) indexing effort. Until this effort is complete, it’s

Tagged with: , , , ,
Posted in IntelliJ