alexandermalfait / eid-idp

Automatically exported from code.google.com/p/eid-idp
Other
0 stars 0 forks source link

Temporal annotation missing on ClockDriftConfigEntity.fireDate #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Attempt to deploy "eid-trust-service-deploy-1.0.0.GA.ear" on WebLogic Server 
12c (12.1.1)

What is the expected output? What do you see instead?

Deployment should succeed, but instead the following error is reported:

The attribute [fireDate] from the entity class [class be.
fedict.trust.service.entity.ClockDriftConfigEntity] does not specify a temporal 
type. A temporal type must be specified for persistent fields or properties of 
type java.util.Date and java.util.Calendar.

What version of the product are you using? On what operating system?

1.0.0 GA on Windows (but OS is not relevant)

Please provide any additional information below.

According to section 11.1.47 there should indeed by a Temporal annotation:

The  Temporal annotation must be specified for persistent fields or properties 
of type java.util.Date and java.util.Calendar. It may only be specified for 
fields or properties of these types.

Note that I also manually had to add the following JAR's to the EAR:

bcmail-jdk16-1.45.jar
bctsp-jdk16-1.45.jar

Should I report a separate issue for this ? Other JAR's might as well be 
necessary.
Or are the Idp and trust service only supported on Jboss?

Original issue reported on code.google.com by gert.dri...@telenet.be on 12 Aug 2012 at 8:32

GoogleCodeExporter commented 8 years ago
It appears a lot of dependencies are listed as "provided". I assume this is 
because you know they are part of JBoss... 

Original comment by gert.dri...@telenet.be on 12 Aug 2012 at 8:38

GoogleCodeExporter commented 8 years ago
We don't support eID DSS on other application servers but JBoss.

Original comment by frank.co...@gmail.com on 30 Aug 2012 at 4:58

GoogleCodeExporter commented 8 years ago

Original comment by frank.co...@gmail.com on 6 Oct 2012 at 11:27