[jboss-user] [JBossWS] - Re: BASIC Authentication with jbossws-2.0.0.GA

2007-08-03 Thread amalkovskiy
I have some problem, but I use own LoginModule. And an Exception was thrown in this LoginModule when it tried to get NameCallback (or PasswordCallback). With JBossWS 1.2.1 all works fine. JBoss 4.2.0 Regards, Alexey View the original post :

[jboss-user] [JBossWS] - Problem with encoding ' ยง' character ((char)167)

2007-07-31 Thread amalkovskiy
I have a simple DTO object: public class TestDTO { private String name; public String getName() { return name; } public void setName(String name) { this.name = name; } } and q simple web-service method: public String test(TestDTO t) { String string