OC4J developers preview edition

hi!
At the moment I'm in a starting J2EE project involved.
I have to decide, which OC4J version to use. My choice would be the developers preview edition,
but will the production release be shipped by november?
Because this would be the deadline of the project, and I can't install a developers edition
on a production system.
thanx
ed

Hi Paul,
I had similiar problems like the one you describe.
I got the JMS example (CoffeeMaker) running, but had problems with my own application ( Object not bound).
In my case, I got it running now when I only use the absolute necessary (oc4j.jar, junit.jar in my case) in my classpath
(of course the application client xml's must contain your lookup names, but I did not !!! have to setup
my queue in jms.xml (wonder why).
You might try this (oc4j.jar references the required libs for jms,jndi,etc. internally)
[Comment to "absolute necessary": of course I have a CLASSPATH which contains only the necessary libs.
But since we are working on a framework which does not only want to connect to OC4J JMS (or EJB), I have
a CLASSPATH containing other libs. I have to find the correct order, I guess.]
But still my question to this forum: how is it possible that a queue is started "implicitly" (that means it is
not configured in jms.xml). Is this desired or mandatory (Sun J2EE reference implementation does the same).
Or am I missing something ?
Regards,
Armin

Similar Messages

  • Simple JMS Configuration on OC4J Developers Preview

    What is the minumum required to configure the default OC4J JMS.
    I have a client deployed with the server that tries to get a Topic Connection Factory ....
    InitialContext ctx = new InitialContext();
    tConFactory = (TopicConnectionFactory)ctx.lookup("java:comp/env/jms/TopicConnectionFactory");
    tCon = tConFactory.createTopicConnection();
    tSession = tCon.createTopicSession(false,Session.AUTO_ACKNOWLEDGE);
    but the lookup fails with:
    javax.naming.NameNotFoundException: jms/TopicConnectionFactory not found in DriveStartup
    In jms.xml I have the following:
    <jms-server port="9127">
    <topic-connection-factory location="jms/TopicConnectionFactory" port="9127" password="2143768880" username="admin" />
         <!-- path to the log-file where JMS-events/errors are stored -->
         <log>
              <file path="../log/jms.log" />
         </log>
    </jms-server>
    What else do i have to do ?
    Cheers paul

    Hi Paul,
    I had similiar problems like the one you describe.
    I got the JMS example (CoffeeMaker) running, but had problems with my own application ( Object not bound).
    In my case, I got it running now when I only use the absolute necessary (oc4j.jar, junit.jar in my case) in my classpath
    (of course the application client xml's must contain your lookup names, but I did not !!! have to setup
    my queue in jms.xml (wonder why).
    You might try this (oc4j.jar references the required libs for jms,jndi,etc. internally)
    [Comment to "absolute necessary": of course I have a CLASSPATH which contains only the necessary libs.
    But since we are working on a framework which does not only want to connect to OC4J JMS (or EJB), I have
    a CLASSPATH containing other libs. I have to find the correct order, I guess.]
    But still my question to this forum: how is it possible that a queue is started "implicitly" (that means it is
    not configured in jms.xml). Is this desired or mandatory (Sun J2EE reference implementation does the same).
    Or am I missing something ?
    Regards,
    Armin

  • Install Developers preview on Linux

    Trying to install developers preview edition on Linux 2.1 (upgraded to 2.6) and the installer fails at the OS check...
    Is there an Linux install guide available (kernel parameters and lib files have been set for AS 10.1.2.02.... which installs and runs)....
    Any guidance would be sincerely appreciated

    Problem with EM Page not coming up was resoved with a change to the following:
    Stop all Services: opmnctl stopall
    1) In ORACLE_HOME/j2ee/home/config/default-web-site.xml:
    ENTRY:
    <web-app application="ascontrol" name="ascontrol" load-on-startup="true" root="/em" ohs-routing="false" />
    Remove ohs-routing="false"
    2) In ORACLE_HOME/j2ee/home/config/server.xml:
    ENTRY:
    <application name="javasso" path="../../home/applications/javasso.ear" parent="default" start="false" />
    SET start="true"
    3) In ORACLE_HOME/j2ee/home/config/server.xml:
    ENTRY:
    <application name="ascontrol" path="../../home/applications/ascontrol.ear" parent="system" start="false" />
    SET start="true"
    Start up opmnctl with : opmnctl startall and your em page will show.

  • Bugs in oc4j technology preview 2.0.0

    hello,
    I'm right now trying the technology preview of the new oc4j
    (which can be downloaded from the oracle site).
    I've encountered some bugs, should I post them to this forum, or
    is there a special place for them?
    Is this forum read by oc4j developers?
    for a warming up, here is the first bug :)
    the "exclusive-write-access" flag is ALWAYS set to "false",
    regardless of if you set it to true or ignore it in orion-ejb-
    jar.xml. the containers overwrites it after redeloyment
    to 'false'. I have a lot of DB-access right now, bad, bad;)
    Is there a workaround for this?
    is the production release for oc4j 2.x already scheduled ?
    Greetings from munich,
    .thomas
    hybris GmbH | Thomas Hertz
    Frankfurter Ring 162 | Software Engineering
    D-80807 M|nchen |
    |
    t +49(0)89 89065-0 | [email protected]
    f +49(0)89 89065-555 | www.hybris.com
    PGP: D070 5D86 BE2D C3AF E2CC D2D8 C29A 7F68 7407 629E

    Hi,
    I can reproduce the problem and if there isn't a filed bug
    already I will file one. I'll get back with the bug number.
    Thanks,
    Andy
    hello,
    I'm right now trying the technology preview of the new oc4j
    (which can be downloaded from the oracle site).
    I've encountered some bugs, should I post them to this forum, or
    is there a special place for them?
    Is this forum read by oc4j developers?
    for a warming up, here is the first bug :)
    the "exclusive-write-access" flag is ALWAYS set to "false",
    regardless of if you set it to true or ignore it in orion-ejb-
    jar.xml. the containers overwrites it after redeloyment
    to 'false'. I have a lot of DB-access right now, bad, bad;)
    Is there a workaround for this?
    is the production release for oc4j 2.x already scheduled ?
    Greetings from munich,
    .thomas
    hybris GmbH | Thomas Hertz
    Frankfurter Ring 162 | Software Engineering
    D-80807 M|nchen |
    |
    t +49(0)89 89065-0 | [email protected]
    f +49(0)89 89065-555 | www.hybris.com
    PGP: D070 5D86 BE2D C3AF E2CC D2D8 C29A 7F68 7407 629E

  • Transform Activity in BPEL 10.1.3 (Developers Preview)

    Hi
    Have you tried to use Transform Activity in BPEL 10.1.3 Developers Preview?
    Try this simple test:
    I create a new BPEL process, add a transform, edit the transformation map: connect the two variables (inputVariable and outputVariable), click save and get this error:
    "Failed to save XSL map. Make sure XSL map is valid".
    Thanks

    Can't say that I duplicated your scenario but I did test transforms out to see if there were any distinctive changes in 10.1.3.1. I was hoping there would be some relief from the hard coded partner link endpoint in the transform file.
    Anyway, I was able to generate and save the transform without difficulty.

  • Developers preview for Cyan update after 8.1 insta...

    Need answers for Developers preview 8.1 update 1 Cyan?
    Solved!
    Go to Solution.

    Wait till the Cyan update is made available for your phone ..If you are ready to go thru' the hassle of re-setting up the phone, you may try Nokia Software Recovery Tool

  • Netweaver Preview edition and MI

    Hi,
    Is it possible to run MI on the preview edition of SAP NW abap + java stacks?
    If yes, where can I find documentation on who to properly configure the abap and java stacks to properly work with MI.
    also the java stack doesn't have web console?
    Thanks

    Hi Yakub,
    Please deploy LMtools.sca then you will be able to see the NWMAdmin links...
    you can find it in below link...
    https://service.sap.com/swdc
    Support Packages and Patches - SAP NetWeaver- SAP NETWEAVER - SAP NETWEAVER 2004S"- Entry by Component- Mobile Infrastructure (MI) -LIFECYCLE MGMT TOOLS 7.00-#OS independent- LMtoolsxxxxx.sca
    Regards,
    Satyendra

  • NW preview edition and MI web  console

    Hi,
    Is there a reason the NW Java preview edition doesnt have the MI web console? Since the ABAP edition has related MI components.
    Thanks

    Hi Yakub,
    Please deploy LMtools.sca then you will be able to see the NWMAdmin links...
    you can find it in below link...
    https://service.sap.com/swdc
    Support Packages and Patches - SAP NetWeaver- SAP NETWEAVER - SAP NETWEAVER 2004S"- Entry by Component- Mobile Infrastructure (MI) -LIFECYCLE MGMT TOOLS 7.00-#OS independent- LMtoolsxxxxx.sca
    Regards,
    Satyendra

  • The Preview Edit menu won't show the signature insertion option. So, how do I insert a signature???

    The Preview Edit menu won't show the signature insertion option. So, how do I insert a signature???

    Thank you, Eric. This worked, but only after an inordinately long time. I wonder why that was.

  • EP6 in sneak preview edition

    Hi there,
    I have downloaded the NW04 SP15 Sneak Preview Edition from SDN and it has EP6 along with it. I am working on it at the moment. I would like to know whether there are any differences between the sneak preview edition and the licensed version of the portal? Or is it exactly the same, and the difference lies only in the license?
    Thanks in advance for any replies.

    Thank you Abdul. It seems working though I did get different error - password not confirming to policy. I need to figure out what the ps requirement is (length, special char,...).

  • Installing BPEL PM 10.1.2.0.2 for OC4J Developers on AIX

    Hi
    I'm trying to install BPEL PM 10.1.2.0.2 for OC4J Developers on AIX. I downloaded the as_aix5l_power_bpel_101202.cpio and ran the "./runInstaller" from the "bpel_oc4j" directory. As per the installation instructions(it did not specifically have instructions for AIX, only Windows and Unix), i should get a screen in which i can choose the Type of Installation as "BPEL Process Manager for Developers", but this option never showed up, instead after accepting the path this dialog came up.,
    Error :
    BPEL Process Manager for OracleAS Middle Tier will run on top of a supported Oracle Application Server 10.1.2 j2ee and Web Cache orPortal and Wireless instance. This location does not contain this instance. Please refer to the installation Guide for supported versions.Please select a new Oracle Home that contains a supported instance.
    Has anyone installed the Developer's version of the BPEL PM on AIX?
    Or is the download available is actually only for Middletier?
    Alll help is appreciated.
    Thanks
    Sam

    I also have a customer who is running BPEL on AIX / WAS 4.0. He has reported some issues while running some specific Java codes (JDK 1.5). Has anyone faced any issues with BPEL deployed on WAS having issues due to compatibility?
    Any help is appreciated.

  • MDB from AQ in OC4J Developers perview

    Hi,
    Can anyone help me solve the following error, when trying to instantiate MDB's from an Oracle
    AQ ?
    28/03/02 16:52 Error listening to 'AQ.QUEUE1'
    java.lang.InstantiationException: Error: JMS-137: Payload factory must be specified for destinations with ADT payloads
         at com.evermind.server.jms.OrionServerSessionPool.getServerSessionFull(OrionServerSessionPool.java:377)
         at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:769)
         at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:66)
    I am unable to find anyway in the docs to specify the Payload factory. Does a tag exist, or has
    this been overlooked, and if so, are there any plans to introduce one?
    I raised a TAR ( ref: 2048127.995 ) when this failed with the previous developers preview, and was
    told it would be fixed in the next update ( 03/25/02 ), which I have now, and generated the above
    error.
    Thanks a lot,
    Paul

    Paul,
    could you send me a small sample case if you have one, including a script to generate your queues, and I'll have a look into it.
    Thanks,
    Rob Cole
    Oracle

  • Is there a way to reduce the installation size of preview edition?

    Is there a way to reduce the installation size of preview edition?

    Hi IndianLamp,
    Thank you for posting in MSDN forum.
    Based on your issue, you mean that you want t reduce the installation size of the version of VS Preview, am I right?
    If yes, I know that when we download the version of the VS Preview from the Microsoft Official, it is default that the install package size. However, you can try to unselect some components during the installation, it will reduce the installation size of
    preview edition.
    If I misunderstanding your issue, please tell me more detail message about your issue.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Preview Edit

    Since upgrading the Preview editing tools are not working. I can no longer drag selections; if I click on the Pen tool I get the crop box and it goes on and on. And half the time I can't even get the editing task bar to show up. Any idea what's going on, what's being done? What work-arounds are suggested?

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your documents or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this behavior; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Please take this step regardless of the results of Step 1.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled in OS X 10.9 or earlier, or if a firmware password is set, or if the startup volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of Steps 1 and 2.

  • JDev 10.1.3 Preview Edition -  Issue

    The JDev 10.1.3 Preview Edition has issue with the "Go to Declaration" context command (i.e. right-click on the editor to "Go to Declaration". It does not recognize the .class syntax.
    For example, the following code will have problem accessing the isAssignableFrom() declaration:
    SomeClass.class.isAssignableFrom(obj.getClass());
    vs.
    This code will be OK:
    this.getClass().isAssignableFrom(obj.getClass());

    This is a WSDL file from a Web Service provider which we will have to uses as it is.
    Suprisingle the same WSDL file works just fine in Jdev 10.1.2. But Jdev 10.1.2 does not create all the .java files specified by WSDL.
    Jdev 10.1.3 creates all the files but does not work.

Maybe you are looking for

  • Use a single variable value to compare with 2 characteristics

    Hi guys     I need some advice on how to use a single variable value to compare with 2 characteristics in a Infocube. eg : I hv 2 characteristics in Infocube        Launch date  &  Closing Date    Now I want to display report where the variable date

  • Screen refresh problem in kde4 with konsole, nvidia and compiz

    Hi, I have for the last month or so been experiencing really slow screen refreshes in konsole. What happens is that the text often doesn't get refreshed and you end up with the cursor not on the correct line, blocks all over the konsole window and bl

  • 1.6.0_10 and 11, Memory leak returning variables from Java to JavaScript

    Environment: Windows XP SP2, IE7, JScript 5.7, JRE 1.6.0_11-b03 and 1.6.0_10 Memory allocated in Java and returned as a JavaScript variable value is not garbage collected in Java when the JavaScript variable is re-used. In the following simplified ex

  • Bug Report: unable to install CS6 beta

    I downloaded and unzipped CS6 beta and installation started OK but gave an error that Photoshop Bridge was running and should be closed.  I closed it and got an error that some background programs were running that should be closed.  Not knowing whic

  • Can't sync Outlook for Mac Calendar with iCloud

    I've just updated my Macbook Pro to OS X and now I can't get my Outlook for Mac 2013 (14.3.9) Calendar to sync with my iPhone 5.  It seems iTunes no longer allows for syncing calendars and it all has to happen via iCloud.  Is this correct?  How do I