Com2java. early binding and JCOM WLS7

All,
I have been looking at the use of JCOM with WLS 7. Based around supplied examples,
the com-to-java using zero client or late binding appears simple and worked reliably
using entity and session beans, however I have been unable to produce an early bound
com-to-java example or a java-to-com example. In the former case the VB client produces
a GPF (General Protection Fault) when attempting retrieve the home interface of
the targeted EJB and in the latter case com2java produced code which would not compile
(even after following the note 076584 regarding the jintegra code). I am beginning
to doubt the current release. Has anybody succeeded in building an early bound example
or used com2java succesfully.
Regards
Chris

Similar Messages

  • Wat is early binding and late binding

    1)Class A {
    Public void amethod(){
    System.out.println(�amethod�);
    class B extends A{
    public static void main(String args[]){
    B b = new B();
    b.amethod();
    if I run amethod will be printed on the console;
    in the class A if i replace public class with private modifier;then I don�t compile class B and I run directly what will happen?
    What is late binding and early binding?

    What is late binding and early binding?Suppose you have two objects iA and sB, where iA is an Integer object and sB is a String object. If you were to assign them to one another, this would result in a compile time error. This is because the compiler checks if the objects 'bind' with each other. This is early binding.
    Take another case where you have two custom objects (A & B) implementing the same interface. you pass an one of the objects (say A) to a method which accepts the implemented interface as a parameter and try to work with it as if it were to be the other (ie B) the compiler passes this since syntactically this is correct. But when it comes to runtime, the runtime env will get to know that this is illegal and throws an exception. This is a typical case of late binding.

  • How to solve the "type mismatch" error in jCOM early binding program?

    I got a "type mismatch" error jCOM early binding program.
    I use the VB as the jCOM client to access the EJB deployed on WLS7. While using the
    object parameter like "java.lang.Integer" in EJB method call, I got that error message
    and my VB client had to be stopped?
    The same situation, the VB program work perfect when using the "int" as the parameter.
    And I try to instance the "myTLB.JavaLangInteger" in my VB program, but how ? The
    "New", "CreateObject" and "GetObject" all failure, I don't know what to do next ???

    Hi,
    This problem Could happen when you referesh quality or test system.
    Your delta setup for the related master and transaction data needs to be reinit.
    What happens is when you init. the delta and subsequent delta is all maintained in your source system
    please check Notes 852443,424848,834229
    Hope this helps
    Thanks
    Teja
    Message was edited by:
            Teja badugu

  • Early binding in Java

    I need to find two kinds of method calls that use early binding in Java.
    I would like to know if my ideas are correct:
    I think overloaded functions uses early binding, because the compiler looks at the types of the parameter variables.
    I think static functions uses early binding because they are outside of a class.
    I think functions define as final uses early binding because they do not change.
    Does that make sense? Are those correct method calls that uses early binding please?
    Thank you for your help.

    a. What is the difference between design patterens and frameworkA design pattern is what you see in a lace curtain and a framework is usally made of wood and used as a support structure (as for a house).
    b. What is the difference bewteen composition and generalizationcomposition is a part of decomposition (like with the trash heap in the backyard) and generalization is streotyping
    c. Hash map and Hash tableEating hashbrowns at the table or (for whatever odd reason) sitting on a map
    d. What are virtual functionsThese are what supervisor's and manager's have (as they have no real function)
    e. How do we do late binding and early binding in javaDepends on when you do your coding, morning or evening
    P.S.
    Sorry for the joke on your behalf, but after dizzy's post I just had to do the same in a sarcastic manner. ;-)

  • Achieving early binding

    There have been some messages here about the problem of getting early binding for packaged beans.
    I have found a way to achieve that for an individual bean. The solution is to include an explicit BeanInfo class, and not to rely on automatic bean info being obtained by reflection.
    I included a BeanInfo class with the following method:
    public MethodDescriptor[] getMethodDescriptors()
        Method[] classMethods = beanClass.getMethods();
        Vector publicMethods = new Vector();
        for (int i = 0; i < classMethods.length; i++)
            int modifiers = classMethods.getModifiers();
    if (Modifier.isPublic(modifiers))
    publicMethods.add(new MethodDescriptor(classMethods[i]));
    int count = publicMethods.size();
    MethodDescriptor[] methods = new MethodDescriptor[count];
    publicMethods.copyInto(methods);
    return methods;
    Package the bean, making sure the BeanInfo class is in the jar file with the bean.
    Install and register the dll.
    In VB, add the dll to the project references.
    Now you can instantiate the bean with the standard
    Set beaninstance = New BeanLib.BeanClassand have early binding for the beans methods.
    Regards,
    Maarten

    I would love to help you get it to work properly, however while trying to build a more complete example today, it seems that it stopped working on my machine.
    Even my previous project, which has early binding working, now refuses to run.
    I must say that finding this method was more of a side-effect of creating a larger-scale Java-com integration.
    My final solution does not rely on the bridge to provide early binding. Instead it automatically generates VB classes that wrap all exported java classes. These classes are compiled into a DLL which then provides early binding to VB projects, including strongly typed object return types. Internally the wrapper classes use late binding.
    Unfortunately I am unable to provide the wrapper generator, as it is owned by my current employer. If anybody is interested in writing one, I suggest using a javadoc Doclet as the base technology. That will take care of all the parsing and referencing of the java classes, and unlike reflection, it lets you use the actual parameter names in your wrappers.
    If I ever find a consistenly working way to achieve early binding with just the sun bridge, I'll be sure to let you guys know.
    Kind regards,
    Maarten

  • This Question is at least 2.5 years old.  But still an issue.  I have an early 2008 and mid 2010 13 inch macbook pro running iTunes 10.7.  Itunes on both machines doesn't recognize blank cds or allow me to import from a music cd when I insert it.

    I have an early 2008 and mid 2010 13 inch macbook pro running iTunes 10.7.  Itunes on both machines doesn't recognize blank cds or allow me to import from a music cd when I insert it.

    iTunes does not use the .xml it uses the .itl
    If you are sure your old library file migrated across (does the file size and modification dates suggest it has?) start iTunes while holding down the option/alt key and guide it to the .itl file to get it to use that one.

  • I transferred my iTunes library from Window PC to MacBook pro and now I cant play songs that I purchased with an earlier ID and Password.  How can I get around this problem?'t

    I transferred my iTunes library from Window PC to MacBook pro and now I cant play songs that I purchased with an earlier ID and Password.  How can I get around this problem?

    Authorize the computer.
    iTunes Store: About authorization and deauthorization - http://support.apple.com/kb/HT1420 - and another helpful post: https://discussions.apple.com/message/17828050

  • How can I tell if my Xeon 2.66 is early 2008 and compatible?

    How can I tell if my Xeon 2.66 is early 2008 and compatible?

    Choose About this Mac from the Apple menu, click on More Info, and check the model identifier against the following, which are the earliest Macs of each type that can run Mountain Lion and Mavericks:
    iMac7,1
    MacBook5,1
    MacBookPro3,1
    MacBookAir2,1
    Macmini3,1
    MacPro3,1
    Xserve3,1
    If your computer's incapable of running Mountain Lion, it can run Lion 10.7, which is available by clicking here. Neither Mavericks nor Lion support PowerPC software such as Microsoft Office 2004.
    (109489)

  • I own a MAC Pro 3,1 (early 2008) and am running Mavericks 10.9.3 with no problems. I would like to add an I/O card to add USB 3 functionality or ESATA functionality but am unable to find a compatible card. As such my question...can I do this and if so wha

    I own a MAC Pro 3,1 (early 2008) and am running Mavericks 10.9.3 with no problems. I would like to add an I/O card to add USB 3 functionality or ESATA functionality but am unable to find a compatible card. As such my question...can I do this and if so what is the best card?
    Thank you

    Have you looked at the previous discussions listed on the right side of this page under the heading "More Like This"?
    Also see:
    https://discussions.apple.com/thread/6282459?tstart=0

  • Lack of Mac & Linux Support Hurting Javafx 2.0 Early Adoption and traction.

    Lack of Mac & Linux Support Hurting Javafx 2.0 Early Adoption and traction.
    Oracle needs to come out with a Mac & Linux Beta built, or let developers know the real story behind Mac OS and Javafx 2.0.

    I too would like to at least be able to try the Mac/Linux ports, even knowing that they are behind the Windows version. But just knowing that Oracle is committed to them is enough to ease any nervous feeling that I'm choosing the wrong tech.
    I have no problems with the fact that Oracle is concentrating on Windows first. It makes sense. If you have to pick one platform to focus on while you are getting the kinks out, it makes sense for it to be the most popular platform. That's Windows. But there mustn't be too long of a wait for the others. (E.g. if they were in a public beta stage when the Windows version is at final release, that would help boost confidence in the platform.)
    So long as they don't make the same mistakes that were made with Swing, where there are too many assumptions that all platforms work the same - so things like Mac's screen menu bar had to be fit in after the fact by Apple using awkward hacks. (I notice that now even popular Linux distros (Ubuntu) are using the screen menu bar concept, though they have managed to fit that into the window manager in such a way that it didn't seem to cause much problems.)

  • I upgrade my MAC BOOK PRO EARLY 2011 and it crash upon login

    Hi,
    I have installed Mavericks os x 10.9.3 to my mac book pro early 2011 and afte that it crash every time I log in.
    I tried many things such as:
    1. I check teh disk health by command +R and it showes green status means it is OK
    2. I tries to safe boot and it worked and I am able to log in and stay in to it ..infact writing this in safe mode ..
    3. I tried moving many of teh thried pary software in trash such as plex, vuze, u torrent etc..and also erazed trash box
    4. I also hide log in items or just mius most od those except TmLogin Mgr that does not allow to minus...I hope you understood this what I did ..simple system pref --> user and group and the login itms are removed
    STILL same issue it crash ever time I log in normally..
    one more point my key board was little damaged may be I say nmber SIX key does not work after little milk spill on this but after that it was unning just fine since last 3 month
    At the end I would like to put this report content ..sorry I know this is not good to put all this crap but it hard to understand if it hide some important infor that help you to suggest me the solution..
    I saw your nice responseall around on the form and I am kind of sure that you will be able to help me with this ..
    Also please tell me how to get back up in sfae mode I connected my external drive but it didnt show up in finder and I tried using time machine but I was nt even able to figure out what to do in that..may be I bi scare of doing trial and error ...
    Thanks. AJ
    Anonymous UUID:       AA3350D8-85AB-5CB5-2E3C-DD7073590DBD
    Thu May 22 22:38:01 2014
    panic(cpu 1 caller 0xffffff80294526ff): "a freed zone element has been modified: expected 0xdeadbeefdeadbeef but found 0, bits changed 0xdeadbeefdeadbeef, at offset 8 of 128 in zone: kalloc.128"@/SourceCache/xnu/xnu-2422.100.13/osfmk/kern/zalloc.c:461
    Backtrace (CPU 1), Frame : Return Address
    0xffffff80c2c4b1e0 : 0xffffff8029422fa9
    0xffffff80c2c4b260 : 0xffffff80294526ff
    0xffffff80c2c4b2c0 : 0xffffff8029451df9
    0xffffff80c2c4b3c0 : 0xffffff802942aa6f
    0xffffff80c2c4b3f0 : 0xffffff80297d3b84
    0xffffff80c2c4b430 : 0xffffff802978cc6e
    0xffffff80c2c4b4e0 : 0xffffff802978c8cc
    0xffffff80c2c4b560 : 0xffffff80296000c0
    0xffffff80c2c4b5d0 : 0xffffff80295f5a55
    0xffffff80c2c4b6c0 : 0xffffff80295fc756
    0xffffff80c2c4b710 : 0xffffff80295fc25e
    0xffffff80c2c4b790 : 0xffffff80295df064
    0xffffff80c2c4bb10 : 0xffffff80297b5c2c
    0xffffff80c2c4bb70 : 0xffffff80295dfe4b
    0xffffff80c2c4bbc0 : 0xffffff80295f56d0
    0xffffff80c2c4bc00 : 0xffffff80295f149a
    0xffffff80c2c4bd80 : 0xffffff80295e96dc
    0xffffff80c2c4bf50 : 0xffffff8029840653
    0xffffff80c2c4bfb0 : 0xffffff80294f3c56
    BSD process name corresponding to current thread: com.apple.intern
    Mac OS version:
    13D65
    Kernel version:
    Darwin Kernel Version 13.2.0: Thu Apr 17 23:03:13 PDT 2014; root:xnu-2422.100.13~1/RELEASE_X86_64
    Kernel UUID: ADD73AE6-88B0-32FB-A8BB-4F7C8BE4092E
    Kernel slide:     0x0000000029200000
    Kernel text base: 0xffffff8029400000
    System model name: MacBookPro8,1 (Mac-94245B3640C91C81)
    System uptime in nanoseconds: 93393964240
    last loaded kext at 39308701672: com.apple.driver.AudioAUUC          1.60 (addr 0xffffff7fab1e5000, size 28672)
    loaded kexts:
    com.trendmicro.kext.KERedirect          1.0.0
    com.apple.driver.AudioAUUC          1.60
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.driver.AppleHDAHardwareConfigDriver          2.6.1f2
    com.apple.driver.AppleTyMCEDriver          1.0.2d2
    com.apple.driver.AGPM          100.14.15
    com.apple.driver.AppleMikeyHIDDriver          124
    com.apple.driver.AppleHDA          2.6.1f2
    com.apple.filesystems.autofs          3.0
    com.apple.iokit.IOBluetoothSerialManager          4.2.4f1
    com.apple.driver.ApplePolicyControl          3.5.26
    com.apple.driver.AppleUpstreamUserClient          3.5.13
    com.apple.driver.AppleSMCLMU          2.0.4d1
    com.apple.iokit.IOBluetoothUSBDFU          4.2.4f1
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport          4.2.4f1
    com.apple.driver.AppleSMCPDRC          1.0.0
    com.apple.driver.AppleMikeyDriver          2.6.1f2
    com.apple.driver.AppleIntelHD3000Graphics          8.2.4
    com.apple.driver.AppleLPC          1.7.0
    com.apple.driver.ACPI_SMC_PlatformPlugin          1.0.0
    com.apple.driver.SMCMotionSensor          3.0.4d1
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AppleHWAccess          1
    com.apple.driver.AppleIntelMCEReporter          104
    com.apple.driver.AppleThunderboltIP          1.1.2
    com.apple.driver.AppleIntelSNBGraphicsFB          8.2.4
    com.apple.driver.AppleMuxControl          3.5.26
    com.apple.driver.AppleBacklight          170.3.5
    com.apple.driver.AppleMCCSControl          1.1.12
    com.apple.driver.AppleUSBTCButtons          240.2
    com.apple.driver.AppleUSBTCKeyEventDriver          240.2
    com.apple.driver.AppleUSBTCKeyboard          240.2
    com.apple.driver.AppleIRController          325.7
    com.apple.driver.AppleFileSystemDriver          3.0.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          35
    com.apple.iokit.SCSITaskUserClient          3.6.6
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.5.1
    com.apple.driver.AppleUSBHub          666.4.0
    com.apple.driver.AppleSDXC          1.5.2
    com.apple.driver.AirPort.Brcm4331          700.20.22
    com.apple.iokit.AppleBCM5701Ethernet          3.8.1b2
    com.apple.driver.AppleFWOHCI          5.0.2
    com.apple.driver.AppleUSBEHCI          660.4.0
    com.apple.driver.AppleUSBUHCI          656.4.1
    com.apple.driver.AppleAHCIPort          3.0.0
    com.apple.driver.AppleHPET          1.8
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleACPIButtons          2.0
    com.apple.driver.AppleRTC          2.0
    com.apple.driver.AppleSMBIOS          2.1
    com.apple.driver.AppleACPIEC          2.0
    com.apple.driver.AppleAPIC          1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient          217.92.1
    com.apple.nke.applicationfirewall          153
    com.apple.security.quarantine          3
    com.apple.driver.AppleIntelCPUPowerManagement          217.92.1
    com.apple.AppleGraphicsDeviceControl          3.5.26
    com.apple.driver.DspFuncLib          2.6.1f2
    com.apple.vecLib.kext          1.0.0
    com.apple.iokit.IOAudioFamily          1.9.7fc2
    com.apple.kext.OSvKernDSPLib          1.14
    com.apple.kext.triggers          1.0
    com.apple.iokit.IOSerialFamily          10.0.7
    com.apple.iokit.IOFireWireIP          2.2.6
    com.apple.iokit.IOBluetoothHostControllerUSBTransport          4.2.4f1
    com.apple.driver.AppleHDAController          2.6.1f2
    com.apple.iokit.IOHDAFamily          2.6.1f2
    com.apple.driver.AppleSMBusPCI          1.0.12d1
    com.apple.driver.IOPlatformPluginLegacy          1.0.0
    com.apple.driver.IOPlatformPluginFamily          5.7.0d11
    com.apple.iokit.IOSurface          91.1
    com.apple.iokit.IOBluetoothFamily          4.2.4f1
    com.apple.driver.AppleSMC          3.1.8
    com.apple.driver.AppleThunderboltEDMSink          2.1.3
    com.apple.driver.AppleThunderboltDPOutAdapter          3.1.7
    com.apple.driver.AppleGraphicsControl          3.5.26
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.iokit.IONDRVSupport          2.4.1
    com.apple.driver.AppleSMBusController          1.0.11d1
    com.apple.iokit.IOGraphicsFamily          2.4.1
    com.apple.driver.AppleThunderboltDPInAdapter          3.1.7
    com.apple.driver.AppleThunderboltDPAdapterFamily          3.1.7
    com.apple.driver.AppleThunderboltPCIDownAdapter          1.4.5
    com.apple.driver.AppleUSBMultitouch          240.9
    com.apple.driver.AppleUSBMergeNub          650.4.0
    com.apple.iokit.IOUSBHIDDriver          660.4.0
    com.apple.driver.AppleUSBComposite          656.4.1
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.6.6
    com.apple.iokit.IOBDStorageFamily          1.7
    com.apple.iokit.IODVDStorageFamily          1.7.1
    com.apple.iokit.IOCDStorageFamily          1.7.1
    com.apple.iokit.IOAHCISerialATAPI          2.6.1
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.6.6
    com.apple.driver.AppleThunderboltNHI          2.0.1
    com.apple.iokit.IOThunderboltFamily          3.2.7
    com.apple.iokit.IOUSBUserClient          660.4.2
    com.apple.iokit.IO80211Family          630.35
    com.apple.iokit.IOEthernetAVBController          1.0.3b4
    com.apple.driver.mDNSOffloadUserClient          1.0.1b5
    com.apple.iokit.IONetworkingFamily          3.2
    com.apple.iokit.IOFireWireFamily          4.5.5
    com.apple.iokit.IOUSBFamily          677.4.0
    com.apple.iokit.IOAHCIFamily          2.6.5
    com.apple.driver.AppleEFINVRAM          2.0
    com.apple.driver.AppleEFIRuntime          2.0
    com.apple.iokit.IOHIDFamily          2.0.0
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          278.11
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.AppleKeyStore          2
    com.apple.driver.DiskImages          371.1
    com.apple.iokit.IOStorageFamily          1.9
    com.apple.iokit.IOReportFamily          23
    com.apple.driver.AppleFDEKeyStore          28.30
    com.apple.driver.AppleACPIPlatform          2.0
    com.apple.iokit.IOPCIFamily          2.9
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.corecrypto          1.0
    com.apple.kec.pthread          1
    Model: MacBookPro8,1, BootROM MBP81.0047.B27, 2 processors, Intel Core i5, 2.3 GHz, 4 GB, SMC 1.68f99
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333235533642465238432D48392020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333235533642465238432D48392020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.4f1 13674, 3 services, 23 devices, 0 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: Hitachi HTS545032B9A302, 320.07 GB
    Serial ATA Device: MATSHITADVD-R   UJ-8A8
    USB Device: FaceTime HD Camera (Built-in)
    USB Device: Hub
    USB Device: BRCM2070 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: Hub
    USB Device: IR Receiver
    Thunderbolt Bus: MacBook Pro, Apple Inc., 22.1

    Removed trend micro smart crap files from disco and it worked.

  • I was using my notes earlier today and now for some reason they are all gone. How does this happen and is there anything I can do to get them back, the new ones also that haven't been synced.

    I was using my notes earlier today and now for some reason they are all gone. How does this happen and is there anything I can do to get them back, the new ones also that haven't been synced.

    See Recover your iTunes library from your iPod or iOS device.
    tt2

  • I updated to Mac OS 10.6.8 earlier today, and since then my iPhoto has not been functional. It freezes on opening and I have to force quit. Help!

    I updated to Mac OS10.6.8 earlier today, and since then my iPhoto application has quit working. It freezes on opening. Any idea why or how I can fix it.

    Make a temporary, duplicate copy of the library and apply the two fixes below in order as needed:
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Select the options identified in the screenshot. 
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    Download iPhoto Library Manager and launch.
    Click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option
    In the next  window name the new library and select the location you want it to be placed.
    Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments but not books, calendars or slideshows. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.

  • I have MacBook Pro 2.2GHz Intel Core i7 (15-inch DDR3) Early-2011 and I want to upgrade RAM, What is the MAX RAM can I get it 8GB or 16GB?

    I have MacBook Pro 2.2GHz Intel Core i7 (15-inch DDR3) Early-2011 and I want to upgrade RAM, What is the MAX RAM can I get it 8GB or 16GB?

    Maximum Memory     16 GB (Actual) 8 GB (Apple)
    Memory Slots     2 - 204-pin PC-10600 (1333 MHz) DDR3 SO-DIMM

  • Mac Pro (Early 2008) and HP LP3065 30" display compatibility issue

    Hello!
    Is there FIX / Workaround to Mac Pro (Early 2008) and HP LP3065 30" display compatibility issue ? ( +w/ ATI Radeon HD 2600 XT display adapter+ ). Its really annoying problem :-/.
    Main problem is when i start my Mac, my 30" HP screen dosen't wake up, it always on suspend mode. Sometimes it wakes up on the 3rd try orso, sometimes it ruins my motivation, ideas and i give up (talk about inspiration killer). If i connect PC Laptop to that screen, sreen wakes up straight away. ATI says display adapters "drivers" are included on the OSX install. Great. Weird thing is i didn't recognize this problem at all 6-8 months ago, so i thought my system is fine. So i can't return my HP screen anymore.
    My choices are to buy another 30" screen or buy different display adapter; there's two choices atm i think;
    *-ATI Radeon HD 3870 512MB PCI-E for Mac Pro (~200€)*
    *-EVGA GeForce GTX 285 Mac Edition 1GB (~500€)* (this one has seperate OSX drivers).
    _Can anyone confirm if those display adapters work with HP 3065 30" screen ?._
    http://forums.macrumors.com/showthread.php?t=687624
    http://discussions.apple.com/message.jspa?messageID=9388978
    http://discussions.apple.com/thread.jspa?threadID=1794155&tstart=60
    Br,
    Petri

    Thanks for all information. I haven't been Mac user very long . I just want to get rid of my annoying problem. I'll do music composing mainly on my Mac Pro. So, it dosen't really matter what display card i'm using, i want to just make sure it works with HP 3065 .

Maybe you are looking for

  • Why is it that whenever i rate a song in iTunes for the first time, the volume slightly decreases?

    - i mean, THE volume of THE song. not the computer volume. or even the iTunes volume. - i swear, there's nothing wrong with my headphones. I checked! - when i rate the song the SECOND time, nothing happens. the volume doesn't decrease. or even increa

  • BW (BEx) and BOBJ Reporting-Tools

    Hi All, I'm looking for an article or anything, that describes the difference between SAP BW (BEx) and Business Objects- Reporting tools . which tools is suitable for what purpose? thanks brad

  • Rolling up item values in Sales Order

    Hi Folks We have a project where we have a bundle with components with prices. Question 1)Looking for a solution where we would like to roll up all price components as statistically to the top of the bundle where it would sum up the prices and total

  • View "Purchase Order Text" in Material Master

    Hi, I need replicated text of  view "Purchase Order Text" in ECC to Material Master in SRM. Or When We create a shopping cart in the way in which the text replicated "Purchase Order Text" from the the Material Master(ECC). Regards Angie

  • Acrobat 9 and Orbix2000 Issues (Crash on Acrobat API)

    I build a plugin using Acrobat 9 SDK.  The plugin starts a CORBA (Orbix2000) instance and a call back function in CORBA.  The same plugin works fine with Acrobat 8. In Acrobat 9.x (9.1 and 9.2), after the call back function in CORBA, most of the Acro