Workshop for WebLogic 10.0 Technology Preview  download url

Workshop for WebLogic 10.0 Technology Preview
What's new
Based on Eclipse 3.2 and WTP 1.5
Development for WLS 10.0
Seamless migration of 9.2 projects
The software is available for download at http://commerce.bea.com/products/weblogicplatform/weblogic_prod_fam.jsp
cheers
Raj

Hi,
I have recently upgraded from 8.1 version to weblogic 10.0.1 vesion. The new eclipse based IDE is really cool but major problem being the lack of visual editing of the JSP pages.
I know there is is JSP visualization for workshop studio 10.2. But in my case i can use 10.0.1 version only.
Is there any plugins for the upgrading my workshop to get these feature?
Regards
Vishnu

Similar Messages

  • How to install Workshop for WebLogic and WebLogic Portal?

    Hi All,
    I am new to Weblogic Portal. I would like to start learning Oracle Weblogic Portals..
    Can anyone please guide me, how to install Workshop for WebLogic and WebLogic Portal?
    As per the ""Tutorials – Getting Started with WebLogic Portal"" (http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/tutorials/setup_dev_env.html)
    we need to install the Workshop for WebLogic and WebLogic Portal.
    Please suggest me where should i get the required environments/IDE?
    Thanks,
    Harish.

    Hi Harish
    1. If this is your first time with Weblogic Portal, I would recommend to download the latest Weblogic Portal Software Rel 10.3.2 from this bottom link. Check Accept Radio button, for windows download windows installer. Its about 1 GB file. This software includes Eclipse IDE, Weblogic Server and Weblogic Portal.
    http://www.oracle.com/technology/software/products/wlp/index.html
    2. During the installation process, make sure at one point you select Custom mode (NOT default Typical mode). In next following screens you will see all bundles checked EXCEPT for Samples. So make sure you check Samples Check box both under Weblogic Server and Weblogic Portal. Then proceed. This will install full Weblogic Workshop (Eclipse IDE), Weblogic Server and Weblogic Portal. This is the good installation package. Also it will install samples for Portal and Server. If you select all default typical mode, it will NOT install samples. You can install samples later on also, but its good at installation time itself you select custom and check Samples also.
    3. WLP 10.3.2 uses Eclipse IDE. If you are familiar with Eclipse IDE this should be helpful. Otherwise also, its ok.
    4. For learning WLP, in Eclipse IDE, you need to create Portal EAR Project, then Portal Web Project. Inside portal web project create simple jsp hello world portlets and a simple portal.
    5. For Deploying and Testing Portal application you need to create Portal Domain using config wizard. You can see this from Start -> Programs -> Oracle Weblogic Portal shortcut -> Weblogic Server -> Tools -> Configuration Wizard.
    6. You can start Workshop IDE from Start -> Program Files -> Oracle Weblogic Portal ...-> Eclipse For Weblogic 10.3.2
    Here are the links for quick start guide for portal development. Please do refer them.
    http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/tutorials/index.html
    http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/quickstart/newproject.html
    HTH
    Ravi Jegga

  • Replace Oracle Workshop for Weblogic with OEPE?

    Hi,
    I've been working with Oracle Workshop for Weblogic for over 3 years and it isn't working as well as I hoped. I recently heard about OEPE and thought it might work as a drop-in replacement for OWfW.
    Here is the technology stack that I currently rely on OWfW for development:
    Weblogic Server 10.3.0
    Weblogic Portal 10.3.0
    ODSI
    OSB
    I develop portals/portlets, pageflow applications, web services, dataspaces, and OSB artifacts with OWfW.
    So, I downloaded Eclipse 3.7 (Indigo) and used the Eclipse Update Manager to install OEPE:
    http://docs.oracle.com/cd/E27086_02/help/oracle.eclipse.tools.common.doc/html/install.html#update_manager
    I selected every possible component and didn't leave any option unchecked for the install.
    Now, as I mentioned, I already have the servers installed (WLS, WLP, ODSI, OSB). I was hoping that OEPE would give me the same ability to develop an ODSI dataspace, for example, as OWfW...but it appears it doesn't. Actually, I can't find any tooling support for WLP, ODSI, or OSB.
    Can someone confirm that the tooling support for these technologies is missing in OEPE?
    I read this link:
    https://blogs.oracle.com/middleware/entry/installing_eclipse_for_osb_development
    which suggests that Eclipse can be used for OSB development but, as I understand it, it requires me to install OEPE in a different way (along with Weblogic Server). Furthermore, I don't want to install Weblogic Server 11g because I already have all the servers installed that I want to use.
    Can I get some advice on how to proceed?
    Thanks...
    Kevin

    I see. And you're hoping that OEPE would be better. Since Workshop is Eclipse, I would expect the OEPE support from various products to simply be reincarnations of the same Eclipse plugins - and perhaps the behavior to be similar.
    "the best way to describe it is "flaky". Intermittently, there are WLS deployment or IDE errors. It also occasionally (and randomly) hangs, is slow, and strange behaviour is very common. Just as randomly, errors will go away."
    Seeing the errors (from the workshop log and the server log) would be helpful. Without any other information, my best guess is that Workshop and/or WLS is low on memory, or even that the machine they are running on is low on memory. Workshop memory can be increased with the arguments -Xmx and -XX:MaxPermSize in <workshop>/workshop.ini. The memory settings for wls are in the <domain>/bin/setDomainEnv file.
    Somethings that you might find chewing up a lot of memory is many/large xml schemas - they get compiled into xmlbeans and held in memory. If you have several projects in a single workspace, you might consider putting them in separate workspaces.

  • What happened to Oracle Workshop for Weblogic?

    I just installed a more recent version the Oracle OSB (wls1033_oepe111150_win32.exe) but i can't seem to find the Oracle Workshop for Weblogic anymore in this install. I do find the Oracle Enteprise Pack for Eclipe but when i open it there is no Oracle Service Bus perspective nor can i create a new Oracle Service Bus project. Do i have to install something more?

    Here are the installation instructions for Oracle Service Bus 11.1.1.3.
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e15017/before.htm#CHDHCJEC
    Check section 3.4 for prerequisites on WebLogic Server and OEPE versions.
    thanks,
    greg

  • Workshop for weblogic and spring 2.0.6 not working on weblogic 92

    Hi,
    I try to use workshop for weblogic 10.1 to create a web project using spring mvc framework and deploy it to a weblogic 9.2 server, and it gives me the error.
    Here's what I have done:
    Create a 9.2 server.
    Create a web project with spring facet, I downloaded spring 2.0.6.
    I created a test jsp page along with applicationContext.xml and springServlet.xml spring support.
    When I start the server and publish the ear to the server,
    I got the following error:
    Aug 28, 2007 9:18:03 AM EDT> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    <Aug 28, 2007 9:18:27 AM EDT> <Error> <HTTP> <BEA-101216> <Servlet: "SpringContextServlet" failed to preload on startup in Web application: "springmvcWar".
    java.lang.NoClassDefFoundError: weblogic/i18n/logging/MessageLoggerRegistryListener
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
         at weblogic.utils.classloaders.GenericClassLoader.defineClass(GenericClassLoader.java:338)
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:291)
         Truncated. see log file for complete stacktrace
    I couldn't find the class weblogic/i18n/logging/MessageLoggerRegistryListener anywhere.
    Does anybody have seen this error before.
    Thanks
    maildt

    Hi,
    I tried the scenario against 9.2mp1 server and 9.2mp2 server and the publish worked fine.
    The only difference is the jsp file you created
    Can you remove your jsp file and see if the publish still fails?
    Which version of 9.2 server are you using? Also, what all facets are you using other than spring?
    Can you also try something and see if it helps?
    1. Open a new workspace
    2. In Window -> Preferences -> WebLogic -> J2EE Libraries, removed the logging bridge libraries (the 10.0 version) and re-added these libraries from a 9.2 installation.
    Basically they are
    wls-commonslogging-bridge 1.0/1.0
    wls-commonslogging-bridge-war 1.0/1.0
    wls-commonslogging-bridge 1.0/1.1
    wls-commonslogging-bridge-war 1.0/1.1
    and add 2 jars from 9.2_BEA_HOME/weblogic92\common\deployable-libraries
    3. Create web project and follow the other steps
    Thanks
    Vimala

  • Struts support in Oracle Workshop for WebLogic Version 10.3

    Hello:
    Which version of Struts does Oracle Workshop for WebLogic Version 10.3 support?
    I can't get it in the Release Notes or in the tutorial http://download.oracle.com/docs/cd/E13224_01/wlw/docs103/guide/webapplications/struts/strutsTutorial/0.intro.html.
    Thanks for any input.

    Hi,
    Currently workshop 10.3 facets will only provide struts 1.2 / 1.1 / 1.0
    But we can use latest version of the struts like 1.3 also as we need to add those jar files under windows preference >> weblogic shared library.
    But later we can change the Facets file and try to work with newer version of struts.
    Let me know if you need any further help on this issue.
    Regards,
    Kal.

  • OSB: EJB Transport Configuration - Workshop for Weblogic 10.3

    Hi
    I'm using the latest Workshop for Weblogic 10.3. to test the EJB Transport Typed Service for Oracle Service Bus 10R3.
    When I importing the EJB client jar on the EJB Transport tab of the business service configuration, the import itself first seems to work fine.
    But when I try to save the business service, I get an error on that page, which says "Error in field content". There is also a message appearing on the top of the wizard, which is only partly readable and says
    BUILD FAILED
    java.lang.NoClassDefFoundError: javax/tools/Diagnostic
    I'm trying the sample in chapter 8 from the Apress book "The definitive guide to SOA - Oracle Service Bus" and can't see what I have done wrong.
    Anyone can help?
    Thanks
    Guido
    Edited by: gschmutz on Feb 4, 2009 11:33 AM

    Make sure your JAVA_HOME is set to JRockit JDK - for details see CR374557 on [http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/relnotes/relnotes.html]:
    ClassNotFoundExceptions on Linux when configuring a client jar for an EJB business service.
    On a Linux system, if you do not specify the path to the correct version of Java correctly, you may experience ClassNotFoundException when configuring a client JAR for an EJB business service.
    Workaround: The correct Java version is 1.6.0_05.
    To check the version of Java you are using, execute java -version from a shell. If you are using some other version, you must update the PATH environment variable to point to the location of a 1.6.0_05 version of Java. Be sure to place this location before the location of the incorrect java. For example:
    export PATH=/home/user/bea/jrockit_160_05/bin:$PATH
    After making this fix, you may experience error: Generate: Error during generation of the WSDL. If so, you must update the JAVA_HOME environment variable to point to same version of Java as above. For example:
    export JAVA_HOME=/home/user/bea/jrockit_160_05
    Cheers
    Dani

  • Workshop for Weblogic 10.3 shutdown problem.

    Hi, i have downloaded latest Weblogic 10.3 edition and using workshop for weblogic. I upgraded my last project and defined weblogic 10.3 server. I could run server but when i
    want to stop or restart, workshop cant stop the server. I could see server was stopped message in console, but progress bar was still processing and cant restart.
    Thanks.

    I found that, issue appears on x64 systems. I tried to start and stop weblogic server on x86 system successfully .
    Same issue exists on oepe installed eclipse package.

  • Workshop for WebLogic and Solaris

    I know there is no support for this currently. Is this something which may change down the road?
    I am one of a few people in our company that would like to be able to do development on our solaris x86 boxes, but end up having to remote desktop into a development windows server in order to be able to do so.
    another option/question, would it be possible to just get the weblogic plugins - assuming we have support - in order to put them into eclipse ourselves since we can get eclipse for solaris x86. It isn't that we NEED the plugins, but it does make some of the work much nicer/easier.
    thanks
    t-

    I'm not aware of planned Solaris support, but will check on that.
    The next release of Workshop for WebLogic will allow you to use an existing Eclipse rather than requiring you to use the Eclipse it installs.
    -Chris

  • Tool generated files missing after upgrade to Oracle Workshop for Weblogic

    Hi,
    I'm trying to migrate a beehive/netui web-application from Bea Workspace Studio 1.1 to Oracle Workshop for WebLogic 10R3. The application builds successfully, but when I access the application, I get a "Missing Struts Module Configuration" error.
    I checked the build folder, and discovered that several tool-generated files where missing. Entire _pageflow folder is missing and all of the controls related files are missing.
    Anyone have an idea of what is going on here?
    Rune

    Rune,
    Could you provide details on the migration process you followed ?
    Also are you trying to develop and deploy against WLS 10.3 ?
    -Raj

  • Oracle Workshop for Weblogic load error

    Hello,
    I installed Weblogic 10.3 on CentOS 4.6 linux. Weblogic server 10.3 runs without error but when I run Oracle Workshop for Weblogic - specify a workspace I receive a JVM terminated error code 127.
    /home/oracle/bea/jrockit_160_05/jre/bin/java: symbol lookup error : /usr/lib/firefox-1.5.0.12/components/libdocshell.so: undefined symbol: PR_GetPhysicalMemorySize
    I wonder if anyone has received this error and if so what they did to fix it??
    Thanks in advance for your help.
    Jonathan

    Hi Jonathan,
    This similar thread seems interesting: http://ubuntuforums.org/showthread.php?t=134760
    In that thread, the guy had conflicts between 1.5 and 1.7 version libraries for mozilla. I'm no Linux expert, but you might want to use the ldd command to look at the dependencies for the libraries of interest.
    Hopefully, someone else can give you some tips based on their own solution to your same problem but if that doesn't pan out then maybe this will give you something to go on.

  • Oracle Workshop for WebLogic is slow

    Hi
    I am using Oracle Workshop for WebLogic Version: 10.3 & Build id: 1137967 on Windows7 32-bit OS with 4GB RAM
    It is too slow when creating/updating proxy message flow.
    Is there any settings to change?
    Thnak you
    Edited by: user11310683 on 9/10/2011 21:04

    How much memory have you assigned to IDE? How many projects are present in the workspace? Which JDK are you using?
    Make sure you have assigned enough memory to IDE (at least 1 GB). Close all projects which are not in use. Try with JRockit if you are using Sun JDK
    Regards,
    Anuj
    Edited by: Anuj Dwivedi on Oct 10, 2011 11:08 AM

  • BEA Workshop for WebLogic Platform9.2  can use with weblogic server 9.1?

    Wanted to know whether BEA Workshop for WebLogic Platform9.2 can be used with weblogic server 9.1?. If it cannot be used then which ide we need to use to build the j2ee application to deploy on to weblogic server 9.1

    try http://edelivery.oracle.com
    accept the licenses and in the next screens
    "Select a Product Pack" select Oracle BEA
    and your platform (i.e. Windows)
    then select the media pack you want
    i.e. "BEA WebLogic Media Pack for Linux x86"
    and voila!
    "WebLogic Platform 10.2 for Microsoft Windows (32-bit)"
    (in the Platform includes WebLogic Server, Workshop for WebLogic, WebLogic Portal and WebLogic Integration)
    ./ydes

  • Download for latest Jdeveloper 11g Technology Preview - 3 :link not working

    Hi,
    I tried downloading the latest Jdev 11g Tech Preview - 3 from the link mentioned on the site : "Download Oracle JDeveloper 11g Technology Preview 3 - Java EE, SOA and WebCenter Development". But the page always times out.
    Is there an issue from my side here or someone else also facing the same problem ?
    Regards,
    Arun
    Message was edited by:
    Arun R

    Hi,
    Figured that the problem was because I was using Mozilla Firefox. It works with IE. ( But what about browser neutrality? ;) )

  • Workshop for Weblogic 10.3.5.0

    Is there a new version of Oracle workshop out yet? The one I downloaded does not work with Weblogic 10.3.5.0. Maybe I could just get the Eclipse plugin somewhere?
    Thank you for your help.

    Hi,
    If you are looking for WebLogic Server 10.3.5 tooling in Eclipse, please check out Oracle Enterprise Pack for Eclipse (OEPE).
    The OEPE OTN page can be found here:
    http://www.oracle.com/technetwork/developer-tools/eclipse/overview/index.html
    Thanks,
    Greg

Maybe you are looking for

  • Connection pool for ldap

    Hi My application is an interface to ldap directory. I have not used any ldap open source api to retrieve data from ldap. I have written connection pool that will help the application to connect to the ldap. It's working fine, but it's creating threa

  • Connecting my t410s with an old composite/ s-video TV

    Hi, Just bought the t410s with switchable graphics and I was wondering if it was possible to connect it to my old composite/ s-video TV (through VGA or HDMI or other option...). I already spent a considerable amount on the computer, don't really feel

  • Web service Client developing!

    Hi, I've developed a web service client with JDeveloper 9i. I did it using the WSDL file location and the stub/skeleton generator wizard. Once made it, I wrote a client class with a method as follows: // code beggining public static Integer calculato

  • Video output locked

    Well my Ram issue was resolved with the upgrade to version CC.  Now my output selection is locked to an obscure folder and AE won't let me specify a folder to save to. I think it is a bug inherent with this CC issue. Can someone fix it. thanks, Julia

  • MIRO - How to block system from posting to 2 different vendors

    Hi, Is there a way in the system to prevent parking/posting an invoice document in MIRO which has multiple Purchase Orders that belong to different vendors? I can't seem to see any configuration settings that would enable the system to display an err