Search:

Type: Posts; User: garrmark; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,079

    Thanks, I'll take a look.

    Thanks, I'll take a look.
  2. Replies
    2
    Views
    1,079

    Injecting a dependency into a JPA entity

    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...
  3. Replies
    3
    Views
    2,208

    Here here

    I've noticed that a wildcard is a pontential workaround for three letter acronyms. e.g. jpa* finds posts with jpa in them.
  4. On windows use...

    For windows paths you can use the following file: url sytax


    file:///c:/path/to/your/file.xml
  5. Replies
    2
    Views
    1,113

    Load a byte array property from a file

    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...
Results 1 to 5 of 5