Change business service pageAction attribute from Edit data step

Hi,
I have the following schema of a business service named "CM_CC_BS". Note that pageAction is "add".
<schema pageAction="add">
<CC_ID mapField="CC_ID"/>
<USER_ID mapField="USER_ID"/>
<PER_ID mapField="PER_ID"/>
<CC_DTTM mapField="CC_DTTM" default="%CurrentDateTime"/>
<CC_CL_CD mapField="CC_CL_CD"/>
<CC_TYPE_CD mapField="CC_TYPE_CD"/>
<PRINT_LETTER_SW mapField="PRINT_LETTER_SW"/>
<BATCH_CD mapField="BATCH_CD"/>
<BATCH_NBR mapField="BATCH_NBR"/>
<CC_STATUS_FLG mapField="CC_STATUS_FLG"/>
<CC_CHAR type="list" mapList="CC_CHAR">
<CC_ID mapField="CC_ID"/>
<CharType mapField="CHAR_TYPE_CD"/>
<AdhocCharVal mapField="ADHOC_CHAR_VAL"/>
<CharVal mapField="CHAR_VAL"/>
<CharValFk1 mapField="CHAR_VAL_FK1"/>
<CharValFk2 mapField="CHAR_VAL_FK2"/>
<CharValFk3 mapField="CHAR_VAL_FK3"/>
</CC_CHAR>
</schema>
In a service script, I need to change the page action to Update.
Is it possible using the move command of edit data step? (ie something like move 'add' to "CM_CC_BS/@pageAction"; noting this command raised an error)
Or should I create different business services for "Update" , "Add"...?
Thanks

Hi,
I guess it can't be helped from within a script but to create different services for different actions!
Anyhow if publishing as XAI service, I kept pageAction attribute unmentioned in the schema, and I passed it in the SOAP message as an attribute and it worked fine.
Thanks
Abdullah

Similar Messages

  • Business service failed to insert the data in DB2

    Hi I have developed a business service through OSB and deployed in to SOB in my local. The business service is trying to insert data in to DB2 table where the primary key column is auto generated in DB2.
    When i am testing the business service, in the XML i have removed that tag out of it and tried the execute the service and I end up with the following error. Please let me know where I am going wrong in this.
    <Mar 15, 2012 1:35:19 PM CDT> <Error> <JCA_FRAMEWORK_AND_ADAPTER> <BEA-000000> <servicebus:/WSDL/IIRSearch/adapter/IIRA
    apterServices/AuditInputDataService [ AuditInputDataService_ptt::insert(SearchAuditIirCollection) ] - Could not invoke
    peration 'insert' due to:
    BINDING.JCA-11616
    DBWriteInteractionSpec Execute Failed Exception.
    insert failed. Descriptor name: [AuditInputDataService.SearchAuditIir].
    Caused by java.sql.BatchUpdateException: [IBM][CLI Driver][DB2/LINUXX8664] SQL0798N A value cannot be specified for co
    umn "SEARCH_ID" which is defined as GENERATED ALWAYS. SQLSTATE=428C9
    Please see the logs for the full DBAdapter logging output prior to this exception. ConnectionFactory property platform
    lassName was set to org.eclipse.persistence.platform.database.oracle.Oracle10Platform but the database you are connecti
    g to is DB2/LINUXX8664. Please validate your platformClassName setting. This mismatch can cause the adapter to trigge
    runtime exceptions or execute SQL that is invalid for the database you are connected to. This exception is considered
    not retriable, likely due to a modelling mistake. To classify it as retriable instead add property nonRetriableErrorCo
    es with value "--798" to your deployment descriptor (i.e. weblogic-ra.xml). To auto retry a retriable fault set these
    omposite.xml properties for this invoke: jca.retry.interval, jca.retry.count, and jca.retry.backoff. All properties ar
    integers.
    at oracle.tip.adapter.db.exceptions.DBResourceException.createNonRetriableException(DBResourceException.java:68
    at oracle.tip.adapter.db.exceptions.DBResourceException.createEISException(DBResourceException.java:648)
    at oracle.tip.adapter.db.exceptions.DBResourceException.outboundWriteException(DBResourceException.java:696)
    at oracle.tip.adapter.db.transaction.DBTransaction.commit(DBTransaction.java:236)
    at oracle.tip.adapter.sa.impl.fw.wsif.jca.WSIFOperation_JCA.performOperation(WSIFOperation_JCA.java:544)
    at oracle.tip.adapter.sa.impl.fw.wsif.jca.WSIFOperation_JCA.executeOperation(WSIFOperation_JCA.java:353)
    at oracle.tip.adapter.sa.impl.fw.wsif.jca.WSIFOperation_JCA.executeRequestResponseOperation(WSIFOperation_JCA.j
    va:312)
    at oracle.tip.adapter.sa.impl.fw.wsif.jca.WSIFOperation_JCA.executeInputOnlyOperation(WSIFOperation_JCA.java:29
    at oracle.tip.adapter.sa.impl.JCABindingReferenceImpl.invokeWsifProvider(JCABindingReferenceImpl.java:345)
    at oracle.tip.adapter.sa.impl.JCABindingReferenceImpl.post(JCABindingReferenceImpl.java:195)
    at com.bea.wli.sb.transports.jca.binding.JCATransportOutboundOperationBindingServiceImpl.invokeOneWay(JCATransp
    rtOutboundOperationBindingServiceImpl.java:109)
    at com.bea.wli.sb.transports.jca.JCATransportEndpoint.sendOneWay(JCATransportEndpoint.java:191)
    at com.bea.wli.sb.transports.jca.JCATransportEndpoint.send(JCATransportEndpoint.java:168)
    at com.bea.wli.sb.transports.jca.JCATransportProvider.sendMessageAsync(JCATransportProvider.java:598)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.wli.sb.transports.Util$1.invoke(Util.java:83)
    at $Proxy128.sendMessageAsync(Unknown Source)
    at com.bea.wli.sb.transports.LoadBalanceFailoverListener.sendMessageAsync(LoadBalanceFailoverListener.java:148)
    at com.bea.wli.sb.transports.LoadBalanceFailoverListener.sendMessageToServiceAsync(LoadBalanceFailoverListener.
    ava:603)
    at com.bea.wli.sb.transports.LoadBalanceFailoverListener.sendMessageToService(LoadBalanceFailoverListener.java:
    38)
    at com.bea.wli.sb.transports.TransportManagerImpl.sendMessageToService(TransportManagerImpl.java:558)
    at com.bea.wli.sb.transports.TransportManagerImpl.sendMessageAsync(TransportManagerImpl.java:426)
    at com.bea.wli.sb.test.service.ServiceMessageSender.send0(ServiceMessageSender.java:380)
    at com.bea.wli.sb.test.service.ServiceMessageSender.access$000(ServiceMessageSender.java:79)
    at com.bea.wli.sb.test.service.ServiceMessageSender$1.run(ServiceMessageSender.java:137)
    at com.bea.wli.sb.test.service.ServiceMessageSender$1.run(ServiceMessageSender.java:135)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
    at com.bea.wli.sb.security.WLSSecurityContextService.runAs(WLSSecurityContextService.java:55)
    at com.bea.wli.sb.test.service.ServiceMessageSender.send(ServiceMessageSender.java:140)
    at com.bea.wli.sb.test.service.ServiceProcessor.invoke(ServiceProcessor.java:454)
    at com.bea.wli.sb.test.TestServiceImpl.invoke(TestServiceImpl.java:172)
    at com.bea.wli.sb.test.client.ejb.TestServiceEJBBean.invoke(TestServiceEJBBean.java:167)
    at com.bea.wli.sb.test.client.ejb.TestService_sqr59p_EOImpl.__WL_invoke(Unknown Source)
    at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)
    at com.bea.wli.sb.test.client.ejb.TestService_sqr59p_EOImpl.invoke(Unknown Source)
    at com.bea.wli.sb.test.client.ejb.TestService_sqr59p_EOImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:667)
    at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:522)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:518)
    at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)

    I am assuming that the primary key that you were referring to is the SEARCH_ID.
    Caused by java.sql.BatchUpdateException: [IBM][CLI Driver][DB2/LINUXX8664] SQL0798N A value cannot be specified for column "SEARCH_ID" which is defined as GENERATED ALWAYS. SQLSTATE=428C9Looks like when you generated the JCA DBAdapter WSDL, all the columns were selected. And hence the insert queries that were generated to be used by the JCA DBAdapter have this field.
    Can you reconfigure the DBAdapter with a custom query to insert in to the table, without the primary key column selected. This should resolve your issue.
    If this still does not solve your issue. Lets start to debug further by capturing the exact SQL query being executed.
    Enable the debug mode for the JCA framework. Edit the alsbdebug.xml file in the domain directory and set the category alsb-jca-framework-adapter-debug flag to true. Then restart the servers.
    Refer - http://download.oracle.com/docs/html/E15867_01/app_debugging.htm for more details.
    Hope this helps.
    Thanks,
    Patrick

  • Problem while changing Business Area in Cost Center Master Data

    I am having a problem while changing the Business area in cost center master data, the system does not allow to change the business area due to the following reasons;
    1.  The transactional data already exists for that cost center
    2.  The desired date required to be changed, falls between analysis period 01.01.2000 to 31.12.2999
    Can anyone help me in order to reslove this issue
    Thanking in anticipation
    Edited by: Arshad  Iqbal on May 24, 2010 2:10 PM

    Dear Dejan !!
    Thanks a lot for resolving my problem actaully i have tested the scenario in Testing Server by changing the fiscal year and the system allowed to change the business area before any transactional data posted.
    Thanks Once Again
    Regards
    Ch. Arshad Iqbal

  • How to access Business object type attribute from a method/function modul ?

    Hello,
    i have created a business object type object along with attributes and methods. Now inside the method i want to access the attributes. inside the method i am writing:
    data a type XXX.
    a = me->attribute
    this is creating a compilation error.
    Now the method is defined as a function module in some package, so can anyone inform me how to access object attributes from the function module ?
    pointes are awarded
    Regards

    Hello,
    thanks for your answer, but this too did not work, "=>" is for static attributes and the attributes i have are not static. Moreover, i tried it but it gave the same error :
    the abap error was when i was checking the code is :
    the type me=>documenttype is unknown
    as you know in SWO1 i created an object and when i create a method you link it to a function module and this is where you have the implementation of the method, so from this method how can i access the attributes on the main object that i created in SWO1
    regards

  • Business Service - Other Attributes

    Hi Guys,
    I have a file to rfc scenario, The file is coming in from a file system and mapped as per business req to the structure of the BAPI.
    I am using a single business service for both sender and receiver , I came across other attributes  tab where it is Third party service (chargeable) or SAP Service (Non Chargeable)...
    What should I select , and what is the impact ??
    pls share your thoughts.
    Regards,
    Teja

    how would we know if it is chargeable or not?
    This is what your integration architect or Business Folks will confirm.....if it is confirmed that the service which you are trying to send message to is a third party then you may be charged for some amount....the business has to takke a call on whether the messages is to be sent by paying some charges or use some other mechanism which will provide more cost-effective solution.
    Saw this when we had a Discovery Server installed....personally never tried communicating with third party systems....but my project-anchor mentioned this issue of charges with the Discovery system.
    Regards,
    Abhishek.

  • Changes in Service Tax Rate from 12% to 10% from 24th Feb 2009

    Dear All SAP Consultants
        In our Company we are using JSRT ,JEC3 & JES3 Condition type, for calculation of S.Tax, Cess & H,Cess respectively, for Service Tax Calculation. We have maintain above Condition through FV11 [Maintain Condition Type for Vendor]  12%, 2% & 1%. to the Vendor, up to validity date 01-04-2008 to 23 Feb 09 and as per the changes declare by Government, we have maintain it 10% 2% & 1% from validity period 24.02.009 to 31.12.9999.
         But, when we post the entry through FI through the FB60 [Vendor Invoice] with Document Date which is before 24 Feb 2009 and Posting is Current date for Last month Invoices, which is include Service Tax Rate 12%. at that time system should have take the 12% service tax, but it is taking  10% as per new condition was maintain to the vendor.
    How, we post the Invoices which is include the 12% S.Tax through FI with Document Date  is before 24.02.2009 and Posting Date is Current Date.
    Thanks & Regards
    Abhijeet R. Walke

    Hi Abhijeet,
    It picks up on the basis of posting date and not document date.
    Enter posting date before 23 feb.
    Regards,
    Kiran

  • Change display of result set from 'showing data as rows, to showing data as one or more columns'

    Hi Everyone,
    I am interested in changing the way that data is displayed in my result set.
    Essentially I want to display a selection of rows (1 to n) as columns, the following diagram explains my intentions -
    Perhaps one of the greatest challenges here is the fact that I do not have a concrete number of rows (or BIN numbers).
    Each stock item could be stored in one or more BINS, which I will not know until running my query.
    Any suggestions here will be greatly appreciated.
    Kind Regards,
    David

    Can you explain on what basis you select those BinLabels? There're lots of other labels also available on your sample data so whats the rule which determines which all BinLabels should be selected?
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs
    Agree with Visakh16's opinion. In addition, it might be helpful if you can post your DDL here.
    Regards,
    Elvis Long
    TechNet Community Support

  • Unable to create Business Service "Web Engine Interface" (sbl-dat-00227)

    Does anybody know about this issue? I can't test my workflows because of the same message please it is urgent fix it.
    Regards.

    Hi,
    Does the Application is working only on ENU or any other language. Pls confirm.
    If you are trying to test the worklfow other than ENU, this error will occur.
    There are some LOV Value for "ACCESS_RESOURCE_TYPE". Please check if it exists and the Language is ENU.
    Regards,
    Joseph Arul Dass

  • Changing business area on a cost center

    We mainly use HR, but we use some FI/CO for accounting.  (I am no expert in FI/CO whatsoever - so please excuse any incorrect terms).
    Our users have entered incorrect business area to a cost center.
    This business area is now registered on employees, and payroll/posting has been run up unitil October 2010.
    If I try to change business area from 01.11.2009 (realize it is probably not good to change earlier due to postings); I get the following error message: "Field change Business Area is not possible (transaction data already exists)"
    In addition, the message says: If you still want to change the object, select a suitable change interval by choosing "Edit -> Analysis period...".  However, trying to change the analysis period I am told I have to choose year end.
    My questions are:
    1. Is there a way I can change business area from 01.11.2009 ?
    2. Is there a way to change area earlier - and if so, what are the impacts+
    I appreciate any help
    Kirsten
    Edited by: Kibo on Oct 11, 2009 2:44 PM

    Hi Kirsten,
    Normally, it's not possible to change business area during a fiscal year once there is already postings in this Fiscal Year.
    The reason is to make sure that there is no change within the fiscal year since you then would have different postings - cost center belonging to different business areas within the same fiscal year. Meaning that it is possible to change the business area for the next fiscal year like described in the long text of the error message KS134. The reason is that it is to avoid inconsistency update of the table (COSS, COEP, or COSP).
    Although, If the following requirements are met, than it is is possible to change the business area during a fiscal year with the
    help of the note 62716:
    1.  The change interval is set to period limits
    2.  There is no dependent actual transaction data in the change interval
        or afterwards.
    3.  There must already be an analysis period for the respective cost
        center which starts on the first day of the chosen period. If this
        is not the case, you can create one with 'Change cost center'
    If the requirements are met, you can run the report RKACOR06 in SE38
    safely. I recommend you to execute the report first with Test Run on
    your test system.
    Regards,
    Greta

  • Does business service have an application service for secure access?

    Hi
    Recently we had faced a strange situation when we are attempting to execute a script
    these are the steps i followed
    *1.Created a business service*
    This is my business service with service name CILCSVAP
    <schema pageAction="read">
    <said mapField="SA_ID"/>
    <indt mapField="START_DT"/>
    </schema>
    *2.Added the above business service in service script and used the edit data step to invoke the bs*
    No application service given for the script.
    invokeBS 'Cm_serviceagreement' using "cm_serviceagreement"
    Now when i execute the above script
    i am getting the following error
    You are not allowed access (directly/indirectly) to this account.
    *     Description: Please contact your security administrator to check your security for this account.*
    I know that this error occurs if a user doesnt has accesss to a account but i had checked that too by verifying account's accessgroup which i am using,then its access roles then i had checked that user with which i had logged in is present or not.yes it is present
    Now i am wondering whether business service has an application service
    I cant find any field for entering application service on business service page.
    Although i have access to execute the script and the business service why i am getting this error,plz help.

    Hi shanker,
    I'm working with MDM 2.0 and I've a field to enter an application service.
    During my customizations I've used the 'default execution application service'.
    I've tried to attach an image to this post, but it seems to be not possible.
    When I add a new business service, I got these settings:
    * Business Service (in your case CILCSVAP)
    * Description
    * Detailed Description
    * Service Name (Name of the System Service)
    * Application Service (I've used F1-DFLTAPS)
    and on an additional tab the Schema of the BS.
    Please check if the application service is assigned to your User Group and if the execution right is set.
    /Markus

  • Change Notification Service  for Detla functionality in DM

    Hi All,
    We are implementing DM(Deposit Management ) for BI.For extracting data from the standard extractor we have to do some Prerequisites(refer the link).
    Can anyone help me to explain the functionality of change notification service for extraction(delta) the data for the DM datasource.
    Please refer the link below.
    http://help.sap.com/saphelp_nw70/helpdata/EN/07/1986bce40449a88d6ceb784ae0c424/frameset.htm
    Regards,
    Sid

    Hey ,
    I have split the files into 4 but still its going to dump saying memory too low. i have also increased the memory parameters but no use. Is there any other way to download such huge file onto the presentation server.
    Please let me know if there is any alternative solution for this.
    Regards
    Rock

  • Configuring mutiple Business Services in Integration Directory

    Hello all,
    Got a question here. Let's say there are 10 different external parties and I intend to create a Business Service for each of them in ID.  However, they all call the same Outbound Interface to interact with XI.  Do I have to also create 10 different Receiver Determinations?  That's sounds quite some repetitive works.
    Regards,
    Steve

    Steve,
    I think I should have put my explanation better.
    If you are going to have<b> multiple Sender Business Services</b> , (sending the same data) , in this case you would need multiple Sender Comm Channels, Sender Agreements and correspondingly Receiver Determinations.
    But, if your case is such that the Sender Service is same but you need to send the data to multiple receivers, you need not have multiple receiver determinations but you can add multiple Receivers in the same Receiver determination and conditionally route the data.
    Regards,
    Bhavesh

  • Wrong results using the SUM in XPATH- Edit data

    I have a problem when try to do a sum operation using the XPATH function on a set of decimal values:
    To explain it simple, a Service script(also have tried in BPA) which has a edit data step as below
    move '2108.39' to "parm/+listofpay/amt";
    move '1330.8' to "parm/+listofpay/amt";
    move '189.83' to "parm/+listofpay/amt";
    move '4561.12' to "parm/+listofpay/amt";
    move '480.55' to "parm/+listofpay/amt";
    move "sum(parm/listofpay/amt)" to "parm/totamt";
    and the schema is
    <schema>
    <totamt dataType="number"/>
    <listofpay type="list">
    <amt dataType="number"/>
    </listofpay>
    </schema>
    When tried to display(calling through a BPA) the parm/totamt i get a result 8670.68999999999 instead of 8670.69
    Oracle support says it a problem with rounding, how can we have a rounding problem in addition ?
    any suggestions please ?

    Hi Manfred!
    Our setup is very straight forward. We are using a generic M-Series board to generate the stimulus signal as follows:
    Output frequency for x-number of cycles - measure gain/phase response.
    To sample the response, we are using an S-Series board. All of it is done using DAQmx drivers, which again, I don't think makes any difference, since we are experiencing the same problems with a 'pure' software simulation.
    Our unit under test is comprised of a resistor and a capacitor, which represents a simple low pass filter with predictable gain/phase response.
    It appears to us that the erratic phase response at higher frequencies is a result of 1pi versus 2pi phase wrap or flip, which may not be handled correctly by the lock-in tool kit.
    We were thinking of "unwrapping" the phase, but I wanted to find an explanation for this behaviour first, to ensure that we are not dealing with a software bug.
    Also, where can we find the unwrap phase.vi?
    Thanks,
    Markus
    www.movimed.com - Custom Imaging Solutions
    www.movitherm.com - Advanced Thermography Solutions

  • Getting changed data back from editable ALV...

    Hello Gurus,
    I am working on ALV using standard ALV function module REUSE_ALV_GRID_DISPLAY. Now, To make the fields editale, I am using flag EDIT = 'X' in field catalog. This working fine.
    Now, when the data is changed in ALV grid and user clicks on SAVE button that I have programmed in i_callback_usercommand, how can I get the changed data back from editable ALV so that I can change data in custom table ?
    Please help.
    Regards,
    Rajesh.

    I see that the method CHECK_CHANGED_DATA is used. I am also doing it as follows. But how do I get the changed data back in table. There are no table parameters in
    CALL METHOD REF_GRID->CHECK_CHANGED_DATA .
    DATA: REF_GRID TYPE REF TO CL_GUI_ALV_GRID.
    IF REF_GRID IS INITIAL.
    CALL FUNCTION 'GET_GLOBALS_FROM_SLVC_FULLSCR'
    IMPORTING
    E_GRID = REF_GRID.
    ENDIF.
    IF NOT REF_GRID IS INITIAL.
    CALL METHOD REF_GRID->CHECK_CHANGED_DATA .
    ENDIF.
    Please guide

  • Photos recently changed from sequential numbering to date/timestamp.  When I import into apps for editing they are out of order.  What can be done to change back to sequential numbering instead of date/timestamp?

    Photos recently changed from sequential numbering to date/timestamp.  When I import into apps for editing they are out of order.  What can be done to change back to sequential numbering instead of date/timestamp?

    The date information is taken from the camera which writes it to the file. This needs to be set to the correct date and time in the camera itself.
    The order the images are shown in the Library mode is set by clicking on the sort button in the tool bar, which if not showing can be activated from view, tool bar. There are different sort orders that can be applied including sorting by file name. You can also sort by dragging the images to the order you wish them to appear in by selecting user order.

Maybe you are looking for

  • Can I create a portfolio slideshow using custom thumbnails?

    Hi. After searching the forums and watching several Lynda tutorials, I can't seem find an answer to my specific question. I'm creating a new portfolio website for myself and for the actual portfolio page, I went ahead and created custom thumbnails fo

  • ICloud Storage Space Error? I have enough space though...

    Hello, My iCloud won't let me upload a spreadsheet that takes up only 10 megabytes. It comes up with an error saying not enough space, however when I checked the iCloud storage it says I still have 800mb of space left. Has anyone else encountered thi

  • Dip to Color Dissolve + Widescreen Matte

    Forum, When my Dip to Color Dissolve comes in my black bars (wide screen matte) are trumped by the dissolve. I'm looking for a way to keep the bars all the way through the end of the Dip to Color Dissolve. No such luck yet. Thanks to anyone that can

  • Java Mappings Basics

    Hi!, I am new to SAP XI....I am comfortable with certain scenarios...I know Java...not an expert though, but can try to understand...I want to learn Java Mappings from the basics....i.e., start to finish... Can anyone help me with this.....with all s

  • Deployment error, java.lang.NoClassDefFoundError: org/apache/commons/digest

    Hi all, I get the following stack trace when deploying an app where I added some JSF stuff: <Aug 24, 2005 9:49:24 AM PDT> <Error> <Deployer> <BEA-149201> <Failed to complete the deployment task with ID 0 for the application appsdircg_war. java.lang.N