When are ConnectionConsumers created?

          Hello,
          I am working with my non-BEA JMS provider. I am deploying a Message Driven Bean.
          Some beans are defined to be a Container Managed and some beans are Bean Managed.
          I set the trans-attribute to "NotSupported" because XA is not supported in my
          JMS provider. I am able to publish and receive message using my Message Driven
          Bean. But my ConnectionConsumer is not called. Regular MessageConsumers are created
          and the messages are received in the onMessage. When are ConnectionConsumers created??
          Should XA be supported in order to enstantiate ConnectionConsumers? Is this in
          compliance with the JMS spec?
          Appreciate your expert feedback on this issue.
          shea
          

          swathi wrote:
          > I was browsing the newsgroup when I saw this issue.
          > I agree with Tom. ConnectionConsumers are optional in JMS. From what I understand
          > you need to implement ConnectionConsumers only for ASF support. It is not mandatory
          > for providers to implement ConnectionConsumer. Does BEA support Application Server
          > Facilities feature of JMS?? If yes, how does BEA acheive ASF support??
          BEA JMS does happen to support ConnectionConsumers. But
          I highly recommend using MDBs instead - they are easier to package
          and manage, are a required part of J2EE, and support
          transactions...
          >
          > Thanks,
          > swathi
          > Tom Barnes <[email protected]> wrote:
          >
          >>Hi Shea,
          >>
          >>WebLogic MDBs do not use ConnectionConsumers as (1) they are
          >>an optional part of the JMS specification, (2) they are
          >>not required by J2EE 1.3, and (3) there is
          >>no standard way to combine them with XA. MDBs
          >>therefore use only parts of the JMS API that are required
          >>by J2EE 1.3.
          >>
          >>If you are interested in XA integration of non-WebLogic
          >>JMS into WebLogic, see this dev2dev.bea.com white-paper
          >>for more information:
          >>
          >> "Using Foreign JMS Providers with WebLogic Server"
          >>
          >>Tom
          >>
          >>P.S. Which JMS provider are you using? And if you
          >>don't mind my asking, why?
          >>
          >>P.P.S. If you really want to be strict about standards
          >>compliance note that MDB "foreign" vendor support is not
          >>part of any J2EE standard. Such support in itself
          >>amounts to a proprietary extension.
          >>
          >>shea Aman wrote:
          >>
          >>>Hello,
          >>>
          >>>I am working with my non-BEA JMS provider. I am deploying a Message
          >>
          >>Driven Bean.
          >>
          >>>Some beans are defined to be a Container Managed and some beans are
          >>
          >>Bean Managed.
          >>
          >>>I set the trans-attribute to "NotSupported" because XA is not supported
          >>
          >>in my
          >>
          >>>JMS provider. I am able to publish and receive message using my Message
          >>
          >>Driven
          >>
          >>>Bean. But my ConnectionConsumer is not called. Regular MessageConsumers
          >>
          >>are created
          >>
          >>>and the messages are received in the onMessage. When are ConnectionConsumers
          >>
          >>created??
          >>
          >>>Should XA be supported in order to enstantiate ConnectionConsumers?
          >>
          >>Is this in
          >>
          >>>compliance with the JMS spec?
          >>>
          >>>Appreciate your expert feedback on this issue.
          >>>
          >>>shea
          >>>
          >>
          >
          

Similar Messages

  • Multiple web services or one with many methods? when are threads created?

    Hey guys,
    I was just wondering how do you implement your web services - if you create one wsdl location with many methods (meaning one @WebService and lots of @WebMethod), or leave one class for each method, having many wsdl locations.
    A follow-up question would be: does each web service call create a thread, even if it's different calls to the same web service?
    Thanks for answering.

    Hi,
    pure from a coder instinct I think I would prefer them to be in separate projects for better reuse and clean separation. If I need project 1 to access aclass from Project 2, I can check the dependency check box in the project properties. Is there any business requirement that makes you think having all of these in a single project will help ?
    Frank
    Btw.: I agree that JDeveloper shouldn't constraint developers from doing what they want and if this is a limitation the feel free to file a bug

  • Two user id are being created in BO when user is accessing from Window AD

    Hello Team,
    We are facing a problem in BO XIR3.
    1.     Where  users are login BO through Window AD login.
    2.     When users are login two idu2019s are being created in BO for that user.
    3.      One with the same name and another one with appending 0 at end.
    4.     For example if user  abcd login through window AD in BO there will be two idu2019s are created one is with abcd and another one is abcd0
    5.     Here users are already having access to BO thorugh AD aunthtication, 
                         For ex: User abcd is having access to BO through Win AD, but when he is login then one more id is being created with name abcd0 in BO.even the alias name is same for both of the ID.
                          here abcd is already in system abcd0 is being created in BO
    6     For second created id like abcd0 in BO rights are not given so user is not able to login.
    7.     Here when user abcd is login from AD his alias point to second created id in BO(abcd0) and this second id abcd0 is not having access to Bo so users are not able to access BO.
    Can you please let me know why it is happening, what went wrong and where ????
    Your help will be highly apprecaited

    OIM 11.1.1.3 is the version that we installed. USR_PASSWORD is not empty, after BP03 this appears to be a random password. it appears to be generated by oracle.iam.reconciliation.impl.ReconUserPasswordHandler. From the sequence of events it also appears that UserCreateLDAPPostProcessHandler is not getting called.
    password was same as AD username before bp03. it looks like your issue is different in this case.
    Below is the error stack that i see in oim diagnostic log.
    oracle.iam.platform.kernel.EventFailedException: Enabling failed because user SYNCTEST5 is not synchronized to the LDAP directory.
    at oracle.iam.ldapsync.impl.eventhandlers.user.util.LDAPUserHandlerUtil.enableUser(LDAPUserHandlerUtil.java:79)
    at oracle.iam.ldapsync.impl.eventhandlers.user.UserEnableLDAPHandler.execute(UserEnableLDAPHandler.java:143)
    at oracle.iam.platform.kernel.impl.OrchProcessData.runPostProcessEvents(OrchProcessData.java:1153)
    at oracle.iam.platform.kernel.impl.OrchProcessData.runEvents(OrchProcessData.java:703)
    at oracle.iam.platform.kernel.impl.OrchProcessData.executeEvents(OrchProcessData.java:220)
    at oracle.iam.platform.kernel.impl.OrchestrationEngineImpl.resumeProcess(OrchestrationEngineImpl.java:674)
    at oracle.iam.platform.kernel.impl.OrchestrationEngineImpl.resumeProcess(OrchestrationEngineImpl.java:705)
    at oracle.iam.platform.kernel.impl.OrhestrationAsyncTask.execute(OrhestrationAsyncTask.java:108)
    at oracle.iam.platform.async.impl.TaskExecutor.executeUnmanagedTask(TaskExecutor.java:100)
    at oracle.iam.platform.async.impl.TaskExecutor.execute(TaskExecutor.java:70)
    at oracle.iam.platform.async.messaging.MessageReceiver.onMessage(MessageReceiver.java:68)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

  • Item numbers are differing when i am creating billing document.

    item numbers are differing when i am creating billing document with reference to delivery.
    eg:  item 10  Nimusulide
          item 20 paracetomol
    but in invoice it is as follows
    item 50  Nimusulide
    item 100 paracetomol
    plz help me

    Hi,
    In VOFA check field item number increment
    This will be maintained as 50.Change it to 10.
    Reward points if useful
    Regards,
    Amrish Purohit
    Message was edited by:
            AMRISH PUROHIT

  • When are you going to create a captcha that does not reguire bc

    When are you going to create a captcha that does not reguire bc

    CAPTCHA for non-BC forms and other forms improvements will be high on the list for consideration for the release following 8.0 .
    You can post in "Ideas for Features" - need to have CAPTCHA abilities for non-BC sites .
    Here is the link:
    http://forums.adobe.com/message/6114695#6114695
    Thanks,
    Surjeet

  • Call items are not created for Org BP's when created from Campaigns

    Hello All,
    We are creating Campaigns for Org BP's and pushing them to channel Phone, which is creating call list but call items are not created for Org BP's.
    Org BP's are maintained with Contact Person's, callling hours and phone number are maintained against contact person BP, but still call items are not created with in call list.
    Please let me know if I miss any further steps.
    Thanks,
    Raj.

    Hi Debasis,
    You can delete the PDS by using /SAPAPO/CULL_RTO_DEL - Delete Production Data Structure . And recif the it to APO. You can use CURTO_CREATE for it.
    For the error message /SAPAPO/OM_ERROR2 119 there are couple of OSS notes please check the same.
    1648558 - CIF error: 'Mode linkage problem with primary resource'
    1325227 - PDS-EXP: Mode linkage problem with primary resource
    Regards,
    RBrahmankar

  • How to get the values of drop downs, which are gonna create at run time.

    As per my design requirement, I have to create drop downs in an ADF display table.
    The no# of rows of the table are gonna decide the no# of the drop downs. User can select the values from drop downs. My issue is, how can I capture the selected values of those drop downs as those are gonna created run time.

    Hi
    ohh ,ok ,then as u said that u r storing twenty values ,thats y i aksed earlier ,are these form values part of tbale ,or as u said 20 values are there ,for these u r creating 20 form values ???.
    My suggestion would be ,u do four calculation and put all your results in a hashmap ,and keep this hash map in to sesion ,using the following method
    pageContext.putTransactionTransientValue("HashMapName",myHashMap);
    and inside the PFR method when u want to display these values ,u can loop through your hashmap and can display these values.
    like this
    HasMap hm=pageContext.getTransactionTransientValue("HashMapName");
    thanx
    Pratap

  • How to change the default password file's name and path when the database created?

    how to change the default password file's name and path when the database created?
    null

    Usage: orapwd file=<fname> password=<password> entries=<users>
    where
    file - name of password file (mand),
    password - password for SYS and INTERNAL (mand),
    entries - maximum number of distinct DBA and OPERs (opt),
    There are no spaces around the equal-to (=) character.

  • How to create email to Support Team when NEW message created in SupportDesk

    Hi there,
    I have been sitting with this for a while now, and am quite frustrated. I want to know whether it is possible to generate an email notification to the Support Team in the Service Desk whenever a new message is created by the user. So far, the Org Structure is correctly set up in PPOMA_CRM. The rule CRM_DNO_1 (13200137) is configured and works. Application CRM_ORDER with Action Profile SLFN0001_ADVANCED is configured, and by standard config works by correctly determining the responsible Support Team per SAP Component whenever a new message is created. Lastly, I have configured my own Action Definition that sends an email to the user (Reported By) to notify him whenever the Status of the message changes (like to In Process or Confirmed etc), which works.
    Now, whenever a new message is created by a user in the satelite system, it gets created in Service Desk and the Reported By, Sold-to-Party and Support Team are determined and the status of the message is NEW. When looking at the message in Service Desk under Actions, the only action assigned so far is  the "SLFN0001_ADVANCED_FIND_PARTNER - Find support team responsible, when message is created" action. Now, the issue is this: how do you assign an action to the message straight after the Support Team determination, but before any other processing takes place in the message (meaning, you have to click on Change in Service Desk to start processing the message - when doing this, additional actions are assigned). I have created my own Action Definition (copy of SLFN0001_ADVANCED_FIND_PARTNER) and added another Processing Type after the Method Call (CRM_DNO_PARTNER_1) to email a Smartform (Processing Type = Smart Forms Mail) to the Support Team. But from here things just dont work - either it skips the Support Team determination, or it doesn't process the SmartForm type at all. Even by creating a standalone Action Definition and using Partner Determination / Function SLFN0003 (Support Team - almost same like to notify the Reported By about status changes to the message), this newly-defined action doesn't even list under Actions in the message whenever a new message is created. Only after clicking on Change in the message does this action for the first time list and execute, which is pointless - you don't want someone to open the message first and change it to enable notification of the Support Team of a new message; this should happen as soon as the message gets created.
    So, if there is anyone out there who has done this before, please help, it would be much appreciated.

    Gavin,
    I managed to get this working in our system.
    This is what I did:
       - action ZSLFN0001_ADVANCED_FIND_PRTNR (copy of SLFN0001_ADVANCED_FIND_PARTNER): changed in processing type the method to ZCRM_DNO_PARTNER_1 which I created as described in note 1041455. The Sort Order of this action has the same number as the original action of SAP (nr. 10 in my case).
       - I created another action Z_MAIL_TO_SUPPORTTEAM_OPEN with Sort Order one higher than the previous (nr. 11 in my case).
    Processing Time: When saving document
    Processing Times not permitted: No Restrictions
    Sort Order: 11
    Schedule Automatically
    Partner-Dependent: SLNF0003
    Determination Technology: Using Conditions that can be Transported
    Rule Type: Workflow Conditions
    Action Merging: Max. 1 Action for Each Action Definition
    Processing Type
                  -  Form Name: ZFORM
                  -  Processing Class: CL_DOC_PROCESSING_CRM_ORDER
                  -  Processing Method: CRM_SRVORDER_EXEC_SMART_FORM
                  -  Archive Mode: Mail Only
    Then I configured a Schedule Condition for Z_MAIL_TO_SUPPORTTEAM_OPEN: &CRM Service Process.User Status& = E0001ZSMSD001.
    For me it's working like a ChaRM now
    Hope it also solves your problem!
    Best regards,
    Roel

  • When i first created my itunes account it selected the local country i lived in, now i have changed countries and it does allow me to buy any apps as the credit card is not valid in that country. what do i do?

    When i first created my itunes account it selected the local country i lived in, now i have changed countries and it does allow me to buy any apps as the credit card is not valid in that country. what do i do?

    You will need to sign into your account using the iTunes app on your Mac or PC and change the region/country for your account. If you do not have a bank card for the new country, you should be able to make purchases with iTunes Gift Cards if they are available in the new country.

  • Error message in Adobe Pdf in printer device panel when trying to create a pdf document.  I have CS3

    Error message in Adobe Pdf in printer device panel when trying to create a pdf document.  I have CS3 Web Premium with Acrobat Professional 8.  I use it fine on my old computer with Windows XP.  I recently got a new laptop with Windows 7.  I installed all my Adobe programs, and I think they are working.  When I look at Adobe PDF in the device section of the Control Panel it looks okay.  But when I try to print a Word, Photoshop, or HTML page in PDF, nothing happens.  I have tried printing both as File>print and using the PDF tab on the top menu bar.  I look at the device in the control panel and it has the yellow error warning symbol and suggests trying to troubleshoot.  I look at the document list and it says status "error".  When I try troubleshooting Windows suggests doing some Home Sharing and also suggests canceling the document I'm trying to print.  I tried re-installing just Acrobat 8 from CS3 (and have to use Photoshop CS4 disk for shared documents I guess).  I ran into a can't locate adobepdf_dll file, so did a web search on this issue and found a suggestion that I find and use the adobepdf_dll_64 file and may have to (I did have to) remove the "_64" for it to work.  I think I successfully reinstalled using that dll file- no errors came up anyway.  But still when I try printing/converting a photoshop, webpage, or word document into pdf, the pdf device in control panel still gives the error status on the document and gives the same troubleshooting advice.  Help?

    I just compared the properties between the two computers.  On the old computer it has the port as "My Documents/*.pdf".  On my new computer it lists the port as "LPT1".  I tried changing the port to "Print as File", but when I try printing a photoshop picture as pdf, I get a "Access Denied".  I then tried to create a new port on the device control panel.  I tried to create a local port "My Documents/*.pdf" port but was denied.  I ten tried to create a new port type and control panel asked for an INF file.  I wonder if this is where my problem lies.  Thoughts?

  • Error when trying to create a new Voyager Workspace through Infoview

    Hi,
    When trying to create a new Voyager Workspace through Infoview, I get the following Error
    "An Error hs occured while attempting to connect to the OLAP server.Failed to initialize(The following component Microsoft OLEDB Provider for Anaysis Services 2005 returned server error(An error was encountered in the transport layer;the peer prematurely closed the connection"
    I clicked on New Voyager Workspace & then it displays the list of connections available. When, I click on any connection , then I receive thefollowing error
    "An Error hs occured while attempting to connect to the OLAP server.Failed to initialize(The following component Microsoft OLEDB Provider for Anaysis Services 2005 returned server error(An error was encountered in the transport layer;the peer prematurely closed the connection"
    An Insight of our environment regarding this, we have an clustered environment with Voyager Installed. Platform is Windows Server 2003. We have all the required Microsoft client tools installed on the Production Servers.
    This was working fine earlier. We were able to create Voyager WorkSpace at one instance of time. The problem at that point of time was the MDAS Server was not showing up in CMC, i.e as we had clustered environment, only one of the MDAS Server was showing up in the CMC. it was missing the other MDAS Server. but, at that time we were able to create Voyager Workspace.
    So, in order to view the other MDAS Server in CMC, we had changed the name of the Server in CCM for both the MDAS Servers.
    In detail, Server A.MDAS Server & Server B.MDAS Server- they both were not showing up in CMC. only one of them was showing up in Servers list in CMC.
    So, in CCM we had changed the name of Server1.MDAS server to be Server1 &
    for Server2.MDAS Server to be Server1 as well.
    AFter this both the MDAS Servers were showing uo in CMC.
    but, when I login into Infoview & click on new Voyagerworkspace & select a connection, I recieve the follwoing error
    "An Error hs occured while attempting to connect to the OLAP server.Failed to initialize(The following component Microsoft OLEDB Provider for Anaysis Services 2005 returned server error(An error was encountered in the transport layer;the peer prematurely closed the connection"
    Request to let me know the possible steps in resolving this ASAP

    Hi,
    Try to create the objects again and take the screenshot of SU53 when you get the error and see the authorization object for which you are getting the error here.
    It is possible that you dont have development authorization.
    Also the issue could be that the system is not configured to create the objects begining with Z.
    Check this with basis as well.
    Thanks
    Ajeet

  • Satellite U205-S5034 - Error when trying to create the recovery discs

    Hi Everyone,
    I am having trouble with The TOSHIBA Recovery Disk Creator. When trying to create the recovery discs this error comes up:
    An unexpected error occurred. Please quit this application and restart it. (Error Code: 0F00FE-F1-00000002)
    The machine is a Satellite U205-S5034 running XP Pro SP3.
    Any help will be greatly appreciated. Thanks and have a great day.
    DaveMatt44

    Hi
    What kind of DVDs you are using for creating a Toshiba recovery disc? As yet I have tried Verbatim DVD-R and TDK DVD-R and never had a problem with these discs. Friend of tried DVD+R and he couldnt create a recovery disc. After that he tried DVD-R and all was fine but I dont know why this happened.
    So please try other discs.
    Furthermore check the Toshiba page for a firmware update of CD/DVD drive. Maybe it will help you.

  • Error when trying to create new element in workflow container

    hi experts,
    I hit an error 'cusomer-own workflow are not allowed to be configure" when trying to create a new element in the container.
    have anybody come across this problem and how to overcome it
    TQ

    Aren't customer task not used anymore?
    Or am I mixing things up here.
    Well the problem isn't a problem it is SAP standard behaviour you simply can't configure customer tasks (type T in PFTC)
    You can only configure Standard Tasks (TS) or workflow templates (WS)
    Kind regards, Rob Dielemans
    Edited by: Rob Dielemans on May 29, 2009 12:51 PM
    Just had a look at the SAP help and indeed types T aren't allowed anymore SAP gives the solution to copy the customer task, this will automatically change it to a standard task

  • Error message when trying to create a unique name

    Why do I keep getting an Error message when trying to create a unique name for a location on your site. I am simply looking to use your free 2GB space to store some pics and vids but keep getting an error message.

    How come Leopard let me use the WGM in standard mode?
    While SA complains that it won't work in Standard Configuration, WGM does not. There is some fault in the logic of this for which I don't have an explanation.
    If I want to get control on Dock, selection of Home folder, config of Proxy... which I think are basic things, do I really need the advanced mode?
    If you wish to have complete control of all client settings, yes. There really is no disadvantage of using an Advanced configuration other than the learning curve.
    So if I switch to advanced mode, there is good chance I won't get this error message anymore, right?
    Yes.

Maybe you are looking for

  • Software update rollback/uninstall?

    Hi all, I've been having issues with the SL Graphics update on my mac mini (it's using a crt tv as a monitor and since the update, the screen rotation appears to be off by a few degress, almost like the image is on a hill) and I want to uninstall the

  • Doubt in Smartforms Table

    Hi Experts, In Smartform I am having a table in which data is coming at runtime more than a page  and have to sum the column fields and to display at the end of the table.At the bottom of every page the table column lines look unfinished..How to put

  • Differences between old & new version

    Hello folks, I got the new version of iMovie but can't find all the functions that I had with the old one version. For example how is it possible to add the "rallenty" function? How to modify audio settings to the mic (example: echo, cathedral...)? H

  • Sapscript in_tab-value to lf_vbeln in Perform

    Hello guys, I'm trying to pass value of sales order number from in_tab-value Sapscript form into a variable of type vbeln. How do I get the leading zero's in the order number? e.g if order is 127, i would like to have the value 000000127 in a variabl

  • MDX fomula question

    I have a Measures member called TOP_PERCENT which uses the following member formula: - *iif(isLeaf([Products].Currentmember) and contains([Products].Currentmember, TopPercent(Siblings([Products].CurrentMember), 50, [Measures].[Revenue])), 1, 0)* This