Thanks, I'll take a look.
Type: Posts; User: garrmark; Keyword(s):
Thanks, I'll take a look.
I have a JPA entity which detects when it is persisted using the @PostPersist annotation. I would like to call a proxy to a third party service inside the @PostPersist method. Is there a way to...
I've noticed that a wildcard is a pontential workaround for three letter acronyms. e.g. jpa* finds posts with jpa in them.
For windows paths you can use the following file: url sytax
file:///c:/path/to/your/file.xml
I'm trying to filgure out how to take a simple bean that contains a byte[] property and load it using an image file.
Here's my bean:
public class BulletinImageImpl implements BulletinImage...