[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Weird behavior on AS 5 regarding multiple mail sessions

2009-05-15 Thread schueffi
Hi, as i'm facing the same problem, here some more informations: Deploying of multiple MailService-mbeans seems working fine: twiddle.sh or the jmx-console shows the right values in the respective MailServices. The problem occurs during runtime, when one obtains a javax.mail.Session from the

[jboss-user] [JBossWS] - Re: @WebService method argument names

2008-03-06 Thread schueffi
Hi i think the solution should be somewhat like | @WebMethod | public int addNumbers( | @WebParam(name = myParamName1) int num1, | @WebParam(name = myParamName2) int num2 | ) | regards Stefan Schueffler View the original post :

[jboss-user] [JBossWS] - multiple webservices in different virtualhosts

2008-03-05 Thread schueffi
Hi, i have jboss-4.2.2 configured to serve content for two different virtualhosts (in jboss-web/server.xml), www.host-a.com and www.host-b.com . Now, i want to deploy a pojo-jaxws based webservice on both of these virtualhosts (each configured to serve only for its particular virtualhost in