Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0
-
Fix Version/s: 1.0.2
-
Component/s: XML code generator
-
Labels:None
-
Environment:Linux, JDK 1.4, Castor 1.0
-
Number of attachments :
Description
Versions previous to 1.0 final (all milestone releases) do not have this problem.
With versions 1.0+, all SourceGenerator options that depend on the sourceFactory being set (not null) are ignored.
The setters for certain options do null checks on the sourceFactory, which doesn't seem to get set until generateSource() is later called.
Issue Links
- relates to
-
CASTOR-1346
notifyPropertyChangeListeners not called when bound properties is set true.
-
Activity
Werner Guttmann
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Werner Guttmann [ wguttmn ] |
Ralf Joachim
made changes -
| Link |
This issue is related to |
Ralf Joachim
made changes -
| Assignee | Werner Guttmann [ wguttmn ] | Ralf Joachim [ rjoachim ] |
Ralf Joachim
made changes -
| Attachment | patch-C1477-20060725.txt [ 21806 ] |
Ralf Joachim
made changes -
| Description |
Versions previous to 1.0 final (all milestone releases) do not have this problem. With versions 1.0+, all SourceGenerator options that depend on the sourceFactory being set (not null) are ignored. The setters for certain options do null checks on the sourceFactory, which doesn't seem to get set until generateSource() is later called. |
Versions previous to 1.0 final (all milestone releases) do not have this problem. With versions 1.0+, all SourceGenerator options that depend on the sourceFactory being set (not null) are ignored. The setters for certain options do null checks on the sourceFactory, which doesn't seem to get set until generateSource() is later called. |
| Assignee | Ralf Joachim [ rjoachim ] |
Ralf Joachim
made changes -
| Assignee | Ralf Joachim [ rjoachim ] |
Ralf Joachim
made changes -
| Fix Version/s | 1.0.2 [ 12660 ] |
Werner Guttmann
made changes -
| Assignee | Ralf Joachim [ rjoachim ] | Werner Guttmann [ wguttmn ] |
Werner Guttmann
made changes -
| Attachment | patch.c1477.20060802.txt [ 21996 ] |
Werner Guttmann
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Open [ 1 ] | Resolved [ 5 ] |
Werner Guttmann
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
Jason, can you please attach a small JUnit test case that highlights your problem ? The better I can replay your problem (with as little work on my side as possible), the faster I can provide a possible reply to you.