[jboss-user] [JBoss Seam] - Seam and web services

2007-09-21 Thread AnisBM
Hi all, Do Seam 1.2 and Seam 2.0 support web 1.0 services (with wsdl 1.0) ? If they don't, which version of wsdl (1.2 ? 2.0 ?) do they support ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087280#4087280 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [JBoss Seam] - Seam and Web-Services Problem

2007-05-17 Thread fbenvegna
I have SEAM 1.2.1GA, JBoss 4.0.5GA and JBossWS 1.2.1GA. I have a web-services in my application. Strange behaviour: - first time deploy application and start Jboss: | [WSDLFilePublisher] WSDL published to: file:/C:/jboss-4.0.5.GA/server/default/data/wsdl/Middleware.ear/Middleware.war/Middl

[jboss-user] [JBoss Seam] - Seam and Web Services

2007-03-11 Thread modoc
I was trying to expose some methods on a Seam component as web services using the @WebMethod annotations as per the JBoss WS documentation. It almost worked, except that the web service called a non-instantiated class, so all the seam stuff didn't work. Which makes sense. (It's my first time