History
Log In
h
ome
b
rowse project
f
ind issues
Q
uick Search:
Learn more about
Quick Search
Issue Details
(
XML
|
Word
|
Printable
)
Key:
XBEAN-55
Type:
Bug
Status:
Closed
Resolution:
Fixed
Priority:
Major
Assignee:
Dain Sundstrom
Reporter:
Dan Diephouse
Votes:
0
Watchers:
0
Available Workflow Actions
Reopen Issue
Operations
If you were
logged in
you would be able to see more operations.
XBean
Custom Map values aren't parsed properly
Created:
01/Oct/06 04:53 PM
Updated:
05/Mar/07 02:41 PM
Return to search
Component/s:
spring
Affects Version/s:
2.6
Fix Version/s:
2.7
Time Tracking:
Not Specified
File Attachments:
File Name
Date Attached
Attached By
Size
mappatch
2006-10-01 04:54 PM
Dan Diephouse
4 kB
Issue Links:
Reference
This issue
is related to
:
XBEAN-80
Custom Map values aren't parsed properly (using spring 2.0)
Resolution Date:
03/Oct/06 07:20 PM
Description
« Hide
If you use the custom map syntax that I wrote, it only supports setting values which are Strings. This patch fixes that issue.
Description
If you use the custom map syntax that I wrote, it only supports setting values which are Strings. This patch fixes that issue.
Show »
All
Comments
Work Log
Change History
Subversion Commits
Sort Order:
Repository
Revision
Date
User
Message
ASF
#452597
Tue Oct 03 19:14:39 UTC 2006
dain
XBEAN-55
Custom Map values aren't parsed properly
If you use the custom map syntax that I wrote, it only supports setting values which are Strings. This patch fixes that issue.
Thanks Dan Diephouse
Files Changed
MODIFY
/geronimo/xbean/trunk/xbean-spring-v1/src/test/resources/org/apache/xbean/spring/context/favorite-normal.xml
MODIFY
/geronimo/xbean/trunk/xbean-spring-v1/src/main/java/org/apache/xbean/spring/context/v1/XBeanXmlBeanDefinitionParser.java
MODIFY
/geronimo/xbean/trunk/xbean-spring-v1/src/test/java/org/apache/xbean/spring/context/FavoriteUsingSpringTest.java
MODIFY
/geronimo/xbean/trunk/xbean-spring-v1/src/test/resources/org/apache/xbean/spring/context/favorite-xbean.xml