JDev 10.1.3 SU5 model refactor BUG

i have in my model two packages with application modules. in one of this packages implementation files (nameAMImpl.java) contain custom code. i tried to move this package into second one. after moving, my additional methods are removed although declaration of implementation of proper interface is left and interface code is properly moved.

Grant and Frank,
OK - I have confirmed this. It does NOT happen when I use the JDev download with the included Java VM. It DOES happen when I use the JDev with no included JVM and use my own. For reference, I am using this Java:
C:\>"C:\Program Files\Java\jdk1.5.0_05\bin\java" -version            
java version "1.5.0_05"                                              
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_05-b05)
Java HotSpot(TM) Client VM (build 1.5.0_05-b05, mixed mode, sharing)  I guess I should go back to using the one with the included JDK. Now, if I could only pare down and have 2 or 3 copies of JDeveloper on my laptop instead of 4 ;)
Kind regards,
John
bump... just making sure someone sees the real bug

Similar Messages

  • Model refactoring error in 11g. ( bug ? )

    I changed model project
    and add new view link then following erro occurs in Jdev 11g.
    Error: Multiple versions of iski/menu/model/Model.jpx appear in your project run classpath. Check the project dependencies related to: .../javacal/iskiMenu/Model/classes/ and .../JavaOrtak/application/htree/Model/classes/
    Error: Multiple versions of iski/menu/model/common/bc4j.xcfg appear in your project run classpath. Check the project dependencies related to: .../javacal/iskiMenu/Model/classes/ and .../JavaOrtak/application/htree/Model/classes/
    How can I correct this error ?
    it seem like a bug.
    Thanks...

    we solved problem.
    there is a warning on model project dependeny list of view project .
    (there is 2 model project . One has warning )
    We delete it.
    Problem solved.
    ist seem like a bug. Because we hadn't done anything about dependency before fault occured.

  • Is the Refactor Bug fixed in 11.1.2?  I really need an Oracle opinion...

    Hello Everyone:
    I have been trying to utilize the performance enhancing Best Practise of creating a re-usable Business Components .jar file for everyone to use that creates a JDeveloper Application.
    This re-usable .jar file, originally created in 10g, had hours and hours of work spent on functionally grouping entities using refactor, re-naming ambiguously named database constraints into understandable descriptive associations using refactor, creating display types of checkBox and Uppercase (in Control Hints), include any simple Validations and labelling each and every column for inclusion in projects (in Control Hints). The intent was to have this Entity layer ready and done for people to pick up and use. Create their View Objects from, and fly from there. Every other tool we have used for Application Development has allowed us to have a database layer that is created once and then used by everyone.
    Unfortunately, we have not been flying with JDeveloper and there appears to be a Bug in the Refactor functionality. We started creating this .jar file in 10.1.3.3 and migrated it to 11.1.1.4 which is what we are still on.
    I believe that we are still having residual code from the 10g Refactor problem and it is detailed in this pretty much ignored (except for 2 kind individuals) forum post. These two individuals confirmed that they too have to go in and MANUALLY change the .xml files after refactoring using a "trail and error" method.
    Getting "Unable to find referenced object" at random when opening JDev
    So I have come to the conclusion that we need to start from scratch and re-do all this work. This question is to ask if the factoring in 11.1.2 works correctly. According to the following documentation (http://docs.oracle.com/cd/E16162_01/web.1112/e16182/refactoring.htm) Table 37.1, we SHOULD be able to do this with no problem.
    Because 11.1.2 now allows a database such as ours that does NOT have pre-populated keys (Primary keys from model (6894412)), I am figuring that I should re-do everything in 11.1.2 from scratch. So I am asking here if
    1) Has anyone done a LOT of refactoring in 11.1.2 and know it to work?
    2) Any input on the start from scratch approach?
    3) Is there some shortcuts to allow me to use things such as manipulating the code from the 10g Message Bundle files into the ModelBundle file so that all those months and months of work are not completely lost?
    4) If anyone knows how to easily bring over Display_Type = checkBox code from what I already have in our current 11.1.1.4 .jar file to a new, from scratch, 11.1.2 Business Components .jar file?
    I appreciate any response. To note, we have not converted over to 11.1.2 because we are waiting for the JHeadstart release that supports it as we use JHeadstart.
    Thanks very much.
    Mary
    UofW

    Frank:
    I am not trying to run anything in JHeadstart. I am only in the Model layer trying to create the re-usable Business Components that will eventually be imported into projects - some using Jheadstart, others not.
    The errors I am getting are explained in this post Getting "Unable to find referenced object" at random when opening JDev When I open JDeveloper and HAVE AN ASSOCIATION OPEN IN THE EDIT PANE, then I will get a "unable to reference object" error on some associations. This appears to be caused by our use of refactor in 10g in these entities which was then migrated over to 11g. 2 other people in that thread confirmed that they have had problems with refactor. There is a lot more detail in that thread.
    I am not sure what your Proof of Concept comment means. I am assuming POC means Proof of Concept. Correct me if I am wrong. Are you saying that Oracle is not aware that there has been a refactor problem and want me to check it out? I was hoping for some reassurance that Oracle was aware that there were problems with refactor in 10g, and they have been fixed in 11.1.2.
    Is Oracle not aware there have been problems with refactor and has anyone used refactor A LOT in 11.1.2 and know it to work correctly?
    Is starting from scratch the best idea?
    Are there any ideas about shortcuts to help me use the code that has had hours and hours of time invested in it and bring it over to 11.1.2?
    If you want me to check it out will I get Oracle consulting fees? :)
    Thanks.
    Mary
    UofW

  • Model refactoring

    Hi,
    I have several Web DynPro projects made only to hold a set of RFC Models that are used by other components. These RFC projects, over time, have accumulated a wide number of models and their build time is escalated up to several minutes.
    In some RFC projects I have a lot of models holding only one or two RFCs each, where in others I have a small number of models each one of them holding many RFCs.
    From one side, it is good to have only a model with all the RFCs inside because you do not have type Classes duplications, but the drawback is that if you need to update only an RFC you are forced to take all the changes made even to other RFC included inside the model.
    So I'm facing two problems:
    - What is a good measure for subdividing models between projects?
    - What is a good measure for subdividing RFC (Function modules) between models?
    And, to solve those problems:
    - What tools do I have to refactor models (rename models, move a model from one project to another...)?
    Thank you,
    Pietro

    we solved problem.
    there is a warning on model project dependeny list of view project .
    (there is 2 model project . One has warning )
    We delete it.
    Problem solved.
    ist seem like a bug. Because we hadn't done anything about dependency before fault occured.

  • Migration of ADF project from JDev 10.1.2.2 to JDev 10.1.3.1; Model cloning

    Is there a way to migrate an Oracle ADF project, specifically a Model using ADF Business Components from JDev 10.1.2.2.0 to JDev 10.1.3.1.0?
    Is there a way to create a clone of a Model using ADF Business Components from one application to be used in another application, w.o.w. to re-use a Model from one application in another application?
    Thank you in advance.

    For some reason my example code was erased from the message.
    I based my general method on following one:
    see:
    http://www.oracle.com/technology/products/jdev/howtos/10g/jcmultiform/index.html
    int count = 0;
    private DCBindingContainer createDetailBinding()
    String detailBCName = "DetailFormUIModel"+count;
    if (panelBinding.getBindingContext().get(detailBCName) == null)
    DCBindingContainerDef bcdef = DCBindingContainerDef.findDefObject("sample.DetailFormUIModel");
    DCBindingContainer bc = bcdef.createBindingContainer(panelBinding.getBindingContext());
    bc.setName(detailBCName);
    panelBinding.getBindingContext().put(detailBCName, bc);
    ++count; //make sure the next name is unused thus far.
    return bc;
    return null;
    My method:
    ========
    private DCBindingContainer createBindingContainer(String packageName, String panelModelName)
    StringBuffer sb = new StringBuffer(packageName);
    sb.append(ViewConstants.STRING_DOT);
    sb.append(panelModelName);
    DCBindingContainerDef bcdef = DCBindingContainerDef.findDefObject(sb.toString()); //NOTE THE NAME.
    if (bcdef == null)
    throw new JboException("System error, "+getClass().getName()+".createBindingContainer, DCBindingContainerDef: "+sb.toString()+" not found");
    DCBindingContainer bc = bcdef.createBindingContainer(panelBinding.getBindingContext());
    bc.setName(panelModelName);
    panelBinding.getBindingContext().put(panelModelName, bc);
    return bc;
    Any suggestion for replacing createBindingContainer with the 10.1.3 adequate method?
    Thanks
    Fred

  • BIP 11g: Data Model Editor bug?

    In BIP 11g, trying to create a data model with single query with following SQL:
    SELECT to_char(SYSDATE, 'HH24:MI') start_time FROM DUAL
    The Create Data Set - SQL window does not like the above SQL. Specifically, the format mask HH24:MI is not recognized and give the error ORA-01756: quoted string not properly terminated.
    Anyone seen this?

    I think it's "11835845 - 11G SQL DATA SET CREATION ORA-01756 ERROR BECAUSE COLON IS READ AS BIND VARIABLE" bug
    You can use CHR(58) instead of a colon.
    Regards,
    Igor

  • Posting through a Navigation to an EntitySet in External Model Reference Bug?

    Hi All,
    Consider the scenario where I have a service called ResuableEntities which contains a Comments Entityset (with underlying Comment Entity).  Now I create a second service called WorkOrderServices; which contains a WorkOrders EntitySet with underlying WorkOrder Entity.
    Now I include the oData reference to ResuableEntities so I can make a relationship from WorkOrder to Comments.  If I do a GET request on /WorkOrderServices/WorkOrders('123')/Comments that behaves as expected; but if I want to create a new Comment by posting to /WorkOrderServices/WorkOrders('123')/Comments, I am getting an error stating "Data object 'WorkOrder' not found."
    Is this a bug with Gateway, am I doing something wrong, or???
    Cheers,
    Matt

    Hi all,
    Just saw a response from the development team through SMP, and they have replied that Post to an included service is not supported. Why is a very important question here???  e.g. This will lead to no reuse within Gateway services, duplicated code, and encourage extremely large services being created rather than modularising and including services as required.
    So if anyone from the SAP development team is reading this - Can you please adjust your answer and fix this or explain clearly why this is not a problem?
    Oh well - for now - looks like I need to build a layer to allow me not to have to replicate my oData code at least, and duplicate entities in different Gateway services.
    Cheers,
    Matt

  • JDev 10.1.3 SU5: removeRowWithKey not working

    Hi,
    using ADF Faces and ADF BC.
    I have a master detail (Request and RequestLines).
    RequestLines is displayed in a read-only table on and ADF Faces JSP.
    I have dragged removeRowWithKey from the request lines VO operations to the page as a command link in the last column of the table.
    In as the parameter value for the removeRowWithKey method i have set the value to:
    ${row.rowKeyStr}
    The VO is based on an EO.
    when i click on the link the row is not removed.
    Am i missing something?
    Brenden

    Hi Steve,
    unfortunately it didn't make a difference.
    here is my pageDef. You can see that i am using the same iterator bindings to display the data and call the removeRowWithKey and everything is in the same AM (below).
    I have used removeRowWithKey successfully elsewhere in this project as well as other projects. The only difference is that this VO is the detail of a master detail.
    I have gone over everything in the page, pageDef and the model and can't find anything wrong.
    regards,
    Brenden
    <?xml version="1.0" encoding="UTF-8" ?>
    <pageDefinition xmlns="http://xmlns.oracle.com/adfm/uimodel"
                    version="10.1.3.36.73" id="rft_ItineraryPageDef"
                    Package="ecu.app.ui.pageDefs">
      <parameters/>
      <executables>
        <iterator id="TravelRequestLinesView1Iterator" RangeSize="-1"
                  Binds="TravelRequestLinesView1"
                  DataControl="TravelRequestServiceDataControl" Refresh="ifNeeded"/>
        <variableIterator id="variables">
          <variable Type="java.lang.String" Name="removeRowWithKey_rowKey"
                    IsQueriable="false"/>
        </variableIterator>
      </executables>
      <bindings>
        <table id="TravelRequestsView1TravelRequestLinesView1"
               IterBinding="TravelRequestLinesView1Iterator">
          <AttrNames>
            <Item Value="RequestId"/>
            <Item Value="LineId"/>
            <Item Value="Country"/>
            <Item Value="ArrivalDate"/>
            <Item Value="DepartureDate"/>
            <Item Value="Rating"/>
            <Item Value="Colour"/>
            <Item Value="Address"/>
            <Item Value="Phone"/>
            <Item Value="Fax"/>
            <Item Value="Mobile"/>
            <Item Value="CreatedBy"/>
            <Item Value="CreatedOn"/>
            <Item Value="ModifiedBy"/>
            <Item Value="ModifiedOn"/>
            <Item Value="Icon"/>
            <Item Value="AddressEntered"/>
          </AttrNames>
        </table>
        <action id="Commit" InstanceName="TravelRequestServiceDataControl"
                DataControl="TravelRequestServiceDataControl"
                RequiresUpdateModel="true" Action="100"/>
        <action id="removeRowWithKey" IterBinding="TravelRequestLinesView1Iterator"
                InstanceName="TravelRequestServiceDataControl.TravelRequestLinesView1"
                DataControl="TravelRequestServiceDataControl"
                RequiresUpdateModel="false" Action="99">
          <NamedData NDName="rowKey" NDValue="#{row.rowKeyStr}"
                     NDType="java.lang.String"/>
        </action>
      </bindings>
    </pageDefinition>

  • S.O.S -- Errors on JDev  "noSuchMethodException" ..... Bugs? I think not.

    http://img234.imageshack.us/img234/5919/imagem0rx.jpg
    This erros is displayed in my jdev, and in all machines of my enterprise....
    What is happened? How to solve it?

    Dear All,
    I am trying to migrate my JSP project from JDeveloper version 9.0.5.2 to JDeveloper version 10.1.3.0.4.
    I am getting very much the same error messages. I am using Windows XP SP2 as my OS.
    My application depends on two databases:
    * a remote Oracle database;
    * a Firebird database hosted on the same machine as the web server.
    Apparently, the solution is to copy the relevant JAR files to the classpath. I feel that in this new version of JDeveloper, it is not clear what the classpath is.
    I miss the possibility of
    * indicating additional classpath (formerly under Project Properties/Profiles/Development/Paths); and
    * the classpath is no longer indicated anywhere either (formerly under Project Properties/Profiles/Development/Libraries).
    I have also tried to edit the configuration under:
    * Project Properties/"Run/Debug"/Tool Settings/Profiler; and
    * under Project Properties/"Run/Debug"/Tool Settings/Debugger
    To no avail. The error is still occurring when I start the debugger.
    Anyway, from all the messages appearing in the log window, I understand that the following 2 directories are in the classpath:
    C:\Program Files\JDeveloper\j2ee\home\
    C:\Program Files\JDeveloper\lib
    I have also tried to solve the problem by copying the 3 JAR files to the above directores. I also tried to copy them to directory
    C:\Program Files\JDeveloper\j2ee\home\lib\
    because the dependent class where the problem occurs - i.e. oracle.oc4j.sql.config.DataSourceConfigUtils - can apparently be located there.
    FYI: the JAR files are from Jaybird version 2.0.1 which contains the JDBC drivers to connect to Firebird databases. To be sure: I use the Java compiler supplied with JDeveloper - i.e. version 1.5.0
    I hope somebody can help me to solve this problem. Thanks in advance!
    Kind regards,
    Dobedani
    Wageningen
    The Netherlands

  • JDev 9.0.3 LOV-Binding Bug?

    Hi!
    I've got a little problem with JDev 9.0.3 when migrating my project from JDev 9.0.2. All known Bugs from JDev 9.0.2 seem to be fixed but therefore other bugs appeared.
    My Problem in detail:
    I have 2 views (simplified):
    ORDERVIEW
    -- OrderId (DBSequence)
    -- OrderTypeIdFK (Number)
    ORDERTYPEVIEW
    -- OrderTypeId (Number)
    -- OrderTypeDescription (String)
    On a panel I display a textfield with OrderId and a ComboBox which should display the according OrderTypeDescription.
    So I created a LOVBinding on this ComboBox:
    LOV-ViewObject
    OrderTypeView
    -- OrderTypeId
    TargetViewObject
    OrderView
    -- OrderTypeIdFk
    LOV attributes to display
    -- OrderTypeDescription
    In JDev 9.0.2 this works perfectly, besides the missing search-function.
    When migrating to 9.0.3 without performing any changes I got the following exception when changing a OrderView-Row by selecting another OrderTypeDescription from the ComboBox:
    oracle.jbo.domain.DataCreationException: JBO-25009: Cannot create an object of type:oracle.jbo.domain.Number with value: Buy
    ("Buy" is one OrderTypeDescription)
    It seems that JDev wants to write OrderTypeDescription into the OrderTypeFK-Field. Of course, that can't work...
    If I change "LOV attributes to display" to "OrderTypeId" it works fine, but that's not what I want....
    Any suggestions? Thanks a lot
    Bernhard

    I have a problem very much like the one Bernhard described but in 9.0.2. A combobox with LOV-binding first worked fine but then I decided to make the control non-editable to force the user select one of the list items, not modifying the combobox contents by keyboard. After all, it makes no sense to let the user write something that has no counterpart in the LOV list. So I added 'myCombo.setEditable(false)' in my code. The result was that the combobox still shows Ok a description corresponding to an id value found in database but if I pick another value in the combobox list and try to update it to database then I get the same error Bernhard did. Is this the same bug? Should I upgrade to 9.0.3 (we are planning to do it) and get the patch to it or is there any other remedy?
    - Risto

  • [Patch 정보] TRACKING BUG FOR CUMULATIVE MLR#6 ON TOP OF BPEL PM 10.1.3.3.1

    최근에 출시된 BPEL PM 10.1.3.3.1의 통합패치입니다.
    아래는 readme.txt에 포함된 patch list입니다.
    # WARNING: Failure to carefully read and understand these requirements may
    # result in your applying a patch that can cause your Oracle Server to
    # malfunction, including interruption of service and/or loss of data.
    # If you do not meet all of the following requirements, please log an
    # iTAR, so that an Oracle Support Analyst may review your situation. The
    # Oracle analyst will help you determine if this patch is suitable for you
    # to apply to your system. We recommend that you avoid applying any
    # temporary patch unless directed by an Oracle Support Analyst who has
    # reviewed your system and determined that it is applicable.
    # Requirements:
    # - You must have located this patch via a Bug Database entry
    # and have the exact symptoms described in the bug entry.
    # - Your system configuration (Oracle Server version and patch
    # level, OS Version) must exactly match those in the bug
    # database entry - You must have NO OTHER PATCHES installed on
    # your Oracle Server since the latest patch set (or base release
    # x.y.z if you have no patch sets installed).
    # - [Oracle 9.0.4.1 & above] You must have Perl 5.00503 (or later)
    # installed under the ORACLE_HOME, or elsewhere within the host
    # environment.
    # Refer to the following link for details on Perl and OPatch:
    # http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=189489.1
    # If you do NOT meet these requirements, or are not certain that you meet
    # these requirements, please log an iTAR requesting assistance with this
    # patch and Support will make a determination about whether you should
    # apply this patch.
    # 10.1.3.3.1 Bundle Patch 6823628
    # DATE: March 14, 2008
    # Platform Patch for : Generic
    # Product Version # : 10.1.3.3.1
    # Product Patched : Oracle(R) SOA
    # Bugs Fixed by 10.1.3.3.1 Initial patch 6492514 :
    # Bug 5473225 - PATCH01GENESIS HOT UNABLE TO CATCH AN EXCEPTION DURING A
    # TRANSFORM
    # Bug 5699423 - PARTNERLINK PROPERTY THAT SET BPELXPROPERTY FUNCTION DOESN'T
    # WORK
    # Bug 5848272 - STATEFUL WEBSERVICES DEMO ON OTN DOES NOT WORK 10.1.3.1
    # Bug 5872799 - ANT DEPLOY BPEL TEST FAILS/RUNS ON DEFAULT DOMAIN NOT
    # SPECIFIED TARGET DOMAIN
    # Bug 5883401 - ALLOW A WAY TO CREATE EMPTY NODES - AND USE FOR REQUIRED
    # NODES
    # Bug 5919412 - SAMPLE DEMO BPEL PROCESSES MIMESERVICE MIMEREQUESTER AXIS
    # JAVA EXAMPLE ERROR
    # Bug 5924483 - ESB SHOULD SUPPORT SOAP EDNPOINT LOCATION DYNAMIC UDDI LOOKUP
    # Bug 5926809 - ORAPARSEESCAPEDXML XPATH EXPRESSION FAILED TO EXECUTE
    # FOTY0001 TYPE ERROR
    # Bug 5937320 - STRANGE BEHAVIOUR CALLING FROM BPEL TO BPEL GETTING
    # NULLPOINTEREXCEPTION.
    # Bug 5944641 - BPA BLUEPRINT NOT AVAIALBLE IN JDEVELOPER
    # Bug 5945059 - JAVA.LANG.NULLPOINTEREXCEPTION SENDING EMAILS WITH PAYLOADS
    # LARGER THAT 1MB
    # Bug 5962677 - WS RESPONSE IS EMPTY SOAP BODY IN ONE-WAY CALL
    # Bug 5963425 - WHEN THE OUTCOMES FOR A HT CHANGED & IMPORTED - UPDATE
    # CONNECTION ROLES IN BPEL
    # Bug 5964097 - AQ ADAPTER DEPLOYMENT CAUSES OPMN TO PERFORM A FORCEFUL
    # SHUTDOWN IN SOA
    # Bug 5971534 - CANNOT GRANT USER TASK VIEWS TO GROUPS, ONLY TO USERS.
    # Bug 5989367 - REFER TO SR 6252219.993 BPEL 10.1.3 ONLY COPIES IN ASSIGN,
    # IN 10.1.2 IT CREATES
    # Bug 5989527 - ENHANCEMENT WARNING SHOULD BE GIVEN UPON UPLOAD IF BPEL
    # PROCESS IS OPEN IN ARIS
    # Bug 5997936 - ESB FAULT DOES NOT GET PROPAGATED TO BPEL
    # Bug 6000575 - PERF NEED ESB PURGE SCRIPT TO PURGE BY DATE AND PROCESS
    # Bug 6001796 - POSTING OF DATE RECEIVED FROM XML GATEWAY TO BPEL FAILED IN
    # ESB
    # Bug 6005407 - BPEL PROCESS DOESN'T PROPOGATE FAULT THROWN BY BPEL
    # SUB-PROCESS
    # Bug 6017846 - MIMETYPE OF EMAIL NOTIFICATION IS NOT SET THROUGH HUMAN TASK
    # Bug 6027734 - DECISION SERVICE IMPORT - LOCATING DECISION SERVICE IN .DECS
    # FILE IMPROPER
    # Bug 6028985 - EXCEEDED MAXIMUM NUMBER OF SUBSCRIBERS FOR QUEUE
    # ORAESB.ESB_CONTROL
    # Bug 6041508 - CREATING/UPDATING DVM CAUSE EXCEPTION
    # Bug 6053708 - FTP ADAPTER DOES NOT SUPPORT ENCRYPTED PASSWORD IN
    # OC4J-RA.XML
    # Bug 6054034 - INDEX4,INDEX5 AND INDEX6 CANNOT BE USED IN BPEL CONSOLE
    # Bug 6068801 - BACKPORT OF BPEL ON WEBLOGIC - VERSION 10.1.3.3
    # Bug 6070991 - HT EXPORT DOES NOT EXPORT PARAMETERS, ALLOW PARTICIPANTS TO
    # INVITE OTHERS
    # Bug 6071001 - WSIF HTTP BINDING NOT WORKING FROM ESB
    # Bug 6073311 - STRESS SCOPE NOT FOUND ON CALLBACK - WRONG (DUPE)
    # SUBSCRIPTION IN TABLE
    # Bug 6081070 - JMS ADAPTER REJECTION HANDLER CREATE 0 BYTE FILES
    # Bug 6083419 - DECISION SERVICE SCOPE NEED TO HAVE A SPECIAL INDICATOR
    # Bug 6085799 - HUMAN TASK ADDED IN SCOPE IN JDEV IS NOT UPDATED TO BPA
    # SERVER
    # Bug 6085933 - EXPORT AND EXPLORE SHOULD USE USER LANGUAGE AND NOT ENGLISH
    # ALWAYS
    # Bug 6086281 - STRING INDEX OUT OF RANGE ERROR FOR COBOL COPYBOOK WITH PIC
    # CLAUSE HAVING S
    # Bug 6086453 - DOMAINS CREATED IN A CLUSTER GETS NOT PROPAGATED TO NEW OR
    # EXISTING NODES
    # Bug 6087484 - MULTIPLE HEADER SETTING CAUSES ESB EXCEPTION
    # Bug 6087645 - ESB SHOULD ALLOW USER PICK RUNTIME PROTOCOL (HTTP/HTTPS)
    # Bug 6110231 - TRANSLATION NOT BASED ON MQ CCSID CHARSET
    # Bug 6120226 - BPEL IS NOT SETTING THE APPS CONTEXT CORRECTLY
    # Bug 6120323 - COMPLETIONPERSISTPOLICY ON DOMAIN LEVEL HAS DISAPPEARED
    # Bug 6125184 - ESB JMS SESSION ROLLBACK ORACLE.JMS.AQJMSEXCEPTION
    # Bug 6127824 - [AIA2.0] CURRENT XREF IMPLEMENTATION IS MISSING REQUIRED
    # INDEXES ON XREF SCHEMA
    # Bug 6128247 - HTTPCONNECTOR POST() METHOD SHOULD RAISE EXCEPTION FOR ALL
    # STATUS CODES EXCEPT 2
    # Bug 6131159 - ENABLE USERS TO CHOOSE XSD WHEN CREATING A BPEL PROCESS FROM
    # BLUE PRINT
    # Bug 6132141 - PROCESS_DEFAULT TABLE STILL CONTAINS INFORMATION FROM
    # UNDEPLOYED PROCESSES
    # Bug 6133190 - ENABLING ESB CONSOLE HTTP/S IS MAKING THE CONSOLE TO COME UP
    # BLANK.
    # Bug 6139681 - BPEL WSDL LINK IN CLUSTERED RUNTIME POINTS TO A SINGLE NODE
    # Bug 6141259 - BASICHEADERS NOT PUTTING WWW-AUTHENTICATE HEADERS FOR HTTP
    # BINDING IN BPEL
    # Bug 6148021 - BPEL NATIVE SCHEMA FOR COBOL COPYBOOK WITH IMPLIED DECIMAL
    # LOSES DIGIT IN OUTPUT
    # Bug 6149672 - XOR DATA - CONDITION EXPRESSION SPECIFICATION IS NOT
    # INTUITIVE IN BPMN MODELS
    # Bug 6152830 - LOSING CONDITIONAL EXPRESSIONS CREATED IN JDEV UPON MERGE
    # Bug 6158128 - BASICHEADERS NOT PUTTING WWW-AUTHENTICATE HEADERS FOR HTTP
    # BINDING
    # Bug 6166991 - WHEN STARTING SOA SUITE,, PROCESSES FAIL DUE TO UNDEFINED
    # WSDL
    # Bug 6168226 - LOCATION-RESOLVER EXCEPTION THROWN IN OPMN LOGS
    # Bug 6187883 - CHANGES FOR BPEL RELEASE ON JBOSS- VERSION 10.1.3.3
    # Bug 6206148 - [AIA2.0] NEW FUNCTION REQUEST, XREFLOOKUPPOPULATEDCOLUMNS()
    # Bug 6210481 - BPEL PROCESS WORKS INCORRECTLY WHEN AN ACTIVITY HAS MULTIPLE
    # TRANSITIONCONDITION
    # Bug 6240028 - WEBSERVICE THAT DOES NOT CHALLENGE FOR BASIC CREDENTIALS
    # CANNOT BE INVOKED
    # Bug 6257116 - MULTIPLE HEADER SETTING CAUSES ESB EXCEPTION
    # Bug 6258925 - MESSAGE RECEIVED BY THE TARGET ENDPOINT VIA HTTP POST IS
    # MISSING THE XML HEADER
    # Bug 6259686 - TOO MANY UNNECESSARY WORKFLOW E-MAIL NOTIFICATIONS GENERATED
    # Bug 6267726 - 10.1.3.3 ORACLE APPLICATIONS ADAPTER - NOT ABLE TO CAPTURE
    # BUSINESS EVENT
    # Bug 6272427 - WEBSPHERE BPEL FAILS FOR DATA RETRIEVAL OF SIZE 500+ KB
    # Bug 6276995 - MERGE SCOPE NAME IS NOT UPDATED WHEN CHANGED IN THE SERVER
    # Bug 6280570 - XPATH EXPRESSION ERROR IN MEDIATOR FOR ASSIGNING USER-DEFINED
    # CONTEXT VALUES
    # Bug 6282339 - RETRYCOUNT DOES NOT WORK PROPERLY
    # Bug 6311039 - ONE RECORD IS INSERTED TO SYNC_STORE IF
    # COMPLETIONPERSISTPOLICY SET TO FAULTED
    # Bug 6311809 - [AIA2.0] NON-RETRYABLE ERRORS ARE NOT POSTED ON ESB_ERROR
    # TOPIC
    # Bug 6314784 - THE PRIORITY DEFINED IN THE BPA SUITE IS NOT TRANSFERRED TO
    # THE JDEV CORRECTLY
    # Bug 6314982 - THREADPOOL RACE CONDITION IN ADAPTER INITIALIZATION MESSAGES
    # NOT PROCESSED
    # Bug 6315104 - (SET)CLASSNAME MISSING IN TSENSOR JAXB OBJECTS
    # Bug 6316554 - CONSUME FUNCTIONALITY OF JMS ADAPTER FOR BEA WEBLOGIC DOES
    # NOT WORK
    # Bug 6316950 - FILEADAPTER HARPER ENHANCEMENTS SYNC WRITE AND CHUNKED
    # INTERACTION SPEC
    # Bug 6317398 - THE ICON FOR COMPUTING DIFFERENCE IS MISSING IN JDEV REFRESH
    # FROM SERVER DIALOG
    # Bug 6320506 - IMPORT FAILS WHEN THERE IS AN UNNAMED CASE
    # Bug 6321011 - CANNOT PROCESS 0 BYTE FILE USING FTP ADAPTER
    # Bug 6325749 - TRACKING BUG FOR TRACKING ADDITIONAL CHANGES TO BUG #6032044
    # Bug 6328584 - NEED A NEW XPATH EXPRESSION TO GET ATTACHMENT CONTENT VIA
    # SOAP INVOKATION
    # Bug 6333788 - COLLAPSING OF CONSECUTIVE ASSIGN TASKS BREAKS BAM SENSOR
    # Bug 6335773 - BUILD.XML CONTAINS DO NOT EDIT .. - WHILE <CUSTOMIZE> TASK
    # MUST BE IN <BPELC>
    # Bug 6335805 - AQ ADAPTER OUTBOUND DOESN'T RECONNECT AFTER FAILURE
    # Bug 6335822 - [AIA2.0] PSRPERFESB - RUNTIME DVM PERFORMANCE OVERHEAD IN ABS
    # USE CASE
    # Bug 6339126 - CHECKPOINT BPEL JAVA METHOD DOESN'T WORK IN BPEL 10.1.3.3
    # Bug 6342899 - OUTLINECHANGE.XML NOT UPDATE WITH ACTIVITY FROM NEW BRANCH
    # Bug 6343299 - ESB CONCRETE WSDL NAMESPACE SHOULD BE DIFFERENT FROM IMPORTED
    # WSDL NAMESPACE
    # Bug 6372741 - DEHYDRATION DATABASE KEEPS GROWING IN 10.1.3.3
    # Bug 6401295 - NXSD SHOULD SUPPORT ESCAPING THE TERMINATED/QUOTED/SURROUNDED
    # DELIMITERS
    # Bug 6458691 - DIST DIRECTORY FOR 10.1.3.3.1 NEEDS UPDATE
    # Bug 6461516 - BPEL CONSOLE CHANGES FOR DISPLAYING RELEASE 10.1.3.3.1
    # Bug 6470742 - CHANGE THE VERSION NUMBER AND BUILD INFO IN ABOUT DIALOG IN
    # ESB
    # BUG ADDED IN MLR#1, 6671813 :
    # Bug 6494921 - ORABPEL-02154 IF LONG DOMAIN AND SUITECASE NAMES IN USE
    # BUGS ADDED IN MLR#2, 6671831 :
    # Bug 6456519 - ERROR IN BPEL CONSOLE THREADS TAB:SERVLETEXCEPTION CANNOT GET
    # DISPATCHER TRACE
    # Bug 6354719 - WHICH JGROUP CONFIGURATION PARAMETER IMPACTS BPEL CLUSTER
    # ACTIVITY
    # Bug 6216169 - SCOPE NOT FOUND ERROR WHILE DELIVERING EXPIRATION MESSAGE OF
    # ONALARM
    # Bug 6395060 - ORA-01704 ON INSERTING A FAULTED INVOKE ACTIVITY_SENSOR
    # Bug 6501312 - DEHYDRATION DATABASE KEEPS GROWING IN 10.1.3.3 #2
    # Bug 6601020 - SEARCHBASE WHICH INCLUDES PARENTHESIS IN THE NAMES DOES NOT
    # WORK
    # Bug 6182023 - WAIT ACTIVITY FAILS TO CONTINUE IN CLUSTER WHEN PROCESSING
    # NODE GOES DOWN
    # BUGS ADDED IN MLR#3, 6723162 :
    # Bug 6725374 - INSTANCE NOT FOUND IN DATASOURCE
    # Bug 4964824 - TIMED OUT IF SET CORRELATIONSET INITIATE YES IN REPLY
    # ACTIVITY
    # Bug 6443218 - [AIA2.0]BPEL PROCESS THAT REPLIES A CAUGHT FAULT AND THEN
    # RETHROWS IT IS STUCK
    # Bug 6235180 - BPPEL XPATH FUNCTION XP20 CURRENT-DATETIME() IS RETURNING AN
    # INCORRET TIME
    # Bug 6011665 - BPEL RESTART CAUSES ORABPEL-08003 FAILED TO READ WSDL
    # Bug 6731179 - INCREASED REQUESTS CAUSE OUTOFMEMORY ERRORS IN OC4J_SOA WHICH
    # REQUIRES A RESTART
    # Bug 6745591 - SYNC PROCESS <REPLY> FOLLOWED BY <THROW> CASE CAUSING
    # OUTOFMEMORY ERRORS
    # Bug 6396308 - UNABLE TO SEARCH FOR HUMAN TASK THAT INCLUDES TASK HISTORY
    # FROM PREVIOUS TASK
    # Bug 6455812 - DIRECT INVOCATION FROM ESB ROUTING SERVICE FAILS WHEN CALLED
    # BPEL PROCESS
    # Bug 6273370 - ESBLISTENERIMPL.ONFATALERROR GENERATING NPE ON CUSTOM ADAPTER
    # Bug 6030243 - WORKFLOW NOTIFICATIONS FAILING WITHOUT BPELADMIN USER
    # Bug 6473280 - INVOKING A .NET 3.0 SOAP SERVICE EXPOSED BY A ESB ENDPOINT
    # GIVES A NPE
    # BUGS ADDED IN MLR#4, 6748706 :
    # Bug 6336442 - RESETTING ESB REPOSITORY DOES NOT CLEAR DB SLIDE REPOSITORY
    # Bug 6316613 - MIDPROCESS ACTIVATION AGENT DOES NOT ACTIVATED FOR RETIRED
    # BPEL PROCESS
    # Bug 6368420 - SYSTEM IS NOT ASSIGNING TASK FOR REAPPROVAL AFTER REQUEST
    # MORE INFO SUBMITTED
    # Bug 6133670 - JDEV: UNABLE TO CREATE AN INTEGRATION SERVER CONNETION WHEN
    # ESB IS ON HTTPS
    # Bug 6681055 - TEXT ATTACHMENT CONTENT IS CORRUPTED
    # Bug 6638648 - REQUEST HEADERS ARE NOT PASSED THROUGH TO THE OUTBOUND HEADER
    # Bug 5521385 - [HA]PATCH01:ESB WILL LOSE TRACKING DATA WHEN JMS PROVIDER IS
    # DOWN
    # Bug 6759068 - WORKLIST APPLICATION PERFORMANCE DEGRADATION W/ SSL ENABLED
    # FOR BPEL TO OVD
    # BUGS ADDED IN MLR#5, 6782254 :
    # Bug 6502310 - AUTOMATED RETRY ON FAILED INVOKE WITH CORRELATIONSET INIT
    # FAILS
    # Bug 6454795 - FAULT POLICY CHANGE NEEDS RESTART OF BPEL SERVER
    # Bug 6732064 - FAILED TO READ WSDL ERROR ON THE CALLBACK ON RESTARTING BPEL
    # OC4J CONTAINER
    # Bug 6694313 - ZERO BYTE FILE WHEN REJECTEDMESSAGEHANDLERS FAILS
    # Bug 6686528 - LINK IN APPLICATION.XML FILES CHANGED TO HARD LINKS WHEN MORE
    # THAN 1 HT PRESENT
    # Bug 6083024 - TEXT AND HTML DOC THAT RECEIVED AS ATTACHMENTS WERE EITHER
    # BLANK OR GARBLED
    # Bug 6638648 - REQUEST HEADERS ARE NOT PASSED THROUGH TO THE OUTBOUND HEADER
    # Bug 6267726 - 10.1.3.3 ORACLE APPLICATIONS ADAPTER - NOT ABLE TO CAPTURE
    # BUSINESS EVENT
    # Bug 6774981 - NON-RETRYABLE ERRORS ARE NOT POSTED ON ESB_ERROR TOPIC
    # Bug 6789177 - SFTP ADAPTER DOES NOT SUPPORT RENAMING FILES
    # Bug 6809593 - BPEL UPGRADE TO 10.1.3.3.1 WITH ESB CALLS FAILS DUE TO
    # CACHING OF PLNK - SERVICE
    # BUGS ADDED IN MLR#6, 6823628 :
    # Bug 6412909 - <BPELX:RENAME> DOES NOT ADD XMLNS DECLARATION AUTOMATICALLY
    # Bug 6753116 - OUTPUT FROM HUMAN TASK IS NOT IS NOT CONSISTENT WITH
    # SCHEMA
    # ORDERING
    # Bug 6832205 - BAD VERIFICATIONSERVICE PERFORMANCE IF LDAP SERVICE HAS HUGE
    # DATA
    # Bug 6189268 - CALLING BPEL PROCESS VIA SOAP FROM ESB FAILS WITH
    # NAMENOTFOUNDEXCEPTION
    # Bug 6834402 - JMS ADAPTER IMPROPERLY CASTS XAQUEUESESSION TO QUEUESESSION
    # Bug 6073117 - TASK SERVICE DOESN'T RENDER THE TASK ACTIONS
    # Bug 6054263 - REUSING SOAP WSDL IN RS CAUSES SOAP ACTION'S NS TO BE
    # STRIPPED
    # AWAY
    # Bug 6489703 - ESB: NUMBER OF LISTENERS > 1 GIVES JMS EXCEPTION UNDER STRESS
    # Bug 5679542 - FTP ADAPTER: COULD NOT PARSE TIME:
    # JAVA.LANG.STRINGINDEXOUTOFBOUNDSEXCEPTION
    # Bug 6770198 - AQ ACTIVATIONINSTANCES >1 DOESN'T WORK IN ESB
    # Bug 6798779 - ESB ROUTING RULES CORRUPTED ON RE-REGISTERING WITH ROUTING
    # ORDER
    # IN WSDL CHANGED
    # Bug 6617974 - BACKPORT REQUEST FOR MOVING FILES FUNCTION OF FTP ADAPTER
    # Bug 6705707 - VALIDATION ON ESB CAN'T HANDLE NESTED SCHEMAS
    # Bug 6414848 - FTP ADAPTER ARCHIVE FILENAME FOR BPEL IS BEING SCRAMBLED
    # AFTER
    # THE 10.1.3.3 UPGR
    # Bug 5990764 - INFORMATION ARE LOST WHEN BPEL PROCESS IS POLLING FOR MAILS
    # WITH
    # ATTACHEMENTS
    # Bug 6802070 - ORA-12899 SUBSCRIBER_ID/RES_SUBSCRIBER COLUMN SMALL FOR LONG
    # DOMAIN AND PROCESS
    # Bug 6753524 - WRONG SERVICE ENDPOINT OPEN WHEN TEST WEB SERVICE OF ESB
    # Bug 6086434 - PROBLEM IN BPEL FILE ADAPTER WHILE READING A FIXED LENGTH
    # FILE
    # Bug 6823374 - BPEL 10.1.3.3.1 BAM SENSOR ACTION FAILS WITH BAM 11
    # Bug 6819677 - HTTS STATUS 202 RETURNED INSTEAD OF SOAP FAULT
    # Bug 6853301 - MQ ADAPTER REJECTED MESSAGES IS NOT REMOVED FROM THE RECOVERY
    # QUEUE
    # Bug 6847200 - 10.1.3.3.1 PATCH (#6748706) HAS STOPPED FTP ADAPTER POLLING
    # IN
    # SFTP MODE
    # Bug 6895795 - AQ OUTBOUND DOESN'T WORK WITH MLR#6
    업무에 참고하시기 바랍니다.

    David,
    You are right, theer are some changes incorporated in the latest MLR # 16 on the configurations files and on the dehydration store metrics(such as performance, fields,..).
    However, I would not suggest to continue working on olite, even for Development/Test purposes as you might get stuck with strange errors...and the only solution would be to re-install SOA Suite if your olite gets corrupted. There might be ways to gets your olite back to position, but trust me..its not so simple.
    Also, when you develop and stress test all your testcase scenarios in an TEST Adv installation, its simple to mimic the same in actual production box, as you exactly know its behavior.
    So, go for a brand new SOA 10.1.3.4 MLR # 5 (or) 10.1.3.3.1 MLR # 16 SOA Suite Advanced installation with Oracle DB 10.2.0.3 as its dehydration store.
    Hope this helps!
    Cheers
    Anirudh Pucha

  • War generation Jdev 10

    Hi everybody,
    I'm trying to deploy a web application with Jdev 10.1.3.3 (target webserver will be OC4J 10.1.3.5).
    My project has the classical structure, with a "Model" project for ADF-BC and a "ViewController" project for the view layer.
    To create a web archive, I use "new->development profile"->WAR archive" and double clicking on it I have the following
    file groups:
    web files __ project html root directory
    |_ project dependencies
    web-inf/classes _ project output directory
    |_project dependencies
    web-inf/lib
    The archive is generated without errors; I igot an .ear and .war files and I'm able to deploy it.
    The problem is that the archive file seemed too big, so I opened it and I discovered that under web-inf/lib there are
    directories that shouldn't be there:
    WEB_INF/lib _____ public-html ______ .......
    |____ classes |____ WEB_INF
    |____ src
    The 3 directories public-html. classes and src shouldn't be there!!!
    I tried a lot of different deployment descriptors, adding and removing file groups and contributors but this problem
    persist, unless I don't put the libraries section: At the moment I'm editing manually the war with winrar to remove
    the unecessary files.
    Has anyboby coped with this kind of problems and found a work-around?
    Greetings.
    Antonio.

    Hi Onur, thanks for your reply.
    Actually, when I create a War in my view project also A Ear is automatically generated by JDev and the classes
    from the Model project are added automatically, since the View project is dependent from the model project
    (this is done dy selecting "project dependencies" in the "web-inf/classes" file group of the deplyment profile.
    If I have to generate a Jar for the Model, a War for the view and then build an Ear every time I deploy, it takes
    more effort that deleting the extra files from the final archive that I got automatically from JDev.
    I think that there is some configuration im my projects that "confuses" Jdev or maybe this is just a bug in Jdev.
    Greetings.
    Antonio

  • [svn:osmf:] 11205: Fix bug FM-169: Trait support for data transfer sample doesn' t display bytes loaded and bytes total for SWF element

    Revision: 11205
    Author:   [email protected]
    Date:     2009-10-27 15:04:26 -0700 (Tue, 27 Oct 2009)
    Log Message:
    Fix bug FM-169: Trait support for data transfer sample doesn't display bytes loaded and bytes total for SWF element
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-169
    Modified Paths:
        osmf/trunk/apps/samples/framework/PluginSample/src/PluginSample.mxml
        osmf/trunk/apps/samples/framework/PluginSample/src/org/osmf/model/Model.as

    The bug is known, and a patch has been submitted: https://bugs.freedesktop.org/show_bug.cgi?id=80151. There's been no update since friday, so I wonder what the current status is, or if it's up for review at all.
    Does anyone know how we can be notified when this patch hits the kernel?

  • JBO framework - BUG ! very URGENT !!!!

    Hi JDev-Team,
    there seems to be a bug in the JBO implementation of the JDev 3.1.
    I have used the JboHtml Beans to generate a JSP application, but because the beans are still young and didn't face some of my problems, I make some changes to extended them.
    More exactly I added some features to the RowSetBrowser bean that enables my application to have a master detail information autogenerated via JavaScript, from extra columns of the rowsetbrowser, something like the show recordnr and editurl.
    After I make changes in these details (JavaScript generated) I do a post(html form) with the target set as the page with the RowSetBrowser bean and in the render() I look for data that has to be changed.
    I apply these changes to the table using the
    getApplicationModule().getTRansaction().executeCommand(sqlstmt).
    So far everything is ok.
    Now this is what's happening. Let us have this scenario :
    1. open the RowSetBrowser, navigate to one rec, do a edit using the EditCurrentRecord()
    this operation I can repeat n-times, no problem.
    2. now I try to modify some information in my javascript details, post is ok, data is changed.
    again I can repeat this step n-times, no problem again.
    3. if I like now to do step 1 after 2, I got always a error.
    After changing to debugmode I got this from the debugger:
    log3: EditCurrentRecord Bean : execute() - field name ... Ergbeschlog3: EditCurrentRecord Bean : execute() - field Ergbesch has sNewValue ... test101log3: EditCurrentRecord Bean : execute() - **** Updating Attribute: Ergbesch new value is test101[1235] OracleSQLBuilder Executing doSelect ... (true)log3: [1236] Built select: 'SELECT ERGBESCHID, ERGBESCH, ERGTABEL FROM EREIG_REF Ereig_Ref'log3: [1237] Executing LOCK...SELECT ERGBESCHID, ERGBESCH, ERGTABEL FROM EREIG_REF Ereig_Ref WHERE ERGBESCHID=? FOR UPDATE NOWAITlog3: [1238] OracleSQLBuilderImpl.doEntitySelect failed...log3: [1239] java.sql.SQLException: ORA-01002: FETCH auf ung|ltigen oder geschlossenen Cursor.the ORA-01002 is in english :
    ORA-01002: fetch out of sequence
    In the jdbc FAQ writes:
    Error Message: "ORA-01002: fetch out of sequence"
    A JDBC Connection by default has the AutoCommit turned ON. However, to use a SQL that has 'for update' you need to have autoCommit to be turned OFF.
    Hence, the solution is to set autocommit to false.
    I'm running the application in stateless mode which has autocommit set on, but I got the same problem running in statefull mode and also I must run the application in stateless mode.
    Can you help me. I would appreciate a briefly answer, especially from Huan Oropeza.
    TIA,
    Seb.
    null

    Hi Steven,
    let me explain why I need this solutions.
    I have a application that has a master detail view from table1 companys to table2 events, so I can have many events to one company. Futher more I have pro event other tables (tableevent1, ... tableevent2) where I have properties of a event recorded, so event1 has properties1, event2 some other and so on ...
    Companys -----> Events ------> Event1properties
    In my application logic when I create a new event typ I have to create a new table where I will save the properties for that event. So, because the events can have different properties I can not create this in BC4J AppModule.
    With VO I have created a ViewLink beetween Company and Event. For data manipulation of the tableevent1 ... I extended the RowSetBrowser thus when changing data to do:
    UPDATE ..... statements and SELECTs to get that data.
    I have also implemented this kind of operation for the DDL of the tableevent1 ...
    (event properties) so this time to get that data I use :
    select * from "SYS"."COL" where TNAME=tableevent1;
    Changes are done with DDL Statements:
    ALTER TABLE ...
    CREATE TABLE ...
    My problem is when I changed something with the RowSetBrowser methods in the tableevent1...(properties) I can not futher make any inserts, edits using the EditCurrentRecord Bean in the events table (detail table of company).
    Please help me with this !
    TIA,
    Seb

  • Aperture 3 embedded color profile bug still unsolved (worked in Ap 2)

    RE: Aperture 3.x cannot display images with certain color profiles embedded. This bug was reported
    on March 11, but is still unsolved and basically makes Aperture 3 unusable for my large collection
    of scanned slides which have a special color profile embedded. Viewer and sometimes Browser turns
    either black or go haywire.
    What is it about:
    When you scan slides with a scanner, you can generate a special color profile so that the image
    looks good and you can then embed this profile in the scanned tiff and jpeg images. Most pro applications honor the embedded profile and display the image correctly. In our case, we
    generated a special profile named Nikon-LS5000 (it was tested for correctness!):
    1) It worked fine in Aperture 2.x
    2) It never worked in Aperture 3.x
    3) It does not depend on the Operating System (i.e, the bug manifests itself in 10.6.2, 10.6.3 and now in 10.6.4)
    4) It is no question of a special Mac Model (the bug shows on iMacs, ibook profs, and iMacs 2010)
    5) It is irrelevant whether you start Aperture 3 in 32-bit or 64-bit mode
    6) It shows with jpegs or tiffs, no matter
    7) Preview.app or Photoshop CS4 display the images correctly!
    8) If one changes the embedded profile via PS CS4 to sRGB or ProPhoto, Aperture 3 works (but the
    image then has radically different colors - so no solution!)
    9) The conclusion is that something affecting the processing of (some?) embedded color profiles has radically changed from Aperture 2 to Aperture 3.
    I put a few jpegs with embedded color profiles and screenshots of how Aperture 3 behaves on the Picasa web:
    http://picasaweb.google.com/114939413495021552399/TestapertureBilder#
    you are invited to download the jpeg- images and retry in your ownAperture 3 Library.
    Maybe together we can find out what causes this bug which is very annoying for any
    serious photographer.

    I have put the test material on another server - you can download a
    zipped folder (Aperture3profilebug.zip) of all test images AND the color profile from
    https://depot.uni-konstanz.de/get/txau69
    with any browser. (The problem was that the Picasa Software seems to strip the color profiles from
    the test images, so I had to put them on another server. It will remain there until July 1).
    Regards and thanks for helping

Maybe you are looking for

  • Unable to sync certain apps on ipod touch (4th gen)

    Hi, I have recently been having problems syncing my ipod touch (4th gen) after upgrading to the latest itunes and iOS. Music seems to go on fine, however certain apps will not install. Some will go on eventually if I keep on trying, however modern co

  • Transferring Music from Macbook pro to iphone

    So I just bought my new macbook pro and I have already transferred all my music from my iphone onto the computer itself. However, throughout the day I have been dowloading music from the internet using a youtube converter site. They dowloaded onto th

  • How to use rownum=2 in update statement  ?

    Hi all, we are migrating the data from mainframe to oracle. migration team extracted the data into flat file. we are using this flat file to load in oracle.Finacle have menu option to load data from flat file to corresponding oracle tables.whenever i

  • TBB1 Error as "You have not assigned partner to the customer"

    Hi All, when running TBB1 for a transaction we are getting the error as "You have not assigned "X" partner to the customer". Did anybody face the issue like this may share the inputs. Thanks. Regards, S.Sumana.

  • CRio Password in Safe Mode

    Hello, We are days away from a deployment, and the cRio was working great until this afternoon.  To start the sntp demon, I modified the ni-rt.ini file according to these instructions on the NI site.  I turned the logs on to make sure it was working.