Still trying to figure out why only the hostname is used... In the mean time, you can try
to pass the full host name using the -b option of the run command when you launch AS. If
this doesn't work, you can also modify
portal-wsrp-client.jar/META-INF/jboss-client.xml to read:
| <jboss-client>
| <jndi-name>wsrp-client</jndi-name>
| <service-ref>
|
<service-ref-name>service/ServiceDescriptionService</service-ref-name>
|
<wsdl-override>http://jpetit2.emea.hpqcorp.net:8082/portal-wsrp/ServiceDescriptionService?wsdl</wsdl-override>
| </service-ref>
| <service-ref>
| <service-ref-name>service/MarkupService</service-ref-name>
|
<wsdl-override>http://jpetit2.emea.hpqcorp.net:8082/portal-wsrp/MarkupService?wsdl</wsdl-override>
| </service-ref>
| <service-ref>
| <service-ref-name>service/RegistrationService</service-ref-name>
|
<wsdl-override>http://jpetit2.emea.hpqcorp.net:8082/portal-wsrp/RegistrationService?wsdl</wsdl-override>
| </service-ref>
| <service-ref>
|
<service-ref-name>service/PortletManagementService</service-ref-name>
|
<wsdl-override>http://jpetit2.emea.hpqcorp.net:8082/portal-wsrp/PortletManagementService?wsdl</wsdl-override>
| </service-ref>
| </jboss-client>
|
Hope this helps.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996357#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...