"[EMAIL PROTECTED]" wrote : What is the problem with using xsd:date?
|
| http://www.w3.org/TR/xmlschema-2/#date
|
"problem with using xsd:date?" - for one dept, i need to use the send and
receive a date without an optional timezone-valued timezone property. I've
seen that apache's axis does not match the date to corresponding time-zone. I
want use it but cant configure the jboss for using that
org.apache.axis.encoding.ser.DateSezializer .
I used
...
...
but it's ignored ,
I also used to register in my Bean's method.
QName xmlType = new QName("http://com", "xsd:date");
System.out.println(MessageContext.getCurrentContext());
TypeMapping tm = MessageContext.getCurrentContext().getTypeMapping();
tm.register(java.util.Date.class, xmlType,
new
org.apache.axis.encoding.BeanSerializerFactory(java.util.Date.class, xmlType),
new
org.apache.axis.encoding.BeanDeserializerFactory(java.util.Date.class,
xmlType));
but still now it uses the org.jboss.axis.encoding.ser.DateSezializer
thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3908864#3908864
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3908864
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user