Service account not found if kept in different projects

Hello

I use in Service Proxy Service account during runtime using fn - bea: lookupBasicCredentials according to the steps

Using Service accounts in the OSB. Siva & amp; #039; s Blog

But the Proxy Service is present in the project was and the Service account is not in project b. So, whenever I try to use the service account, I get the following error:

OSB Assign action failed to update variable 'serviceAccount': weblogic.xml.query.exceptions.XQueryUserException: {http://www.bea.com/wli/common/xquery} XQueryException: error calling custom java xquery function: java.lang.reflect.InvocationTargetException

java.lang.reflect.InvocationTargetException

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.stages.functions.XQueryExternalFunction.execute(XQueryExternalFunction.java:111)

at com.bea.wli.sb.stages.functions.XQueryExternalFunction.init(XQueryExternalFunction.java:61)

at weblogic.xml.query.iterators.FirstOrderIterator.open(FirstOrderIterator.java:169)

at weblogic.xml.query.iterators.FirstOrderIterator.open(FirstOrderIterator.java:167)

at weblogic.xml.query.runtime.core.ExecutionWrapper.open(ExecutionWrapper.java:58)

at com.bea.wli.common.xquery.iterators.XQueryVariableMapper.getObject(XQueryVariableMapper.java:506)

at com.bea.wli.sb.context.ContextUtils.checkValue(ContextUtils.java:69)

at com.bea.wli.sb.context.MessageContextImpl.setVariableValue(MessageContextImpl.java:234)

at stages.transform.runtime.AssignRuntimeStep.processMessage(AssignRuntimeStep.java:54)

to com.bea.wli.sb.stages.StageMetadataImpl$ WrapperRuntimeStep.processMessage (StageMetadataImpl.java:346)

at com.bea.wli.sb.stages.impl.SequenceRuntimeStep.processMessage(SequenceRuntimeStep.java:33)

at stages.transform.runtime.IfThenElseRuntimeStep.processMessage(IfThenElseRuntimeStep.java:86)

to com.bea.wli.sb.stages.StageMetadataImpl$ WrapperRuntimeStep.processMessage (StageMetadataImpl.java:346)

at com.bea.wli.sb.pipeline.PipelineStage.processMessage(PipelineStage.java:84)

at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:1055)

at com.bea.wli.sb.pipeline.Pipeline.processMessage(Pipeline.java:141)

at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:1055)

at com.bea.wli.sb.pipeline.PipelineNode.doRequest(PipelineNode.java:55)

at com.bea.wli.sb.pipeline.Node.processMessage(Node.java:67)

at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:1055)

at com.bea.wli.sb.pipeline.Router.processMessage(Router.java:214)

at com.bea.wli.sb.pipeline.MessageProcessor.processRequest(MessageProcessor.java:96)

to com.bea.wli.sb.pipeline.RouterManager$ 1.run(RouterManager.java:593)

to com.bea.wli.sb.pipeline.RouterManager$ 1.run(RouterManager.java:591)

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.pipeline.RouterManager.processMessage(RouterManager.java:590)

at com.bea.wli.sb.test.service.ServiceMessageSender.send0(ServiceMessageSender.java:332)

to com.bea.wli.sb.test.service.ServiceMessageSender.access$ 000 (ServiceMessageSender.java:79)

to com.bea.wli.sb.test.service.ServiceMessageSender$ 1.run(ServiceMessageSender.java:137)

to 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)

to 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:209)

at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

Caused by: com.bea.wli.sb.security.CredentialNotFoundException: there is no account of service named "ProjectB/ServiceAccount/MySA.sa".

at com.bea.wli.sb.svcacct.ServiceAccountRuntimeManagerImpl.getUsernamePasswordCredential(ServiceAccountRuntimeManagerImpl.java:183)

at com.bea.wli.sb.svcacct.ServiceAccountRuntimeManagerImpl.getUsernamePasswordCredential(ServiceAccountRuntimeManagerImpl.java:169)

at com.bea.wli.sb.stages.functions.BasicCredentialsUserFunction.lookupBasicCredentials(BasicCredentialsUserFunction.java:59)

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.stages.functions.XQueryExternalFunction.execute(XQueryExternalFunction.java:111)

at com.bea.wli.sb.stages.functions.XQueryExternalFunction.init(XQueryExternalFunction.java:61)

at weblogic.xml.query.iterators.FirstOrderIterator.open(FirstOrderIterator.java:170)

at weblogic.xml.query.iterators.FirstOrderIterator.open(FirstOrderIterator.java:166)

at weblogic.xml.query.runtime.core.ExecutionWrapper.open(ExecutionWrapper.java:58)

at com.bea.wli.common.xquery.iterators.XQueryVariableMapper.getObject(XQueryVariableMapper.java:509)

at com.bea.wli.sb.context.ContextUtils.checkValue(ContextUtils.java:69)

at com.bea.wli.sb.context.MessageContextImpl.setVariableValue(MessageContextImpl.java:234)

at stages.transform.runtime.AssignRuntimeStep.processMessage(AssignRuntimeStep.java:54)

to com.bea.wli.sb.stages.StageMetadataImpl$ WrapperRuntimeStep.processMessage (StageMetadataImpl.java:346)

at com.bea.wli.sb.stages.impl.SequenceRuntimeStep.processMessage(SequenceRuntimeStep.java:33)

at stages.transform.runtime.IfThenElseRuntimeStep.processMessage(IfThenElseRuntimeStep.java:86)

to com.bea.wli.sb.stages.StageMetadataImpl$ WrapperRuntimeStep.processMessage (StageMetadataImpl.java:346)

at com.bea.wli.sb.pipeline.PipelineStage.processMessage(PipelineStage.java:84)

at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:1055)

at com.bea.wli.sb.pipeline.Pipeline.processMessage(Pipeline.java:141)

at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:1055)

at com.bea.wli.sb.pipeline.PipelineNode.doRequest(PipelineNode.java:55)

at com.bea.wli.sb.pipeline.Node.processMessage(Node.java:67)

at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:1055)

at com.bea.wli.sb.pipeline.Router.processMessage(Router.java:214)

at com.bea.wli.sb.pipeline.MessageProcessor.processRequest(MessageProcessor.java:96)

to com.bea.wli.sb.pipeline.RouterManager$ 1.run(RouterManager.java:594)

to com.bea.wli.sb.pipeline.RouterManager$ 1.run(RouterManager.java:591)

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.pipeline.RouterManager.processMessage(RouterManager.java:590)

at com.bea.wli.sb.test.service.ServiceMessageSender.send0(ServiceMessageSender.java:332)

to com.bea.wli.sb.test.service.ServiceMessageSender.access$ 000 (ServiceMessageSender.java:79)

to com.bea.wli.sb.test.service.ServiceMessageSender$ 1.run(ServiceMessageSender.java:137)

to com.bea.wli.sb.test.service.ServiceMessageSender$ 1.run(ServiceMessageSender.java:135)

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:668)

at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)

at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:518)

at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:119)

... 2 more



The action of the entitlement is as follows:


Assign [ fn - bea: lookupBasicCredentials ('ProjectB/ServiceAccount/MySA.sa')] to [CompteService]


I use OSB 11.1.1.5. Help, please.


Kind regards

Knockaert

Hello

The issue has been resolved. I was using fn-bea:lookupBasicCredentials('ProjectB/ServiceAccount/MySA.sa') instead of fn - bea:lookupBasicCredentials('ProjectB/ServiceAccount/MySA').

Kind regards
Knockaert

Tags: Fusion Middleware

Similar Questions

  • Creative cloud works only to work when I opened on my laptop and connect it says account not found

    So I have an account at work through IT, they told me that my account is not allowed only on 1 computer as most, I could install and run on my laptop. I can successfully use the account on the work computer; However IT uninstalled and reinstalled CC several times and connected using my references I use at work and it says not found or invalid account and contact the administrator. We cannot understand this - any idea that SHE and I can try next?

    Thank you!

    Hello

    I checked your activations and it seems that currently, only 1 desktop has been activated with your Adobe ID

    Please follow sign in and out activate Cloud Creative applications

    Hope that helps!

    Kind regards

    Sheena

  • error-5093 "the analysis library is not found" in the 64-bit project. But the analysis library is located in the 32-bit project

    Hello

    I use the system of Labwindows/CVI 2010 full development in a Windows 7 Professional 64-bit computer. Thus, the analysis library is installed (see the attached file) and the analysis of the options to customize menu library is selected.

    I use several function analysis library (WhiteNoise, MaxMin1D, LinFit, etc.). 32-bit projects work very well. 64-bit project there is not link error, the exe file is created, but there are errors like this:

    Function WhiteNoise: (return value is 5093 [0xffffffffffffec1b]). The analysis DLL library is not found or cannot be loaded.

    Ditto for the other functions of analysis library.

    How to use the analysis in 64-bit projects library, is the library of analysis 64 bit compatible?

    Thanks in advance

    Hi DansatB,

    Thank you for posting on this forum!

    Yes, the advanced analysis library is 64-bit capable. I can do the test on my computer the CVI 2013.

    I think it'll be great correctly uninstall your version CVI all ANS reinstall.

    Concerning

  • Firefox sync - rebuilt account not found on computer

    Windows 7 (Version 6.1.7601 Service Pack 1 Build 7601) lost my profile - after you create a profile, I try to get the synchronization of Firefox (29.01) working between the rebuilt system (office) and the existing system (laptop). I have what should be a good sync account (it seems in every sense to be live on the laptop), but reconditioned office insists that there is no such thing as the sync account and must be created. That is to say, when I choose "Already have an account" and use the credentials I have, which apparently works on my other system (laptop), I get the message that the account does not exist and that I need to create a new account. I have reset the password of the portable computer account existing just in case my notes were wrong. The account still works on my laptop but not not on reconstruction. At this point, I then (on reconstruction) tried to recreate the account (I know, but what choice do I have?). This creates an account, I wasn't expecting, but it is, apparently, a new account with the same account name that works on the laptop. At this point, there is no option to pair a device on the system newly recreated (and the sync account). (The existing, portable system requires a pairing code, but since I can't get such a re-created system, it's a dead-end). At this point, should I delete (both) my sync account and start over?

    Hello, firefox 29A introduced a new synchronization system which is not compatible with the accounts configured in earlier versions. Please try to separate your laptop from the old account, add new to synchronize with the credentials of the new account that you created: synchronize your bookmarks from Firefox, history, passwords, etc.

  • User account not found - can only login as a guest

    Hello

    big problem with my MacBook pro 2011 running EL Capitan

    Everything was fine yesterday, but today, I woke up from his sleep and plugged a drive hard usb. the restarted mac of his own accord, and my user account is no rain now, just a guest account. I have run the built in utility disk from the inside of the guest and the account and the start screen of recovery - in both cases, when, through the process, but gave no serious error. I do not see other user accounts in the guest account but I can't create a new user account because it requires admin name / password and my old details are not recognized? Any ideas on what I should do next?

    PS - tried to start in SafeMode (by pressing the SHIFT key when starting), but once again, a few comments. I'm sure that I had no encryption hard drive forward what happened. In addition, it is a double bulkhead bootcamp with windows installed 10.

  • Cannot use firefox 'account not found.

    For some reason any when download firefox for the first time, an error (supplied with the screenshot) and I can't use it. Despite not having an 'account' in the first place. It simply shows that error message, I hit 'ok' and the application closes, there is no 'preferences' or whatever it is in the menu bar.

    You must locate the profiles.ini file and delete this file or use the Profile Manager to create a new profile.

    See:

    This is usually caused by a problem with the file profiles.ini.

    You can use one of them to retrieve an existing profile or create a new default profile for Firefox:

    • Remove the profiles.ini file to make Firefox create a new profile (default)
    • Use the Profile Manager to create a new profile
      If you have an existing profile, then click on "Choose a folder" in the Profile Manager and navigate to the location of a profile lost to recover this profile
      https://support.Mozilla.org/KB/managing+profiles

    You should find the file profiles.ini in this hidden place:

    • Windows: %AppData%\Mozilla\Firefox\
      * C:\Users\ < user > \AppData\Roaming\Mozilla\Firefox\
    • Mac: ~/Library/Application Support/Firefox /.
    • Linux: ~/.mozilla/firefox/

    If the file profiles.ini compensation does not work then also check the location of the cache files.

    • Windows: * C:\Users\ < user > < profile > \AppData\Local\Mozilla\Firefox\Profiles\.
    • Mac: ~/Library/Caches/Firefox/Profiles/
    • Linux:~/.cache/Mozilla/Firefox/
  • In the guest account not found language bar

    I am currently using window vista version,
    in my guest account setting, I can't find a language bar,
    I have already explored in the Control Panel, still not able to view the bar,
    that can do that I often use of Chinese and English at the entrance in the guest account.
    Thank you.

    Hello

    It is design in windows that the guest account is given minimal authority to access the many features and language bar is one of them.

    You can also try the steps in the link and check if it makes a difference:

    http://answers.Microsoft.com/en-us/Windows/Forum/windows_vista-security/havent-language-icon-in-guest-profile-Vista/4571966f-FCAA-4E45-8398-648883111d64

  • IMessage account not found

    My account imessages list shows only Hello. There is no account iMessages or anywhere to connect with my Apple ID. El Capitan, up to date. By clicking on the sign more only shows AIM, Jabber, google, yahoo, etc., where is iMessages sign in option?

    System Preferences > iCloud > Account Details > Contact

    Hope this helps, good luck to you

    ~ Michael M

  • ERROR 105/net: ERR_NAME_NOT_RESOLVED - Service is not found


    Well, I have bad news and good news.

    Your last suggestions do not solve the problem. But, the good news is at the bottom of this page link was an ad for an automatic update of the pilots of the machine. Now, we both heard of such programs, perhaps using them. Me, I used free for aps from CNET. But this showed precisely drivers. That interested me. So I downloaded and purchased. Or them! There are two programs. Good, my thoughts away. An old man is allowed only.

    In any case, I had checked on updates for the network drivers before over this issue of no wireless connection. Whenever I tried with no positive results. Meaning no updates were needed. But this time, thank you Lord!, this Paretologic DriverCure worked. It took a few tries determined, but on the second attempt, it seems us have overcome! I didn't have cable Ethernet is plugged in, and when I rebooted the glory it is automatically connected to the Net... Wireless. If that's a Word.

    Oddly enough my friend, at this moment in time, I had not deleted the Setup free DNS numbers, is what is used to connect to the Net. So in a sense 'your' work on that works, if you get my drift. It was your entry for the right exit!

    Another really curious thing is, in the email this morning I finally received a response of Qwest (ISP) about this same problem. God knows that the number of days that is. For your edification and knowledge I'm copying below what they recommend. I won't use this now, but keep it in reserve for later. But hope that I never have this problem again.

    My sincere thanks for all the work you have done. It is sincerely appreciated.

    This is the message of Qwest...

    Hello

    To try to resolve your DNS problems, we suggest that you hard code the TCP/IP settings using the information below.

    Follow this link and it will provide you with screenshots on how to settings to hardcode the TCP/IP.

    Windows XP: How to add/remove one IP address static in TCP/IP

    http://www.Qwest.com/InternetHelp/OPSystems/PDF/15671_WinXP_Network_AddRemStatIPinTCPIP.PDF

    You'll notice that the actual fields where you enter the information of intellectual property are empty.  Please enter the following IP addresses in their respective fields.  A note: when you have only a number to enter in the field 3, to enter the 4th field you will need to press the right arrow on the keyboard to jump to the 4th field.

    IP address: 192.168.0.33
    Subnet mask: 255.255.255.0
    Default gateway: 192.168.0.1

    DNS 1: 205.171.3.65
    DNS 2: 205.171.2.65

    Thank you

    Craig
    Qwest Internet solutions
    Support Center of Boise, Idaho

  • The code works is not in overall models of different projects

    On a traditional white project, the code below works... I am able to get my joystick readings. However, when I try to run the same code on a model of myRIO, code never gets to run due to the error-363031 (from to highlight execution).

    How can I fix?

    In order to keep the necessary equipment, put in place (broomstick in computer & myRIO controlled via wifi), shared variables must be created under the myRIO target that is written in by screw under the lens of the workstation. This allows the data to be passed between different targets.

  • Can I go back to the old look error messages 'server not found '?

    After the Firefox 32 update, I noticed that the "server not found" error messages look differently now. I don't like the new look, so I wonder if you know an add-on that restores the old look. I tried to search for him, but I don't know the name of these error messages, so I don't know what search phrase I should use.

    Thank you very much for your answer. The solution in the thread link you to seems to be a bit too complicated for me, so I guess I'll have to live with the new error messages (unless the add-on you link is updated to work with latest versions of Firefox, but that seems unlikely). Thank you anyway for your help, however.

  • Help and Support service does not

    Original title: Windows XP Services
    I would like to first of all a service that is running, but when I try to open system information, I get a message that the help and Support service is not running.  How can I start the help and Support service if I can't in the system services?

    Help and Support doesn't have to be set to automatic for her to work.  You can leave the Manual value and it will start when it needs start (if he can).

    You will see only the message you describe if the H & S Service is disabled if your H & S subsystem is afflicted in some way.  If the H & S Service is not disabled, you have a different problem.

    You don't describe symptoms suggestive of a need to run sfc/scannow or symptoms suggestive of a need to register the hhctrl.ocx file, but at least he has a link to a Microsoft KB article in this answer MSE.

    You can unregister the file hhctrl.ocx and H & S will always launch very well (but the Index button will not work).

    These ideas don't make sense to me.

    Do try these things and see how they work.

  • Installation of Windows service does not work after Windows Explorer 9 uninstalling and reinstall Explorer 8

    Installation of Windows service does not work after Explorer 9 uninstallation and reinstallation of 8.  I followed several suggestions on this forum, but still no luck.  I ran the SFC system twice, who told me he had corrupted files.  "Some have been repaired and some might not be."  I then went in the event viewer after a start to the top and he stated that the 'Adobe APM service' is not found.  Also the "hpqddsvc' and the 'gupdate' is not found.  He tries to install something every time I start, but he abandoned.  I checked whether the system is on and disabled.  It's on.  There are a lot of small problems, but my main concern is the Adobe program.  I tried uninstalling and reinstalling Adobe, but still get an error message that the Windows Installer Service could not be accessed. Other suggestions?

    Hello

    I suggest you follow the link and check.

    How to troubleshoot issues that may occur when you install, uninstall, or upgrade one program on a Windows computer

    http://support.Microsoft.com/kb/2438651

  • Command not found after using KNOWN user

    Hello

    I created a user called sshuser and it added to the root group.  Could ssh to my box esx then known root with password root.  Everything seems to work fine until I tried to restart a service:

    $ su

    Password:

    # service sshd restart

    bash: service: command not found

    # service restart mgmt-vmware

    bash: service: command not found

    #

    # esxcfg - NICS - l

    bash: esxcfg-NICS: command not found

    #

    Anyone know what is the cause?

    Thank you

    Daniel

    Also, for the record the path that you are looking for is/usr/sbin /.

    Steve Beaver

    VMware communities user moderator

    ====

    Co-author of "VMware ESX Essentials in the data center" virtual

    (ISBN:1420070274) Auerbach

    Come and see my blog: www.theVirtualBlackHole.com

    *Virtualization is a journey, not a project. *

  • MAF: Build Error "adfmf - not found feature.xml.

    Hi all

    Anyone know how to change the ViewController.jpr file?  After the upgrade to the MAF (JDev 12.1.3) and the migration of my existing Mobile ADF codeset, I have a build error: "adfmf - not found feature.xml.  The project is looking for the feature.xml file - adfmf.  However the MAF migration script has renamed this file feature.xml - MAF.

    Can I modify the ViewController.jpr script to look for the new MAF - feature.xml myself?  When I opened the project .jpr file in a text editor I don't find any reference to the MAF - feature.xml or adfmf - feature.xml.

    Thanks for the tips,

    TreeStrepek

    * Note: I initially thought that rename the MAF - feature.xml to adfmf - feature.xml solve the problem temporarily.  However, after that I get an error of deployment "doesn't have the profile to deploy, because the 'ViewController.jpr' project is not a MAF ApplicationController or ViewController project.» (oracle.adfmf.framework.dt.features.deployers.FeatureArchiveDeployer)

    I think it was a side effect of the original version of the MAF, which turned out to be unstable.  This has been corrected in the patch below MAF.

    Mobile application framework JDeveloper Patch

    2.0.0.0.41.140623.0901

    Patch 18030351 - patches the main components of JDeveloper required for Mobile Application Framework (MAF).

Maybe you are looking for

  • How can I remove my name from outgoing mail?

    I don't want my name to show outgoing mail

  • InstallComCallback on Win7

    I seem to have found a slight problem between Windows XP and Win7 computers target using InstallComCallback(). I developed my initial of the software on Windows XP.  The next two bits of code worked fine in WinXP with an eventMask = LWRS_RXFLAG | LWR

  • Taking the screenshots In-game problem

    While in the game when I take a screenshot with the hotkeys (shift + Stamp) and paste it into paint it gives me a black image. Same thing when you try to record gameplay with fraps or xfire. I noticed that many users complain to this subject, so if s

  • Zoom on vista

    How can I disable zoom on Vista?  I have a mouse on my laptop and just use the touch pad.  The slightest movement activates the zoom function and my mouse turns into a magnifying glass and zoom in constantly in and out. I don't think it's a problem w

  • Monthly diagnostic equipment. Failure is SMART short self-test (HD521-2W).

    What's to worry? If so that will fix it?