b Workshop Studio 3.2.1 released /b

All,
A new release of Workshop Studio is available for download on the http://workshopstudio.bea.com site
Some of the new features in this release are listed below
<b>Product Upgrades
</b>
* Upgraded from Eclipse 3.2 to Eclipse 3.2.1
* Upgraded from WTP 1.5 to WTP 1.5.1
* Now shipping with Spring IDE 1.3.4
* Support for Jetty 6.0.1 servers
* Silent installation (used to preset installation settings when installing multiple copies of Workshop Studio)
* Easier deployment of EAR projects - enhanced debugging support for web projects deployed as part of an EAR project; requires the WTP 1.5.1 upgrade
<b>
Documentation upgrades include:</b>
* Revised and updated tutorials
* New tutorial: Working with Databases
* Documentation for HTML conversion, a feature first released in version 3.0 (build 489), no longer accessed through the New Web Artifact wizard
* Features documented in the release notes as Late-Breaking News have been integrated into the documentation
* Improved documentation of running/debugging and server settings
Additional information is available at http://e-docs.bea.com/workshop/docs92/studio321/WhatsNew.htm
Cheers
Raj

Hi,
Yes, you should be able to do so. Please refer to the following documentation
http://e-docs.bea.com/workshop/docs92/studio33/IDEUserGuide/WebLogicServer.html
cheers
Raj

Similar Messages

  • Cannot use Spring 2.0 final with Workshop Studio 3.2_569

    It seems to be impossible to use Spring 2.0 final with the latest Studio. When attempting to define an alternate Spring library (the Studio download is still a CR release), you'll receive an error dialog complaining about a missing OJB jar file from the Spring distribution.
    This jar file is missing, but on purpose--it appears that with the 2.0 final release, support for Apache OJB was removed from the main Spring distribution and moved to the Spring modules project.
    Any chance we'll get a Studio update to resolve this issue, or provide a final Spring 2.0 version download within Workshop?

    The BEA Workshop release 3.2 & 3.2.1 (build 569 & 589 respectively), does not bundle Spring 2.0 final and is also not aware of this release.
    However, this should not stop you from manually importing the Spring 2.0 libraries into Workshop.
    Preferences | Workshop Studio Facet Libraries | Spring Library is used by the "New Web app" and "Project Facet" wizard to import the libraries on creation. Instead you can manually copy/overwrite Spring 2.0 libraries in your existing project.We will keep you posted on the Spring 2.0 support release.

  • BEA Workshop Studio 3.2: Server classpath customization & Remote Debugging

    BEA Workshop Studio 3.2:
    The server classpath customization and remote debugging issues have been fixed in the 3.2 release, which is now available for download at http://workshopstudio.bea.com/download.do.
    Workround for the 3.1 release:
    By switching to war deployment mode the server classpath can be customized in the launch configuration.
    You can see the complete list of new features in 3.2 at:
    http://e-docs.bea.com/workshop/docs92/studio32/WhatsNew.htm

    Thanks Ram,as you said i server runtime i pointed to jdk1.5,that error has been resolved.
    Now i'm getting the parsing config.xml file.
    My server is Test9.
    C:\bea\jdk150_04\bin\java -classpath C:\bea\weblogic91\server\lib\weblogic_sp.jar;C:\bea\weblogic91\server\lib\weblogic.jar;C:\bea\weblogic91\server\lib\webservices.jar;C:\bea\jdk150_04\lib\tools.jar -Dbea.home=C:/bea -Dweblogic.ConfigFile=config/config.xml -Dweblogic.Name=Test9 -Dweblogic.ListenAddress=localhost -Dweblogic.ListenPort=7002 -Djava.library.path=C:\bea\weblogic91\server\bin -Djava.security.policy=C:\bea\weblogic91\server\lib\weblogic.policy -Dweblogic.management.discover=false -Dweblogic.ProductionModeEnabled=false -Dweblogic.management.password=weblogic -Dweblogic.management.username=weblogic weblogic.Server
    <Aug 17, 2006 8:27:05 PM EDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 1.5.0_04-b05 from Sun Microsystems Inc.>
    <Aug 17, 2006 8:27:06 PM EDT> <Info> <Management> <BEA-141107> <Version: WebLogic Server 9.1 Mon Dec 12 19:26:33 EST 2005 689178 >
    <Aug 17, 2006 8:27:08 PM EDT> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.management.ManagementException: [Management:141266]Parsing Failure in config.xml: The following failures occurred:
    -- Unresolved reference to Test9 by [Test9]/AppDeployments[__wstudio_autoconfig_deployment__]/Targets
         at weblogic.management.provider.internal.RuntimeAccessImpl.<init>(RuntimeAccessImpl.java:118)
         at weblogic.management.provider.internal.RuntimeAccessService.start(RuntimeAccessService.java:38)
         at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:365)
         at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:116)
         at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:630)
         at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:402)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)
         at weblogic.Server.main(Server.java:67)
    Caused by: weblogic.descriptor.DescriptorValidateException: The following failures occurred:
    -- Unresolved reference to Test9 by [Test9]/AppDeployments[__wstudio_autoconfig_deployment__]/Targets
         at weblogic.descriptor.internal.ReferenceManager.resolveReferences(ReferenceManager.java:265)
         at weblogic.descriptor.internal.DescriptorImpl.validate(DescriptorImpl.java:285)
         at weblogic.descriptor.DescriptorManager.createDescriptor(DescriptorManager.java:280)
         at weblogic.management.provider.internal.DescriptorManagerHelper.loadDescriptor(DescriptorManagerHelper.java:52)
         at weblogic.management.provider.internal.RuntimeAccessImpl$IOHelperImpl.parseXML(RuntimeAccessImpl.java:576)
         at weblogic.management.provider.internal.RuntimeAccessImpl.parseNewStyleConfig(RuntimeAccessImpl.java:220)
         at weblogic.management.provider.internal.RuntimeAccessImpl.<init>(RuntimeAccessImpl.java:106)
         ... 7 more
    >
    <Aug 17, 2006 8:27:08 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Aug 17, 2006 8:27:08 PM EDT> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <Aug 17, 2006 8:27:08 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    Thanks
    Ram

  • JSF with BEA Workshop Studio

    Hello:
    I am using BEA Workshop Studio 3.3.0 for developing my application using JSF 1.1. I would like to upgrade my application to JSF 1.2. Problem being BEA Workshop Studio 3.3.0 supports only RI JSF 1.1.
    I had read through the documentation of the latest release of Workshop Studio 10.0 and that too doesn't mention much about the JSF version being used. I would like to know if there is a way to upgrade to JSF 1.2 on BEA Workshop Studio 3.3.0.
    Thanx in adv...
    ~SirG

    Hello:
    I am using BEA Workshop Studio 3.3.0 for developing my application using JSF 1.1. I would like to upgrade my application to JSF 1.2. Problem being BEA Workshop Studio 3.3.0 supports only RI JSF 1.1.
    I had read through the documentation of the latest release of Workshop Studio 10.0 and that too doesn't mention much about the JSF version being used. I would like to know if there is a way to upgrade to JSF 1.2 on BEA Workshop Studio 3.3.0.
    Thanx in adv...
    ~SirG

  • Please bundle Workshop studio WITH Workshop 9.2 !!!!!!!!!!!!!!!!!!!!

    Hello BEA,
    I would like to call upon BEA to bundle Workshop Studio along with WLS Workshop 9.2 !!!
    It is only fair to give your existing customers that have paid for an IDE, -an actual working and capable IDE!!! WLS Workshop 9.2 is a complete JOKE.... Please consider providing Studio to your existing customers! Otherwise, jboss is actually becomes the better choice.....

    Bill mentioned this was in plan with the following post:
    http://forums.bea.com/bea/message.jspa?messageID=600045524&tstart=30
    Can you clarify what features you are expecting from a merged release?
    Doing so will at least give everyone on the newsgroup some indication of
    which features you want/desire.
    In previous postings, you've said Workshop 9.2 is missing features of
    the 8.1.x IDE
    (http://forums.bea.com/bea/message.jspa?messageID=600045530&tstart=0)
    and have mentioned some differences in the design views. Are these
    design views the only items you are missing?
    (http://forums.bea.com/bea/message.jspa?messageID=600045539&tstart=0)
    You never replied to Bill's query.
    You've said Workshop should become a framework for building thin
    clients like Adobe(Macromedia) Flex.
    (http://forums.bea.com/bea/thread.jspa?forumID=2017&threadID=200080864&messageID=202463233#202463233)
    And now this is possible via Adobe Flex.
    What other features would you like/are you expecting?
    ekwiatek wrote:
    no... I mean just bundle the products together now, as is.... that would tide us over for the next year until the products have been integrated! I really think that BEA owes it's users this... the way BEA is handling this is pointing us to jboss... BEA's value is diminishing...

  • Problem Workshop Studio 3.3 Installer

    Hello,
    Today I tried to install Workshop Studio 3.3 on my Red Hat Enterprise Linux 5.
    Unfortunately the installer immediately breaks, stating problems with some shared objects like libc.so.6, librt.so.1, etc.
    How could that be, I'm pretty sure, the libs are there:
    # locate libc.so.6
    /lib/libc.so.6
    /lib/i686/nosegneg/libc.so.6
    /lib64/libc.so.6
    Tried to install as root and my actual user, no difference.
    The full error message copied from my shell:
    # ./WorkshopInstaller.bin
    Preparing to install...
    Extracting the installation resources from the installer archive...
    Configuring the installer for this system's environment...
    awk: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
    dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    hostname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    Launching installer...
    grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /opt/bea/jdk150_06/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
    Any help would be appreciated
    Thanks
    Marco

    Hi,
    Attached is a workaround which worked in the past
    Subject: Re: Installation problem
    "In the meantime, I found the solution on a forum:
    I edited the Workshop bin install file with an hex editor, changed "LD_ASSUME_KERNEL" by "XD_ASSUME_KERNEL" and everything works !"
    the link to the installanywhere forum posting
    http://community.zerog.com/cgi-bin/ikonboard.cgi?s=45771da52e39ffff;act=ST;f=14;t=7596
    -Raj
    Edited by akraj at 05/04/2007 10:04 AM

  • Workaround: BEA Workshop studio installation with JRockit

    If JRockit is your primary JVM (i.e., JRockit is the only JVM installed OR JRockit appears before the Sun JVM in the PATH environment variable), the Workshop Studio installer will fail with the error message:
    "Can't launch executable. Could not load jvm.dll
    Try re-installing the Java VM or change the Java VM used by the application"
    WORKAROUND:
    To resolve this error, create a new folder <JRockit>/jre/bin/client and in this folder make a duplicate copy of the contents of the folder <JRockit>/jre/bin/jrockit. Then run the Workshop Studio installer again.

    I had beehive working earlier with tomcat. I moved tomcat directory so it is not working anymore.
    i have java-home to jdk1.4 and the same in eclipse preferences..
    but
    while installing studio i gave jdk1.5 as the java-home.
    I'll to re-install eclipse and the studio plugin. and try again.

  • Workshop Studio Extensions?

    Hello,
    We're looking into adding support for the ICEfaces JSF framework into BEA Workshop Studio v3.0. Ideally, we'd like to be able to support the following:
    1. Add a new ICEfaces JSF project wizard template.
    2. Add a feature to convert/enhance and existing JSF project to an ICEfaces project.
    3. Import ICEfaces demo application .war files.
    4. Use ICEfaces Components with the drag-and-drop JSF form builder.
    To accomplish this we need to be able to reference and alter things such as the project web.xml file. Unfortunately, we have been unable to locate any documentation or other resources that explain if/how this may be done.
    Is there a partner program we need to join, or some other techical documentation that would be useful? I checked the legacy Workshop Studio materials but it doesn't seem like it's been updated for v3.0 yet.
    Any assistance is appreciated.
    Regards,
    Ken

    Actually, could you tell us what kind of extension points you would like? We
    are working on the next generation of requirements and I would like to
    capture your feedback.
    br
    Ken Fyten wrote:
    Hello again, I thought I'd respond to my own post to see if anyone can offer any assistance.
    We have been unable to detect "official" extension points in the BEA Workshop Studio product that we can use to accomplish the type of integration that we require.
    If anyone can offer advice, or at least point us in the correct direction that would be appreciated.
    Thx.
    Ken

  • Workshop Studio License-'Could not get Windows HostID' on Win 2003 ServerEE

    BEA Workshop Studio license manager fails if "Active Directory" is enabled on Windows Server 2003 EE.
    Error message:
    -"License failed. Message: Could not get Windows Host ID."
    Workaround:
    - Quit Workshop/Eclipse
    - Disable Active Directory
    - re-launch Workshop Studio and click on "Help -> Workshop License" to activate the license. The license will be activated.
    - Enable Active Directory

    Did anyone ever detail this step "Disable Active Directory"? I've been looking up on Google and so far, all I've found is disabling replication.
    Anyone?

  • Weblogic8.1sp6 and workshop studio 3.2.1

    Could you please tell me If I can use workshop studio 3.2.1 with weblogic8.1 sp6 application server.
    Thanks

    Hi,
    Yes, you should be able to do so. Please refer to the following documentation
    http://e-docs.bea.com/workshop/docs92/studio33/IDEUserGuide/WebLogicServer.html
    cheers
    Raj

  • Running Workshop Studio on Mac Os X

    Hi,
    Has anybody managed to run Workshop Studio on Mac OS X?
    I was able to install v3.3 with Linux installer, but when launching eclipse the "enter serial number" dialog appears, and after about 1 second the JVM dies.
    Any ideas appreciated,
    Henri Karapuu

    NOTE: Workshop Studio isn't supported on Mac OS. Here are some pointers for a workaround (if any):
    - Before proceeding, check if the installation was successful - <Workshop-Studio>Workshop_InstallLog.log
    - Check the following logs for errors/exceptions:
    workspace\.metadata\.log
    workspace\.metadata\.plugins\com.m7.nitrox\wstudio.0.log- What version of JDK is configured on your system? You can find this info in .log file (search for java.version & java.vendor)

  • How to register Oracle Workshop Studio 10.2

    I just downloaded Oracle (BEA) Workshop Studio 10.2 from http://commerce.bea.com/products/workshop/workshop_prod_fam.jsp. I have problem to register it. It want Order Id and serial number, but I can't find in Workshop Family License Key (http://download2.bea.com/pub/license/All%20Products/BEA_Workshop.zip).

    I also tried with http://download.oracle.com/otn/bea/weblogic/workshopstudio102_win32.exe.

  • BEA Workshop Studio User Guide

    <b>"BEA Workshop Studio User Guide"</b> provides an extensive documentation about the product features and support information.
    <u>Help > Help Contents - BEA Workshop Studio User Guide</u>
    Please refer to this guide to quickly obtain the answers related product usage and features support.
    You can also refer to the online help at http://edocs.bea.com/workshop/docs92/index.html
    NOTE: Make sure to refer the help under appropriate product heading.

    <b>"BEA Workshop Studio User Guide"</b> provides an extensive documentation about the product features and support information.
    <u>Help > Help Contents - BEA Workshop Studio User Guide</u>
    Please refer to this guide to quickly obtain the answers related product usage and features support.
    You can also refer to the online help at http://edocs.bea.com/workshop/docs92/index.html
    NOTE: Make sure to refer the help under appropriate product heading.

  • JSF in Studio Creator and BEA Workshop Studio

    Hi Guys,
    I found that JSF code created when we use Studio Creator is Rave
    while as if we use Bea Workshop Studio/Any Other Eclipse IDE for JSF is MyFaces ( whatever it may be).
    What are the differences between these two? which one is better ?
    I get confused why there are two different framework of JSF?
    And I dont think there is any other IDE who supports Rave other than Java Studio Creator?
    Thx.

    <?xml version="1.0" encoding="UTF-8"?>
    <jsp:root version="1.2" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:ui="http://www.sun.com/web/ui">
    <jsp:directive.page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8"/>
    <f:view>
    <ui:page binding="#{welcome.page1}" id="page1">
    <ui:html binding="#{welcome.html1}" id="html1">
    <ui:head binding="#{welcome.head1}" id="head1">
    <ui:link binding="#{welcome.link1}" id="link1" url="/resources/stylesheet.css"/>
    </ui:head>
    <ui:body binding="#{welcome.body1}" id="body1" style="-rave-layout: grid">
    <ui:form binding="#{welcome.form1}" id="form1">
    <ui:textField binding="#{welcome.textField1}" id="textField1" style="position: absolute; left: 48px; top: 24px" text="Pirmais logs"/>
    <ui:button binding="#{welcome.button1}" id="button1" style="position: absolute; left: 72px; top: 72px" text="Submit"/>
    <ui:calendar binding="#{welcome.calendar1}" id="calendar1" style="position: absolute; left: 48px; top: 144px"/>
    </ui:form>
    </ui:body>
    </ui:html>
    </ui:page>
    </f:view>
    </jsp:root>

  • 15 day bea workshop studio 3.0- error with pageflow demo

    downloaded the 15day trial end-to-end workshop studio, plugin for eclipse..
    installed the bea workshop studio 3.0
    gave eclipse 3.1-home and jdk1.5 home
    when starting studio 3, get the following error:
    "An error has occurred when creating this editor" ....
    I see that a pageflowdemo project is highlighted.
    how to get over this error ?
    I had installed "beehive" as a plugin earlier
    C:\eclipse\plugins\org.eclipse.pollinate.beehive_1.0.0.I20041109

    I had beehive working earlier with tomcat. I moved tomcat directory so it is not working anymore.
    i have java-home to jdk1.4 and the same in eclipse preferences..
    but
    while installing studio i gave jdk1.5 as the java-home.
    I'll to re-install eclipse and the studio plugin. and try again.

Maybe you are looking for

  • CS4 Bridge Keywords - Delete when Bridge is close.

    Greetings I have gone through and applied keywords to hundreds of images, along with a respective Hierarchy KeyWords as well. As long as Bridge remains open and my computer is on I have access to sort, and find files based on Keywords. "Close Bridge"

  • I have a question about mail

    I have the iPad 3 and when I had the iPad 1 I had my email set up to where if I delete it on the iPad it would not delete when I opened up my email on the computer. I forgot how I had it set up to where I want it to only delete on the iPad. Does anyo

  • Does TotalPageCount affect report execution on production as well ?

    Hi... As part of the mass report generation process an employee report needs to be run on production every month. The process runs for almost 2000-3000 customers and generats report for each of them. The static copies of this report is any mailed to

  • SICF - HTTP 500 Error when testing SOAP RFC Service for XML load into BW

    I am trying to load a XML file into BW w/o XI.  So there is no source system as such.  I followed the 'How to guide on loading XML to BW.  I am on BW 3.5.  I went to transaction SICF>default_host/sap/bc/soap/rfc I did a RMC and selected Test Service.

  • Padding a julian date with leading zeros ?

    Hi, I have gernerated a julian date, which I am appending to another two digit number to create a five digit serial number. Is there a simple way to pad the first 99 days with leading zeros ( i.e. 001, 002....025...099) so that I maintain a five digi