users@jax-rpc.java.net

wrong ampersand encoding when using handlers

From: Alessio Cervellin <alessio.cervellin_at_sun-cs-italy.com>
Date: Wed, 15 Jun 2005 10:32:53 +0200 (CEST)

Bobby Bissett - Javasoft wrote:

>> Thanks -- that tells me it's probably a case of doing the wrong thing
>> and then expecting the wrong thing when it happens, so it fails when
>> interoperating with a different client/server.
>>
>> Will take a look at both the 1.X and 2.X code this week.

>I've another clue... I'm using JWSDP1.5 to develope/compile my ws
>client, but i'm deploying it on a Sun WebServer 6.1 installed "as it is"
>from the JES 2005Q1 suite. Maybe this web container does not have the
>latest jax-rpc version bundled in it?

Addendum: today i tried to install the latest JWSDP over the Sun WebServer bundled with JES 2005Q1 (Solaris 10) but the installer fails with the following error:

(Jun 15, 2005 10:20:30 AM), Install.product.install, com.installshield.product.s
ervice.product.PureJavaProductServiceImpl, wrn, Parent Component with UID = a133
b39bc1e5c67a530a33793c7da2f0 of installed Component with displayName = Component
 1 was not found in the VPD.
(Jun 15, 2005 10:27:01 AM), Install.product.install, com.sun.jwsdp.installer.Ins
tallOnWebServerAction, err, An error occurred and product installation failed.
Look at the log file /opt/jwsdp-1.5/log.txt for details.
(Jun 15, 2005 10:27:01 AM), Install.product.install, com.sun.jwsdp.installer.Ins
tallOnWebServerAction, err, java.lang.NullPointerException
STACK_TRACE: 12
java.lang.NullPointerException
        at com.sun.jwsdp.installer.InstallOnWebServerAction.install(InstallOnWeb
ServerAction.java:182)
        at com.installshield.product.service.product.PureJavaProductServiceImpl.
installProductAction(PureJavaProductServiceImpl.java:1916)
        at com.installshield.product.service.product.PureJavaProductServiceImpl$
InstallProduct.getResultForProductAction(PureJavaProductServiceImpl.java:5195)
        at com.installshield.product.service.product.InstallableObjectVisitor.vi
sitComponent(InstallableObjectVisitor.java:369)
        at com.installshield.product.service.product.InstallableObjectVisitor.vi
sitInstallableComponents(InstallableObjectVisitor.java:333)
        at com.installshield.product.service.product.InstallableObjectVisitor.vi
sitProductBeans(InstallableObjectVisitor.java:133)
        at com.installshield.product.service.product.PureJavaProductServiceImpl$
InstallProduct.install(PureJavaProductServiceImpl.java:4563)
        at com.installshield.product.service.product.PureJavaProductServiceImpl$
Installer.execute(PureJavaProductServiceImpl.java:3758)