All WebLogic 8.1 examples are available on dev2dev!

All of our WebLogic 8.1 examples are now available on dev2dev in our Code
Library found here:
http://dev2dev.bea.com/code/index.jsp (See BEA-Certified Code, WebLogic
Server 8.1)
These examples have been tested and validated by internal developers at BEA
for quality assurance. If you find any issues with these examples, or have
problems running them, please use this newsgroup,
weblogic.developer.interest.examples, to communicate with our samples team.
For questions regarding the specifics of an example- about the technologies
used, best practices, etc- please post to the example's respective
technology interest newsgroup.
If you have an example that you'd like to share with the WebLogic community,
you may post the example to our dev2dev Code Library thru our code
submission form found here:
http://dev2dev.bea.com/surveys/contentsubmission.jsp. Don't be shy!
Have fun!

Thanks Ming.
The reason why this code is not accompanied by example documentation or with
a build script is because the StartBrowser class is merely used to pop open
a browser to the Out-of-the-Box Examples page on Windows. Your note makes a
point that this class, and the fact that it demonstrates WLS's startup class
functionality, might be a good example itself. Thank for pointing that out.
We'll make the necessary additions.
-Chris
"ming qin" <[email protected]> wrote in message news:[email protected]..
Chris:
If you go tohttp://dev2dev.bea.com/codelibrary/code/examples_startup.jsp,
and download the codes, this bea certified piece of codes missed a
build.xml. Please asking your engineers to verify this problem andprovide
the build.xml. Also the package-summary.html of this example doesn't
mentioned how to use administrator console to configure StartBrowser.class
as startup class. if this step of configuration is accomplished in build
process of this example, please also indicating this on
package-summary.html. Package-summary of this package needs to beenhanced
with complementing information about how to build and how to configure (if
it is necessary).
thanks
Ming

Similar Messages

  • All fonts in this package are available for web font use. の記述について

    adobeフォントの購入を検討しております。
    購入ページの All fonts in this package are available for web font use. の記述は、webサイト製作にしか使用できないという意味でしょうか?
    商品パッケージのデザインに使用したいと考えているのですが、 通常のフォントと同じくダウンロードしてillustratorでの編集が可能なのでしょうか? 
    ちなみにフォントは Bickham Script proです。 http://store2.adobe.com/type/browser/P/P_1736.html
    よろしくお願いいたします。

    Bickham Script Pro は Illustrator CS3 にバンドルされていましたね。
    購入ページの All fonts in this package are available for web font use. の記述は、そのフォントを見た時にログインしている Typekitプランでは「このパッケージはWeb用途では無料で使用出来ます」という事ですね。デスクトップ用途では購入して下さい。という事だと思います。
    Full Library | Typekit
    <>マークがWeb用途、モニターマークがデスクトップで使用出来ます。

  • All checked material in order are available

    during checking the material availability test in pp01 order, above message appears. pl note that where as in md04 and mmbe, the stock shows zero.pls advise possible points to verify. pls note that in opjj, planned orders are not selected, in opjk, release mat 1 and checking rule 02 is used. pl advise

    Hi Yadav,
    Goto CO02  - component overview,  carried out the Availability check for each component & and confirm the Committed qty.
    since it gives all material available message, it might have commit the qty at component overview,
    then check the committed qty, from where it is comming.
    Regards
    Pradeep

  • Not all of my Aperture videos are available in iMovie. What's the fix?

    Greetings
    I'm using iMovie and Aperture. I'd like to consolidate all of my videos in iMovie, but for some reason, not all of my Aperture videos appear in iMovie.
    Does anyone know how to fix this?
    John

    You shouldn't have to change your iTunes account to not have to purchase it twice.  If your devices are using different iTunes IDs, just purchase it on one device, then import it to your iTunes library by connecting the device to your computer, opening iTunes and going to File>Devices>Transfer Purchases.  Once in iTunes, you should be able to sync it to your other device (assuming both devices are syncing with the same iTunes library).  (And even if they were syncing with separate libraries, you could use Home Sharing to copy the app from one library to the other.)
    Or, am I missunderstanding something?

  • Not all songs from an artist are available in the artist tab as some songs are from compilation albums. is their any fix for this?

    In the Artist tab, I am unable to see all the songs I have for that artist under their name. It looks like the artist tab is organised by album artist so therefore any artist I have on a compilation album can only be found under various artists. Is there any way around this, cause its the only thing thats ******* me off about the new ITunes.

    I used to have this problem.
    First, you need to go back on iTunes
    you need to go to each of the songs that are having this problem
    Click the album so all the songs drop down
    Right click the songs that have this problem
    Click ' Get info '
    Click the tab that says " info '
    The box that says ' album artist ' should probably be empty (correct me if I'm wrong)
    Click it and type the artist of the entire album, NOT the songs guest artist
    as such,
    ARTIST
    JAY-Z Feat. Justin Timberlake
    ALBUM ARTIST
    JAY-Z
    These should be separate for each artist
    If you write the same album artists for each song by that artist, all the songs should be on 1 album

  • Not all movies in my library are available on other devices

    Hi,
    itunes (latest) on my iMac (latest mavericks) has a bunch of movies including movies purchased from itunes, transferred from "digital copies", ripped from my DVD collection, and web downloads (shorts, videos, skits). 
    I have ipads and appleTV ( 2 i believe, black box, recently updated).  The only movies that show in Videos (ipads) and Purchased Movies (AppleTV) are the itunes purchased and some of the digital copies.  Why is this and why cant I see and select from my entire iTunes movie library from my devices?
    thanks,
    mike

    Anyone?  Bump.

  • Loop at screen - not all fields are available

    Hi all,
    I want to set some fields on the screen invisible.
    When I do the loop at screen in PBO not all fields from the screen are available.
    Just four fields are available. In the screen there are about 20 fields.
    I try to use the chain. field xyz. endchain... But it was not the problem.
    Any ideas?
    regards

    Try this ,May be  Help ful
    { SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 2(10)  FOR FIELD r_cars.
    PARAMETERS : r_cars RADIOBUTTON GROUP rgb USER-COMMAND usd .
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 20(10)  FOR FIELD r_toyota .
    PARAMETERS : r_toyota RADIOBUTTON GROUP rgb1 DEFAULT 'X'.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 20(10)  FOR FIELD r_ford .
    PARAMETERS : r_ford RADIOBUTTON GROUP rgb1 .
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 2(10)  FOR FIELD r_bus .
    PARAMETERS : r_bus RADIOBUTTON GROUP rgb DEFAULT 'X'.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 20(10)  FOR FIELD r_volvo .
    PARAMETERS : r_volvo RADIOBUTTON GROUP rgb2 .
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 20(10)  FOR FIELD r_merced .
    PARAMETERS : r_merced RADIOBUTTON GROUP rgb2  DEFAULT 'X'.
    SELECTION-SCREEN END OF LINE.
    AT SELECTION-SCREEN OUTPUT.  " AT SELECTION-SCREEN OUTPUT
      IF r_cars = 'X'.                                 " If R_CURS radiobutton is selected
        LOOP AT SCREEN .                       " Looping at screen
          IF screen-name CS 'R_VOLVO' OR
             screen-name CS 'R_MERCED'.
            screen-active = 0.                     " Hiding the R_VOLVO and R_MERCED
            MODIFY SCREEN.
          ENDIF.
        ENDLOOP.
      ELSE.
        LOOP AT SCREEN .
          IF screen-name CS 'R_TOYOTA' OR
             screen-name CS 'R_FORD'.
            screen-active = 0.
          ENDIF.
          MODIFY SCREEN.
        ENDLOOP.
      ENDIF. }

  • Not all ATV videos are available on Enterprise Cafe

    I see that not all the Adobe TV videos are available on enterprise cafe. For ex: the new Flex mobile (burrito) videos  are not to be found on the cafe.
    The way I look at it, Cafe should be one stop shop for all stuff Adobe. Having to leave this means its broken to some extent :-)
    Would be nice if all the videos are included in the cafe. Also would be great if there is another view/sidebar for the videos showing the most recent video content - sort of showing the recent videos added so that we know what is new/latest.

    Hi Shad0wfax,
    We read an RSS feed from AdobeTV. As soon as they update their feed, it'll show up in Café.
    Thanks for your feedback... keep it coming!
    Cheers – Marc.

  • SAP job not using all dialog processes that are available for parallel processing

    He Experts,
    The customer is running a job which is not using all the dialog processes that are available for parallel processing. It appears to use up the parallel processes (60) for the first 4-5 minutes of the job and then maxes out about 3-5 processes for the remainder of the job.
    How do I analyze the job to find out the issue from a Basis perspective?
    Thanks,
    Zahra

    Hi Daniel,
    Thanks for replying!
    I don't believe its a standard job.
    I was thinking of starting a trace using ST05 before the job. What do you think?
    Thanks,
    Zahra

  • All playlist are available but are emty on my iPad2 with iTunes Match

    I use iTunes Match. Activation on my Mac OK. Alle playlists and related songs are available and correct on my AppleTV2. On my iPad2 the playlists are available but empty. Whats happen ? Anyone has a good advise ?

    Hey applewarm,
    Is it possible that you have downloaded these songs onto your iPhone by playing them from iTunes Match? According to this article, the songs are downloaded automatically when you play them, and it also gives instructions on deleting the songs from your phone, if you desire to do that:
    iTunes Match - iPhone
    http://help.apple.com/iphone/7/#/iph6e2dfb83
    Songs are downloaded to iPhone when you play them. You can also download songs and albums manually—while browsing, tap .
    Note: When iTunes Match is on, downloaded music is automatically removed from iPhone as space is needed, starting with the oldest and least-played songs. An iCloud icon () appears next to removed songs and albums, showing that the songs and albums are still available through iCloud but not stored locally on iPhone.
    Remove a song that’s been downloaded. Swipe left, then tap Delete.
    Thanks for being a part of the Apple Support Communities!
    Cheers,
    Braden

  • Which ALE business processes are available?

    Hi All,
    Which ALE business processes are available?
    Regards,
    Chanda.

    ALE business processes are integrated business processes that run across distributed systems. This can be two different SAP systems, links between SAP and non-SAP systems, SAP and Web-servers (Internet Application Components) or SAP and desktop applications. The links between the systems may be loosely (asynchronous) or tightly (synchronous) coupled. These business processes are release independent and can run between different release levels of the systems.
    Many SAP applications offer ALE distribution processes. The following list gives some examples:
    Master data replication (IDoc Types - Message Types - Master Data)
    - Material
    - Customer
    - Vendor
    - General Ledger accounts
    - Bill of materials
    Accounting (IDoc Types - Message Types -Accounting Business Processes)
    - Links to logistic systems
    - Distributed financial accounting
    - Distributed cost center accounting
    - Distributed special ledger
    - Profitability analysis
    - Distributed profit center accounting
    - Consolidation
    - Treasury
    Logistics(IDoc Types - Message Types - Logistics Business Processes)
    - Reallocation of materials
    - Distribution of sales and shipping
    - Product data management
    - Purchasing contracts
    - Sales and operations planning
    - Warehouse management
    - Links to warehouse control systems
    - Links to production optimization systems
    - Links to transport planning systems
    Information systems (IDoc Types - Message Types - Logistics Business Processes)
    - SAP Business Information Warehouse (BW)
    - Exchange of data between information systems
    - Web reporting
    Human resources (IDoc Types - Message Types - HR Business Processes)
    - Human resources as a single component
    - Payroll results
    - Travel expense accounting
    - Links to time collecting systems
    However, these standard solutions may not fit 100% for a company. There may be differentiation in the business process or a required distributed business process is not supported in the standard. If this happens, ALE provides tools that can be used to adapt a standard ALE business process or to create a new distributed business process.
    Hope this is will help.
    Regards
    SG

  • When converting over to HTTPS and PKI for clients, not all actions are available in configuration manager cpl

    I'm not exactly sure which forum heading this should go under so if this isn't correct please let me know or move it on my behalf.  
    So I am trying to setup Internet Based Client Management in SCCM 2012 R2 and have come across a few articles on how to do so.   I think I have mostly gotten it to work but I seem to be having a client issue when deploying new machines.  My already
    deployed servers seem to have picked up the PKI setting no problem.  In the past when I would deploy a new windows client everything would be fine.  When i converted over to PKI in my test environment I am now having issues when I go to deploy a
    new windows client. I don't get all of the Actions listed in the Configuration Manager control panel.  All I have are Discovery Data Collection, Machine Policy Retrieval and Eval, User Policy Retrieval and Eval, and Windows Installer Source list Update
    Cycles, before all of them would populate no problem.  I have let this machine sit here for several hours and nothing has changed yet.  It does say PKI for client certificate.  Sometimes when I would deploy new machines it would say NONE for
    Client certificate.  In my production environment it says self-signed.  I have found if i uninstall the client and re-install the client it does populate all of the cycles but I don't understand why it is not working on deployment.
    Ok so maybe not all the time that when i reinstall the client it fixes it.  I just did an uninstall and reinstall on a test client and all it has under actions are machine and user policy cycles.
    Does anyone have any ideas?

    Hi,
    I think SCCM client installed before the GPO applied, so you don't a certificate available when it is required.
    You can export and import the certificate by using MDT integration, try this blog for PKI part:
    How To: Build and Capture in Configuration Manager 2012 using HTTPS
    And in addition, you can upload the log to your onedrive so you can share with us.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • I live in Australia and I am trying to buy an album by SNSD but it is not available on the Australian iTunes. All of their other albums are. Why is this and is there a way I can buy it off the American store?

    I live in Australia and I am trying to buy an album by SNSD, a Kpop group. It is not available on the Australian iTunes. All of their other albums are.
    Why is this and is there a way I can buy it off the American store? (The album is called The Boys)

    Well how much does the album cost? Because I have an issue with this except I live in America and I wish to purchase something from the Australian store... perhaps I can gift you your album and you could gift me my album.

  • Regarding iTunes U courses, would I be able to link to books/sites (like say an amazon hardback book or link to a kindle book they can purchase and download).  Considering that not all books are available on iBooks I'm hoping this is allowed.   Also the p

    Regarding iTunes U courses, would I be able to link to books/sites (like say an amazon hardback book or link to a kindle book they can purchase and download).  Considering that not all books are available on iBooks I'm hoping this is allowed.   Also the possibility on monetizing since amazon gives commission for linking.  
    This question is for both the uncredited (private) courses and the bigger accredited accounts.    I am a  developer trying to learn how to help my area schools and also have some ideas for my own courses.    Obviously keeping within the iTunes U app would be preferred in most cases (to the learning experience) since they can take notes and see them within the app itself.
    If the reply comes from a non-apple employee please let me know (or better yet, link to) where that is clarified.   I would hate to develop something just to later find out it is against the apple iTunes U agreement.

    Fair question
    And, to be even more fair, I have to tell you that I get that every single day. And it's getting worse (or better, depending on how you look at it).
    I always try to let people know it's a long way until you get to a confortable point, a point where you can create something. And that's exactly what I am trying to do, or at least asking how/if I should do it. And then I let them know where to start. That's what I want.
    Thanks.

  • In iTunes on my windows 7 PC, the Edit/Preferences dropdown window,some of the tab windows are not large enough to see all options that are available.  The borders of the window cannot be draged larger.  As a result, I can not uncheck or check some box's.

    In iTunes on my windows 7 PC, in the Edit/Preferences dropdown window,some of the tab windows are not large enough to see all options that are available.  The borders of the window cannot be draged larger.  As a result, I can not uncheck or check some box's on several of the preferences pages.  The Apple people at the store did not help.  I have lownloaded the latest version of iTunes and this is still an issue.  HELP.

    Is there really nobody else with this problem? Really?

Maybe you are looking for

  • Why doesn't iTunes know when I've listened to a podcast on my iPhone?

    Hey Guys Here's a problem that's always plagued my apple experience. Today I downloaded and listened to several podcasts at work. When I came home itunes has no reccord of these podcasts ever being downloaded or ever listened too. I hate it!!!! I don

  • IE Version

    Experts, Just wondering which version of IE is compatible with BOBJ. Our environment: BOE XI 3.1 SP2 FP2.5 SAP IK XI 3.1 SP2 FP2.5 Some users are facing issue when they login into infoview and click on document list, looks like some thing is running

  • Restricting variable maintenance in non-development systems

    Hello, other then managing it via authorizations, does anyone know how you can restrict/protect the maintenance of variables in non-development systems? Maybe via config or system change option in the transport organizer tools? Thanks. Regards, Fairi

  • How do I switch off Calendar Notifications in OSX that I no longer want to see?

    I have several Calendars that I want to view but I do not want to see Notifications for all of them, only my main Calendar. I have tried all sorts of settings changes to try to stop the notications that I don't want from appearing but nothing I do ma

  • CS6 lost links on each opening

    I observed that  links to images in CS6 often are lost after save and opening the document, even if only one folder is used. Why? How can I relink all images in project - update links is inactive