Using Blaze DS with a open source ESB such as Mule and/or Fuse

Hi,
I was wondering if any one has figured out a way to have Blaze DS work with Mule or Fuse ESB
Srini

Something is seriously wrong then.  Did you move it?  There are several Library folders.  One of them should be inside your HOME folder.
If WZZZ suggestion does not work, re-install your OS by using Mac OS X 10.6.8 Update Combo.  When done, repair permissions and restart your computer.

Similar Messages

  • Is SAP Netweaver environment compatible with CruiseControl open source tool

    Hi All,
    Can you please let me know if
    Is SAP Netweaver environment compatible with CruiseControl open source tool?
    If yes, steps to integrate the same.
    Regards,
    Raj

    Ken,
    Few suggestions from my side.
    >>who supports the code? It's free, so there is >>no 'technical support hotline' to call. For every >>package that we install, we therefore increase our >>workload.
    This varies from package to package. If you see Hibernate which is a OR mapping library, you get support for it which is run by a altogether different company but you might not get the support for your other library codes. so..varies with what you are trying to use.
    >>testing strategy - how many hoops do we make the code >>go through before we can be assured that >>it's 'production' ready?
    This will also depend on the free source stuff you are trying to use. Say in case of Struts or log4j like packages, you wont find any flaws as the industry is heavily relying on these today. but a new library and yes, you need fair amount of testing for that.
    >>what is the SAP stance on incorporating open source >>code into the J2EE engine? Does this in any way affect >>supportability?
    SAP would be the best option to enquire with :).
    >>rapid change - Open source code can change quite >>rapidly, so how do you handle this?
    Not necessary you have to upgrade.If a current version suffices your business requirement then stick with it.
    Even if you change to a latest version,you might need to tweak with your java versions (say upgrade java also) but the existing functionality in previous versions will continue to work fine though..
    Hope this helps..
    Rgds,
    Amol

  • How to use Cinema4D lite with no opening After Effects CC ?

    How to use Cinema4D lite with no opening After Effects CC ?
    Is that possible ?
    Open a 3D object Photoshop-type in After Effects CC (without C4D)
    It is also possible?
    thanks
    xav

    It is as Mylenium says.
    See this page for details such as this:
    "You open the version of CINEMA 4D that is installed with After Effects using the New > MAXON CINEMA 4D File command or the Edit Original command in After Effects. You will not see this version of CINEMA 4D installed in the Start menu on Windows or in the Applications directory on Mac OS."

  • How to use TYPE addition with the OPEN DATASET ?

    Hi,
    How to use TYPE addition with the OPEN DATASET and what is the use ?
    For Example:
    OPEN DATASET 'test.dat'
      TYPE 'lrecl=80, blksize=8000, recfm=FB'
      FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
    Also, if I wish to do the same for a .CSV file how can we do it.
    Thanks,
    -Sid

    Hi,
    OPEN DATASET 'test.dat'
      TYPE 'lrecl=80, blksize=8000, recfm=FB'
      FOR OUTPUT IN TEXT MODE ENCODING DEFAULT
    For more information press F1 on OPEN DATASET.
    Thanks

  • I have photoshop CC. I cannot open two files such as Tiffs and view them side by side. When I open the second file it overrides the first. Do I need to do something with preferences?

    I have photoshop CC. I cannot open two files such as Tiffs and view them side by side. When I open the second file it overrides the first. Do I need to do something with preferences?

    What happens when you try to use the clone stamp tool?
    It should work with the images side by side.
    You can setup photoshop cc to be like photoshop cs2 was on your other mac, by going to Photoshop>Preferences>Interface and unchecking
    Open Documents as Tabs and Enable Floating Document Window Docking
    And also going to Window and unchecking Application Frame

  • Connecting Websphere MQ with another open source Queuing System

    Hi everybody,
    i work in a company that has already purshaced Websphere MQ as MOM, and we have some clients that unable to buy it. So is it possible that we find an open source queuing system such as ( openMQ, ActiveMQ ....) able of sending messages to a websphere MQ over a secured channel. I couldnt find any site on the internet that's telling me straightforward that this or that queuing system is able to connect with websphere MQ. So i'm begining to believe that it's impossible to have 2 different queuing systems working together and that it has to happen through an application server. Is that true ?? that every queuing system could only send messages to the same system and if not what open source queuing systems i can use with Websphere MQ ?? I'm really puzzled and hope anyone could help.
    Thank You

    Thanks. James.
    I posted the same message to servicemix user forum.
    I have tried including jboss client jars and wl jars in classpath. I started servicemix. It looked OK without errors. However when I publish jms meesage in the destination in jboss (servicemix was supposed to sub the msg from the jboss destination and pub it to wl destination), I got the following errors
    C:\incubating-servicemix-3.0-SNAPSHOT\examples\jms-bridge>servicemix servicemix.xml
    Apache ServiceMix ESB: 3.0-SNAPSHOT
    Loading Apache ServiceMix from file: servicemix.xml
    INFO - JBIContainer - Activating component for: [container=ServiceMix,name=#SubscriptionManage
    INFO  - ComponentMBeanImpl             - Initializing component: #SubscriptionManager#
    INFO  - DeploymentService              - Restoring service assemblies
    INFO  - JBIContainer                   - ServiceMix JBI Container (http://servicemix.org/) name: ServiceMix runni
    INFO  - JBIContainer                   - Activating component for: [container=ServiceMix,name=myJmsReceiver] with
    INFO - ComponentMBeanImpl - Initializing component: myJmsReceiver
    INFO - JBIContainer - Activating component for: [container=ServiceMix,name=transformer] with s
    INFO - ComponentMBeanImpl - Initializing component: transformer
    INFO - JBIContainer - Activating component for: [container=ServiceMix,name=transformedSender]
    INFO - ComponentMBeanImpl - Initializing component: transformedSender
    INFO - JBIContainer - Activating component for: [container=ServiceMix,name=myJmsSender] with s
    INFO - ComponentMBeanImpl - Initializing component: myJmsSender
    [Fatal Error] :1:1: Content is not allowed in prolog.
    [Fatal Error] :1:1: Content is not allowed in prolog.
    [Fatal Error] :1:1: Content is not allowed in prolog.
    [Fatal Error] :1:1: Content is not allowed in prolog.
    [Fatal Error] :1:1: Content is not allowed in prolog.
    [Fatal Error] :1:1: Content is not allowed in prolog.
    [Fatal Error] :1:1: Content is not allowed in prolog.
    [Fatal Error] :1:1: Content is not allowed in prolog.
    [Fatal Error] :1:1: Content is not allowed in prolog.
    [Fatal Error] :1:1: Content is not allowed in prolog.
    ERROR - ServerThread - socket timed out
    java.net.SocketTimeoutException: Read timed out
    at java.net.SocketInputStream.socketRead0(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:129)
    at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
    at java.io.BufferedInputStream.read(BufferedInputStream.java:235)
    at java.io.FilterInputStream.read(FilterInputStream.java:66)
    at org.jboss.serial.io.JBossObjectInputStream.read(JBossObjectInputStream.java:140)
    at org.jboss.remoting.transport.socket.ServerThread.readVersion(ServerThread.java:464)
    at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:381)
    at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:498)
    at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:240)
    Note: please ignor the transformer which I did not use it in the test. My servicemix.xml is
    <?xml version="1.0" encoding="UTF-8" ?>
    <beans xmlns:sm="http://servicemix.apache.org/config/1.0" xmlns:foo="http://servicemix.org/demo/pipeline/">
    <!-- the JBI container and its components
    -->
    <sm:container id="jbi" embedded="true">
    <sm:activationSpecs>
    <sm:activationSpec componentName="myJmsReceiver" service="foo:myJmsReceiver" destinationService="foo:jmsSender">
    <sm:component>
    <bean class="org.apache.servicemix.components.jms.JmsReceiverComponent">
    <property name="template">
    <bean class="org.springframework.jms.core.JmsTemplate">
    <property name="connectionFactory">
    <ref bean="jbossConnectionFactory" />
    </property>
    <property name="defaultDestination" >
    <ref bean="jbossSourceDestination" />
    </property>
    <property name="pubSubDomain" value="true" />
    </bean>
    </property>
    </bean>
    </sm:component>
    </sm:activationSpec>
    <sm:activationSpec componentName="transformer" service="foo:transformer" destinationService="foo:transformedSender">
    <sm:component>
    <bean class="org.apache.servicemix.components.xslt.XsltComponent">
    <property name="xsltResource" value="classpath:org/apache/servicemix/components/xslt/transform.xsl" />
    </bean>
    </sm:component>
    </sm:activationSpec>
    <sm:activationSpec componentName="transformedSender" service="foo:transformedSender">
    <sm:component>
    <bean class="org.apache.servicemix.components.jms.JmsSenderComponent">
    <property name="template">
    <bean class="org.springframework.jms.core.JmsTemplate">
    <property name="connectionFactory">
    <ref local="jmsFactory" />
    </property>
    <property name="defaultDestinationName" value="demo.cheese.result" />
    <property name="pubSubDomain" value="true" />
    </bean>
    </property>
    </bean>
    </sm:component>
    </sm:activationSpec>
    <sm:activationSpec componentName="myJmsSender" service="foo:jmsSender">
    <sm:component>
    <bean class="org.apache.servicemix.components.jms.JmsSenderComponent">
    <property name="template">
    <bean class="org.springframework.jms.core.JmsTemplate">
    <property name="connectionFactory">
    <ref bean="weblogicConnectionFactory" />
    </property>
    <property name="defaultDestination">
    <ref bean="weblogicTargetDestination" />
    </property>
    <property name="pubSubDomain" value="true" />
    </bean>
    </property>
    </bean>
    </sm:component>
    </sm:activationSpec>
    </sm:activationSpecs>
    </sm:container>
    <bean id="jmsFactory" class="org.apache.activemq.pool.PooledConnectionFactory">
    <property name="connectionFactory">
    <bean class="org.apache.activemq.ActiveMQConnectionFactory">
    <property name="brokerURL" value="vm://localhost?broker.persistent=false" />
    </bean>
    </property>
    </bean>
    <bean id="jbossJndiTemplate" class="org.springframework.jndi.JndiTemplate">
    <property name="environment">
    <props>
    <prop key="java.naming.factory.initial">
    org.jnp.interfaces.NamingContextFactory
    </prop>
    <prop key="java.naming.provider.url">
    jnp://L71037263:1099
    </prop>
    <prop key="java.naming.factory.url.pkgs">
    org.jboss.naming:org.jnp.interfaces
    </prop>
    </props>
    </property>
    </bean>
    <bean id="jbossConnectionFactory"
    class="org.springframework.jndi.JndiObjectFactoryBean">
    <property name="jndiTemplate">
    <ref bean="jbossJndiTemplate"/>
    </property>
    <property name="jndiName">
    <value>ConnectionFactory</value>
    </property>
    </bean>
    <bean id="jbossSourceDestination"
    class="org.springframework.jndi.JndiObjectFactoryBean">
    <property name="jndiTemplate">
    <ref bean="jbossJndiTemplate"/>
    </property>
    <property name="jndiName">
    <value>topic/testTopic</value>
    </property>
    </bean>
    <bean id="weblogicJndiTemplate" class="org.springframework.jndi.JndiTemplate">
    <property name="environment">
    <props>
    <prop key="java.naming.factory.initial">
    weblogic.jndi.WLInitialContextFactory
    </prop>
    <prop key="java.naming.provider.url">
    t3://enic01.ed.ray.com:7001
    </prop>
    </props>
    </property>
    </bean>
    <bean id="weblogicConnectionFactory"
    class="org.springframework.jndi.JndiObjectFactoryBean">
    <property name="jndiTemplate">
    <ref bean="weblogicJndiTemplate"/>
    </property>
    <property name="jndiName">
    <value>mil/dcgs/jms/mdf/catalogConnectionFactory</value>
    </property>
    </bean>
    <bean id="weblogicTargetDestination"
    class="org.springframework.jndi.JndiObjectFactoryBean">
    <property name="jndiTemplate">
    <ref bean="weblogicJndiTemplate"/>
    </property>
    <property name="jndiName">
    <value>topic/GMTIDetections</value>
    </property>
    </bean>
    </beans>
    Thank you very much if you have any idea on it!!!!!
    By the way, I wonder how the servicemix jms bridge works. did I use it correctly?
    -

  • Tearing video playback with radeon open source

    Hi all, I'm pretty new to Arch. I've got almost everything set up and working nicely, except video playback.
    I get a lot of tearing using the open source drivers. It happens both with mPlayer(no matter which output is chosen) and VLC. Happened in Ubuntu and happens in Arch. In Ubuntu the only thing that solved it was enabling Tear Free Desktop from CCC(which enable VSYNC and Tripple Buffering), but I wanna stick to open source drivers in Arch(that's the prefered choice according to the Wiki).
    Can I enable VSYNC in these drivers? Please help.
    Not sure if it matters, but I'm running GNOME 3.
    Thanks!

    Maybe you will find something useful here: http://www.x.org/wiki/RadeonFeature/#VSYNC
    Or here: http://phoronix.com/forums/showthread.p … s-Showdown
    I am not currently using ATI hardware to tell you exactly what's needed.  Using a compositor such as Compiz might make the difference.

  • Help with ati open-source driver :what problems with my xorg.conf?

    I removed vesa driver and then :
    sudo pacman -S xf86-video-ati libgl
    I have browser http://wiki.archlinux.org/index.php/ATI
    I add me to the group video,add radeon to my rc.conf.
    and changed my xorg.conf like that.and then I type "startx",It did work,but the resolution is not right (it should be 1027x768 but I got a resolution 640x480),and I run glxinfo it said :"unable to open  display"
    I'm sure the     HorizSync VertRefresh is right besause when I try catalyst it works well :<
    my card is ati X550
    Here's my config:(can anyone who's ati card work with open-source driver works well give me your xorg.conf ?THX!)
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "radeon"
    Load "glx"
    Load "record"
    Load "extmod"
    Load "xtrap"
    Load "GLcore"
    Load "dbe"
    Load "dri"
    Load "drm"
    Load "freetype"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "ImPS/2"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    #DisplaySize 320 240 # mm
    Identifier "Monitor0"
    VendorName "KTC"
    ModelName "1700"
    ### Comment all HorizSync and VertRefresh values to use DDC:
    HorizSync 28.0 - 80.0
    VertRefresh 50.0 - 200.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "radeon"
    VendorName "ATI Technologies Inc"
    BoardName "RV370 [Sapphire X550 Silent]"
    Option "XAANoOffscreenPixmaps" "true"
    Option "AGPMode" "4"
    Option "ColorTiling" "on"
    Option "AccelMethod" "EXA"
    Option "EnablePageFlip" "on"
    Option "AGPFastWrite" "true"
    BusID "PCI:1:0:0"
    EndSection
    Section "DRI"
    Group "video"
    Mode 0666
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1024x768"
    EndSubSection
    EndSection

    Ok, seems like you don't use [testing] because in this case x wouldn't even start, because RgbPath in the Section "Files" doesn't exist anymore and has to be removed.
    I do always recommend people to disable any kind of options in the Section "Device", if there are problems with the video card. You usually do not have to put radeon neigher into the Section "Module", nor into rc.conf! So remove them, radeon should be loaded because it's set as Driver in the Section "Device"
    Your problem with wrong resolution ... I'm not an expert in this, didn't ever have such a problem, but are you sure, that your HorizSync and VertRefresh values are right?

  • [SOLVED]X11 video output only with ati open source drivers

    Hi everyone,
    my nvidia graphics card died recently and I replaced it with an ATI Radeon HD 4870, which in hindsight might have been a mistake.
    I installed the catalyst driver at first, ran into some problems, finally decided to switch to the open source xf86-video-ati driver. Followed the ati wiki, but ended up with X11 video output only. Can't watch anything full screen, general performance is sluggish. The output of xvinfo is:
    screen #0
    no adaptors present
    Here are the (hopefully) relevant parts of my xorg.conf:
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "dri2"
    Load "dbe"
    Load "record"
    Load "glx"
    Load "extmod"
    Load "dri"
    Load "drm"
    EndSection
    Section "Monitor"
    #DisplaySize 470 300 # mm
    Identifier "Monitor0"
    VendorName "SAM"
    ModelName "SyncMaster"
    HorizSync 30.0 - 81.0
    VertRefresh 56.0 - 75.0
    Option "DPMS"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "Dac6Bit" # [<bool>]
    #Option "Dac8Bit" # [<bool>]
    #Option "BusType" # [<str>]
    #Option "CPPIOMode" # [<bool>]
    #Option "CPusecTimeout" # <i>
    Option "AGPMode" "8"
    #Option "AGPFastWrite" # [<bool>]
    #Option "AGPSize" # <i>
    #Option "GARTSize" # <i>
    #Option "RingSize" # <i>
    #Option "BufferSize" # <i>
    #Option "EnableDepthMoves" # [<bool>]
    #Option "EnablePageFlip" # [<bool>]
    #Option "NoBackBuffer" # [<bool>]
    #Option "DMAForXv" # [<bool>]
    #Option "FBTexPercent" # <i>
    #Option "DepthBits" # <i>
    #Option "PCIAPERSize" # <i>
    #Option "AccelDFS" # [<bool>]
    #Option "IgnoreEDID" # [<bool>]
    #Option "DisplayPriority" # [<str>]
    #Option "PanelSize" # [<str>]
    #Option "ForceMinDotClock" # <freq>
    Option "ColorTiling" "on"
    #Option "VideoKey" # <i>
    #Option "RageTheatreCrystal" # <i>
    #Option "RageTheatreTunerPort" # <i>
    #Option "RageTheatreCompositePort" # <i>
    #Option "RageTheatreSVideoPort" # <i>
    #Option "TunerType" # <i>
    #Option "RageTheatreMicrocPath" # <str>
    #Option "RageTheatreMicrocType" # <str>
    #Option "ScalerWidth" # <i>
    #Option "RenderAccel" # [<bool>]
    #Option "SubPixelOrder" # [<str>]
    #Option "ShowCache" # [<bool>]
    #Option "DynamicClocks" # [<bool>]
    #Option "VGAAccess" # [<bool>]
    #Option "ReverseDDC" # [<bool>]
    #Option "LVDSProbePLL" # [<bool>]
    Option "AccelMethod" "EXA"
    #Option "DRI" # [<bool>]
    #Option "ConnectorTable" # <str>
    #Option "DefaultConnectorTable" # [<bool>]
    #Option "DefaultTMDSPLL" # [<bool>]
    #Option "TVDACLoadDetect" # [<bool>]
    #Option "ForceTVOut" # [<bool>]
    #Option "TVStandard" # <str>
    #Option "IgnoreLidStatus" # [<bool>]
    #Option "DefaultTVDACAdj" # [<bool>]
    #Option "Int10" # [<bool>]
    #Option "EXAVSync" # [<bool>]
    #Option "ATOMTVOut" # [<bool>]
    #Option "R4xxATOM" # [<bool>]
    Identifier "Card0"
    Driver "radeon"
    VendorName "ATI Technologies Inc"
    BoardName "RV770 [Radeon HD 4870]"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    Any ideas?
    Last edited by Raisuli (2009-05-31 16:08:41)

    I think I had XV with this stuff: xf86-video-radeonhd-git-r6xx-r7xx and drm-radeon-module-git-r6xx-r7xx

  • Open source debugger for Flash, Flex and AIR

    As developers at De Monsters we weren’t totally happy
    with the current Flash, Flex or AIR debuggers out there. So we
    decided to create our own debugger called De MonsterDebugger. Today
    we’ve got a great new version that we want to share with the
    community for free.
    Interface
    screenshot
    De MonsterDebugger started out as an internal tool that
    helped us with the development of different ActionScript 3
    projects. The past several months we’ve been working on a new
    version of this internal tool. With this new version you can
    explore your live application, adjust properties and run methods
    all at runtime. You can trace objects of any type (String, Array,
    XML or even custom classes) to De MonsterDebugger and it will show
    the complete structure of that object in an easy-to-read tree
    structure. De MonsterDebugger is made with Adobe Flex and brought
    to the desktop with Adobe AIR.
    Because De MonsterDebugger isn’t our core business
    we’re giving it away for free! All the sourcecode is open
    source available under the GNU General Public license.
    Enough talking!
    Here’s all the information you need:
    http://www.demonsterdebugger.com
    Ferdi Koomen,
    Lead Developer @ De Monsters

    I have uploaded the zip file containing my code . If anybody is interested can download from this link .
    http://www.mediafire.com/?8mfesdczsuv
    Vinod

  • How can I have links within emails read with Seamonkey open on the default Firefox browser and not the Seamonkey browser?

    I use the SeaMonkey 2.0 mailer for my email client and Firefox 3.6 for my default browser. A link embedded in an email (read with SeaMonkey) opens the SeaMonkey browser and not Firefox. How can I have it open on Firefox?
    (SeaMonkey is not set up as the default browser and Firefox is.)

    See here
    *https://support.mozilla.org/en-US/kb/how-make-web-links-open-firefox-default

  • Using Firefox, I used to be able to open a document on a website and look at it without downloading.  Now, I must download a document in order to view it.  How can I change settings so that I can open documents without saving them?

    Using Firefox, I used to be able to open a document on a website, such as a bank statement, and view it without downloading.  Now, I must download and save a document before I can view it.  How can I change settings so that I can open documents without saving them first?

    Do you know what kind of docs they are? Did you upgrade/Update Firefox lately?
    https://addons.mozilla.org/en-US/firefox/addon/pdf-download/
    http://kb2.adobe.com/cps/333/333563.html
    https://addons.mozilla.org/en-US/firefox/addon/open-it-online/

  • ICloud Photo Library with automatic photo upload services such as Dropbox and Google

    After enabling iCloud Photo Library in iOS 8, do automatic photo upload services such as Dropbox and Google+ still upload photos in full resolution?
    Or do they upload the low resolution file?

    About iCloud Photos Library Beta, it is yet more a preview than a beta
    Do not rely on it to store full res Photos/Videos even if you have a 200GB iCloud Store
    Major Bugs (according to help description of fonctionality):
    -only IOS8 Photos manually edited are uploaded full res from IOS ! If you do not edit you get low res photos in iCloud Library
    -uploaded 1080p videos from IOS are converted to 720p 5mb/s as in existing Photo Sharing and not originals.
    -No upload button in web iCloud photo Client on MAC for many (all?) users
    Also very slow and very often stuck doing nothing.
    I am afraid we would have to wait for next year... or later
    What is unbelievable is that there are no information at all by Apple about what should word on the beta, and known problems, nor any release date, that is definitely not a beta, just powerpoint preview. I am very angry after all the fuss they have done around "new" iCloud and my 200GB monthly payment that I cannot use.

  • The new FAFSA web protocol for applying for student loans allows the use of Firefox3.6 on PCs but not on my Linux computer. Any idea what the Federal government is not comfortable with an Open Source solution.

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [/questions/775988]</blockquote><br>
    I just tried to fill out the FAFSA form for financial aid on my Linux computer using Firefox 6.13. I was told I had a non-compliant browser. When I contacted them they send me a list of compatible browsers. The only operating systems listed were PC and Mac with a variety of browsers for each. This is their website

    The most likely cause that your non-standard user agent that has ''Fedora/3.6.10-1.fc13'' is causing it:
    Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.10) Gecko/20100920 Fedora/3.6.10-1.fc13 Firefox/3.6.10 GTB7.1
    * [[Web sites or add-ons incorrectly report incompatible browser]]
    * http://kb.mozillazine.org/Resetting_your_useragent_string_to_its_compiled-in_default
    A standard UA of Firefox 3.6.13 on Linux looks like:
    Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13

  • Use View Object with Alternative Data Sources in View Link

    In my case, I created a view object based on alternative data source (not with SQL query). I have setQuery(null) in the override create() function for this View Object. When I use this View Object at the destination end of the View Link, the setQuery(null) will raise Jbo-26016 exception (You cannot set customer query (calling setQuery()) on a view object if it is the detail view object in a master detail view link.) which does not allow me to do that. I looked Avrom's Framework for Database API-Based ADF BC, in which he override the DBTransaction and CallableStatement in order to intercept the default query clause set by the View Link. I'd like to see if there is any alternative ways to achieve my objective?

    Just following up what I found so far. I'm trying to use customized View Object based on alternative data source at the destination end of View Link with ADF 10.1.3.
    1. For the View Object at the destination end of View Link, I can not call setQuery() which will raise Jbo-26016 exception.
    2. I can omit the setQuery(null) call in my customized ViewObjectImpl, and as long as there is no SQL statement in the View Definition XML, it won't cause problem when calling the executeQueryForCollection() of the super class.
    3. The override executeQueryForCollection() must call the super.executeQueryForCollection() in order to get appropriate result (I tried to skip the call and it does not give back any results)
    4. The funny thing is, when I make getQuery() call in my customized ViewObjectImpl (I'm just trying to double check if the Query object is clean or not), the query object is set to "SELECT FROM" following the getQuery() call, and which causes the exceptions when I call super.exeuteQueryForCollection(). I found out later from the Javadoc API which is implemented in that way.
    So I guess my case is resolved by not making specific call to setQuery(null).

Maybe you are looking for

  • Condition type - Text

    I have one condition type P&F0 - i.e. Packing & Forwarding Charges.. Whenever vendor will gives Basic price inclusive of P&F charges, PO should display as 'INCLUDED'.. Regards

  • Migrating from flex 1.5 to 2.0

    Hi Tracy, As you have suggested(ref Topic:about flex 1.5) I m starting a new topic. Thanks for the solution u provided for eval(). But it works only for non-static methods. Is there anything that can b done for static methods? Also, I m facing one mo

  • Re-sizing a shape - Rectangle tool

    I am using the rectangle tool to make a table for a docuement I am making in Illustrator CS6. I am like 99.9999999% sure that in the past I have been able to drag out both sides or enlarge a whole shape (rectagle tool) with the select tool. I don't w

  • X201 HD and Operating Sysytem RAM questions

     Hello - I appreciate any insights as I am about to pull the trigger on an X201 purchase, however had a few last-minute configuration questions re: Hard drives Can I add a solid state drive later (in addition to the current HD drive)? Not sure if I s

  • Auto Updating Air App

    Does anyone know of a good example of how to auto update an AIR application? we will be doing several releases and dont want our users to have to re - install. Thank you Mike