[JBossWS] - Problem migrating Weblogic web services to JBoss
by vshorreo
Hi
We are migrating to JBoss an existent web services module, originally developed to Weblogic. We have the beans that implement the business logic and the wsdl file that was generated for Weblogic using a Servicegen task. The existent beans have been adapted to an EJB-based JBoss web service, that is, with an endpoint class and generating the wsdl and xml files with wstools within an Ant task. The wsdl generated by the JBoss tools is quite different to the one that was generated by the Weblogic Servicegen tool.
On the other hand, there is a previosuly developed client that worked fine with the webservices in Weblogic, but doesn't work now with the new web services in Jboss. We have developed a new client using wsdl2java included in the Eclipse Webtools plugin based on Axis runtime and it communicates with the server, although there are problems regarding null values (Axis SOAP requests are not comlpetely understood by the server regarding these values).
Our biggest problem is that the existent client should not be changed, and we are not able to get it working with the new web services in JBoss (probably because the wsdls are quite different)
Is there anyway to migrate the web services to JBoss without changing the current wsdl?
Any ideas to solve this issue?
Thanks in advance.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081380#4081380
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081380
18 years, 7 months
[JBoss Tools (users)] - Re: Cannot start JBoss4 Server from IDE2
by rob.stryker@jboss.com
When starting JBoss from the command line, you don't need to provide a username or password. However, if your JBoss installation *is* password protected, you do need to provide that password to shut it down.
The IDE also uses some JMX code in order to ask the server if it's up yet. This also requires a username / password if your JMXConsole is password protected.
In order to provide the username / password (currently), you need to double-click on your chosen server, then click "edit launch configuration", and then to both the Stop Args and Twiddle Args tabs, add a username and password.
For shutdown, the syntax is -u user -p pass, or --user=user --password=pass
For twiddle, the arguments are exactly the same.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081371#4081371
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081371
18 years, 7 months
[JBoss Seam] - Unparsable date
by KimLord
I am getting the following error when going from the List page to the view page in a seam crud auto generated website.
cause
class class java.text.ParseException
errorOffset 0
localizedMessage Unparseable date: "2007-09-03"
message Unparseable date: "2007-09-03"
stackTrace [java.text.DateFormat.parse(DateFormat.java:335), javax.faces.convert.DateTimeConverter.getAsObject(DateTimeConverter.java:82), org.jboss.seam.pages.Param.getValueFromRequest(Param.java:144), org.jboss.seam.core.Pages.applyRequestParameterValues(Pages.java:598), org.jboss.seam.jsf.AbstractSeamPhaseListener.beforeRender(AbstractSeamPhaseListener.java:176), org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:57), org.apache.myfaces.lifecycle.PhaseListenerManager.informPhaseListenersBefore(PhaseListenerManager.java:70), org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:373), javax.faces.webapp.FacesServlet.service(FacesServlet.java:138), org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252), org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173), org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:63), org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45), org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49), org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:57), org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49), org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:79), org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49), org.jboss.seam.web.SeamFilter.doFilter(SeamFilter.java:84), org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202), org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173), org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:75), org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:213), org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202), org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173), org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96), org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202), org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173), org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213), org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178), org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175), org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432), org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74), org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126), org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105), org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156), org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107), org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148), org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869), org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664), org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527), org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112), java.lang.Thread.run(Thread.java:595)]
toString() java.text.ParseException: Unparseable date: "2007-09-03"
Does anyone know why this is happening???
The database is oracle.
Thanks for any help,
Kim
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081370#4081370
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081370
18 years, 7 months