Changing a method in an EJB object without recompiling EJB-Clients

Hi!
I have 4 Web (JSP) applications using the same EJBs., deployed to a BEA Weblogic application server.I want to know if there is a way to change the code in a method in one of my EJB objects (no interface change) without recompiling and redeploying my EJB-clients and Web apps.
Regards,
Per - Chr.

Hello,
I have 4 Web (JSP) applications using the same EJBs.,
deployed to a BEA Weblogic application server.I want
to know if there is a way to change the code in a
method in one of my EJB objects (no interface change)
without recompiling and redeploying my EJB-clients and
Web apps.You can change the EJB's without recompiling the clients as long as the interfaces and the classes used by both the EJB's and clients are not changed.
For example, if you don't change the interfaces but change the exception implementation thrown by a method of the bean, then you have to recompile the clients with the new version of the exception class.
Kexkey

Similar Messages

  • One EJB object accessed by two clients.

    One client access a EJB object another client access the same EJB
    object, when the first client releases the ejb object, then second
    client loses data or gets null.
    Any body knows what is happening?
    Thanks

    hey,
    is this with StatefulSession Bean. I too am experiencing the same problem. When two users are trying to access the same bean the same time, one is returing null. This being a UserSession Bean, one user is getting the session object as null..
    Can anyone answer this problem....
    cheers,
    prasad.

  • Returning more than one value/object from an EJB method

    Hi,
    I have the follong method in the remote interface of my EJB:
    void createSomeObject( MyObject obj1, List returnList1, Map returnMap1);
    Since i want to return a List (returnList1) and a Map(returnMap1) from my EJB method "createSomeObjects", i am passing these as parameters thinking they will be passed by reference and the client(servlet) gets the changes the EJB made to these objects.
    But it doesn't seem to be working, the EJB is filling the List and Map objects and the servlet doesn't get it (pass by value problem).
    My understading is that, all parameters to an EJBs are passed by value(because they are remote calls, the RMI thing), let me know if this right.
    Is there any workaround apart from the following alternative?
    Alternatives:
    1. Wrap "List list1" and "Map map1" in another model and return this instead of passing them as parameters.
    Thanks
    Vasu

    My understading is that, all parameters to an EJBs
    are passed by value(because they are remote calls,
    the RMI thing), let me know if this right.Yes, that is correct - which you should know from your introduction to J2EE reading.
    Is there any workaround apart from the following
    alternative?
    Alternatives:
    1. Wrap "List list1" and "Map map1" in another model
    and return this instead of passing them as
    parameters.No.

  • ODI-1228: ORA-22950: cannot ORDER objects without MAP or ORDER method

    Simple interface between two schemas in the same oracle database (10g)
    I am trying to copy one table and do one simple lookup (in a table located in 3rd schema on the same database)
    Integration task fails on
    ODI-1228: Task messagexml_document (Integration) fails on the target ORACLE connection S2_P1.
    Caused By: java.sql.SQLException: ORA-22950: cannot ORDER objects without MAP or ORDER method
    Can anybody tell me, what I am doing wrong? Code that generate this error is just a simple INSERT with SELECT and sub SELECT with JOIN?
    I just can't find anything about this error.
    I'm stuck :-(

    I discovered that one of my fields is an XMLType field and is a part of comparison ODI do when it tries to do incremental update. The error message here is just a message from db that it can't compare XMLType fields to each other.
    Is there any way to learn ODI to not to compare by XMLType field?

  • ORA-22950: cannot Order Objects without MAP or ORDER method (line 15)

    Hi
    I have created a function
    create type att_con.ind_field_value as object (s_owner varchar2(50), s_table varchar2(50), s_field varchar2(50));
    create type att_con.ind_field_value_table as table of att_con.ind_field_value;
    create or replace function fn_find_field_entries
    (s_entry IN varchar2)
    return ind_field_value_table
    IS
    found_count integer;
    t_return ind_field_value_table := ind_field_value_table();
    begin
    for cur in (select owner, table_name, column_name
    from all_tab_columns
    where owner 'SYS'
    and owner 'SYSTEM')
    loop
    execute immediate
    'select count(' || cur.column_name || ') from ' || cur.owner || '.' || cur.table_name || ' where ' || cur.column_name || ' = ' || s_entry
    into found_count;
    if found_count 0 then
    t_return.extend;
    t_return(t_return.last) := (cur.owner, cur.table_name, cur.column_name);
    end if;
    end loop;
    return t_return;
    end;
    and i am getting the above error when i try and run it with
    select * from table(att_con.fn_find_field_entries('NDUNNE'))
    anyone know what this error might mean?
    thanks in advance

    22950, 00000, "cannot ORDER objects without MAP or ORDER method"
    // *Cause:  an object type must have a MAP or ORDER method defined for
    //          all comparisons other than equality and inequality comparisons.
    // *Action: Define a MAP or ORDER method for the object type
    //

  • How can I change Output Method and Mailbox# programmatically (without GUI)?

    We have several iR5075s and about 300 workplaces. For security reasons we only allow "Store" output method. So every user has access to some printers and for every printer they need to reconfigure printing preferences.
    For convenience we'd like to do the following automatically (via Group Policy or scripts):
    1) Change "Output Method" to "Store".
    2) Set the correct mailbox number.
    The problem is that the related settings seem to be stored in registry as a binary blob (HKCU\Printers\Connections\<printer name>\DevMode). I've been searching for a while but I couldn't find anything that would explain what's what in that blob.
    Any clues?
    Or maybe there's another way?
    P.S. I'm familiar with scripting, regular expressions, etc. Acquiring the necessary parameters (such as mailbox#) is not a problem at all. I only need to know where and what I should change (in registry or elsewhere).
    [Edit] Update: Actually it seems the settings are stored in HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Print\Providers\Client Side Rendering Print Provider\<user sid>\Printers\Connections\,,<server name>,<printer name>\RemotePrinterCache. It's also a binary blob though.
    Eventually I'll reverse engineer it enough for my goals. I just don't understand why it must be so complicated...

    https://mega.co.nz/#!5QQWmaTI!cryW-pykueRNffdDYnj1OpxiHgG0mcAqLOh4Gmt2PJk
    But I'm not sure how useful you'll find it. I wrote it as a temporary solution (we're now migrating to UniFlow) and it's anything but universal. At best, I guess, you'll be able to salvage some of my code while writing your own.

  • The method getBean() is not valid for metadata object /ex/model/remittance/client/common/bc4j.xcfg

    Hi,
    I am getting bellow error when i am running my application. I am using JDeveloper 11.1.2.3
    <Nov 6, 2013 9:52:57 AM AST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Nov 6, 2013 9:52:57 AM AST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <BC4JConfigLifeCycleCallBack> <contextInitialized> MDS-01702: The method getBean() is not valid for metadata object /ex/model/remittance/client/common/bc4j.xcfg - it is allowed on only bean metadata objects.
    oracle.mds.exception.MDSRuntimeException: MDS-01702: The method getBean() is not valid for metadata object /ex/model/remittance/client/common/bc4j.xcfg - it is allowed on only bean metadata objects.
      at oracle.mds.core.MetadataObject.getBean(MetadataObject.java:327)
      at oracle.adf.share.jndi.MDSBackingStore.getMOBean(MDSBackingStore.java:558)
      at oracle.bc4j.mbean.RuntimeMXBeanImpl.init(RuntimeMXBeanImpl.java:120)
      at oracle.bc4j.mbean.RuntimeMXBeanImpl.<init>(RuntimeMXBeanImpl.java:110)
      at oracle.bc4j.mbean.RuntimeMXBeanImpl.<init>(RuntimeMXBeanImpl.java:101)
      at oracle.bc4j.mbean.BC4JConfigLifeCycleCallBack.contextInitialized(BC4JConfigLifeCycleCallBack.java:114)
      at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
      at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
      at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
      at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
      at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
      at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
      at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
      at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
      at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
      at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
      at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
      at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
      at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
      at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
      at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
      at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
      at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
      at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    <Nov 6, 2013 9:53:11 AM AST> <Notice> <LoggingService> <BEA-320400> <The log file C:\Users\maroof\AppData\Roaming\JDeveloper\system11.1.2.3.39.62.76.1\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log will be rotated. Reop
    I seen oracle docs solution
    MDS-01702: The method getBean() is not valid for metadata object {0} - it is allowed on only bean metadata objects.
    Cause: An attempt was made to access the metadata object using the bean API but the metadata object was not a bean metadata object. The schema for the root element may not have been registered with MDS, or the beans were not available on the classpath.
    Action: Regenerate the beans from the schema definitions and ensure that the correct versions are on the classpath. Check that the schemas are registered with the MDS instance.
    Level: 1
    Type: ERROR
    Impact: Configuration
    But i am not getting what i do in my application for removing this error.
    Maroof

    Do you use MDS in your application?
    It's possible that you see a leftover of an earlier deployment.
    Do you get the same error if you only start the integrated server (application server navigator->integrated server->debug or run)?
    IF you don't get it when you only start the server without running your application, the problem is somewhere in your app. If you get the error it's probably an old deployment or a configuration error of your server. In this case stop jdev, rename the DefaultDomain folder C:\Users\maroof\AppData\Roaming\JDeveloper\system11.1.2.3.39.62.76.1\DefaultDomain tp C:\Users\maroof\AppData\Roaming\JDeveloper\system11.1.2.3.39.62.76.1\xxxDefaultDomain and start jdev again. Then use hte application server navigator to create a new integrated server (you should see this option as the DefaultDomain folder is not present) and once the new integrated server is created test again.
    Timo

  • Transaction & non-EJB objects (helper)

    hi i have a question about transactional behavior of non-EJB objects. i'm
              using
              weblogic 6.0 sp1 with ejb 2.0.
              say i have a session bean which starts a container managed transaction. and
              it calls
              out to helper class A(non-EJB), and that helper class A get a connection and
              update
              some tables. after A returns, session bean calls helper class B(non-EJB) in
              the
              same transaction. B is supposed to update some other tables but it throw an
              user
              exception. would the transaction in the session bean be rolled back? would
              it
              also roll back the changes made by helper class A?
              thanks for any help,
              z
              

    Thanks Rob!
              "Rob Woollen" <[email protected]> wrote in message
              news:[email protected]...
              > Ziqiang Xu wrote:
              >
              > > hi i have a question about transactional behavior of non-EJB objects.
              i'm
              > > using
              > > weblogic 6.0 sp1 with ejb 2.0.
              > >
              > > say i have a session bean which starts a container managed transaction.
              and
              > > it calls
              > > out to helper class A(non-EJB), and that helper class A get a connection
              and
              > > update
              > > some tables.
              >
              > You must get the JDBC connection from a TxDataSource.
              >
              > > after A returns, session bean calls helper class B(non-EJB) in
              > > the
              > > same transaction. B is supposed to update some other tables but it
              throw an
              > > user
              > > exception. would the transaction in the session bean be rolled back?
              >
              > Merely throwing an exception from a helper class will not rollback the
              > transaction.
              >
              > Within an EJB, the best way to rollback a tx is to use the
              > EJBContext.setRollbackOnly method.
              >
              > So you could do something like this:
              >
              > session_bean_method() {
              >
              > try {
              > B.foo();
              > } catch (MyException e) {
              > ctx.setRollbackOnly();
              > throw e;
              > }
              >
              > }
              >
              > > would
              > > it
              > > also roll back the changes made by helper class A?
              > >
              >
              > If they are all within a single transaction, then yes. As I mentioned
              before,
              > make sure that you use a TxDataSource for all of your JDBC Connections.
              >
              > -- Rob
              >
              > >
              > > thanks for any help,
              > >
              > > z
              >
              

  • Is it possible to find an instance of an object without it being passed to

    Hi all,
    I have a parser class "MessageParser" which i pass a message which is of type "String" to it for it to be parsed. The parsing method signature for the class is
    public void parse(String message);
    I need to pass an instance of "Properties" to it but i dont want to change the signature of the method to add a new argument to it. I have been struggling with this for the last couple of days and have tried a couple of options - see http://stackoverflow.com/questions/5134462/sending-in-an-object-of-type-object-instead-of-string-polymorphism
    The class that calls the parsing method "ParserManager" knows of the properties object. Is there a way for the MessageParser to find the properties object without it being passed to it?
    Thanks
    ps - also posted in http://stackoverflow.com/questions/5140795/is-it-possible-to-find-an-instance-of-an-object-without-it-being-passed-to-the-me

    ziggy wrote:
    I need to pass an instance of "Properties" to it but i dont want to change the signature of the method to add a new argument to it. I have been struggling with this for the last couple of days and have tried a couple of options - see http://stackoverflow.com/questions/5134462/sending-in-an-object-of-type-object-instead-of-string-polymorphism
    The class that calls the parsing method "ParserManager" knows of the properties object. Is there a way for the MessageParser to find the properties object without it being passed to it?I completely agree with Kayaman if you can get away with only the passing the Properties once (as he suggests, at construction time).
    If you can't (ie, you must pass the Properties with each message), then I suspect you have a new type of Parser, and your design will have to reflect that.
    One possibility would be to extend Parser with a PropertiesParser interface that defines a new parse() method and either update the current ParserManager to "understand" the difference, or create a new one.
    The problem with the first option is that the manager then becomes a dispatcher, which kind of goes against the grain of OO programming (what if you need to add a third type of parser, or a fourth?).
    Another possibility (probably better) would be to create a variant of your MessageObject class that includes Properties, and a variant of your MessageCParser that knows how to deal with such an object.
    There are many ways to go, and only you probably know which is best.
    That said, if you can get away with passing the Properties once, definitely follow Kayaman's advice.
    Winston

  • Can't drop database table objects on a EJB Diagram.

    JDeveloper 10.1.3 EA.
    When I drop a database table object on a EJB Diagram the error below occurs. Also dropping components from the Component Palette doesn't work. A wizard opens, but after completing that, nothing is on the EJB Diagram.
    However, after dropping a table and a restart of JDeveloper, there is an empty 'tablename EJB' on the EJB Diagram, but a click with the mouse on it generates the same error as the drop did.
    Simular errors occur with JDeveloper 10.1.2, so writing this I realize that this might be a database version problem. I'm using 9i! I'll try 10g and see what happens.
    Message
    BME-99003: An error occurred, so processing could not continue.
    Cause
    The application has tried to de-reference an invalid pointer. This exception should have been dealt with programmatically. The current activity may fail and the system may have been left in an unstable state. The following is a stack trace.
    java.lang.NullPointerException
         at oracle.jdevimpl.xml.DescriptorNode.getWhitespaceHandler(DescriptorNode.java:349)
         at oracle.jdevimpl.xml.DescriptorNodeDomIO.load(DescriptorNodeDomIO.java:164)
         at oracle.jdeveloper.xml.BindingIO.load(BindingIO.java:43)
         at oracle.jdevimpl.xml.DescriptorNode.getNewDescriptorImpl(DescriptorNode.java:506)
         at oracle.jdevimpl.xml.DescriptorNode.getDescriptor(DescriptorNode.java:140)
         at oracle.jdeveloper.xml.oc4j.ejb.OrionEjbJarNode.getOrionEjbJar(OrionEjbJarNode.java:145)
         at oracle.jdeveloper.ejb.BaseEjbModuleContainer.getOrionEjbJar(BaseEjbModuleContainer.java:476)
         at oracle.jdeveloper.ejb.modeler.diagram.dropHandler.TableDropEJB21Handler.isAvailable(Unknown Source)
         at oracle.bm.diagrammer.ui.DropChooserPanel.populateOptions(Unknown Source)
         at oracle.bm.diagrammer.ui.DropChooserPanel.createComponents(Unknown Source)
         at oracle.bm.diagrammer.ui.DropChooserPanel.<init>(Unknown Source)
         at oracle.bm.diagrammer.dropHandler.AbstractChooserDropHandler.createPanel(Unknown Source)
         at oracle.bm.diagrammer.dropHandler.AbstractChooserDropHandler.processObjects(Unknown Source)
         at oracle.bm.addinUtil.IDEAppContext$4.performAction(Unknown Source)
         at oracle.bm.diagrammer.LockMonitor.performLockedAction(Unknown Source)
         at oracle.bm.diagrammer.BaseDiagram.performDiagramLockedAction(Unknown Source)
         at oracle.bm.addinUtil.IDEAppContext.dropNavigatorNodeLater(Unknown Source)
         at oracle.bm.addinUtil.IDEAppContext$5.run(Unknown Source)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Action
    If further errors occur, you should restart the application.
    Also, report the problem on the JDeveloper forum on otn.oracle.com, or contact Oracle support, giving the information from this message.
    ________________________________________________________________________________

    Hi lisa, you've said that the problem does not occur in the 10.1.3 build but I have almost the same problem with the BME-99003 error message.
    I used the same workaround "changing the regional settings from BE to US" and the BME-99003 problem disappears :-)
    Here is the error message that I receive while I add a table into the EJBDiagram. I'm using
    windows XP SP2
    ADF Business Components     10.1.3.34.12
    Java™ Platform     1.5.0_04
    Oracle IDE     10.1.3.34.12
    Struts Modeler Version     10.1.3.34.12
    UML Modelers Version     10.1.3.34.12
    Versioning Support     10.1.3.34.12
    Abdelkrim BOUJRAF
    Message
    BME-99003: An error occurred, so processing could not continue.
    Cause
    The application has tried to de-reference an invalid pointer. This exception should have been dealt with programmatically. The current activity may fail and the system may have been left in an unstable state. The following is a stack trace.
    java.lang.NullPointerException
    at oracle.jdevimpl.xml.DescriptorNode.getWhitespaceHandler(DescriptorNode.java:349)
    at oracle.jdevimpl.xml.DescriptorNodeDomIO.load(DescriptorNodeDomIO.java:164)
    at oracle.jdeveloper.xml.BindingIO.load(BindingIO.java:43)
    at oracle.jdevimpl.xml.DescriptorNode.getNewDescriptorImpl(DescriptorNode.java:506)
    at oracle.jdevimpl.xml.DescriptorNode.getDescriptor(DescriptorNode.java:140)
    at oracle.jdeveloper.xml.oc4j.ejb.OrionEjbJarNode.getOrionEjbJar(OrionEjbJarNode.java:145)
    at oracle.jdeveloper.xml.oc4j.ejb.OrionEjbJarHelper.findOrionEjbJar(OrionEjbJarHelper.java:82)
    at oracle.jdeveloper.xml.oc4j.ejb.OrionEjbJarHelper.findOrCreateOrionEjbJar(OrionEjbJarHelper.java:73)
    at oracle.jdeveloper.ejb.modeler.diagram.dropHandler.TableDropEJBCommonHandler.processTableNodes(Unknown Source)
    at oracle.jdeveloper.ejb.modeler.diagram.dropHandler.TableDropEJB21Handler.processTableNodes(Unknown Source)
    at oracle.bm.typemodel.dropHandler.TableDropSubHandler.processDBObjectNodes(Unknown Source)
    at oracle.bm.typemodel.dropHandler.DBObjectDropSubHandler.processObjects(Unknown Source)
    at oracle.bm.diagrammer.dropHandler.AbstractChooserDropHandler.processObjectsImpl(Unknown Source)
    at oracle.bm.diagrammer.dropHandler.AbstractChooserDropHandler.processObjects(Unknown Source)
    at oracle.bm.addinUtil.IDEAppContext$4.performAction(Unknown Source)
    at oracle.bm.diagrammer.LockMonitor.performLockedAction(Unknown Source)
    at oracle.bm.diagrammer.BaseDiagram.performDiagramLockedAction(Unknown Source)
    at oracle.bm.addinUtil.IDEAppContext.dropNavigatorNodeLater(Unknown Source)
    at oracle.bm.addinUtil.IDEAppContext$5.run(Unknown Source)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Action
    If further errors occur, you should restart the application.
    Also, report the problem on the JDeveloper forum on otn.oracle.com, or contact Oracle support, giving the information from this message.

  • Cannot change payment method on subscription and C...

    I am posting the transcript for the 45 minute chat I just suffered through. I simply needed to change my credit card as the old card had been replaced due to a security breach. Others on forums have complained about this issue but this is a stellar example of Skype's poor business and customer service practices. You are now chatting with 'Laarni M'. Laarni M: Hello! Welcome to Skype Live Support! My name is Laarni. Laarni M: If incase we got disconnected, simply click on the Chat Support Link and you will be reconnected to us in no time. Laarni M: https://support.skype.com/support_selection. Laarni M: With that being said, how may I help you? [Removed for privacy]: I need to update my credit card information because the credit card I have on file is expired. The update payment page does not give me the option to enter a new credit card. I started to delete my old card so I could add a new one, but I got an error message saying I must cancel my subscription before removing my credit card. Laarni M: Oh! [Removed for privacy]: I have a subscription already. [Removed for privacy]: I have had it for years. Laarni M: I am sorry to hear that you are having problems with updating your credit card. Laarni M: I will be glad to help you with this. Laarni M: To start with, can I have your Skype name and your name so that I can address you properly? [Removed for privacy]: I have already entered that information to begin this chat. It is required. Laarni M: I understand. [Removed for privacy]: the Skype name is [Removed for privacy] and my first name is [Removed for privacy] Laarni M: I just need to verify it. Laarni M: Thank you, [Removed for privacy]. Laarni M: Nice to meet you. Laarni M: Let me just pull up your account. Laarni M: Anyway how's your day so far? [Removed for privacy]: OK, I have found it. Apparently I am forced to buy Skype credit in order to change my payment to a new method? This is ridicuous. Laarni M: I am now pulling up your account, [Removed for privacy]. Laarni M: Thank you for waiting. Laarni M: Yes, that is correct. In order to change your payment method you need to either wait for your subscription to expire so you can purchase using the new card or you can buy Skype Credit. [Removed for privacy]: Now that I have bought 10.00 of skype credit and added the new payment information that way, it is appearing in my payment settings and I can delete the old card. But again, this is the only way to add a new payment method, which is very wrong. Laarni M: I am sorry if you feel this way, [Removed for privacy]. [Removed for privacy]: Oh, just lovely. I just tried to delete the old card and I have the same error message that "this card is being used to fund your Unlimited US and Canada 12 months. If you want to delete this card you have to cancel your subscription first." Is this some kind of nasty way of forcing me to lose my unlimited subscription? Laarni M: I see. Laarni M: Because the best way to add a new payment details is for you to let the subscription linked to the credit card expire first. Laarni M: After that, you can reactivate your subscrption using the new credit card. Laarni M: That is the best thing that I can recommend, [Removed for privacy]. [Removed for privacy]: I went into change payment settings and changed the payment method to the new card. The page saved and said it had changed the setting. But then I went back in and it had not. It still defaults to the old card. I still get the "cancel subscription" message when I tried to delete the old card again. Laarni M: Yes, [Removed for privacy]. [Removed for privacy]: I can't let it expire or it won't pay for my subscription in August. Anyway the card will not expire. It was replaced due to a security breach at the issuing bank. Laarni M: Because you really need to let your subscription expire first by cancelling it before you update your card. Laarni M: I see. [Removed for privacy]: Why would I want to do that when I probably won't be able to get the same plan? I have had that unlimited plan for years. [Removed for privacy]: I am certainly not cancelling that plan. Laarni M: I understand, [Removed for privacy]. [Removed for privacy]: This is really insane, you know. One should easily be able to update payment information when a card needs to be changed. [Removed for privacy]: I had this same problem last year, but there was a workaround. If you do not know what the current workaround is then please transfer me to a supervisor who does.l Laarni M: I understand, [Removed for privacy]. [Removed for privacy]: I doubt that you do understand. Since the forums indicate this is an ongoing problem, I am forced to assume this situation is intentional and is a way of forcing people to give up older and less expensive plans, and that you are fully aware of that. Laarni M: I am sorry but as much as I want to help you, we can't do anything but to let the subscription expire first by cancelling it before you update the credit card. [Removed for privacy]: I need to speak to a supervisor, please. Laarni M: I am sorry but as of the moment, my supervisor is engaged to a different activity. [Removed for privacy]: I am sorry but that is not the case. That is just what you have been told to say. I can continue to open new chats and waste representative's time for hours, or you can arrange for me to communicate with a supervisor. Laarni M: I am sorry for the inconvenience caused you. info: Your chat transcript will be sent to [Mod edit: Please do not include personal/private information when making a public post. Thanks!] at the end of your chat. Laarni M: I understand that it is really important for you ad upon further checking, we can try this step that may work for you. Laarni M: Do you have another browser aside from the one that you are using right now? [Removed for privacy]: Yes, I do Laarni M: Great! Laarni M: Internet Explorer would be the best. Laarni M: Can you please open it and go the link that I will provide to you? [Removed for privacy]: It is already open, please send the link Laarni M: Alright. [Removed for privacy]: I still do not have the link. Laarni M: Once you click on the link, and click Skype credit, please do not forget to click the change payment method when you buy Skype credit. [Removed for privacy]: I still do not have the link Laarni M: I am sorry for the delay, I am just having a system error as of the moment. Laarni M: But on your end, you can go to the page where you can buy Skype credit. Laarni M: By the way, there are 2 cards saved on your account. Laarni M: May I know the last 4 digit of the card that you want to use? [Removed for privacy]: 1591. And yes, I already explained to you that I bought Skype credit (which I do not need as I have a subscription!!) just to add the new credit card. Laarni M: I see. Laarni M: I can delete first the old credit card saved on our system. [Removed for privacy]: Please do that, but do NOT delete or cancel my subscription when you do this. Laarni M: Alright, [Removed for privacy]. Laarni M: Thank you for patiently waiting, [Removed for privacy]. [Removed for privacy]: I hope that what you are doing is successful. Laarni M: Please hang on, [Removed for privacy] as we are still doing some workaround for this. Laarni M: We are also getting an error doing this. [Removed for privacy]: That is not confidence-inspiring. Laarni M: I am sorry if you feel this way. [Removed for privacy]: I imagine that anyone would feel that way. Laarni M: Thank you for waiting, [Removed for privacy]. Laarni M: Here's what we can do to help you now, [Removed for privacy]. Laarni M: We really need to cancel your subscription so it will cancel the recurring payment. Laarni M: This does not mean that the subscrition will be cancelled. Laarni M: You can still use your subscription until the end of the billing period. Laarni M: So once we cancel your subscription now, you can try to go to the payment settings and update your credit details. Laarni M: Is everything okay? Haven't heard from you in a while. [Removed for privacy]: I am sure that you realize this is unacceptable. I am very surprised that you would suggest this as a solution. As I stated above, I am well aware that this is a method Skype is using to force people to give up better subscriptions. I will not be forced to accept a suboptimal subscription by this method. I am also aware that a supervisor can correct this problem in the system by hand. Please put me in communication with a supervisor. Also--I have ALREADY updated my credit details as I explained above. You or a supervisor simply need to change the subscription payment method to the new card that is already on file. Laarni M: I understand where you are coming from, [Removed for privacy]. Laarni M: But I am trying to help you with giving the best solution for this. [Removed for privacy]: We are going in circles. I have been on this chat for 45 minutes trying to get a simple payment method change that with any other company, I could do by myself online in two minutes. You are not offering me any kind of solution at all. You are insulting my intelligence by claiming that the payment method cannot be replaced. Laarni M: I am sorry if you feel this way, [Removed for privacy]. [Removed for privacy]: Please stop this. The system is clearly set up to block a payment change. A supervisor can override this and that is what I expect you to arrange. Laarni M: But as of the moment, there is no available supervisor. [Removed for privacy]: Please do not tell me things that are not true. [Removed for privacy]: Please connect me with a supervisor. Laarni M: And If I will transfer you to my supervisor, he will give the same information that I provided to you. Laarni M: This is because it is the only workaround for this, [Removed for privacy]. Laarni M: You do not need to worry, cancelling your subscription is just cancelling the recurring payment or auto renewal. [Removed for privacy]: He may, but if he does, he will also be stating something that is not true. It is always possible for a supervisor or manager to make changes in the system. Laarni M: You can still use your subscription until the end of the billing period. [Removed for privacy]: I'm sorry, but in August when the billing period ends, I will receive notification that my subscription has cancelled due to non-payment and that I must choose a new plan. That is what I do not want. Therefore your solution is unacceptable. I have stated this clearly. Laarni M: I am sorry [Removed for privacy], I really want to help you but this is only the work around or soultion that we can do. [Removed for privacy]: Then apparently after 8 years, I will be searching for new phone service. I am very sorry that this is the case. Laarni M: If the auto renewal will cancel, you can still reactivate your subscrition and that time, the new payment method will be use for that subscription. [Removed for privacy]: Do I have your word that I will be allowed to keep the same plan with no changes to my subscription? Laarni M: Yes, [Removed for privacy]. You can still reactivate the same subscription. Laarni M: You do not need to wory about this. [Removed for privacy]: If that is not the case I will be cancelling. And Skype needs to change its payment method practices. This is very poor customer service. I will be going on every forum I can find and posting a poor review of the service. This is a shame since I have been a loyal Skype customer for more than 8 years. I was a customer when Skype was the only internet phone company in business. info: Your chat transcript will be sent to [Mod edit: Please do not include personal/private information when making a public post. Thanks!] at the end of your chat. Laarni M: I am sorry if you feel this way, [Removed for privacy]. Laarni M: Thnak you for being loyal with Skype.

    Well, it happened again.  This time I'm done with Skype.  A ten-year customer, and they've finally worn me down and worn me out.  Yes, after 30 minutes of constant escalation, requesting a supervisor, and finally threatening to walk, they offered another annual contract at 6 cents more a year.  But at the cost of making me sign up all over again, and after wasting my time both last year and this year.  And I am DONE.  I will use my remaining Skype credit for the few online teaching video conferences I have to do, but no more subscriptions.  Bye, Skype.  I would provide adjectives for how horrible your customer service is, but they would all be profane.
    Transcription of today's chat:
    Close chat
    info: at 18:59:56
    Please wait for an agent to respond. You are currently '1' in the queue.
    info: at 19:01:56
    All agents are currently assisting others. Thank you for your patience. An agent will be with you shortly. You are currently '1' in the queue.
    info: at 19:01:58
    Privacy Statement 
    You are now chatting with 'Gian C'.
    Gian C: at 19:02:11
    Hello! Welcome to Skype Live Support! My name is Gian. If incase we got disconnected, simply click on the Chat Support Link and you will be reconnected to us in no time.https://support.skype.com/support_selection .
    Gian C: at 19:02:11
    With that being said, how may I help you?
    Customer: at 19:02:24
    I chatted with an agent 2 days ago re: failure to apply my credit card to my subscription. He said it was taken care of and my online account should show the subscription renewed in 24 hours. it is still not renewed.
    Gian C: at 19:02:41
    I am sorry to know that
    Gian C: at 19:02:47
    What is your Skype name?
    Customer: at 19:03:49
    customer
    Gian C: at 19:04:04
    Thanks
    Gian C: at 19:04:08
    Let me check the account
    Gian C: at 19:05:50
    Thank you for patiently waiting
    Gian C: at 19:06:07
    Is this for the Unlimited Us and Canada?
    Customer: at 19:06:13
    yes
    Gian C: at 19:07:12
    I see
    Gian C: at 19:07:23
    Can you go to this site right now?
    Customer: at 19:07:30
    i'm there
    Gian C: at 19:07:33
    http://www.skype.com/en/
    Gian C: at 19:07:39
    https://www.skype.com/en/rates/?nu=subs-calling
    Gian C: at 19:07:49
    Look for Unlimites Us and Canada
    Customer: at 19:07:58
    why?
    Gian C: at 19:08:21
    Just want to make sure if repurchasing the subscription would be avaialble
    Customer: at 19:08:36
    I was told last year that it would be available. And two nights ago.
    Gian C: at 19:08:36
    That is the best work around to get the subscription back using the new card details
    Gian C: at 19:08:45
    I understand
    Gian C: at 19:08:53
    Can you please go and check it first
    Customer: at 19:08:59
    No, thank you. Please just apply my card. This is what happened last year.
    Gian C: at 19:09:02
    So I can assure the resolutiong
    Customer: at 19:09:34
    The subscription shows that it expires today. It is on my account. Simply renew it with the card information that is also on my account.
    Gian C: at 19:09:40
    Can you help me on this to solve your issue please?
    Gian C: at 19:09:53
    I understand
    Customer: at 19:10:02
    You have directed me to your sales site to search for the plan I already have all over again. I have no time for this.
    Gian C: at 19:10:06
    However the time you change the card did not worked on the system
    Gian C: at 19:10:15
    That is why the renewal did not push trough
    Customer: at 19:10:41
    It didn't work last year either because the system is a mess. But a rep fixed it last year. If you cannot do this please pass me to a supervisor.
    Gian C: at 19:10:59
    ok.
    Gian C: at 19:11:19
    Before we do that, can you please try to check if the subscription is available first.
    Customer: at 19:11:40
    I do not understand how you expect ME to check if a subscription is available!
    Customer: at 19:12:04
    The subscription is ON MY ACCOUNT AND SAYS IT NEEDS TO BE RENEWED.
    Gian C: at 19:12:09
    Basically it is simple
    Gian C: at 19:12:10
    Go to this website
    Gian C: at 19:12:10
    https://www.skype.com/en/rates/?nu=subs-calling
    Gian C: at 19:12:10
    Click on U.S.
    Customer: at 19:12:16
    Please pass me to a supervisor.
    Gian C: at 19:12:20
    Then check if US and Canada is part of the list
    Gian C: at 19:12:39
    Before I pass you to our supervisor
    Gian C: at 19:12:47
    Let me give you a heads up on your case
    Customer: at 19:12:57
    it is there for $2.99 per month. I have a locked in annual charge for that subscription for $29.99. Not $36.00.
    Gian C: at 19:13:11
    I see
    Gian C: at 19:13:28
    Thanks for the information
    Gian C: at 19:13:38
    When did you change your card detail? For this subscription?
    Customer: at 19:15:08
    Last year. At which time the system refused to remove the earlier invalid card and charge the 2nd (correct) one. This year the system allowed me to remove the old card. The rep 2 days ago told me the card was fine. When I looked at the detail this evening, the expiration date was missing, so I filled it in. The rep said NOTHING about this two days ago. Frankly I think Skype is trying to sabotage my re-order to try to force me off of my annual plan and onto a monthly. I will not do it.
    Gian C: at 19:15:13
    Thanks
    Gian C: at 19:15:48
    Just to make sure we will be solving this issue, can you please provide me your call back number
    Customer: at 19:15:59
    You do not need to call me.
    Gian C: at 19:16:07
    Just incase this chat got disconnected so our supervisor can call you
    Customer: at 19:16:19
    (###) ###-#### (REDACTED FOR PRIVACY)
    Gian C: at 19:16:25
    Let me get you our supervisor as you have requested
    Gian C: at 19:16:29
    Thank you
    Customer: at 19:25:17
    ?hello
    Gian C: at 19:27:42
    I will get back to you once the Supervisor is ready to take this chat. For a moment
    Gian C: at 19:27:50
    Sorry to keep you waiting
    Gian C: at 19:28:08
    Our Supervisor is still engaged with the call
    Gian C: at 19:28:10
    Anyway
    Gian C: at 19:28:20
    Here is what we have found out on the subscription
    Gian C: at 19:28:41
    The renewal has passed already, so we can't renew it manually other than repurchasing the subscription
    Gian C: at 19:28:54
    Checking the price of the subscription
    Customer: at 19:28:59
    It has not passed yet. it expires 5/7. Today is 5/6.
    Gian C: at 19:29:12
    Let me give you a heads up
    Gian C: at 19:29:39
    Auto-renewal only happens once. And that is 3 days before the subscription expire
    Customer: at 19:30:09
    I give up. This is done. No subscription. Of any type. And I have been a Skype customer for over 10 years. Goodbye.
    Gian C: at 19:30:23
    I am sorry if you feel that way
    Gian C: at 19:30:34
    I am explaining to you all the things you need to know
    Gian C: at 19:31:27
    But you refused to listen nor cooperate. As much as I wanted you to get your subscription back. However it is within your call if you want to follow my advised to get this resolved quickly
    Gian C: at 19:31:47
    The new subscription prices is just 30.50USD for 1 year
    Gian C: at 19:32:12
    It is just few cents higer compare to the old price $29.99
    Gian C: at 19:32:37
    I hope that won't be a problem for you to get the 12 months subscription for the Unlimited US and Canada.
    Customer: at 19:32:51
    This is flatly ridiculous. The rep 2 days ago told me this was taken care of. Now you tell me it is not, keep me on chat for 30 minutes, make me look up subscription prices on your OWN website, and then tell me my subscription has expired when it has not. Yet I am the one being called uncooperative.
    Gian C: at 19:33:02
    If the auto renewal failed because of card used
    Customer: at 19:33:05
    That is a problem. I will not resubscribe. I don't care that it is only 6 cents a year more.
    Gian C: at 19:33:21
    Then Repurchasing the same subscription will be best to get it back
    Customer: at 19:33:30
    That is not why. If Skype did not have the information required I should have received an early email. I got SEVEN EMAILS IN ONE DAY INSTEAD.
    Customer: at 19:33:42
    The 7th one said the subscription was cancelled.
    Gian C: at 19:34:05
    That is the notification sent by Skype to tell you that we are still trying to accept the payment
    Customer: at 19:34:30
    It makes no sense to notify a customer every two hours on a SINGLE day, but not before.
    Gian C: at 19:34:33
    6 times the sytem try to renew the subscription
    Customer: at 19:34:43
    Yes. ON the same day. None on any other day.
    Gian C: at 19:35:01
    If only there is no problem with your card then the subscription should renew without a problem
    Customer: at 19:35:10
    You expect people who are at work to sign in from their work PC for personal business and renew within 8 hours. Ridiculous.
    Gian C: at 19:35:08
    Yes correct
    Customer: at 19:35:12
    I am done.
    Gian C: at 19:35:10
    As I said
    Gian C: at 19:35:30
    3 days before the subscription expire is the only day to renew the subscription automatically
    Gian C: at 19:35:32
    That is how the system works
    Customer: at 19:35:34
    As I said, the rep 2 days ago told me the card was fine but would take 24 hours for teh change to apply to the syste.
    Gian C: at 19:35:37
    It is part of the terms of use
    Customer: at 19:35:43
    Read what I said.
    Gian C: at 19:36:01
    Yes I already documented this case and I already escalated those previous representative
    Gian C: at 19:36:08
    For providing you false information
    Customer: at 19:36:12
    The terms of use don't say you bombard people with emails every 2 hours on a single day.
    Customer: at 19:36:44
    And then cut them off at the end of the day. When their subscription has not even expired yet. And then tell them it's their own fault their card didn't work. When they were told it was fine.
    Gian C: at 19:36:50
    The email notification is our way to make sure customer will be notified that they need to renew the subscription to avoid this kind of issue
    Customer: at 19:37:07
    Then why not send it once a day for six days instead?
    Customer: at 19:37:13
    that would make a lot more sense!
    Gian C: at 19:37:38
    Here is the thing Kim the system works that way for 10 years already
    Gian C: at 19:38:12
    And only few customers are having this kind of issue, common issue was cause by problem with the card associated to the subscription.
    Customer: at 19:38:18
    See this? this was last year:
    Customer: at 19:38:20
    http://community.skype.com/t5/Rates-and-subscripti​ons/Cannot-change-payment-method-on-subscription-a​...
    Gian C: at 19:38:26
    Ok
    Customer: at 19:38:45
    You'll get an update on that thread, believe me. Which will make it clear why I'm done with Skype.
    info: at 19:38:52

  • How to create the change document functionality for a dependent objects?

    May I please know how to create the change document functionality for a dependent objects?
    I have done it follow the same process as for business process objects. But when i try to test it in BOBT, there is no records under "FIELD_CHANGE_WITH_FILTER". It seems the change hasn't been recorded.
    If the way I did to create change document for dependent object is correct, please also kindly advise the possibilities for why there is no record during testing.
    thanks in advance.

    I also have some doubts about the business object.In this case,one abstract BO hase a subnode wihich is root extended.I added the change document for this node under the category "root_extended" and then tested the function in BOBT.I got some error message "can't find the root key".Shall i redefine the method /BOFU/IF_CDO_CREATION~IS_CDO_CREATION_ACTIVE so as to solve the problem?
    Thx.

  • TypeError: Error #1009: Cannot access a property or method of a null object reference. at mx.controls::AdvancedDataGrid/findHeaderRenderer()

    Can anyone throw any light on this obscure Flex error?...
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at mx.controls::AdvancedDataGrid/findHeaderRenderer()[...path...\projects\datavisualisation\ src\mx\controls\AdvancedDataGrid.as:1350]
    at mx.controls::AdvancedDataGrid/mouseEventToItemRenderer()[...path...\projects\datavisualis ation\src\mx\controls\AdvancedDataGrid.as:1315]
    at mx.controls.listClasses::AdvancedListBase/mouseMoveHandler()[...path...\projects\datavisu alisation\src\mx\controls\listClasses\AdvancedListBase.as:8091]
    I found a related bug reported on Jira: https://bugs.adobe.com/jira/browse/FLEXDMV-1631
    But in our case, we have no zoom effect.  It may be timing related, as there is a lot of computation going on when this page, and the ADG is first initialised.
    Please?... Any suggestions or workarounds?  We don't want this falling over in the hands of our customers.
    <rant> And people wonder why I hate Flex!?  These obscure instabilities never happen when I develop Pure ActionScript.  The Flash platform is wonderfully stable.  But as soon as you bring Flex into play, things take longer to develop, it's a struggle to extend or change the behaviour of the bloated components, and everything falls apart as these bugs begin to surface.</rant>

    facing the same problem... sdk 4.1. no solution for about 2 years ????

  • Edit message payload object without remove queue table

    Hi, need ur help again,
    Known that if we want to modify a message payload attribute (add,edit or delete), we will fail to do so if the message payload is used by existing AQ's queue table.
    How to change the message payload object without remove the queue table?
    Thanks!

    Hi
    I answered this in Re: Replace message payload object without remove queue table forum.
    Cheers, APC

  • Finding an EJB object. Web clients vs. Java clients

    From what I've read this is the process for a web client to find an EJB object: the client uses JDNI to find a reference to the EJBHome interface and then it uses the create method from this interface which makes the container to begin to work, creating an instance of the implementation class and an instance of the EJBObject interface, and returning a reference to the EJBObject, which will be used by the client to call the methods.
    Are there any differences if the client is a java application and not a web client?

    The Java Client talk to the server with random ports
    not 80. Gives me a headache. _*why?
    There's no need to get headaches about it, in fact no need to worry about it at all.
    Just have the JNDI services available so you can do the lookup (which might require opening a port (or more than one) on the firewall, but that's it.
    And that's no different between a standalone client and a web application client. Both need to do that JNDI lookup.

Maybe you are looking for

  • Deletion of dimension is getting timed out in BPC 7.0 for NW

    Hi Experts, We have jus implemented SAP BPC 7.0 for NW.  We have copied standard APSHELL into ZAPSHELL and created user defined type of dimension.  We never used it and so thought of deleting.  While doing so from the action pane, we are getting mess

  • Document not downloadable from internet to goodreader.

    Hi, I was using my Ipad 1 to save document downloaded from the internet into Goodreader by tapping on a tab on the top right of the page once the document was displayed... Now, I bought an Ipad3, the "Open in Goodreader" tab still shows, but when I t

  • Deployment Packages Distribution Status

     Hi! I have a package that was distributed to 7 sites. 4 was "Content was successfully refreshed" 3 was "Content was distributed to distribution point"  One site that has problem on that package is one of that 3 that has status "Content was distribut

  • OBIEE 10g: Problem on fact table mapping

    Hi to everyone, i have this situation: 1) i have 2 fact tables in phisical model (FHRCTR and HCTOT) this two table is the same in the FK columns. 2) the structure is: FHRCTR[month_fk, transaction_type, measure A], HCTOT[month_fk, measure B]. 'transac

  • Clas Hortien,Please Help me for MSSQL2005 ERROR.

    hi,Clas Hortien, i can start  mssql2005, i find a souluton from ms support web site ,but i donot know how to do it, the notes as follows http://support.microsoft.com/kb/929665/zh-cs You cannot start the SQL Server service after you install Active Dir