[JBoss Portal] - Re: JBoss Portal 2.6.2 + JBoss AS 4.2.2.GA = true?
by viggo.navarsete
I guess this is the kind of failure I that is the result of the new version of JBossWS:
2007-11-14 15:24:36,046 ERROR [org.jboss.deployment.scanner.URLDeploymentScanner] Incomplete Deployment listing:
|
| --- Packages waiting for a deployer ---
| org.jboss.deployment.DeploymentInfo@67ccd552 { url=file:/opt/jboss-4.2.2.GA/server/dashboard/deploy/jboss-portal.sar/portal-wsrp.sar/portal-wsrp.jse }
| deployer: null
| status: Starting
| state: INIT_WAITING_DEPLOYER
| watch: file:/opt/jboss-4.2.2.GA/server/dashboard/deploy/jboss-portal.sar/portal-wsrp.sar/portal-wsrp.jse
| altDD: null
| lastDeployed: 1195050272552
| lastModified: 1195050226000
| mbeans:
But "everyting" else will work? I'm only interesting in deploying plain portlets spiced with a Richfaces and a JSF portletbridge
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104600#4104600
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104600
18 years, 8 months
[JBossWS] - Re: webParameter is null
by georges.goebel
"georges.goebel" wrote : Hi,
|
| I have exactly the same proble with JBOSS 4.2.0 and 4.2.2.
|
|
| | @Stateless(name = "Facade")
| | @Local(Facade.class)
| | @Remote(Facade.class)
| | @WebService
| | public class FacadeImpl implements Facade {
| | @WebMethod
| | public List<NiveauService> getLastDataNiveauService(String e1, String e2) throws WebPchException {
| | System.out.println(e1);
| | System.out.println(e2);
| | .....
| | }
| |
| | }
| |
|
| When I invoke the Webservice from the generated wsdl by a client written in Java with Axis1 or Axis2 or JAXWS2 the parameters e1 and e2 have the correct values.
|
| When I invoke the Webservice from SOAP Client (under MACOS X) or by a PHP client, both parameters e1 and e2 are null !
|
| What could be the solution to this problem ?
|
| Thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104579#4104579
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104579
18 years, 8 months