jdeveloper

Unable to connecte with security server JD Edwards EntrepriseOne

狂风中的少年 提交于 2019-12-12 03:47:49
问题 its almost 3 days that i got this error : Unable to locate security server. Failed to communicate with security server JD Edwards EntrepriseOne could not sign you on. thanks for your help ; 回答1: This type of error occurs on JDE fat client when database client was configured incorrectly. For example when TNSNAMES.ORA doesn't have correct entry for JDE database. Please check oracle support document regarding this issue. 回答2: If you're sure about your JDE.INI and the security server is correct

Unable to import javax.activation in Jdeveloper for MAF

两盒软妹~` 提交于 2019-12-12 02:39:31
问题 I am trying to deploy an Oracle MAF app to the iOS platform. I am using Java Mail to receive emails from the gmail server. I am trying to to identify mails that have attachments. However I get the following error. java.lang.ClassCastException: com.sun.mail.imap.IMAPInputStream cannot be cast to javax.mail.Multipart When I identify the mime type of the message as "multipart/mixed", I am trying to cast the object into Multipart. I understand that this question has been asked before but I have

Installing plugman … Error Code : INTERNAL_ERROR jdeveloper

南笙酒味 提交于 2019-12-12 01:36:21
问题 I have just started developing with Oracle MAF and created a mobile app project as per the tutorial. When I tried to deploy it to device, get the following issue and it fails. Any directions, resolutions & help, appreciated. [11:29:51 AM] ---- Deployment started. ---- [11:29:51 AM] Target platform is (Android). [11:29:51 AM] Beginning deployment of MAF application "Application1" to Android using profile "Android1". [11:29:57 AM] Checking state of Android Debug Bridge server... [11:30:02 AM]

Weblogic Providers

人走茶凉 提交于 2019-12-12 00:22:06
问题 I have created a custom authentication provider that checks if a user exists in a datasource and allows it to login or not. Now I also have to check the roles of that user, but I don't understand if the same provider can take care of Authentication and Role mapping or if I have to do another provider. I had tried to created another provider, for the role mapping, but I can't find it, or not looking in the right place to configurate it, but my MBean type also doesn't any configs to be inserted

Searching on af:Tree

ぃ、小莉子 提交于 2019-12-11 22:21:01
问题 I have created an ADF tree using the POJO and want to perform a search on the rendered tree. the search should traverse the rendered tree and should display only the matching nodes/leaves from the tree. Is there a way that I can highlight the leaf/node which matches the text entered by the user in input. Jdev version :11.1.1.7.1 Thanks. 来源: https://stackoverflow.com/questions/25731116/searching-on-aftree

Deployment of jar file and including outside libraries

▼魔方 西西 提交于 2019-12-11 14:50:06
问题 For the past several weeks I've been working with Java and I know that this question may be dumb... I created a console application which is using the MySQL Connector to update records in a database, the problem is that when I deploy it to a jar file and run it I get that the MySQL Connector is missing. I used JDeveloper for this deployment and from the jar export settings I marked that this library needs to be exported too. I am not sure what could be the issue and any input will be welcomed

JSF display username when the user login

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-11 14:35:51
问题 How can I display the username from the userindex page once the user successfully login. Should I be pass it to the constructor and use it? or is there any better solution for this? 回答1: Create a session-scoped bean that stores either the user's ID (so you can lookup the user per request) or the actual user object itself. @Named // or @ManagedBean @SessionScoped public class SessionGlobals { private Integer userId; public boolean isLoggedIn() { return userId != null; } public Integer

Oracle ADF web browser refresh button gets old page

北慕城南 提交于 2019-12-11 13:21:11
问题 i'm developing an ADF application. I have a problem. My Jdev version 11.1.2.3.0. So, For example i have an URL like this "http://www.hohoho.com/view/index.xhtml?_adf.ctrl-state=ju9lnu5ld_3" In this page i have a table gets value from DB. For example again, i changed some rows in DB browser, and clicked the web browser's refresh button. But new results doesnt get!. For example i remove the "?_adf.ctrl-state=ju9lnu5ld_3" and enter url, this gets new results. How can handle this situation. I

How to change Oracle MAF's default springboard icon and alignment?

半世苍凉 提交于 2019-12-11 13:16:00
问题 How can I convert given springboard toggle button from: This -- Right aligned menu icon, opens dropdown menu on click To This -- Left aligned with bars icon, directly open spring board on click. 回答1: We can also do the following to achieve this. Disable the default Springboard toggle button by unchecking the "Show Springboard Toggle button". Drag and drop the method gotoSpringboard() method from ApplicationFeatures data control as a command link in the primary facet in all the pages. Remove

How to solve ORA-04063: view “SYS.ALL_QUEUE_TABLES” has errors?

冷暖自知 提交于 2019-12-11 12:14:48
问题 Jdev version 11.1.1.7.1 I am using Oracle Database 10g XE & I am able to connect to the DB and retrieve all tables in HR schema. But when I am trying to create "Business components from Table" I am getting the above mentioned error. I have uninstalled Jdeveloper and once again reinstalled it. Still I am getting the same error. Here is the description of the error :- The following SQL statement failed : SELECT /*OracleDictionaryQueries.ALL_ORACLE_OBJECT_QUERY(3)*/ O.OBJECT_NAME, O.OBJECT_TYPE,