Adapter Help needed desperately

Dear All,
I am attempting to create a new Adapter with integration 2.1 and am hitting a
brick wall when attempting to create the WAR/JAR/RAR files needed before deployment
(I think !!!). Has anyone got an example out there of what I need -
Kind regards
Tony

Dear Tony,
Have you read the ADK guide? See
http://edocs/wlintegration/v2_1/devadapt/index.htm
Best regards,
Timothy Potter
Senior Software Engineer
eCommerce Server Division
BEA Systems, Inc.
"Chris Stead" <[email protected]> wrote in message
news:[email protected]..
Tony,
There are several sample adapters that ship with WLI 2.1. You can findthem in your
$WLI_HOME\adapters directory. Specifically, they are the DBMS, EMAIL andSAMPLE
adapters. We use the ant utility to build and package our adapters. Youwill want to
look at the build.xml for each adapter to see what we do to package theadapter for
WLS.
$WLI_HOME\adpaters\dbms\project\build.xml
$WLI_HOME\adpaters\email\project\build.xml
$WLI_HOME\adpaters\sample\project\build.xml
Cheers,
Chris
Tony MAy wrote:
Dear All,
I am attempting to create a new Adapter with integration 2.1 and am
hitting a
brick wall when attempting to create the WAR/JAR/RAR files needed beforedeployment
(I think !!!). Has anyone got an example out there of what I need -
Kind regards
Tony

Similar Messages

  • HELP needed Desperately

    I am very new to programming and I have been trying very hard to get these working. I really need help.
    First I have two buttons; one is a JButton which I intend to click and save data to a file. See Code:
    private void jButton3ActionPerformed(java.awt.event.ActionEvent evt) {                                        
    // I DON'T know how write the code that can use jButton3 to save to
    // the hard drive HELP PLEASE.
    Question two
    I am trying to use another JButton to send an email to my email address from within Java Please see code: below.
    private void jButton4ActionPerformed(java.awt.event.ActionEvent evt) {                                        
    // TODO add your handling code here:
    public void postMail( String recipients[ ], String subject,
    String message , String from) throws MessagingException{
    boolean debug = false;
    //Set the host smtp address
    Properties props = new Properties();
    props.put("mail.smtp.host", "[email protected]");
    // create some properties and get the default Session
    Session session = Session.getDefaultInstance(props, null);
    session.setDebug(debug);
    // create a message
    Message msg = new MimeMessage(session);
    // set the from and to address
    InternetAddress addressFrom = new InternetAddress(from);
    msg.setFrom(addressFrom);
    InternetAddress[] addressTo = new InternetAddress[recipients.length];
    for (int i = 0; i < recipients.length; i++)
    addressTo[i] = new InternetAddress(recipients);
    msg.setRecipients(Message.RecipientType.TO, addressTo);
    msg.addHeader("MyHeaderName", "myHeaderValue");
    // Setting the Subject and Content Type
    msg.setSubject("subject");
    msg.setContent(message, "text/plain");
    Transport.send(msg);
    public void postMail( String recipients[ ], String subject,
    String message , String from) throws MessagingException{
    boolean debug = false;
    Set the host smtp address
    Properties props = new Properties();
    props.put("mail.smtp.host", "[email protected]");
    //create some properties and get the default Session
    Session session = Session.getDefaultInstance(props, null);
    session.setDebug(debug);
    // create a message
    Message msg = new MimeMessage(session);
    // set the from and to address
    InternetAddress addressFrom = new InternetAddress(from);
    msg.setFrom(addressFrom);
    InternetAddress[] addressTo = new InternetAddress[recipients.length];
    for (int i = 0; i < recipients.length; i++)
    addressTo[i] = new InternetAddress(recipients[i]);
    msg.setRecipients(Message.RecipientType.TO, addressTo);
    // Optional : You can also set your custom headers in the Email if you Want
    msg.addHeader("MyHeaderName", "myHeaderValue");
    //Setting the Subject and Content Type
    msg.setSubject("subject");
    msg.setContent(message, "text/plain");
    Transport.send(msg);
    HELP PLEASE

    What does sending e-mail have to do with a JButton? Why do you have all this code in an action method? Can you ever envision where you'd want to send e-mail in a context other than a JButton? If the answer is yes, you should move that e-mail code out into a separate class where you can test it and let any other class that needs it just instantiate an instance and call its methods.
    %

  • SOAP Adapter Help Needed

    Hi,
    I have a scenario where i need to call the Web Service on the Traget Side. I know how to configure the SOAP Adapter to do this but i am facing an issue here.
    The Webservice Expects the SOAP request to be in the form. I don't know how to bring this authentication info the header. Can any body please suggest
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:RIM_INT_AD_LDAP_API_Organizations">
       <soapenv:Header>
          <urn:AuthenticationInfo>
             <urn:userName>?</urn:userName>
             <urn:password>?</urn:password>
             <!Optional:>
             <urn:authentication>?</urn:authentication>
             <!Optional:>
             <urn:locale>?</urn:locale>
             <!Optional:>
             <urn:timeZone>?</urn:timeZone>
          </urn:AuthenticationInfo>
       </soapenv:Header>
       <soapenv:Body>
    <SOAP BODY HERE>
    </soapenv:Body>
    </soapenv:Envelope>

    Hi,
    Can anybody suggest how to insert a message type in the Header of SOAP request going out. I need to insert Authentication Info Structure in the Header.
    Thanks,
    Kulwant

  • Xspf player installation- help needed DESPERATELY

    I've been trying for over 2 months to install the xspf player on my iWeb site.
    This is the URL:
    http://www.innerspheresmusic.com/Audio_4.html
    which shows what I haven't managed !
    I just checked on a Windows PC and the page is blank- not even a blue rectangle. In iWeb, it looks exactly the same as this page viewed on a mac; ie. the player hasn't properly established itself either.
    This is the HTML code I used:
    <object type=”application/x-shockwave-flash” width=”400” height=”170” quality=”high” bgcolor=”#FFFFFF”
    data=”http://www.innerspheresmusic.com/webmusic/xspf_player.swf?
    playlisturl=http://www.innerspheresmusic.com/webmusic/playlist.xspf&autoplay=1&volumelevel=50&timedisplay=1” />
    <param name=”movie”
    value=”http://www.innerspheresmusic.com/webmusic/xspf_player.swf?
    playlisturl=http://www.innerspheresmusic.com/webmusic/playlist.xspf&autoplay=1&volumelevel=50&timedisplay=1” />
    <param name=”bgcolor” value=”#FFFFFF” />
    </object>
    PLEASE can someone help, or I'll need a brain transplant soon !
    Thanks,
    SeaDream.

    Can't really help, but, if it is any consolation, it works very well on my machine (using Firefox)
    hmm...
    (goes to test)
    Okay, good news, works in Safari, works in Opera. Songs load very quickly too!
    Doesn't work in... Internet Explorer. Go figure...
    BTW very nice site, matches the music well (my first impression). And both somehow match your nickname.
    (...and since everyone's a critic ) Your music sounds very clean and quite delicate. I'm going to listen more intently to it later on. Souunds and looks like a nice job, Kay!
    regards, Erik.

  • ARGH HELP NEEDED DESPERATELY

    I've just found out my processor is 2.33 GHz (top of the line when i got my mac back in march 2007) and i need a 2.5 to install leopard, problem is i already have the discs its tell me its ot possible to install leopard. is there a way around this with out upgrading my processor and is that even possible?

    Where are you getting this 2.5 GHz number from?
    Here's the requirements for Leopard:
    Apple states the following basic Leopard system requirements, although, for some specific applications and actions (such as iChat backdrops) an Intel processor is required:[51]
    * Processor must be any Intel, PowerPC G5 or G4 (867 MHz and faster)
    * DVD drive (for installation of the operating system)
    * At least 512 MB of RAM (additional RAM (1 GB) is recommended for development purposes)
    * At least 9 GB of disk space available.
    ~Lyssa

  • Install problems - help needed desperately for new Java user

    I have been trying to install Java SE Development Kit 6 - Version 1.6.0_13. Initially I could not get the javac process to work no matter what I tried. After uninstalling and reinstalling numerous times I now have it so that my javac will rewrite my file from a .java to a .class file. Now when I try to execute my Hello.class file I am getting an error message....
    Error occurred during initialization of VM
    java/lang/NoClassDefFoundError: java/lang/Object
    Can anyone please help me fix this? I was really anxious to learn programming but all of these setbacks are really frustrating. I have basic books to help when I am up and running but nothing helps you with problems with installations.
    Please help!!!

    Enigmafae wrote:
    Thank you so much. Worked like a charm! I also installed from Explorer instead of Firefox. Maybe the Firefox installations were incompatible with my XP Environment????Worked fine for me... but I downloaded and then installed... I did NOT "run" the install over the network.
    I don't care I'm just so thrilled it worked. Now I can get to learning the actual programming that I have been trying to get to.
    Thx again for your help!I love it when a plan comes together.
    ~~ Hannibal.

  • I need help identifying which Magsafe Power Adapter I need for my Macbook Pro Model A1398, EMC 2673?

    I need help identifying which Magsafe Power Adapter I need for my Macbook Pro Model A1398, EMC 2673?

    Provided the computer-end fits, you are free to use one with a HIGHER Wattage rating. No damage whatsoever will be done to any component, but it will likely run cooler (but may be slightly heavier).
    If you use one with too LOW a Wattage rating, you will not be able to charge and run at the same time, and your computer's top speed (for its most intensive computations) will be limited.

  • Middleware and Adapter Object help needed

    Hi all,
    We are trying to replicate business agreements from CRM to contract accounts in our R/3 IS-U system. We've followed the various cookbooks and guidelines but have so far been unsuccessful. For object BUAG_MAIN, is an adapter object needed? If so, we are unable to find one in R3AC1.
    If we check the BDoc message, we are getting two Technical errors after creating the business agreement:
    1. "Outbound call for BDoc type BUAG_MAIN to adapter module CRM_UPLOAD_TO_OLTP failed."
    2. "Service that caused the error: SMW3_OUTBOUNDADP_CALLADAPTERS"
    Any ideas? Points will be awarded for helpful responses. Thanks in advance.
    Message was edited by:
            John S

    So in R3AC1 there is a button to show inactive adapter objects. Hitting this showed BUAG_MAIN. After that, we opened BUAG_MAIN and activated the object. This resulted in a couple of changes that we clicked through. We then were able to do an initial load of the business agreements and replications of newly created ones happened thereafter.

  • HELP NEEDED WITH ADDAPTER-DVI TO VGA.

    PLEASE ...HELP NEEDED WITH WIRING CROSS OVER....CAN YOU HELP WITH BACK OF PLUG CONNECTIONS...I SORTA UNDERSTAND THE PINOUTS BUT CANT MAKE AN EXACT MACH...WOULD LIKE TO BE 100% SURE...
    ......THIS ENSURES NO SMOKE!!!                                                                                           
    THE CARD IS AN ATI RADEON RX9250-DUAL HEAD-.........ADDAPTER IS DVI(ANALOG)MALE TO VGA(ANALOG)FEMALE.
    ANY HELP VERY MUCH APPRECIATED........ SEEMS YOU NEED TO BE ROCKET SCI TO ATTACH A BLOODY PICTURE...SO THIS HAS BEEN BIG WASTE OF FING TIME!

    Quote from: BOBHIGH on 17-December-05, 09:21:31
    Get over it mate !
    I find it easy t read CAPS...and if you dont like it ...DONT READ IT!
    And why bother to reply...some people have nothing better to do.
    Yes there chep and easy to come by...Ive already got a new one.
    All I wanted was to make a diagram of whats inside the bloody thing...it was a simple question and required a simple answer.
    NO NEED TO A WANKA !!
    I feel a bann comming up.
    Have you tryed Google ? really.. your question is inrelevant. No need to reply indeed.
    Why do you come here asking this question anyway ? is it becouse you have a MSI gfx card ? and the adapter has nothing to do with this ?
    You think you can come in here yelling.. thinking we have to put up with it and accept your style of posting. This is not a MSI tech center.. it's a user to user center.. Your question has nothing to do with MSI relavant things anyway's.
    Google = your friend.
    Quote from: BOBHIGH on 17-December-05, 09:21:31
    it was a simple question and required a simple answer
    Simple for who ? you (buying a new one) ? me ? we ?   .really...........
    Quote from: Dynamike on 16-December-05, 04:11:48
    1: There are allot of diffrent types of those adapters.
    If any of the mods have a problem about my reply.. please pm me.

  • Blank Screen and flashing cursor on new build-P67A GD65 (B3). Help needed.

    As per the title, a computer was built for me with the following specs:
    CPU: Intel Core i5 2500k
    Cpu Cooler: Arctic Freezer xtreme Rev 2.0,
    Motherboard: MSI P67A – GD65 (B3)
    PSU: Super-Flower Amazon 550W
    RAM: 4GB G.Skill RipJaws-X, DDR3, 1600
    HDD: 1TB Samsung Spinpoint F3 7200rpm
    Graphics Card: Sapphire Radeon HD 5850 Xtreme - 1 GB GDDR5
    Disc Drive: Samsung SH-223C DVD+RW
    Case: Cooler Master 690 II LITE Midi-Tower
    OS: Windows 7 Ultimate
    Everything went ok with the build and installation of the OS. Computer was booting ok. When I took the computer home that evening, powered it on and a blank screen with a flashing cursor on top left hand corner appeared. Tried several times but failed to boot up properly. Just to note that I can enter into the BIOS and it recognizes HDD, processor, Disk Drive and RAM. What I have done so far (of course with advice from computer experts as compared to me) are the following:
    1. I removed all the parts except cpu and cooler then put them back. When I restarted a message appeared that win7 need to do a repair. It went thro the process and then it stated it can’t do repair. Did this twice. When I restarted the third time, a blank screen with the blinking cursor appeared again.
    2. Cleared the BIOS using the button on the outside of the motherboard and also once using the jumpers inside the motherboard. After doing this, I pressed on the “”ON” button several times (with no power on to the computer) to dissipate any current that was left there.
    3. Interchanged the RAM on different slots. Also tried using only 1 stick of Ram at a time.
    4. Checked the HDD on another machine and it was ok. Formatted the HDD on the other machine, plugged onto new machine and tried to install OS again but no joy.
    At this point, I’m now stuck after almost a month when the machine was built. Would it be the motherboard? RAM? etc. Just wondering if I should RMA the motherboard since it is just over a month when it was delivered.
    A point to note, there is a message that comes up when it is booting stating no HDD is detected. I googled this but found out it was to do with a marvel adapter that needs to be disabled or something like that. However, it was mentioned that this wasn’t going to affect the performance of the pc as the BIOS can detect all the components.
    I also noticed that when I switch on the pc, there is a small pause before it kicks on then there is a long beep followed by 2 small beeps. I presume this is normal.
    Any help on this will be highly appreciated?

    Quote
    I also noticed that when I switch on the pc, there is a small pause before it kicks on then there is a long beep followed by 2 small beeps. I presume this is normal.
    Disable EuP 2013 & that should take care of the pause. The beeps are normal at startup. Only time I have observed a blank screen & blinking cursor is if the system wasn't getting enough juice to initialize, or their was insufficient power in an OC attempt. What kind of +12V amps does that PSU you have provide?

  • Help need to switch Muse site to BC on a allready hosted plan

    Hi,  i also posted on BC forum...
    I have a client that was in a hurry to have his emails accounts before the entire website.
    So i went on and bought the email marketing plan (cos he will also need to do email campains) an pointed his domain everything is working fine, at this moment he has his accounts the domain is live.
    The site would be just a small 7-10 pages not to complicated.
    Has a graphic designer (who has venture into Business catalyst cos it had all the solutions i needed, well that's what the promotional videos said anyway) I made a site in Muse.
    First i did a temporary page thats says "comming soon", and then i made the entire site, all the design and menu but with blank pages cos the client didnt have all the content yet (and still dont have). I uploaded that site to a sub directory so he could see the evolution.
    He approved the design, yay!
    At the end of the process, he told me he needed to have full control with the editor. (style, images, bulleted list, need to put downloadable document like pdf etc.) i told him that he could only modify what was allready there with the Muse in Browser editing (that he saw when i made the pitch using another site) he was impress with the way it worked.
    so i told him i would have to remake "template".
    I thought of using a BC template, and modify the looks to adapt to my client image, Of course, use a responsive theme so he could make the change at one place only. (cos in Muse you need to make the changes on the 3 layouts).
    Now, i created a new temporary site using one of the new responsive template available.
    How can i import that new site onto his live domain? In other words, how can a switch from a theme made in Muse, to a BC template?
    cant i just delete everything in the root folder, and upload the entire new site via ftp?
    please help me find the solution. i am a bit in a panic here
    hope you could understand my lousy English.
    Sincerely,
    i.d.

    This would need to be transparent for m'y client...
    Y
    Envoyé de mon iPhone
    Le 2014-04-20 à 15:29, Sanjit_Das <[email protected]> a écrit :
    Re: help need to switch Muse site to BC on a allready hosted plan
    created by Sanjit_Das in Help with using Adobe Muse CC - View the full discussion
    Thanks for additional details.
    Unfortunately we cannot change site template of a live site in BC , but as a workaround Create a site from BC using the template you wish to use then publish the site from Muse to the site created from BC and transfer the contents stored from live site to trial site. Ater final transition is done , you can delete the already paid site and make live the new trial site which includes new site template.
    Thanks,
    Sanjit
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/6314730#6314730
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/6314730#6314730
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/6314730#6314730. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Help with using Adobe Muse CC at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Satellite Pro A100-848 - Which AC adapter I need?

    Hello, can someone tell me what AC Adapter I need for the A100-848 .
    Thanks

    Hi glav100,
    I have checked the Toshiba Accessories homepage and I founded out that you need the following AC/DC adaptor:
    PA2521U/E-2ACA and it has the following specifications: 15V 6A 90W
    You can order it from an authorized service provider:
    http://eu.computers.toshiba-europe.com > Support & Downloads > Find an authorized service provider
    I hope I could help you! :)

  • What kind of adapter i need to transfer file from an imac hardrive tiger to an imac leopard

    what kind or brand of usb adapter i need to transfer file from an imac hardrive tiger to an imac leopard

    Hey arturojas!
    Here is an article that might help you achieve this goal:
    Mac Basics: File Sharing
    http://support.apple.com/kb/ht1549
    You could also transfer files directly using target disk mode:
    Mac OS X 10.6: Transferring files between two computers using FireWire
    http://support.apple.com/kb/PH6815
    Thanks for using the Apple Support Communities!
    Cheers,
    Braden

  • Statistical algorithm..help needed for simplification..

    HI,
    I have a complex algorithm which takes almost 900 milliseconds per line to process this . I have to calculate the probability for hundreds of thousand lines. Just imagine if have to calculate this for some 500000 lines which is not feasilble at al.. Can anyone help me in simplifing this algorithm & improve the performance..
    This is very urgent & your help will desperately needed. Pls...pls ..help.
    thanks in advacnce...
    probabilty(int a, int b, int c, int d)     {
         int a1 = 0;
         int b1 = 0;
         int c1 = 0;
         int d1 = 0;
         double p = 0.0;
         double q = 0.0;
         double sum = 0.0;
         if(a*b*c*d == 0) {
              if (d == 0) {
                   a1 = a;
                   a = b;
                   b = a1;
                   a1 = c;
                   c = d;
                   d = a1;
         } else if (((a + 0.0)/(b + 0.0)) < ((c + 0.0)/(d + 0.0))) {
              a1 = a;
              a = b;
              b = a1;
              a1 = c;
              c = d;
              d = a1;
         p = logFact(a+b) +
              logFact(a+c) +
              logFact(b+d) +
              logFact(c+d) -
              logFact(a+b+c+d);
         for (int i=b; i>=0; i--) {
              b1 = i;
              a1 = a + b - b1;
              c1 = a + c - a1;
              d1 = b + d - b1;
              q = logFact(a1) +
                   logFact(b1) +
                   logFact(c1) +
                   logFact(d1);
              sum = Math.exp(p-q) + sum;
              if(a*b*c*d == 0) {
                   break;
         }

    Can you explain what the algorithm is, what it does and why?
    One thing is replacing things like "if (a*b*c*d == 0)" with common sense: "if (a == 0 || b==0 || ..."
    What is logFact? Something expensive that can be optimized while using summation?

  • Lense Adapter Help

    I've got both a Canon EOS Rebel XS DSLR and a Canon T50, the T50 has an "Albinar ADG 80-200mm 1:3.9 MC Macro Zoom No. 85107440 55mm lense" and I know there are adapters made to allow lenses from one camera to fit on another, problem is, I can't figure out which adapter I need. Is there anyone out there that can help me? I want to be able to fit the lense I listed above, onto my Canon EOS Rebel XS DSLR. Thank you.

    It is possible to purchase an FD-EOS adapter that will let you mount that lens. It will be manual focus and manual aperture. The following link pretty much sums it all up.
    http://community.usa.canon.com/t5/Lenses/Old-SLR-lenses-to-DSLR-Camera/m-p/147109#M5947

Maybe you are looking for

  • LCD TV for external monitor?

    I have a 20" iMac with FCP 6, and I want to get a LCD TV to use as a second monitor. Since I've never done it before -- i.e. hooking up a second monitor to an iMac, or configured FCP to use one -- I was wondering if anyone has ever done that, and if

  • Encoding Problem - can't read UTF-8 file correctly

    Windows XP, JDK 7, same with JDK 6 I can't read a UTF-8 file correctly: Content of File (utf-8, thai string): เม็ดเลือดขาว When opened in Editor and copy pasted to JTextField, characters are displayed correctly: String text = jtf.getText(); text.getB

  • Error when attempting to install IE9

    I have tried installing from windows update as well as stand along installer. I keep seeing the following error in the setup event log: Package 982861 failed to be changed to the Installed state. Status: 0x80092004. I also see several other errors in

  • Aggregating fields in ALV (Urgent)

    Hi friends How can i do aggregate in ALV ? eg:- my report output luks like this:- 10C-NAME1     10     3       4 10C-NAME1      2     4       6 10C-NAME1      8    8        8 Now i want to sumup these records and display as one record. Now..my rep ou

  • How to fix scratch disk error

    if i add a external drive to my macbook air will it stop the scratch disk message from coming up each time i try to use photoshop cs6?