Skip to Main Content
IBM Z Software


This portal is to open public enhancement requests against IBM Z Software products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Not under consideration
Categories Runtime
Created by Guest
Created on Oct 14, 2014

refresh WARbundle and EBAbundle in liberty without service outage

function to refresh EBA or WAR bundle in liberty without service stop.We aware plugin directory which can pickup new package automatically after overwrite. But it is better to use CICS bundle to manage package because of security control.

Idea priority High
  • Guest
    Reply
    |
    Oct 5, 2015

    Due to processing by IBM, this request was reassigned to have the following updated attributes:
    Brand - Servers and Systems Software
    Product family - Transaction Processing
    Product - CICS Transaction Server

    For recording keeping, the previous attributes were:
    Brand - WebSphere
    Product family - Transaction Processing
    Product - CICS Transaction Server

  • Guest
    Reply
    |
    Apr 1, 2015

    The most complete solution we can offer at this time is:
    1. To use the WebSphere Application Server Web server plugin to allow workload management, failover, and rule-based request routing of applications within one or more Liberty server instances. Create two versions of a Web-application...with different web-contexts, then write plug-in rules to provide seamless routing to the newer version of the application (note session persistence feature may be required for stateful Apps). Additional benefits of the Web server allow static content to be served without round-tripping to the application server.

    2. Specific to EBAs. You can split out the non-API, non Web-enabled business logic into a separate EBA (containing the OSGi bundle with implementation logic) and invoke the function via OSGi services. The OSGi application integration feature of Liberty allows sharing of OSGi services between EBA (that would otherwise be isolated from each other).

  • Guest
    Reply
    |
    Apr 1, 2015

    This requirement has been evaluated. There are nothing in the WLP plan to address this, so correspondingly this requirement is being rejected. You have an opportunity to resubmit in twelve months time if you wish it to be considered then.

  • Guest
    Reply
    |
    Oct 15, 2014

    Same applies to Bundles used for XML Transform.

    It would be really nice to have an equivalent of CEMT PERFORM PIPELINE() SCAN, to avoid having to disable/discard/install to update the Transform.

    i.e. CEMT PERFORM BUNDLE() SCAN