jdeveloper

Jasper Reports “package net.sf.jasperreports.engine does not exist” exception in JDeveloper 11.1 using WebLogic only in EAR Web Page

Deadly 提交于 2019-12-30 10:29:13
问题 I'm using JDeveloper 11.1, Oracle 11 and TIBCO JasperReports 6.0.1. I'm having problems trying to generate Jasper Reports from my web page (ViewController) while using an ApplicationModule (Model - EJB) for doing that. At the end the PDF file has to be sent via email, that's why I let it into the Model project. If I execute the ApplicationModule, it works fine, no exceptions, the PDF is very well generated and sent. However, if I execute the client method since a web page I got this exception

Oracle's jDeveloper seems to ignore declarations in a WSDL when calling an external web service?

五迷三道 提交于 2019-12-25 16:37:38
问题 Oracle's jDeveloper seems to ignore ignore declarations in a WSDL when calling an external web service and I'm not sure why...? We are trying to consume a third party web service found using this WSDL: http://tbe.taleo.net/wsdl/WebAPI.wsdl If you pop that into SoapUI and open the searchCandidate operation you'll find the request structure to be the following. Note that in1 contains an <item> node within it, which is defined in the WSDL. <urn:searchCandidate> <in0>?</in0> <in1> <!--Zero or

How can i set current date using expression builder in oracle adf?

房东的猫 提交于 2019-12-25 05:09:08
问题 How can i set current date using expression builder in oracle adf? i am using jdeveloper 11.1.1.3.0 and using Input Date(ADF faces.common.component) 回答1: The expression builder is used to build EL expressions that reference a method or a value property. Its not meant to set a value but to make it available for editing. One option would be to use a method expression to invoke an action on a manage bean that then sets the value. However, in JSF 1.2 you cannot pass arguments to an EL method and

Read out of office from exchange server for other users

对着背影说爱祢 提交于 2019-12-25 02:43:39
问题 Is it possible to pull out of office information for different users (not the current user) from MS Exchange 2010 SP2 by consuming EWS through jDeveloper. 回答1: Sure, OOF on/off is just a property on the mailbox store. Assuming you are using the Outlook Object Model, you can access the PR_OOF_STATE MAPI property (DASL name http://schemas.microsoft.com/mapi/proptag/0x661D000B ) using Store.PropertyAccessor.GetProperty. 来源: https://stackoverflow.com/questions/20675502/read-out-of-office-from

How to assign a transient value as a default value to another attribute in View Object - ADF

試著忘記壹切 提交于 2019-12-25 01:28:04
问题 I am new to adf and I am trying to provide a default value based on an sql statement to another attribute. For instance I have a table called Employee(emp_id,emp_version,emp_name...), which has a column emp_version and i want to provide a default value to emp_version with the following sql statement: select count(emp_id)+1 from employees In order to do this I tried to create a transient field(testEmpversionTransient) and provide an sql statement as shown below: However I am not able to assign

Connection error - connection refused

谁说我不能喝 提交于 2019-12-24 17:17:16
问题 I am developing an Android app, using Mobile ADF in JDeveloper 11. I used weblogic server with SOAP service. When I test the webservice, its working fine, but I am getting this error after deployment on Android emulator - "cannot connect to 127.0.0.1 on port 7101: java.net.ConnectionException:connection refused". 回答1: use 10.0.2.2 instead of 127.0.0.1 and for SOAP use port 8080 instead of 7701 回答2: Use 10.0.2.2 instead of 127.0.0.1 10.0.2.2 Special alias to your host loopback interface (i.e.,

Unable to run JAR through command line or double click

喜欢而已 提交于 2019-12-24 12:41:33
问题 I was following Ant tutorial and wrote a simple program for log4j.But when I am trying to run the JAR by command line I am unable to do so. Now I am unable to even guess what is the problem. No error is coming up when running JAR via the command line but log file is not updating Log file is updated when app ran in JDeveloper Log file is updated when JAR is ran via Ant script I have already added log4j.properties inside the JAR I have added classpath in commandline About the JAR

ANT job to invoke JDeveloper to create EAR file with specified deploy file

倖福魔咒の 提交于 2019-12-23 16:35:47
问题 I was asked about the possibility of creating an ANT script that could be use to copy property files (associated to target environment), create an EAR file (perhaps using JDeveloper deploy file), and deploy that EAR file to target OC4J container. I am asking if anyone ever successfully invoking JDeveloper automatically to create the EAR file by using specified 'deploy' file by using ANT? OR is it possible to by pass invoking JDeveloper at all. Is there any sample ANT code snippet to do so, or

Cannot load driver: com.microsoft.sqlserver.jdbc.SQLServerDriver weblogic 10g

你离开我真会死。 提交于 2019-12-23 09:59:14
问题 I'm trying to create a datasource from weblogic 10.3 to sqlserverexpress 2008 r2, but when I test the connection, the following message appears : Cannot load driver: com.microsoft.sqlserver.jdbc.SQLServerDriver What should I do? 回答1: You need to add the sqlserver JDBC driver jar file to the weblogic classpath. 回答2: I add sqljdbc4.jar to %WLHome%/Server/Lib and i add the following line to the weblogic_classpath in %WLHome%\common\bin\commEnv.cmd: ";%WL_HOME%\server\lib\sqljdbc4.jar" 回答3: add

WebLogic 12c - Error: ADRS_DOMAIN_PASSWORD environment variable not set

孤街醉人 提交于 2019-12-22 12:32:10
问题 I'm trying to implement push notification in Oracle MAF (2.3.1) application. I need to deploy Push Server application on WebLogic server. When i try to run Integrated WebLogic Server (WL-12c) from JDeveloper 12c IDE , I'm keep getting Error: ADRS_DOMAIN_PASSWORD environment variable not set. in console log. Seeems it is not creating domain at all. I have also attached complete Build log on below for your reference, Adding environment variable to WLST script USER_MEM_ARGS = -Xms32m -Xmx1024m