[Simple-support] Deployment Issue
Brought to you by:
niallg
|
From: Quirino Z. <qu...@la...> - 2008-07-10 11:35:37
|
Hi,
I'm trying to use Simple in J2EE context (JBoss).
When I try to serialize a class like:
@Root(name="vehicle")
public class Vehicle{
@Attribute(name="model")
private String name;
....
....
}
I obtain only <vehicle/>
This is because JBoss drops all non-J2EE annotations and Simple cannot find
the markers it needs.
Does anybody know any workaround for that?
Thanks in advance
Regards
--
Quirino Zagarese
LaszloItalia Founder (www.laszloitalia.org)
Software Development Manager - Galilaeus s.r.l. (www.galilaeus.net)
|