How do I integrate JWSDP1.4 with Sun Java Studio Enterprise 6 2004Q1

Hi,
I want to be able to specify JAX-RPC 1.1 as the version for JAX-RPC in webservice property tab so that I can use doc/literal encoding. By default only version that is allowed is JAX-RPC 1.0. Can somebody help me with this.
Regards
Vimal

Hi Vimal,
Did you get this working?
My current environment is using java sun studio enterprise 6 , Sun Application Server 7. I am using JWSP1.3. I have a wsdl file and I generate the client classes for this wsdl file. Based on the generated client classes I write a webservice interface.
Now I generate the webservice for this interface and generate the webservice client. I get
Serialization error : no serializer found for class ....
I am thinking if this is related to bug number :
Bug ID: 4791482
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4791482
Do you thisnk that the later version wsdl1.4 will solve it? If yes , how do I integrate it to be used with my current environment.

Similar Messages

  • How to Open JCreator Project in Sun Java Studio Enterprise

    Hi All,
    Please suggest to me I Created a Project in JCreator using JSF project is running properly in JCreator but when i am trying to open the same project in Sun Java Studio Enterprise its not opening can any knows plzz let me update to me......

    dilsesan,
    I assume that by JCreator you mean Java Studio Creator. In this case I suppose that the project type you described - "JSF Project" is specific to JSC and is not supported in Java Studio Enterprise. Sorry.
    Btw, why do you want to use Java Studio Enterprise for editing a project created with Creator? Is there a feature missing in Creator that is present in JSE?
    Thanks,
    Kirill

  • How to call Web Services with Sun Java Studio Creator?

    Can someone from Sun please explain how to use the sample Web Services USWeather and GoogleSearch in Sun Java Studio Creator (no Portlet Application)?
    I read the Web Service Tutorial Accessing Web Services (http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/2/webservices.html) and this blog entry: http://blogs.sun.com/roller/page/winston?entry=code_google_search_in_no .
    But the proposed solutions do not work with the services USWeather and GoogleSearch.
    Thank you.

    Thank you for your answer, dongmei.
    It seems that the MethodResultTableDataProvider does not return the response of the web service as a value field if the WSDL contains only one result element.
    E.g. from WSDL of the USWeather Web Service which returns theGetWeatherReportResult string:
    <?xml version="1.0" encoding="utf-8"?>
    <wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://www.webserviceX.NET" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://www.webserviceX.NET" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
      <wsdl:types>
        <s:schema elementFormDefault="qualified" targetNamespace="http://www.webserviceX.NET">
          <s:element name="GetWeatherReport">
            <s:complexType>
              <s:sequence>
                <s:element minOccurs="0" maxOccurs="1" name="ZipCode" type="s:string" />
              </s:sequence>
            </s:complexType>
          </s:element>
          <s:element name="GetWeatherReportResponse">
            <s:complexType>
              <s:sequence>
                <s:element minOccurs="0" maxOccurs="1" name="GetWeatherReportResult" type="s:string" />
              </s:sequence>
            </s:complexType>
          </s:element>
          <s:element name="string" nillable="true" type="s:string" />
        </s:schema>If I drag the web service method on the page and I should be able to select the response value in the Bind to Data dialog box. But there is no value field. Value fields only occur if the web service returns more than one value.
    The question is how can I get the response GetWeatherReportResult from the service.

  • Sun Java Studio Enterprise 8.1

    I have an application developed with Forte For Java. Since Forte for java is no longer supported by Sun, I'd like to create a new project with Sun Java Studio Enterprise and migrate the existing java files into the new project so that I can debug and compile with Sun Java Studio Enterprise. Can anybody give some suggestions on how to do this? Or, could anybody tell me where to find a tutorial about Sun Java Studio Enterprise? I found a tutorial here: http://developers.sun.com/prodtech/javatools/jsenterprise/learning/tutorials/index.jsp , but it is only for creating a new project from scratch with UML modeling feature. This doesn't seem to be very helpful for my situation. Thank you!

    I installed Sun Java Studio but I couldn't find the option allowing me to create a new project from scratch. In New Project dialog, there are four options: Standard, UML, Web, Samples. When I select Standard, the description says "Imports an existing Java application into a free-form IDE project. A free-form project uses your existing Ant build script to run, compile, and debug your project." I know I can use the option UML to create a new project with assistance of UML model diagram, but this is not what I want.
    Does anybody have suggestions on this? Thanks in advance.

  • XWS-Security and Sun Java Studio Enterprise

    Hi,
    Does anyone knows whether XWS-Security API is integrated into Sun Java Studio Enterprise?
    I can't find the information anywhere in the java site. If there happens to be one, could you let me know about it?
    Thanks in advance :)

    XWS-Security is not integrated with Sun Java Studio Enterprise. However, if you would like to implement message level security in a web service in the Java Studion Enterprise environment, you may find this article useful:
    http://developers.sun.com/prodtech/javatools/jsenterprise/downloads/ea/jse8/reference/techart/security.html
    Rico

  • How to generate code in Sun Java Studio Enterprise 8

    Do I miss something? I can�t find how to generate code from UML model, which is not reversed from code. Documentation also does not speak about this.
    Code update works fine if project is reversed from code, but if in such reversed model I create new class it does not appear in code and context action "Generate Code" is missing for such class.
    I use Sun Java Studio Enterprise 8

    Thank you for replay, may steps are same:
    1. I have created Java Project With Existing Source
    2. selected directory with code (not whole project but directory with java classes)
    3. After that I have created UML Java Specific project and
    4. Associated UML project with previous created java project
    5. I have selected "Code Generation" check box
    6. Classes from java project were reversed into UML model.
    7. After that I have created new class in java project.
    And there is no Generate code action in this class context menu, also this class do not appeared in code automatically.
    From UML project properties it is shown that UML project is associated with proper java project)
    Same is with Java Application project associated with UML java project.
    Documentation do not talks more about this. Only same steps. It looks like code generation should be working but it isn't. I'm I only one who face this problem, or do smth wrong?

  • Can't get applet working in Sun Java Studio Enterprise 8

    Hi!
    I'm just learning Sun Java Studio Enterprise 8, and I'm trying to develop and test my first applet within the IDE.
    I have code from a Core Java book that creates a simple applet with buttons and a picture.
    I want to test the applet using the IDE's applet viewer, and then test it through a browser.
    I've followed the instructions I can find in the IDE, but keep getting an error... Class Not Found.
    Does anyone have a simple applet that works within the IDE and instructions for creating and testing an applet within the IDE?
    I know there's sample applet code, but I need to specifically learn how to develop and deploy it within the IDE.
    Thanks.
    Michael O'Neal
    Houston TX USA

    Hi! Thanks for the reply!
    Sorry for the delay in responding here... this is just a "free time" project for me while I"m at work.
    Based on your comment, I've downloaded the "Sun Java Studio Creator 2" IDE, since that sounds like it might be more suited to simple things like applets.
    I'll work with that and I'll post further replies to this thread if I have any questions.
    Thanks for your assistance!

  • Sun Java Studio Enterprise 8 - question on UML support

    Hello Everybody,
    I was looking at the features of "Sun Java Studio Enterprise 8" and in the UML support feature they said that this IDE provides source code synchronization with the model.It does this without using markers or tagging in the source code.It says, using them will reduce the productivity.
    I just want to know the reason for this.How can they reduce the productivity? It says as if some IDEs use that procedure. Are there any IDEs which follow that procedure?
    Thank you.

    Hello Everybody,
    I was looking at the features of "Sun Java Studio Enterprise 8" and in the UML support feature they said that this IDE provides source code synchronization with the model.It does this without using markers or tagging in the source code.It says, using them will reduce the productivity.
    I just want to know the reason for this.How can they reduce the productivity? It says as if some IDEs use that procedure. Are there any IDEs which follow that procedure?
    Thank you.

  • Open Forte for java project in Sun java studio enterprise

    Hi Everyone, I am new to Java development. I have a java application developed in Forte for java 4 and I need to open and compile it in Sun java studio enterprise. Could anybody tell me how to do that? Thank you very much.

    The recent versions of the IDE (starting with NetBeans 4.1 and JSE 8) are based on a more-robust project system that is ant based. Projects from Forte for Java 4, unfortunately, cannot be directly opened in JSE8, NB4.1 and later.
    If you do have access to the original source code, pl. try the following in the latest version of JSE or NetBeans:
    - Create a fresh project in jse using File | New Project. (For a java standalone app, you would choose General | Java Application from the dialog).
    - Add the existing files to the empty project. You can do so by right-clicking on the project, selecting properties and adding the existing source directories under 'Source Packages' in 'Sources' category.
    Or from the new project dialog, you could select 'General | Java Project with existing sources' option.

  • Problem deploying war created in Sun Java Studio Enterprise 8

    I have, with some help from this forum, converted a portlet application from the Sun Java Studio Enterprise 7 environment to the Sun Java
    Studio Enterprise 8 environment. This portlet application runs in SJSE 8 now but fails when I pdeploy it to the portal server (Portal Server 6
    2005 Q1). The old war created from SJSE 6 does work. The code is identical. The war files are slightly different.
    On deployment I get:
    [DEBUG] Getting Jar File from war...
    [DEBUG] Getting Portlet DD as Stream...
    [DEBUG] Creating DPProviders...
    [DEBUG] Updating the Portlet Application...
    [DEBUG] Adding Providers to DP...
    [DEBUG] Adding provider: provider=__Portlet__timetableEnt8.Timetable
    [DEBUG] Creating DPProvider...
    [DEBUG] Checking for duplicate name: name=__Portlet__timetableEnt8.Timetable
    [DEBUG] Validating modified DP doc...
    [DEBUG] Storing the DP...
    Done Updating Display Profile! Deploying War File to Web Container...
    SUCCESS.But in the logs I see:
    [#|2006-04-04T13:09:58.112-0400|SEVERE|sun-appserver-ee8.1|javax.enterprise.system.container.web|_ThreadID=10;|WebModule
    [/portlet]Error configuring application listener of class
    com.sun.portal.container.portlet.impl.PortletContainerContextListenerImpl
    java.lang.ClassNotFoundException: com.sun.portal.container.portlet.impl.PortletContainerContextListenerImpl
            at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1447)
            at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1228)
            at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3958)
            at org.apache.catalina.core.StandardContext.start(StandardContext.java:4525)
            at com.sun.enterprise.web.WebModule.start(WebModule.java:241)
            at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1086)
            at org.apache.catalina.core.StandardHost.start(StandardHost.java:833)
            at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1086)
            at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:483)
            at org.apache.catalina.startup.Embedded.start(Embedded.java:894)
            at com.sun.enterprise.web.WebContainer.start(WebContainer.java:688)
            at com.sun.enterprise.web.HttpServiceWebContainer.startInstance(HttpServiceWebContainer.java:889)
            at com.sun.enterprise.web.HttpServiceWebContainerLifecycle.onStartup(HttpServiceWebContainerLifecycle.java:50)
            at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:300)
            at com.sun.enterprise.server.PEMain.run(PEMain.java:294)
            at com.sun.enterprise.server.PEMain.main(PEMain.java:220)
    |#]
    [#|2006-04-04T13:09:58.114-0400|SEVERE|sun-appserver-ee8.1|tomcat.server./portlet.Context|_ThreadID=10;|
    Skipped installing application listeners due to previous error(s)|#]
    [#|2006-04-04T13:09:58.114-0400|SEVERE|sun-appserver-ee8.1|tomcat.server./portlet.Context|_ThreadID=10;|
    Error listenerStart|#]
    [#|2006-04-04T13:09:58.115-0400|SEVERE|sun-appserver-ee8.1|tomcat.server./portlet.Context|_ThreadID=10;|
    Context startup failed due to previous errors|#]When I look in the create "New Portlet Channel..." in the am console my application appears in the list but when I create a channel based on it, the whole desktop crashes with this error:
    [#|2006-04-03T11:39:41.699-0400|SEVERE|sun-appserver-ee8.1|javax.enterprise.system.container.web|_ThreadID=16;|
    StandardWrapperValve[desktopServlet]: Servlet.service() for servlet desktopServlet threw exception
    java.lang.IllegalStateException: getWriter() has already been called for this response
         at org.apache.coyote.tomcat5.CoyoteResponse.getOutputStream(CoyoteResponse.java:588)
         at org.apache.coyote.tomcat5.CoyoteResponseFacade.getOutputStream(CoyoteResponseFacade.java:166)
         at com.sun.portal.desktop.DesktopServlet.getWriter(DesktopServlet.java:444)
         at com.sun.portal.desktop.DesktopServlet.service(DesktopServlet.java:328)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
         at sun.reflect.GeneratedMethodAccessor62.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
         at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)
         at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
         at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:225)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:161)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
         at com.sun.enterprise.web.connector.httpservice.HttpServiceProcessor.process(HttpServiceProcessor.java:221)
         at com.sun.enterprise.web.HttpServiceWebContainer.service(HttpServiceWebContainer.java:2072)
    |#]When I remove my custom channel the desktop renders normally.
    As I mentioned before, the war created with 7 did not cause this and the application behaved normally.
    Any insight would be appreciated.
    I am going to look at the diff between the two wars.
    Thanks,
    Allan

    I have the same problem, how do yuo resolve that?
    Edited by: 864937 on Jun 9, 2011 1:43 PM

  • Unable to Install  Sun Java Studio Enterprise 8 on Windows XP

    Hello,
    I am trying to install the Sun Java Studio Enterprise 8 on a Windows XP machine. The installation seems to be going quite well untill it reaches the section "Publishing product Information...", then the Wizard returns the following message:-
    "The wizard was interrupted before Sun Java(TM) Studio Enterprise 8 could be completely installed " ..
    ."The System has not been modified. To install this program at a later time, run the installatio again. Click finish to exit the wizard.. " ...
    With the FINISH button activated.... I did not interrupted the installation..What does this message mean ...Can anyone help PLEASE, ???

    Googling the net for this error message leads to the same issue reported while installing other software as well:
    - http://www.adobe.com/support/techdocs/325468.html
    Solution
    Download and install the Microsoft Windows Installer 2.0 (InstMsi.exe) from Microsoft's Web site at www.microsoft.com/downloads/release.asp?releaseid=32832&newlist=1
    - http://support.microsoft.com/?kbid=836724
    This article describes a similar problem while installing sqlserver but may be applicable in this case:
    This problem occurs when both of the following conditions are true:
    The DefaultAccessPermissions binary value exists under the HKEY_LOCAL_MACHINE\Software\Microsoft\Ole registry key
    The user account that has logged on to the computer to install ... does not have default access permissions for Distributed Component Object Module (DCOM) applications.
    The above articles provide possible resolutions as well.

  • Sun Java Studio Enterprise 8 minimal requirements

    Hi everybody.
    I want to buy a laptop in a week or two.
    Would celeron 1.6 processor + 512 MB memory be enough for Sun Java Studio Enterprise 8?
    Where can I find it's requirements?
    Sincerely,
    Nikita

    You can find the system requirements from the links above. But if you are developing Enterprise Applications, then you will be running the IDE with the Applicaiton Server (or WebServer). Also note that if the applications your are working on have thousands of classes, the minimum requirements may work but will cause you frustration.
    In the end, the processor you list will probably do the trick, but you may want more memory if you are working on larger projects.

  • Code generation in Sun Java Studio enterprise edition 7.0

    I went thru the product tour of Java studio enterpise edition 7.0
    http://developers.sun.com/prodtech/javatools/jsenterprise/reference/presentations/launch_jse7_overview.html
    It says that it will generate code from UML documentation. After that can we use drag and drop feature of studio.
    Thanks
    das

    Please review UML Modeling in Sun Java Studio Enterprise Webinar's materials to get more information about it:
    http://developers.sun.com/prodtech/javatools/jsenterprise/reference/presentations/uml.html

  • To setup Sun Java Studio Enterprise 8

    Hi,
    First of all my WinXP is in Traditional Chinese (not English one or Simplified Chinese one). And when I'm setting up such below, it seems the setup wizard cannot properly show in traditional Chinese. Which version actually should I try instead?
    Windows Platform - Sun Java[tm] Studio Enterprise 8 plus Sun Developer Network Standard - Welcome!
    Sun Java Studio Enterprise 8, Multilanguage jstudio_ent8_dl-win.exe
    It seems this download is for an update for that enterprise version. If I had not setup anything before within the machine, can I setup it? When I'm setting up that, it just keeps waiting and waiting and cannot proceed at all.
    Thks & Rgds,
    HuaMin

    Googling the net for this error message leads to the same issue reported while installing other software as well:
    - http://www.adobe.com/support/techdocs/325468.html
    Solution
    Download and install the Microsoft Windows Installer 2.0 (InstMsi.exe) from Microsoft's Web site at www.microsoft.com/downloads/release.asp?releaseid=32832&newlist=1
    - http://support.microsoft.com/?kbid=836724
    This article describes a similar problem while installing sqlserver but may be applicable in this case:
    This problem occurs when both of the following conditions are true:
    The DefaultAccessPermissions binary value exists under the HKEY_LOCAL_MACHINE\Software\Microsoft\Ole registry key
    The user account that has logged on to the computer to install ... does not have default access permissions for Distributed Component Object Module (DCOM) applications.
    The above articles provide possible resolutions as well.

  • Need Sun Java Studio Enterprise 8 developer

    Hello,
    I have been an avid Java developer and reader. Thought I can get quality developers from this forum only.
    We need someone who has experience in developing in Sun Java Studio Enterprise 8.0 for our client in South Bay, CA. The position is for 6+ months. It pays well and is open immediately. We have other java openings throughout the nation. Please look up at our dice.com openings under the company name INFOMATICS.
    Feel free to call me at 248-865-0300 x 13.
    Thank you,
    Jagan
    Sr. Recruiter
    Infomatics

    Hi Jagan,
    do you hire remote JSE8 developers?
    Tomas

Maybe you are looking for

  • How do I activate captivate 8 for a user using a license purchased by the organisation he works for?

    Hi, The organization I work for recently purchased a license for Captivate for one of its users.  I have the license certificate, and the user has the trial software installed on his home machine. which is where it will be used   How do we activate t

  • Errors in manual creation of oracle 10g database

    I created oracle 10g database manually and i am getting post installation errors.. could you please help out? I executed @?/sqlplus/admin/pupbld.sql but it still shows Error accessing PRODUCT_USER_PROFILE Warning: Product user profile information not

  • HP Pavilion 22xi monitor

    This monitor is less than 2 years old and has just started having this problem:  It will be working fine and the power light is light blue.  Then I notice the power light starts to flash yellow and after a few minutes the light goes out completely. 

  • Really need some help here to try and get Fios services in my building

    I have been trying to convince my landlord for months to get Fios in the building.  Here is a recent email exchange with him.  Does anyone know if any of this is true, about the install damages?  If it is true, then Verizon needs to get their act tog

  • Computer won't turn on further than spinning wheel and apple sign

    I have just deleted a whole bunch of junk off my computer, after that I restarted it and it would not turn on further than the spinning wheel and apple sign. I have tried putting the leopard installation cd in and rebooting it, but it didn't work. Ca