|
"Mutual Security Authentication" can't specify truststore
|
| |
I've just upgraded to NetBeans 6.5.1. Now when I try to create a secure web service with "Mutual Sec...
|
|
Re: Frustration with X.509 version 3 certificates
|
| |
I tried using the Keytool that comes with JDK 6, but it didn't work. Is there a way to check the ver...
|
|
Frustration with X.509 version 3 certificates
|
| |
I'm trying to create a secure web service with "Mutual Certificates Security". I wasn't able to make...
|
|
Re: Generating nested annotations
|
| |
Got it:
f.annotate(JoinTable.class).param("name", "test").annotationParam("joinColumns", JoinColu...
|
|
Generating nested annotations
|
| |
I'm writing a JAXB Plugin and need to generate a nested annotation.
I can do this:
@JoinTable(name...
|