HTTP transport  and Sun ONE Message Queue

How do I get the HTTP transport to work? The docs don't seem to be correct.

There are a couple of errors in the Sun ONE Message Queue docs that shipped with
the product.
The following are corrections for those errors.
Servlet configuration
Please note the following correction in the Sun ONE Message Queue 2.0
Administration Guide, Appendix B -
The class name of the HTTP Servlet in Step 4 of the "Configuring the Tunnel Servlet"
section is given as:
com.sun.messging.jmq.transport.httptunnel.servlet.HTTPTunnelServlet
The correct class name is :
com.sun.messaging.jmq.transport.httptunnel.servlet.HttpTunnelServlet
Client setup for HTTP support
1.The following connection factory attributes must be specified to use the HTTP
tunnel connection support.
JMQConnectionType :
Set this attribute to "HTTP".
JMQConnectionURL :
Set this attribute to the URL that will be used to connect to the Sun ONE
Message Queue message service (i.e. the URL for the HTTP tunnel servlet).
Note that there is no need to specify the JMQConnectionHandler attribute as
mentioned in the Sun ONE Message Queue 2.0 Administration Guide -
Appendix B.
2.Before running the client application, set the CLASSPATH variable to include
jmqutil.jar in addition to the standard Sun ONE Message Queue jar files.
This file is located at "/opt/SUNWjmq/lib/jmqutil.jar".
If the "jmqutil.jar" file is not included in the CLASSPATH, the client will get a
"java.lang.NoClassDefFoundError" exception for the class
"com/sun/messaging/jmq/util/JMQTimerTask".
3.If you are using an HTTP proxy, set "http.proxyHost" to the proxy server host
name, and "http.proxyPort" to the proxy server port number using the -D
command line option.
An example command line would look like this:
java -classpath
/opt/SUNWjmq/lib/jms.jar:/opt/SUNWjmq/lib/jmq.jar:
/opt/SUNWjmq/lib/jndi.jar:.:/opt/SUNWjmq/lib/jmqutil.jar
-DJMQConnectionType=HTTP
-DJMQConnectionURL=http://webserver:80/imq/servlet ClientApplicaiton

Similar Messages

  • How compatible is Sun ONE Message Queue with IBM Websphere MQ and at what version levels?

     

    Hi,
    Just check the "Troubleshooting Installation Problems section " at http://docs.sun.com/source/816-6453-10/windows.html#34247.
    If you still have problems in installation , you can post your question in the Sun ONE message Queue forum
    at http://softwareforum.sun.com/NASApp/jive/forum.jsp?forum=24

  • Sun ONE Message Queue and JMS

    Is Sun ONE Message Queue software a reference implementation or a
    product?

    Sun ONE Message Queue is a product. It is a production implementation of the JMS
    specification. Sun ONE Message Queue software performs the function of a message
    broker, essentially serving as a common denominator enabling the exchange of
    information between applications. A number of competing products perform this same
    function, but Sun ONE Message Queue software adds the availability of JMS APIs to
    promote an open, industry-standard interface to messaging middleware, thus
    promoting the platform interoperability of Java while also enabling developers of
    business applications to write to only a single interface. In and of itself, this does not
    make Sun ONE Message Queue software unique since other MOM products also
    conform to the JMS specification. However, the combination of JMS with high
    performance, low cost, ease of use, and Sun's world class distribution and support
    channels makes Sun ONE Message Queue software a highly competitive product.

  • Sun ONE Message Queue 3.0.1 is now available

    Sun One Message Queue 3.0.1 is now available. Sun ONE Message Queue 3.0.1
    is an implementation of the Java Message Service version 1.1 specification.
    It comes in two editions; a free Platform Edition as well as an Enterprise
    Edition for full-scale, enterprise deployments.
    Noteworthy changes in 3.0.1 (compared to 3.0):
    * Substantial performance boost
    MQ 3.0.1 provides message delivery throughput up to double that
    attained with MQ 3.0, a performance boost that is especially important
    under heavy load conditions.
    * Certified for use with the Sun ONE Application Server 7.0
    MQ 3.0.1 is certified for Sun ONE Application Server 7.0, and is used as
    its native JMS provider. MQ has been integrated with the Application
    Server, providing JMS messaging support in an Application Server
    environment. You can configure the system for an internal MQ message
    server managed with Application Server administration tools, or an
    external MQ message server requiring MQ administration tools.
    * Support for Linux Red Hat 7.2 (JDK 1.4.1)
    MQ 3.0.1 is now certified for JDK 1.4.1 on Linux Red Hat 7.2 (and still
    supported on Linux Red Hat 7.1).
    * Bundled on Solaris
    MQ 3.0.1 Platform Edition will be bundled with Solaris 9 Update 2 when
    it ships in early 2003.
    For more specific details about 3.0.1 please see the product Release Notes
    at: http://docs.sun.com/source/816-6454-10/index.html
    The two editions of Sun ONE Message Queue 3.0.1 are:
    * The Platform Edition provides a free commercial grade JMS implementation,
    ideal for small-scale deployments and development environments on various
    operating environments.
    * The Enterprise Edition delivers maximum scalability and security features
    necessary for larger full-scale deployments.
    For specific details about the editions see the Administration Guide at:
    http://docs.sun.com/source/817-0354-10/overview.html#20864
    For more information about the product or to download the current version
    please visit:
    http://www.sun.com/software/products/message_queue
    Receiving feedback from current and potential customers is important to the
    product team. If you have questions, thoughts for additional features or
    think you have found a bug, we encourage you to send the team feedback.
    Please send mail to [email protected]. If appropriate, be sure to
    include the product version, information on the platform you are using and
    steps to duplicate the problem you are experiencing. If you are interested
    in purchasing the product and have a sales related question send mail to
    [email protected]
    Thank you for your interest in Sun ONE Message Queue!

    Customers who purchased the iPlanet Message Queue for Java version 2.0
    Enterprise Edition, or the iPlanet Java Message Queue version 1.1 Business Edition,
    who also have a current maintenance contract for this product, are entitled to a free
    upgrade. Sun customers should use their normal support channels to request the
    upgrade. All corporate customers with Sun Software Support contracts should be
    automatically notified of the upgrade via the ProductTracker by SubscribeNet
    program. If you haven't, please contact Sun Customer Service online or by phone at
    888-786-8111. Parties interested in upgrading will be required to provide
    proof-of-purchase. Customers of previous versions of the free Developer Editions, or
    customers without a current maintenance contract on this product, can not upgrade
    for free, they must buy the Sun ONE Message Queue 3.0 Enterprise Edition product,
    or they can download the Sun ONE Message Queue 3.0 Platform Edition product for
    free from: http://wwws.sun.com/software/download/download/5275.html

  • SUN One Message Queue: QueueRequestor usage

    All,
    I am trying to send a message to a destination and waiting to getback some information as reply.
    QueueRequestor constructor takes in QueueSession,Queue as parameters
    But the session instance, I am having is .com.sun.messaging.jmq.jmsclient.UnifiedSessionImpl.
    I need few clarifications..
    a) how to use QueueRequestor and how to get QueueSession in Sun One.
    b) is there any other best way to get information back as reply from a destination. ?? ie. I want to send a message to a destination, and wait to get back some information as reply ????
    thanks in advance

    Hi amarnag,
    Let me answer your second question first if thats OK? The Requestor classes (QueueRequestor and TopicRequestor) are the best match from an API perspective for request-response style invocations. To do this any other way you would probably find that you were writing exactly the same code as it already present in the Requestor classes. I would therefore suggest that you use the QueueRequestor class as you are currently doing.
    The code you need to create a QueueRequestor is the same as the code required for any other JMS implementation - do not be worried by the fact that a QueueRequestor requires a QueueSession object. The QueueSession object is simply an interface that a vendor, in your case Sun, must implement. I would presume that the class com.sun.messaging.jmq.jmsclient.UnifiedSessionImpl implements QueueSession.
    The code to use the Requestor is as follows. Note that I am not familiar with Sun ONE Message Queue from a configuration point of view so do not include JNDI configuration:
    Properties props = new Properties();
    // Configuration for Sun ONE Message Queue JNDI goes in here.
    Context jndi = new InitialContext();
    Queue q = (Queue)jndi.lookup("MyQueueName");
    // Note that I do not know the correct name for Sun ONE's default
    // QueueConnectionFactory name, I presume it is QueueConnectionFactory
    QueueConnectionFactory qcf = (QueueConnectionFactory)jndi.lookup("QueueConnectionFactory");
    QueueConnection qc = qcf.createQueueConnection();
    QueueSession qs = qc.createQueueSession(false, Session.AUTO_ACKNOWLEDGE);
    QueueRequestor qr = new QueueRequestor(qs, q);
    Message request = qs.createMessage();
    // Populate request as neccesary
    Message reply = qr.request(request);
    // Handle reply message

  • 'Bad license dta' with Sun ONE Message Queue trial version

    Why do I get an error message about 'Bad license data' when I attempt to
    use the 90-day trial license on Linux?

    The problem is the permissions of the license file are wrong. Assuming you installed
    the product in /opt/SUNWjmq on your Linux box do the following as root (Super-User)
    and the license should work:
    # chmod 666 /opt/SUNWjmq/lib/lic/jmqbrokertry.lic

  • Sun One App Server 8.1,Sun One Message Q3.6,administered objects in LDAP

    Hi,
    Has anyone tried hosting an MDB on Sun One App Server 8.1 listening to a queue on Sun One Message Queue 3.6 through administered objects in directory server...? It looks quite straight forward but somehow it doesn't seems to work. Any idea if Sun one app server supports this type of architecture...?
    Regards,
    Pritesh

    Hi,
    Even I didn't see any obvious reason why it shouldn't work untill I found that Sun One App Server 8.1 does not support external JNDI lookup to Sun MQ 3.6 through administered objects. However, it is possible using a newly released generic resource adapter for JMS 1.5 RC1. I am still fighiting on it and let you know if it works.
    I was getting an error "JMS resource can not be created" during deployment time.
    Regards,
    Pritesh Thakor

  • Help for Installing PHP and Sun One Web Server

    Hi
    I tried to install PHP 5.1.4 and Sun One Web Server 6.1. I am not able to complete this and got stuck. All the available materials in net seems to flow above my head.
    It will be very helpful if someone could let me know the step by step configuration a bit brief for the same.
    Thanks in advance
    Kathirvel Balakrishnan

    Hi Craig
    I am following these steps,
    1st step : Installing PHP on the WindowsNT server (NT users only)
    Copy the php files on your server
    Get the php zip file
    Copy the php files under a directory (for example : d:php4)
    (be careful don't use c:Program Filesphp because of the space between Program and Files
    copy php4ts.dll to c:winnt and msvcrt.dll if you don't already have it on your system
    Edit php.ini-dist
    rename php.ini-dist to php.ini
    Edit php.ini : Indicate in which directory you have copied youre php files. (extension_dir = d:php4extensions ; directory in which the loadable extensions (modules) reside.)
    copy php.ini in winnt directory (php.ini is parsed in my config)
    Matthias Kramer told me that he had to move php.ini to <path-to-netscape-server>/https-servername/config for it to be parsed
    Make a file association under Windows NT
    In a DOS Window, type assoc .php=PHPScript
    ftype PHPScript=d:php4php.exe %1 %*
    Test the 1st step
    Create a C:test.php file with a single line like <? echo("Nothing to write"); ?>
    Create a C:test.bat file with 2 lines test.php
    pause
    double-clic on test.bat
    If you see something like X-Powered-By: PHP/4.0.3
    Content-type: text/html
    Nothing to write
    then the NT association works!!
    2nd step : Configuring Netscape Enterprise Server or iPlanet for PHP4 with nsapi (NT & UNIX)
    Unix users only
    Compile PHP as follows: ./configure --with-nsapi=/usr/local/netscape/server4 --enable-libgcc
    make
    make install
    Add LD_LIBRARY_PATH=<libdir> to your Netscape server startup script
    where <libdir> is the full path to the directory where libstdc++.so.2.10.0 is located (usually /usr/local/lib)
    Add a mime-type to the Netscape Server
    In the Netscape Administration console chose Preferences|Mime Types
    Add a new type called magnus-internal/x-httpd-php for exts=php
    Click here for screenshot
    Stop your Web Server
    Make a copy of obj.conf located in: <path-to-netscape-server>/https-servername/config
    Modify obj.conf
    There are several section in obj.conf
    At the end of the Init section of obj.conf (necessarely after mime type init),
    place this two lines For NT users
    Init fn="load-modules" funcs="php4_init,php4_close,php4_execute,php4_auth_trans" shlib="d:/php4/sapi/php4nsapi.dll"
    Init fn="php4_init" errorString="Failed to initialise PHP!"
    For Unix users
    Init fn="load-modules" funcs="php4_init,php4_close,php4_execute,php4_auth_trans" shlib="/usr/local/netscape/server4/bin/libphp4.so"
    Init fn="php4_init" errorString="Failed to initialise PHP!"
    In The < Object name="default" > section,
    place this line (necessarely after all 'ObjectType' and before all 'AddLog' lines) Service fn="php4_execute" type="magnus-internal/x-httpd-php"
    Add a new object called x-httpd-php <Object name="x-httpd-php">
    ObjectType fn="force-type" type="magnus-internal/x-httpd-php"
    Service fn=php4_execute
    </Object>
    Restart your Web Server
    Test the 2nd step
    Put the test.php file in the document root of your server
    Then type http://server/test.php
    If you can see "nothing to write" in your browser then it works!
    AS mentioned in step 1,
    I am not getting the PHP message.
    I am installing it in my laptop, it has no IP, is that has to do something with this.
    Please guide me from here.
    Thanks in advance
    Kathirvel

  • (Sun ONE Messaging Server 6.2-8.04)Email sending problem

    situation: user ([email protected]) sent email to [email protected], [email protected], [email protected] and [email protected] then encounter errors message as below, anybody can please help me about what's wrong with the email address or error message?
    This report relates to a message you sent with the following header fields:
    Message-id: <[email protected]>
    Date: Thu, 04 Nov 2010 14:50:19 +0800
    From: [email protected]
    To: [email protected], [email protected], [email protected],
    [email protected]
    Subject: testing
    Your message cannot be delivered to the following recipients:
    Recipient address: @webmail2.rmp.gov.my.lmtp:dccbelaga@lmtpcs-daemon
    Original address: [email protected]
    Reason: Remote SMTP server has rejected address
    Diagnostic code: smtp;555 5.5.4 Unknown RCPT TO parameter ",-2".
    Remote system: dns;webmail2.rmp.gov.my (mbems2 -- Server LMTP [Sun ONE Messaging Server 6.2-8.04 [built Feb 28 2007]])
    Recipient address: @webmail2.rmp.gov.my.lmtp:dccbintulu@lmtpcs-daemon
    Original address: [email protected]
    Reason: Remote SMTP server has rejected address
    Diagnostic code: smtp;555 5.5.4 Unknown RCPT TO parameter ",-2".
    Remote system: dns;webmail2.rmp.gov.my (mbems2 -- Server LMTP [Sun ONE Messaging Server 6.2-8.04 [built Feb 28 2007]])

    This sounds like there is something wrong in your LMTP configuration. Is delivery working at all? Or does it only fail for these addresses?
    I would say to add master_debug to the LMTP channel on the MTA and see what more detail that provides in master debug log files.

  • Prob w/ Tungsten T3 and Sun One

    I have a Tungsten T3 Palm Pilot that is connecting to a Windows XP Professional laptop. This machine has 1GB of RAM, 40GB HDD, and 2.3GHZ. The problem that I am having is that when I try to synchronize contents from the iPlanet calendar server to the Palm Desktop ( Palm Desktop 4.14 ), I get the following error message shown here:
    Sun ONE Synchronization
    Errors and Warnings
    Serial #: 1
    Application: Date Book
    Type: Error
    Data:
    Start Date =
    Start Time =
    End Date = 12/31/1970
    End Time =
    Description = \
    Alarm = 0
    Alarm Date =
    Alarm Time =
    Private = 0
    Note =
    Error Message(s):
    Field out of range: Start Date
    It gives me the option to proceed but when I click on proceed nothing gets transferred over, even though the message box says "Synchronization completed successfully". I have re-installed the Palm Desktop software, the Sun One Software and even went as far as starting from scratch and deleting all Palm and Sun One entries from the registry and re-installing from there with no luck. There is no date that I am aware of, boasting the year 1970 ( as stated in the log ), so I dont know why the application DateBook is screaming about this. Any help with this would be greatly appreciated it, it seems that I have tried everything. I even went to the Sun One and Palm Support Sites but still I didnt have any luck of finding the solution to this. btw I installed the latest Sun One patches but still no luck and also updated the Palm Desktop application.

    Hi Sergio,
    Have you tried enabling full debugging on the Sun synchronisation tool? This may provide you with additional debugging information to help resolve your issue.
    To turn on full debugging, run:
    Start -> Programs -> Sun One Synchronization -> Sun One Synchronization Debug Log
    Set the logging level to 5 and try the synchronization again.
    The debug log is placed in:
    C:\program files\common files\XCPCSync\Log\rsSync.log
    Cheers,
    Shane.

  • Integration of Sun One messaging with Trend IMSS

    I have a Sun One messaging server 6.0 with two front ends delivering mails to backend clustered MTA through LMTP.
    I need to integrate Trend IMSS for email scanning which is on a different server on Windows platform.
    Pl*ease help*.
    regards
    jai

    js007 wrote:
    Many Many Thanx ! At least i can see my mails hitting scanner and coming back. But they are in a loop, which i can see that log for the same mail increasing in Trend IMSS.It sounds like the emails from the Trend IMSS system are not being switched to the tcp_scanner source channel.
    You can test IP based channel switching by running:
    ./imsimta test -rewrite random@[IP address of Trend IMSS system] e.g.
    root@peter:2 [sbin] # ./imsimta test -rewrite random@[127.0.0.1]
      address channel        = tcp_intranet                   
      forward channel        =
      backward channel       = tcp_intranet                   
      unique identifier      = blah@[127.0.0.1]
      header forward address = blah@[127.0.0.1]  (route ([127.0.0.1],[127.0.0.1])) (host [127.0.0.1])
      header reverse address = blah@[127.0.0.1]
      envelope forw address  =   (route ([127.0.0.1],[127.0.0.1])) (host [127.0.0.1])
      envelope rev address   = blah@[127.0.0.1]  (route (tcp_intranet-daemon,tcp_intranet-daemon)) (host [127.0.0.1])
      name                   =
      mbox                   = blah
    Extracted address action list:
        blah@[127.0.0.1]
    Extracted 733 address action list:
        blah@[127.0.0.1]
    Address list expansion:
    -13 expansion total.
    Submitted address list:
    Address list error -- 5.1.2 unknown host or domain: blah@[127.0.0.1]Note the: "route (tcp_intranet-daemon,tcp_intranet-daemon)" which due to the following rule:
    [] $E$R${INTERNAL_IP,$L}$U%[$L]@tcp_intranet-daemonYou should see "route (tcp_scanner-daemon,tcp_scanner-daemon)".
    Here is my tcp_scanner definition
    !tcp_scanner
    tcp_scanner smtp mx single_sys subdirs 20 noreverse maxjobs 7 pool SMTP_POOL
    daemon my_a-v_scanner.com enqueue_removeroute
    tcp_scanner-daemonYou should create a new pool for the virus scanner in job_controller.cnf so that problems with the virus scanner don't cause other channels which share SMTP_POOL to build up.
    Also since you are sending to a single anti-virus system you should change "mx single_sys" to "nomx multiple".
    Regards,
    Shane.

  • The Differences of JWS and Sun One?

    I am quite confused on the difference between JWS and SUN one? Is JWS part of Sun One?
    And, I am also confused on J2EE and JWS? Can JWS utilize the backend of J2EE, that say, ejb?
    Your help will be much appreciated.

    I am quite confused on the difference between JWS
    and SUN one? Is JWS part of Sun One?Sun ONE (Open Network) is a name for the web centric infrastructure Sun wants to arrive at:
    http://www.sun.com/software/sunone/faq.html#1
    Don't think of this as a already 100% worked out
    plan. Parts are there, parts are planned, parts are
    open.
    Java Web Start is a technology for beaming
    Java applications (full apps, applets, ..) to
    client machines over the Web.
    A very useful thing.
    Yes, Sun mentions it together with Sun ONE:
    http://www.sun.com/software/sunone/portfolio/plat.html
    And, I am also confused on J2EE and JWS? Can JWS
    utilize the backend of J2EE, that say, ejb?As far as I understand J2EE and its Enterprise Java Beans, they are intended to run on server machines.
    Web Start is intended for beaming Java apps to
    client machines in the first place, allowing a very
    easy installation/update which just needs a mouse click from a web page by the user to get done (once Web Start has been installed on the client).
    While it might be possible to use Web Start in
    some favourable way in the context of server
    administration, I doubt that those admins
    will use it right now. If, it most likely turn up
    in the shape of special jnlp clients, that use
    part of the Web Start technologies, not in
    shape of the present end-user client.
    Regards,
    Marc

  • Oracle tuxedo and Oracle tuxedo message queue on top of a virtual machine.

    Hi buddies.
    how is it going?
    A quick question.
    So we are going to go live  using Oracle Tuxedo 12.1.1.0 with Distinguished Bulletin Board Liaison and Oracle Tuxedo Message Queue 12.1.1.0  on top of a Virtual Machine (VMWARE) running Oracle Linux 6.2. However we want to know if there are any recommendations or mishaps in which we may face ahead by running Oracle Tuxedo on a virtual machine?
    I mean, I am wondering if I have to worry about kernel parameters, virtual machine parameters or any other thing from which could mess up everything.
    Another question.
    Does oracle also provide virtual machines certification where Oracle tuxedo would run on top of ?
    Todd Little-Oracle
    Maurice G

    Hi Bruno,
    I'm not sure what you mean with Distinguished Bulletin Board Liaison.  I'm guessing you mean a clustered or MP configuration?  And is it truly a clustered configuration or just a single machine MP configuration?
    Regarding configuration, are you using Tuxedo services as well or just Tuxedo Message Queue?  The biggest issue related to OS configuration is around IPC resources.  If you do a tmloadcf -c on your UBBCONFIG file, it will help you determine the minimum IPC resources required.  In general I suggest configuring significantly more resources than the minimum to allow for future changes and for some of the parameters for heavier loads.  In particular IPC message queue parameters are heavily dependent upon load.  So make sure the maximum message size and queue size are large enough for your anticipated workload.  You can monitor them under load using the ipcs command.
    We don't certify virtual machine environment but support them as long as the VM vendor assures compatibility, which obviously VMware and Oracle VM both do.
    Regards,
    Todd Little
    Oracle Tuxedo Chief Architect

  • Calendar Server 6.0 2004Q2 and Sun One Synchronization 1.1

    Hello,
    we have a problem with Calendar Server 6.0 2004Q2 and Sun One Synchronization running with a Palm. The connection from the sync tool to calendar server works, but we cannot select one calendar of the user. With Calendar Server 6 2003Q4 ist worked well. Is there something changed in wcap in the new version? Does anybody know how to solve that problem?
    Yours,
    Angela

    Hello,
    I confirm that I have the same problem with that version (CS 6.0 2004Q2). I cannot select any calendar and It looks like only the default calendar is synchronized. It used to work with the previous version, though.
    We have an application that uses WCAP commands. It works perfectly with both versions.
    Regards,
    Fabrice

  • Integrate Sun ONE Messaging and Sun ONE Calendar server with Portal 6.0

    We need to integrate (implement a Single Sign On solution) Sun ONE/iPlanet Messaging and Calendar servers with Portal 6.0. The Msg and Cal. servers do not use Portal Profile server as their DS and have a different DS.This directory server is the external DS for Portal. After users login to Portal, they should be able to access Msg and Cal. servers without login to them again.
    1. How do we do this without writing a java code/servlet ?
    2. Is there any way that we could configure DSAME to create the URL,add userID and password to it and forward that URL to above servers ?

    Hi,
    The SunOne communication providers for version 6.0 will be released soon.
    (you can get beta versions from early access program)
    Like in the portal version 3.0 these channels
    are enabling SSO for messaging and calendar servers.
    (I tested them with iMSG5.2 and Calendar5.1.1)
    Cheers,
    Alex :-)

Maybe you are looking for

  • Photoshop CC 2014 won't open any files, not even create new ones

    I have a freshly installed version of Photoshop CC 2014 and it just won't open any single file no matter what I do.  I also have Illustrator CC 2014 installed for the past week, and it is behaving fine, and even opening up the files that Photoshop wo

  • Issue in accounting in Import Procurement

    Dear Gurus, Sorry if this is oft repeated issue. My first post here. I was configuring my import procurement for Kenya ( where there is no excise) and set up a different calculation schema for my overseas suppliers. Now my question is my customs duty

  • Disappearing RAM Preview? Whaaa!!!??

    Hey there. I searched but didn't see this one specifically. So, recently switched to CS4 and can't figure out why, after doing a RAM Preview, one click anywhere in the timeline makes the green line disappear and kills my preview. Never seen this beha

  • Why is my MacMini running slow after stop using it for while

    Hi, Last night after a year or more I decided to turn-on myMacMini to let my daughter use it and to my surprise it's running very slow evenwhen just surfing the internet and I know it wasn't like that in fact this usedto be my primary machine until I

  • Looking 4 APIs (I dont like to reinvent the wheel)

    I am looking for useful API for XML/java integration. Those included with J2 are not sufficient. Have you ever seen Sun or third party API that: -create javabeans classes from a DTD (or a XShema?) -bridges SQL DBs to XML -and extends J2's DOM parsing