Workshop 8.1 beta working with CVS or Clearcase

Hello,
I have 2 questions.
I know BEA Workshop 8.1 is suppose to be able to work with CVS out of the box.
Is this currently supported in the Beta release?
Second, I've had a request to see if I could make Workshop work with Clearcase
Source control. Typically I would figure this would be something BEA would provide
downstream. However if the CVS integration is script driven, then it may be possible
to modify the script to send clearcase commands.
Regardless, does anybody have any insight to this or is it not possible to get
Workshop to work with Clearcase with out BEA providing this capability.
btw I do realize you can simply just use the source control seperate from Workshop,
however I'm looking for the integrate method if possible.
thanks

Rick,
Please post this question in the Workshop 8.1 beta newsgroup.
weblogic.developer.interest.81beta.workshop
http://newsgroups.bea.com/cgi-bin/dnewsweb?cmd=xover&group=weblogic.developer.interest.81beta.workshop&utag=
Thanks
Raj Alagumalai
WebLogic Workshop Support
"Rick" <[email protected]> wrote in message
news:3eedffd1$[email protected]..
>
Hello,
I have 2 questions.
I know BEA Workshop 8.1 is suppose to be able to work with CVS out of thebox.
Is this currently supported in the Beta release?
Second, I've had a request to see if I could make Workshop work withClearcase
Source control. Typically I would figure this would be something BEA wouldprovide
downstream. However if the CVS integration is script driven, then it maybe possible
to modify the script to send clearcase commands.
Regardless, does anybody have any insight to this or is it not possible toget
Workshop to work with Clearcase with out BEA providing this capability.
btw I do realize you can simply just use the source control seperate fromWorkshop,
however I'm looking for the integrate method if possible.
thanks

Similar Messages

  • Workshop 8.1 beta - problem with creating Database control

    I am using Workshop 8.1 beta to create a webservice, which uses a database control
    to query the Db, as simpel as it comes. However, I get the following exception
    when I try to create the new DBControl:
    java.lang.AssertionError
         at workshop.pageflow.ui.dialogs.wizards.jbcx.db.util.DbControlWizardUtil.getTables(DbControlWizardUtil.java:268)
         at workshop.pageflow.ui.dialogs.wizards.jbcx.db.util.DbControlWizardUtil.getTablesAndViews(DbControlWizardUtil.java:223)
         at workshop.pageflow.ui.dialogs.wizards.jbcx.db.step.PickMethodsStep$4.run(PickMethodsStep.java:299)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:448)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:140)
         at java.awt.Dialog.show(Dialog.java:538)
         at com.bea.ide.ui.wizard.WizardDialog.show(WizardDialog.java:117)
         at workshop.pageflow.ui.dialogs.wizards.jbcx.db.DbControlWizard.runWizard(DbControlWizard.java:96)
         at workshop.pageflow.ui.dialogs.wizards.jbcx.db.FileNewDbControlWizardAction.doAction(FileNewDbControlWizardAction.java:58)
         at workshop.pageflow.ui.dialogs.wizards.jbcx.db.DbControlWizardDocHandler.launchWizard(DbControlWizardDocHandler.java:87)
         at workshop.pageflow.ui.dialogs.wizards.jbcx.db.DbControlWizardDocHandler.createNewFile(DbControlWizardDocHandler.java:72)
         at workshop.shell.wizards.NewFileWizard.getDisplayURI(NewFileWizard.java:232)
         at workshop.shell.actions.file.FileNewAction$1.run(FileNewAction.java:111)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:448)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
    What's interesting is that it works well for the default dbcontrols of cgDataSource
    and cgSampleDataSource. The connection pool and the datasources were created successfully
    in the server. Its the workshop that seems to be complaining.
    Anyone face this problem?

    Sanjeev,
    This newsgroup is for Workshop 7.0 issues, till WebLogic Platform 8.1 goes
    GA.
    Meanwhile, please post Workshop 8.1 beta issues on
    weblogic.developer.interest.81beta.workshop newsgroup.
    Regards,
    Anurag
    "Sanjeev Saha" <[email protected]> wrote in message
    news:[email protected]...
    >
    I am using Workshop 8.1 beta to create a webservice, which uses a databasecontrol
    to query the Db, as simpel as it comes. However, I get the followingexception
    when I try to create the new DBControl:
    java.lang.AssertionError
    atworkshop.pageflow.ui.dialogs.wizards.jbcx.db.util.DbControlWizardUtil.getTab
    les(DbControlWizardUtil.java:268)
    atworkshop.pageflow.ui.dialogs.wizards.jbcx.db.util.DbControlWizardUtil.getTab
    lesAndViews(DbControlWizardUtil.java:223)
    atworkshop.pageflow.ui.dialogs.wizards.jbcx.db.step.PickMethodsStep$4.run(Pick
    MethodsStep.java:299)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:448)
    atjava.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.ja
    va:197)
    atjava.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java
    :150)
    atjava.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java
    :140)
    at java.awt.Dialog.show(Dialog.java:538)
    at com.bea.ide.ui.wizard.WizardDialog.show(WizardDialog.java:117)
    atworkshop.pageflow.ui.dialogs.wizards.jbcx.db.DbControlWizard.runWizard(DbCon
    trolWizard.java:96)
    atworkshop.pageflow.ui.dialogs.wizards.jbcx.db.FileNewDbControlWizardAction.do
    Action(FileNewDbControlWizardAction.java:58)
    atworkshop.pageflow.ui.dialogs.wizards.jbcx.db.DbControlWizardDocHandler.launc
    hWizard(DbControlWizardDocHandler.java:87)
    atworkshop.pageflow.ui.dialogs.wizards.jbcx.db.DbControlWizardDocHandler.creat
    eNewFile(DbControlWizardDocHandler.java:72)
    atworkshop.shell.wizards.NewFileWizard.getDisplayURI(NewFileWizard.java:232)
    at workshop.shell.actions.file.FileNewAction$1.run(FileNewAction.java:111)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:448)
    atjava.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.ja
    va:197)
    atjava.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java
    :150)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
    What's interesting is that it works well for the default dbcontrols ofcgDataSource
    and cgSampleDataSource. The connection pool and the datasources werecreated successfully
    in the server. Its the workshop that seems to be complaining.
    Anyone face this problem?

  • Working with CVS and Java Studio Creator 2

    Hello,
    I'm a new user of java studio creator and I would like to make a project using ths CVS.
    First, I've installed a CVS server on a computer.
    Then I've created a new project (an example included with JSC)
    Then I've customized the version manager in JSC 2 to connect to the remote CVS server.
    No problem, if I try to connect to CVS in the version manager, it work ("You are connected").
    On the other hand, when I want to check out my project on the CVS (the first check out), I've got this error :
    cvs server: connect to 82.252.252.173(82.252.252.173):2402 failed: Une tentative de connexion a �chou� car le parti connect� n'a pas r�pondu convenablement au-del� d'une certaine dur�e ou une connexion �tablie a �chou� car l'h�te de connexion n'a pas r�pondu.
    cvs [server aborted]: Couldn't connect to lock server
    Have you got an idea on the configuration error I've done (no solution found in the articles nor faq)?
    Thanks in advance
    Nicolas

    Hello,
    You can see checked out files when you use the Versioning Manager. Just expand the tree to see individual files and folders. It's always a good idea to do an update before you start editing a file in Studio Creator. The Merge Conflict Resolver is a a very useful tool when more than one developer is working on a file.
    You can find a lot more about version control in the IDE's help files.
    And by the way, your English is fine.
    --James                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Working With CVS and JDeveloper 10.1.2 URGENT

    Hi Guys,
    Can somebody help me out? To work in Team Development we have chosen CVS. I have two versions CVSNT, 2.5.02 and 1.11.13. I have followed every step from the help file, and installed them (first 2.5.02 and then 1.11.13, after un-installing 2.5.02). Now whenever I click CVS Server node from the Connection tab, it always display a message Alert:
    The CVS executable is not installed or not located in your system environment path.
    although I have added the path in the path variable.
    I was going through the article:
    Oracle&#65533; JDeveloper 10g
    Installation Guide
    Version 10.1.2
    October 2004
    where it recomended the CVS version:
    Concurrent Version Support (CVS)
    * CVS versions 1.10 to 1.11.14
    * CVSNT versions 2.0.26 to 2.0.34
    If I download the following version, won't I get any error message? If so, then where can I find the versions?
    Any help will be appriciated and thank you in advance.

    hello i am using
    cvs --version
    Concurrent Versions System (CVSNT) 2.5.02 (Servalan) Build 2064 (client/server)
    that i download from cvsnt.org
    cvs it's in path variable.
    and front-end i use Tortoise CVS that is better because it's integrated in Windows Explorer.
    otherwise in JDev select menu Versioning->Select System-> check CVS and then
    in tab Connections in CVSServer right click and select new cvs connection.
    configure and work.
    try to have only a cvs.exe in your machine.
    i want help you.
    Gustavo Villada
    Consultant
    www.ayi-asociados.com

  • Workshop 8.1 useless with CVS

    Hi all,
    Workshop never works with CVS for me.
    The CVS server is installed in Win 2000 machine. And it works fine when I do
    CVS operations from other clients like
    Inspite of asking BEA for many times, I could not solve the problem of
    connecting to CVS NT Server.
    SP2 also does not fixes the problem of connecting.
    The error that I am getting is like this
    cvs update: unknown method in CVSroot:
    :ntserver:bkarthi@ets4218:F\\Aretail\\RepositoryCVS when I do any CVS
    operation.
    I know that the problem is in the CVSROOT.
    Any body please tell me how can i connect to CVS NT Server means
    provide me the correct CVSROOT for NT server which works with Workshop 8.1.
    Also opened a case with BEA, a month ago but still no solution.
    Thanks,
    Karthi.

    Hi all,
    I came to know that the problem is the version of the CVSNT and cvs.exe that is available to Workshop through the environmental variable.
    It is mandatory that we have to add cvs.exe to OS PATH. So that the workshop will launch this process.
    This will solve the problem of create process.
    But with problems that I faced, I understand that workshop is specific to particular version of "cvs.exe"
    Now, I am able to access the CVS server from workshop but not with "ntserver" protocol. I am using "sspi" protocol.
    I tried with "pserver" too, it works fine.
    So I need to know which version of "cvs.exe", the developers are suppose to use.
    Points to remember while configuring workshop with CVS.
    1. correct "cvs.exe" should be in the PATH variable
    2. Don't use "ntserver" protocol.
    3. Use "pserver" or "sspi" ( I tested both. Works fine )
    4. "pserver" protocol requires that the user should be logged in before doing a cvs operation.
    5. To be functional , cvs module should be imported and check out before opening workshop. There is no built in method to import and check out from Workshop.
    6. If want to customize workshop with cvs commands, CVSROOT variable should be defined before you launch the Workshop.
    Thanks,
    Karthi.
    "Dan DeMania" <[email protected]> wrote in message news:3ffc8585$[email protected]..
    I also can not seem to find a way to configure the CVSROOT parameter to connect to CVS? Your right, it doesn't appear that there is a location to put the password for the CVS login! I get the following error:
    commit starting...
    Caught exception: CreateProcess: cvs -d:pserver:[email protected]:/cvsroot/gewt_portal commit -l -m a C:\bea\user_projects\applications\portalApp\portalWebApp\Controller.jpf error=2
    commit finished.
    with the following cvs root configured:
    :pserver:[email protected]:/cvsroot/gewt_portal[att1.html]

  • Is it possible to have your whole family on one apple id or is it better to have each person have there own? If each has their own does each id have to buy their own music and apps? How does find my iphone work with one apple id or two?

    Is it possible to have your whole family on one apple id or is it better to have each person have there own? If each has their own does each id have to buy their own music and apps? How does find my iphone work with one apple id or two? also I am going to be going off to college soon should I make an itunes id for my self and how will I get all the music from the old id?

    Is it possible to have your whole family on one apple id or is it better to have each person have there own?
    Yes, it is possible. 1 apple ID can be associated with up to 10 devices.
    If each has their own does each id have to buy their own music and apps?
    Yes, all purchases are non-transferable.
    How does find my iphone work with one apple id or two?
    Every device associated with one apple ID through Find my iPhone is tied to that Apple ID; Find my iPhone will work in the same way with up to ten devices associated with one apple ID. You cannot enable Find my iPhone for one device across two apple IDs
    I am going to be going off to college soon should I make an itunes id for my self and how will I get all the music from the old id?
    If you have authorized a computer with the old apple ID, you can transfer old media purchased through the old to other devices via iTunes. This doesn't mean the media purchases through the old apple ID it transferred to the new account. If you plan to make future purchases and don't wish to share them with others, make your own apple ID.

  • How do I get this beta IOS 7.0.2 JUNK TO WORK with my iPod touch 5???

    How do I get this beta IOS 7.0.2 JUNK TO WORK with my iPod touch 5?? I was prefectly happy with my iPod until I got the notice to upgrade itunes to 11.1 and would you like to upgrade your iPod from IOS 6 to IOS 7. And like an idiot I took the little green pill and pushed the button. Now I can't open iTunes, some apps; like the Lindsey Sterling app, Safari and Disney don't work either (not that I care about the Disney one, but, it's part of the base setup, you'd think "IT" would work!) almost anything with video links will not open, iCloud can't find me. All I get is that annoying white screen. I'M NOT HAPPY! I could have bought a Windows machine for a lot less money and have the same problems!?! (I'll bet Mr. Jobs is spinning like a top right now!)  And I have goggled-- found a few fixes: re-install, restore, etc. found one that stated to get iTunes back to go into the iPods setting by double ckicking the home button go to iTunes app and sign out, then sign in again-- those options didn't work. JEM24

    If you restored to factory settings/new iPod via iTunes (Not via Settings>General>Reset>Erase all Content and Setting) and still have the problem that indicates a hardware problem.
    Make an appointment at the Genius Bar of an Apple store..
      Apple Retail Store - Genius Bar

  • Better privecy does not work with windows vista home prem. what other program removes LSO'S AND HOW can I stop trackers?

    Question
    better privacy does not work with windows vista home prem. what other program removes LSO'S AND HOW can I stop trackers? edit
    Details

    As a temporary workaround, I believe this Adobe management page allows you to clear your "Flash cookies": [http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager07.html Adobe - Flash Player : Settings Manager - Website Storage Settings panel] (hosted on macromedia.com -- Macromedia was the original developer of Flash).
    Regarding the script error, if I'm reading the script correctly, it is related to accessing your Flash cookies directory. It seems the publisher's support forum is not currently available for searching, but that might be a good next step.
    In the meantime, could you check whether the script has the correct location for your Flash cookies directory? If you can't access Tool > BetterPrivacy, you could check here:
    (1) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
    (2) In the filter box, type or paste '''bpr''' and pause while the list is filtered
    (3) There should be a bolded setting named '''extensions.bprivacy.DataDir''' which looks approximately like the following:
    C:\Users\''yourWindowsUsername''\AppData\Roaming\Macromedia
    Do you have a similar value? If you paste the path used by BetterPrivacy into a Windows Explorer window, does it open? Also, click a couple levels in the folder, can you see:
    Flash Player \ #SharedObjects
    If the value is wrong, right-click the wrong value and choose Reset. BetterPrivacy should update the value the next time you try to access it.
    If the value is blank, you could try inserting a sensible value and see whether that helps.
    Any luck?

  • I'm working on my iMac PowerMac8,2 PowerPC G5 (3.1) 2 GHz machine and have been having problems with the computer shutting down unpredictably. After the problem becoming impossible to work with, I shut the machine down. Now a little better, but reoccuring

    I'm working with my iMac PPC G5, PowerMac8,2, 2 GHz machine running OS X 10.4.11, and was having a problem for a while with the machine shutting down unexpectedly. There was no clear pattern to when it was shutting down as far as I could tell. For a while, it would also not restart when buttoned on.
    I set the machine aside for a while, probably a month or more, and then got it back out after its rustication. It started up and runs significantly better than it had been, but I have noticed it shutting down sometimes now again, though not as frequently as before. Sometimes it runs for a good long time between active work, sleep mode, and active work again. Once in a while it does shut down when no one is working on it (while asleep). But now it always restarts when buttoned on.
    I've done the thorough vacuuming of any dust from the unit vents. I wonder if there's anything else I should try. In most other ways the machine works pretty well and has become the family desktop for basic uses, so I'd like to keep it running if I can. A little frustrating to not be able to upgrade all programs (iTunes) to useable versions, but that's another story....
    I would appreciate any ideas about the shut down problem.
    TCC

    Option 1
    Reset your PRAM.  Press and hold down the Command Option P R keys while starting your computer.  You will hear the startup chime.  continue holding down those keys until you hear the startup chime a second time.  Release the keys.  If the computer restarts, you will need to reset your Date and Time.  It might be time to replace your PRAM battery.  The G5 iMacs require a 3 volt CR2032 lithium watch/camera battery like below:
    http://eshop.macsales.com/item/NewerTech/CR2032/
    You can find these batteries at Walmart, Kmart, Target, most local drugstore chains, for between $3-$5, or at Radio Shack for $12-$20.
    If you have any G5 iMac model EXCEPT the iSight version, you can probably do the battery install yourself.  Watch this video on upgrading your iMac's RAM to show you how to remove the back of your iMac, if you don't already know how:
    http://eshop.macsales.com/installvideos/imac_g5_mem_m/
    While you have the back off, use a can of compressed air to blow the dust out the vents at the bottom of the iMac, the fans, and anywhere else you can.  Also inspect the 28-30 capacitors on the logic board.  Look for dark spots, if they look puffy or swollen, or leaks.
    Option 2
    Reset the SMC by removing all cables (USB, Firewire, Ethernet, Modem, Power cord) from the back of your computer.  Let it sit for one minute.  Press and hold the power on button on the back of the iMac while plugging in the power cord.  Release the power on button.  Count to five, the press the power on button again.
    Option 3
    Place your original, came with the iMac when purchased install disk, into the slot on the iMac, press and hold the C key while pressing the power on button on the back of the computer.  (If you have upgraded your OS from when you purchased your iMac, example your iMac came with OS 10.3 installed, and you're now using OS 10.5, then use the OS 10.5 Retail Install disk that you had used to upgrade your OS instead of the original, came with the iMac disk.) 
    Continue holding the C key until you see the OS starting to load.  DO NOT do an OS installation.  At the top Menu bar, select Utilities or Utility, and pull down to Disk Utility.  On the left side of the window that opens,select your normal OS drive.  Click First Aid at the top middle of the window if it isn't already selected.  Click Repair Disk from the lower right area of the window.  When that is done, click Repair Permissions to the left of the Repair Disk button you clicked earlier.
    When that is done, quit Disk Utility.  From the top Menu bar (I think its under Utilities) select the Start Up Manager, and choose your normal boot volume as the startup disk.  Restart the computer.  If successful, and you've rebooted from your normal startup disk, eject the install DVD/CD, and you're good to go.
    Good luck.

  • What is better Mac Mini or Mac Pro and 4K 40" screen or iMac 5K for work with Exel

    I am working on Macbook pro retina for around 16 hours a day,  it is ok but the screen is to small. I am opening about 25 - 30 EXCEL windows, 20 - 25 safari windows at the same time. Excel windows are small, they only show 40 rows and S column   Now I am considering buying  iMac 5k ( but the screen is only 27", however a very high resolution but I think that fonts and digits displayed may be too small ). I am also considering Mac Mini or Pro with 40" 4K TV ( 4k computer monitors are 27 - 31" , so better idea would be purchasing iMac 5k ) . The problem is that 40 - 42" TV don't have Display Port ( I can't find  it anywhere )
    Please help me to choose what would suit my needs better. I need large screen to work comfortably with an Excel sheets.  What is better? Mac Mini or Mac Pro and 4K 40" screen or iMac 5K for work with Excel ?. The other problem I have is that when I spend  16 hours at work with retina macbook , my eyes are ok. Using the  30'' Dell screen 2560/1440 my eyes are tired after 2 hours.
    Thanks for your help on advance
    Best regards
    David

    Currently you can only get 4 K at 30 Hz via HDMI. Some users have reported jerky curser movement because of the 30 Hz.
    I would go for the 5K iMac. You can add a second screen at 4K.
    FaceTime HD camera
    Simultaneously supports full native resolution on the built-in display and up to 3840 by 2160 pixels on an external display
    Support for extended desktop and video mirroring modes
    The Mac Mini supports:
    Support for up to two displays at 2560 by 1600 pixels, both at millions of colors
    Thunderbolt digital video output
    Native Mini DisplayPort output
    DVI output using Mini DisplayPort to DVI Adapter (sold separately)
    VGA output using Mini DisplayPort to VGA Adapter (sold separately)
    Dual-link DVI output using Mini DisplayPort to Dual-Link DVI Adapter (sold separately)
    HDMI video output
    Support for 1080p resolution at up to 60Hz
    Support for 3840-by-2160 resolution at 30Hz
    Support for 4096-by-2160 resolution at 24Hz
    The 2013 Mac Pro can use three and more displays:
    Mac Pro (Late 2013): Using multiple displays - Apple Support
    I would go for multiple screens

  • I am also unable to get the 551L working with Windows 8 Beta 1. Any advice?

    I am also unable to get the 551L working with Windows 8 Beta 1 and Mac OS X 10.8 Mountain Lion Developer Preview 2. Any Advice?

    It should be noted that I was previously in those Windows Beta's and I am also a member of both Microsoft Technet (Retail Subscription), and all 3 Apple Developer Programs (IOS, Mac and Safari), which is the reason why I am running Microsoft Windows 8 Beta 1 on 2 of my 3 Dell's (the oldest one has Microsoft Windows XP Service Pack 3 and Microsoft Office 2003 on it, which is the PC that I am using the 551L on), and the Mid Year 2010 Apple Mac Mini has Mac OS X 10.8 Mountain Lion Server Edition on it (something that I am technically am NOT supposed to be talking about here due to my NDA so this will be the last time I mention it here (as you can see I am known for being the type of  Computer Nerd that loves Alpha and Beta Testing)! :-)

  • When will a Lightning update that works with Thunderbird v31.0 beta be released?

    I was using Thunderbird v 30 beta with Lightning 3.2b1 and it worked great. Thunderbird v31 was issued, and automatically updated. Add-ons are set for "automatic update". Everything in calendar is now grayed-out, and nothing works. I searched the Lightning downloads and found that Lightning 3.2b1 is the latest version offered, and that Lightning 3.2b1 states it is for "Thunderbird 30.0 and later". Obviously, Lightning 3.2b1 doesn't work with Thunderbird v31.
    Two things:
    1. I recommend that Lightning updates be released prior to the release of Thunderbird beta updates so that your testers who utilize the Lightning add-on have the full capability they had prior to the Thunderbird update(s), and
    2. There should a) be a notice sent with updated beta versions of Thunderbird that states whether or not they will properly interface with the currently-installed version of Lightning, and/or b) the update should not be allowed to automatically update if it detects an installed Lightning add-on with which it is incompatible and require the user to decide whether or not the user wants to proceed with the update and lose functionality.

    Steven is right: while it is appreciated that there is a workaround, the current procedure - upgrade TBird, restart TBird, see that Calendar is broken, think of the right search keywords, find a solution online, download, install, restart TBird - leaves a lot to be desired, to say the least. And this reocurrs every few/several months.

  • (266758030) Q SYNCH-12 Does Workshop work with WebLogic Server 6.1?

    (266758030) Q<SYNCH-12> Does Workshop work with WebLogic Server 6.1? (asked by Noel
    Fuentes)
    A<SYNCH-12> (by Adam Fitzgerald): No, Web Services in WebLogic Server 6.1 are different
    from those available in WebLogic Server 7.0. WebLogic Workshop is a WLS 7.0 tool.

    Rick,
    You may want to look at the Alteon and F5 configuration we have on edocs.
    Take a look at the following URLs for a possible solution
    http://edocs.bea.com/wls/docs61/cluster/alteon.html#591902
    http://edocs.bea.com/wls/docs61/cluster/bigip.html#591902
    Chuck Nelson
    DRE
    BEA Technical Support

  • CS6 Beta TIMED OUT - Working with Techs for Resolve

    I've been using CS6 Beta for many months. The other day, I could NOT get passed the "Continue Trial" dialog. Thus, I am unable to use the app and report bugs to Adobe. I'm working with Adobe techs to see if we can identify the problem and find a common resolve for others who are running into the same situation.
    Additional information, when available, will be made here.

    Thanks Marc,
    We'll get back to you soon!

  • Working with Uncompressed Beta in the Timeline

    I am trying to figure out how to work with uncompressed Beta footage in FCP 5. I have tried changing my timeline settings to the format that my footage was digitized (8 bit Uncompressed) but FCP still drops frames. The only other thing I have been able to do is render the footage in a standard timeline, but everytime I make a cut I have to render again. Is there a solution?

    An ethernet workflow (sharing media over a LAN) even with gigabit is really only semi-doable. I've done it on DV projects, as have others here, but the problem is consistency of delivery, even under DV conditions, I sometimes got dropped frames.
    If you're doing uncompressed 8 bit, you can do that off a single internal SATA drive, 10 bit would require a controller and softraiding (that's the route I went).
    But I'd definitely say that your problem with dropped frames is most likely the result of accessing high bandwidth requirement media over an ethernet connection.
    Finally - how are you displaying this timeline? Surely not firewire, so do you have a display/capture card like Kona/Decklink/Etc?
    Patrick

Maybe you are looking for

  • How can I use LabVIEW to ground floating SCXI-1520 channels (in order not to lose scanning capabilities from the multiplexer)?

    Currently I am reading quarter bridge strain with several SCXI-1520s. When in MAX I noticed my values were no longer reading after a certain gage and as I attempted to troubleshoot, found out that the multiplexer in this module will not scan past any

  • Wait time frequent insert

    Hello This was my exam question and still not sure about the answer You notice there is a very high percentage of wait time for contention event in your Rac database that has frequent insert operations. Which two recommendations may reduce this probl

  • PROBLEM GETTING PDF INTO DREAMWEAVER

    I tried to place a copy of a PDF in my site Folder using copy and and paste but the paste is field protected. I made sure pdf title was in all lower case. What am I doing wrong that I can n ot use copy and paste?  Any other suggestions as to how I ca

  • 8 bit format recording error

    I have been having trouble recording a podcast. Im doing a project for my school, and 3 different recordings have gotten messed up because of errors I get when i go back to play it. There was an error code that said "this file type is not supported"

  • Can not open new tabs.

    I can not open new tabs in my current window. I have to open a whole new session to open additional web pages. Links work and will open in separate tabs, but I can not start a new tab. Please advise!!!!!