More geronimo-javamail_1.4_spec-1.0-M1 bugs

2008-02-07 Thread Eric Rodriguez
To let you know: I have found a bug on geronimo-javamail_1.4_spec-1.0-M1.jar, on javax.mail.Service.connect(s1,s2,s3,s4), it completely ignores any user property you have passed. It should look URLName.getUsername(), it its null then it looks for a property called mail.[protocol].user, then

Re: Aegis question

2008-01-08 Thread Eric Rodriguez
Try @WebParam http://cwiki.apache.org/CXF20DOC/how-do-i-develop-a-service.html Regards, tog wrote: When publishing a service using aegis, the name of the output message is return when my code is doing something like: double sum(double arg0, double arg1) { return (arg0 + arg1)