WebService dataControls

Hi, in model i create WEbServiceDataControl.
On local i use ip like 195.......
But when i deploy ma app on server - webServices must call from 172.... ip.
My problem: i cant change ip for my dataControls. It work great on local or on server, i just want for develope on local then deploy to server, but cant.
I tryed to change ip of DC by right click on DC and click "Edit definition" and tryed to change dtaControls.dcx manualy but have no effect...

I have not connection.xml file, only DataControls.dcx When i do deploy on local server - WSdataControls running normaly, but jdbc connection for database loosing. Cannot finded, but this is other big problem of ADF with own themes on this forum.
Problem was: adf automaticly don't redeploy model to jar and get old jar. And if u change wsdl in model (dataControl.dcx) - adf don't update (redeploy jar) model.
Resolve of my problem: redeploy model in jar if needed and then do deploy (not run) on integrated WL.

Similar Messages

  • Webservice Datacontrol Java files

    Hi,
    Is it possible to generate Java files for my Webservice DataControl? I want to have more control over it.
    I tried to generate Webservice client and proxy (also in JDeveloper 10 that doesn't use annotations), but that doesn't work in Java ME 1.4.
    Thanks

    We're looking into this but currently there is no support for generating proxy classes. There will be some helper methods available soon to make this type of work easier.

  • Re: ADF Mobile webservice datacontrol parameter problem

    When i am trying to create Data Control from wsdl, the data control is generated but it doesnot contain any method or operation..Can someone help, i am getting the below message:
    oracle.adf.model.adapter.AdapterException: JBO-29114 ADFContext is not setup to process messages for this exception. Use the exception stack trace and error code to investigate the root cause of this exception. Root cause error code is DCA-40002. Error message parameters are {0=null}
    at oracle.adfinternal.model.adapter.webservice.WSModel.createModelFromWSDL(WSModel.java:656)
    at oracle.adfinternal.model.adapter.webservice.WSModel.<init>(WSModel.java:197)
    at oracle.adfinternal.model.adapter.webservice.WSDefinition.loadDCOperations(WSDefinition.java:1707)
    at oracle.adfinternal.model.adapter.webservice.WSDefinition.loadFromMetadata(WSDefinition.java:769)
    at oracle.adfdt.model.datacontrols.JUDTAdapterDataControl.loadDefinitionFromElement(JUDTAdapterDataControl.java:335)
    at oracle.adfdt.model.datacontrols.JUDTAdapterDataControl.getDef(JUDTAdapterDataControl.java:771)
    at oracle.adfdt.model.datacontrols.JUDTAdapterDataControl.setConfigurationParent(JUDTAdapterDataControl.java:365)
    at oracle.adfdt.model.objects.Configuration$6.run(Configuration.java:204)
    at oracle.adfdt.jdev.transaction.JDevTransactionManager.fetchUnderReadLock(JDevTransactionManager.java:363)
    at oracle.adfdt.model.objects.Configuration.findDataControl(Configuration.java:215)
    at oracle.adfdtinternal.model.ide.factories.adapter.DCFactoryAdapter.createDataControl(DCFactoryAdapter.java:388)
    at oracle.adfdtinternal.model.ide.addins.AdapterContextHandler.createMetaDC(AdapterContextHandler.java:34)
    at oracle.adf.model.adapter.MetaDef.createDataControl(MetaDef.java:118)
    at oracle.adfdtinternal.model.adapter.webservice.JdxPKWSAddin.invokeDCWizard(JdxPKWSAddin.java:157)
    at oracle.adfdtinternal.model.adapter.webservice.JdxPKWSAddin.invoke(JdxPKWSAddin.java:91)
    at oracle.ide.wizard.WizardManager.invokeWizard(WizardManager.java:446)
    at oracle.ide.wizard.WizardManager$1.run(WizardManager.java:530)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
    at java.awt.EventQueue.access$000(EventQueue.java:85)
    at java.awt.EventQueue$1.run(EventQueue.java:603)
    at java.awt.EventQueue$1.run(EventQueue.java:601)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
    at oracle.javatools.internal.ui.EventQueueWrapper._dispatchEvent(EventQueueWrapper.java:169)
    at oracle.javatools.internal.ui.EventQueueWrapper.dispatchEvent(EventQueueWrapper.java:151)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

    Did you test the WSDL by
    1)opening it in a browser and
    2)also by running it using the HTTP Analyzer ... I'm guessing the WSDL might have issues
    Also is your request and response included in the WSDL or they are referred to as separate files ?

  • Configure EndPoint URL in WebService DataControl and Proxy

    I have created application using webservices based DataControl and WebService Proxy. I want to use config file to change the host and port for these webserviceDC and webServiceProxy.
    I have referred the following link -http://blogs.oracle.com/adf/2011/02/changing_endpoint_url_for_a_web_service_data_control.html
    Any links or pointers , how to do that ?
    Thanks,
    Rajdeep

    I have created the ADF WebServiceConnection for the webproxy class generated. Then I have used the following code to use the URL's from Connections.xml -
    Context ctx;
    try {
    ctx = ADFContext.getCurrent().getConnectionsContext();
    WebServiceConnection wsc = (WebServiceConnection) ctx.lookup("GetPaymentTypesService");
    getPaymentTypesPort = wsc.getJaxWSPort(GetPaymentTypesPort.class);
    Issue - when i run this with in same application It works fine. But try to use this project in another application as ADF Library , it is not able to pick the connections and wsc object is comming as null.
    Thanks,
    Rajdeep

  • Webservice Datacontrol

    I have created a data control out of webservice and I have a table that uses the datacontrol. I need to create the search/query for the table. I am NOTusing business components that allows us to create Names criteria(from VO). Can we create named criteria for the web service data control?
    Thanks
    $N

    Hi
    Can we create named criteria for the web service data control?
    No. I don't see this as an option for the WS DC
    Frank

  • ADF Mobile webservice datacontrol parameter problem

    Hi, I have a method in my WS which has a List lista as input parameter when I create the datacontrol It shows Object instead of list,
    how can I solve this? I cannot use List<MyBean> because this is not awolled in adfmobile
    I use Jdeveloper 11.1.2.3.0
    --diego10.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Hi,
    1. you actually need to create an entity of the type the list objects are of. E.g. Employee to represent a list of employees
    2. You access the WS DC programmatically from Java and encapsulate it in an array of Employees (to follow my sample)
    3. You use a POJO data control to expose the array list
    private HashMap employeeListCache = null;
         * Query all employees from a Web Service and keep the value local.
         * @return Collection of Employees
        public Employees[] getAllEmployees() {       
            Employees[] emps = null;
            if (employeeListCache == null) { 
                employeeListCache = _findAllEmployees();
            emps = (Employees[])employeeListCache.values().toArray(new Employees[employeeListCache.size()]);       
            return emps;
      private HashMap _findAllEmployees() {
            try {
                //renew all employee data
                employeeListCache = new HashMap();
                //invoke WS data control from this POJO
                ArrayList parameterNames = new ArrayList();
                ArrayList parameterValue = new ArrayList();
                ArrayList parameterTypes = new ArrayList();
                //Generic representation of a data control's data provider object. It exposes meta information about
                //the providers attributes and accessors, as well as the ability to get and set their values.
                //This interface abstracts the raw data provider object from the nature of its type of data control;
                //the raw provider can be a deserialized representation of an object returned by a SOAP or REST web
                //service call, or it can be an actual java class instance. This interface is used primarily by the
                //internals of the embedded java data control framework, however it can also be used when invoking data
                //control methods directly from application java bean code.
                GenericType employeesList =
                    (GenericType)AdfmfJavaUtilities.invokeDataControlMethod("HrWSDC", null, "getEmployeesFindAll",
                                                                            parameterNames, parameterValue,
                                                                            parameterTypes);           
                if (employeesList != null) {
                    for (int i = 0; i < employeesList.getAttributeCount(); i++) {
                        GenericType row = (GenericType)employeesList.getAttribute(i);
                        Employees employee = (Employees)GenericTypeBeanSerializationHelper.fromGenericType(Employees.class, row);           
                        employeeListCache.put(employee.getEmployeeId(),employee);
            } catch (AdfInvocationException e) {
                logApplicationMessage(Level.SEVERE, "Cannot read data from Web Service \n", ""+ e.getMessage());
            return employeeListCache;
        }Here's the full sample and doc:
    http://www.oracle.com/technetwork/developer-tools/adf/learnmore/m05-ws-pojo-caching-1940037.pdf
    http://www.oracle.com/technetwork/developer-tools/adf/learnmore/m05-ws-pojo-caching-1940039.zip
    Frank

  • WebService DataControls programmatically construct java class en jdeveloper 11g

    1. I have a data control what is a web service client to URL https:
    2. JDev 11g build a model
    3. I need to call this data control from java class
    4. My java class simply must call a method of the web service, this method I see in the DAta Control, with the parameter and just return the String,
    5. this is not a Web Application, is swing, I not have a Context
    method in WS
    public String ConsultaPlaca(String arg1);
    How I can implement this?
    Just in Java Class, not in page JSP. the java class is a library of other Java class, I need to build a file .jar

    Hi Vishal,
    I created the class as mentioned in the link. But when I try to test the web service, I get the following error :
    weblogic.application.ModuleException: [HTTP:101216]Servlet: "oracle.apps.ddr.testFileDownload" failed to preload on startup in Web application: "Application7-Project1-context-root".
    javax.xml.ws.WebServiceException: Annotation @com.sun.xml.internal.ws.developer.StreamingAttachment(parseEagerly=true, dir=, memoryThreshold=40000) is not recognizable, atleast one constructor of class com.sun.xml.internal.ws.developer.StreamingAttachmentFeature should be marked with @FeatureConstructor
         at com.sun.xml.ws.binding.WebServiceFeatureList.getWebServiceFeatureBean(WebServiceFeatureList.java:176)
         at com.sun.xml.ws.binding.WebServiceFeatureList.parseAnnotations(WebServiceFeatureList.java:148)
         at com.sun.xml.ws.binding.WebServiceFeatureList.<init>(WebServiceFeatureList.java:113)
    Any ideas on how I can make it work ?
    Thanks and Regards,
    Pritom

  • Accessing Webservice DataControl in Model

    hi,
    i have requirement where i want to access web service data control in ADF model ...
    regards
    Kiran

    Kiran S,
    Data controls are things that make model data available to the UI, so on the surface, what you are asking for isn't possible (actually, you didn't ask for anything, just made a statement :) )
    Have you considered using a web service proxy class in your model project to access the information?
    Can you share a better use case that might enable someone to give a better suggestion?
    John

  • How to query webservice datacontrol from bean

    Hi all,
    In Jdeveloper 11 I have a web-service based data-control. In order to perform some checks, I need to query that DC from within a bean. Only question is, how to do that?
    If it were a 'normal' VO based DC I would use something like this:
    DCBindingContainer bindings = (DCBindingContainer)BindingContext.getCurrent().getCurrentBindingsEntry();
    DCIteratorBinding iter = bindings.findIteratorBinding("EmployeesView1Iterator");
    RowSetIterator rsi = iter.getRowSetIterator();
    rsi.next();
    Row row = rsi.getCurrentRow();
    String s = (String)row.getAttribute(1);
    But in this case the String s = (String)row.getAttribute(1); returns rubbish. The method in the DC I want to call takes a parameter as input, and returns one row.
    Any help would be greatly appreciated.
    Arno

    Hi Frank,
    I don't know what it returns, but the iterator I got in my example was the methodIterator. When I call the accessorIterator it does work. So, when I call row.getAttribute("soandso"); the correct data is returned to me.
    Arno

  • Issue: Datacontrol using webservice

    Hi Gurus,
    I am new to ADF technology. I have created a datacontrol using webservice and using that webservice datacontrol, i have also created a ADF page and it is successfully invoked the webservice.
    But for some reason wsdl location has been changed to another server. Now the challenge is to change the wsdl location in datacontrol. I have edit the previous Datacontrol and provide the new webservice wsdl.
    but it is not working now means ADF page is unable to invoke the service :(
    Is there any other places to change the wsdl location. Any suggestion would be helpful to me.
    Thanks in advance
    Sharmistha.

    Hi,
    Check following will useful
    http://blogs.oracle.com/shay/entry/updateinsert_with_adf_web_serv
    http://docs.oracle.com/cd/B31017_01/core.1013/b28764/web_services003.htm
    http://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_52/jdtut_11r2_52_6.html

  • How to deal with xsd:dateTime from webservice in ADF? (Frank can you help?)

    I have a webservice that returns a date in the yyyy-MM-dd'T'HH:mm:ss.SSSZ format (as far as i know the default Calendar type format) specified by an xsd:dateTime. When i generate a webservice datacontrol on the service i get an entry like <Attribute Name="testDate" IsUpdateable="0" Type="java.util.Date" /> in the datacontrol xml file generated for the service (should that not be a java.util.Calendar type?). When i try to output the value on a jsf page it results in the following error:
    oracle.jbo.domain.DataCreationException: JBO-25009: Can not create object of type java.util.Date with value 1994-02-01T00:00:00.000+01:00
    As far as i understand adf tries to create a java.util.Date object from the webservice output 'string' which fails. The webservice is a plsql webservice generated with jdeveloper. If i change the type in the datacontrol xml file from java.util.Date to java.lang.String it prints out the entire date string but i would like to keep it a date type to be able to format the output to the dd-MM-yyyy pattern.
    Any help or suggestions.....?
    Kind Regards,
    Andre Jochems
    Repost
    Repost

    Andre,
    sorry, for not replying earlier - missed this post obviously. I don't know whether or not the behavior you see is correct or a bug - need to investigate this first (or find somebody to invest).
    However, as a work around for now you can:
    Option 1: bind the UI component to a managed bean that then accesses the binding layer to access the Web Service Data Control. This way you can work with Strings and just create a java.util.Date object for the component using the SimpleDate formatter
    Option 2: Use a Web Service proxy and a JavaBean DataControl to access the proxy. This allows pre-processing of the Web Service response, e.g. handling the Date
    Note that this is just for possible work around until I find the time to look at this. However, if this is a blocking issue for a production application then I suggest to contact customer support for immediate help
    Frank

  • Dependent combo boxes using webservice

    Hi All,
    I'm trying to create a depended combo boxes using af:selectOneChoice, using webservice datacontrol. When i try to change the value of the first combo box which has hard coded values (eg. Continent), The depended combo box (eg.Country) is empty. (which is returned via webservice) When i again change the value of the first combo box, I get the corresponding values(Countries) generated. The very first time when a value is selected is not binded to the model. Why is this happening and how to overcome this issue. I tried using the value change listener and assigned the current value to binding but there was no change in the behaviour.

    Thanks for your response Frank. The Sample worked fine. But when i try to implement the same i ran into issues.
    First, I created a combo box for continents and a managed bean.
    <af:selectOneChoice label="Region" id="soc1" autoSubmit="true"
                                  valueChangeListener="#{locateBean.setRegion}">
                <af:selectItem label="Asia" value="Asia" id="si3"/>
                <af:selectItem label="Europe" value="Europe" id="si2"/>
                <af:selectItem label="NA" value="NA" id="si1"/>
              </af:selectOneChoice>Then I created a combo box for countries using the webservice data control.
              <af:selectOneChoice value="#{bindings.Country.inputValue}"
                                  label="Country"
                                  required="#{bindings.Country.hints.mandatory}"
                                  shortDesc="#{bindings.Country.hints.tooltip}"
                                  id="soc2" partialTriggers="soc1">
                <f:selectItems value="#{bindings.Country.items}" id="si4"/>
              </af:selectOneChoice>In the managed bean as
        public void setRegion(ValueChangeEvent event) {
            this.region = (String)event.getNewValue();
        }1. When i run and select an continent, the values are not getting populated in the country combo box. If i refresh the page or select another value for the continent, then its is getting populated.
    2. When i tried to execute the operation manually at pagedef on value change event,
            OperationBinding operBinding = getBindings().getOperationBinding("GetCountryList");
            operBinding.execute();I'm getting an warning as <FacesCtrlListBinding> <getInputValue> ADFv: Could not find selected item matching value Afghanistan of type: java.lang.String in the list-of-values.Why the value binded to the managed bean or model is not getting updated for the first time. Is this the expected behavior.

  • EJB 3.x datacontrol in JDeveloper.

    Hello.
    Does anyone know if the next release of JDeveloper will support the making of EJB 3.x datacontrols for ADF? For the time being, it seems that JDeveloper only supports creation of EJB 2.1 datacontrol and WebService DataControl. My ejb uses eclipselink, so I want to develop adf-pages with datacontrols from my existing ejb.
    Thanks a lot!

    Thanks for quick reply! I''m sorry if my explanation wasn't good enough. I'm aware of the possibilty to create EJB 3.0 datacontrols as long as they are developed within Jdeveloper. My EJB 3.0 - remote interface is already developed and deployed on a Glassfish 3.1 server. The 'New' - gallery in Jdeveloper lets you create a Webservice datacontrol from a wsdl and an EJB 2.1 datacontrol from an existing jar. I want to create a EJB 3.0 datacontrol from an existing jar, but can't find the right way to implement this. I've managed to create WS and EJB2.1 datacontrols, but my bean is already implemented and fully functional as a 3.0.
    I'm using JDeveloper 11.1.2.1.0, btw.
    PS! If I'm not mistaken, the tutorials mentioned develops the EJB 3.0 from scratch. Mine is already developed in NetBeans with Maven and deployed on a GF 3.1.
    Regards.
    Edited by: user9171811 on Jan 11, 2012 12:37 AM

  • Exception while running ADF 11g application on Weblogic 10.3.2

    Hi All,
    I have Created a ADF Application using ADF faces 11g. I have Created a Webservice Datacontrol and calling Synchronous BPEL flow from an ADF page. I have deployed the ADF application on Weblogic 10.3.2 but while running the page using the URL http://10.142.214.163:9001/AdfApp/faces/GetBalance.jspx I am getting the following exception,
    java.lang.NullPointerException
    at oracle.adf.model.binding.DCIteratorBinding.getSortCriteria(DCIteratorBinding.java:3710)
    at oracle.adf.model.binding.DCInvokeMethod.setAssociatedIteratorBinding(DCInvokeMethod.java:865)
    at oracle.adf.model.binding.DCIteratorBinding.cacheRefOnOperation(DCIteratorBinding.java:5127)
    at oracle.jbo.uicli.binding.JUMethodIteratorDef$JUMethodIteratorBinding.getActionBinding(JUMethodIteratorDef.java:283)
    at oracle.jbo.uicli.binding.JUMethodIteratorDef.isRefreshable(JUMethodIteratorDef.java:59)
    at oracle.adf.model.binding.DCExecutableBindingDef.isRefreshable(DCExecutableBindingDef.java:274)
    at oracle.adf.model.binding.DCBindingContainer.internalRefreshControl(DCBindingContainer.java:2921)
    at oracle.adf.model.binding.DCBindingContainer.refresh(DCBindingContainer.java:2791)
    at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.prepareModel(PageLifecycleImpl.java:112)
    at oracle.adf.controller.v2.lifecycle.Lifecycle$2.execute(Lifecycle.java:137)
    at oracle.adfinternal.controller.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:192)
    at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.access$400(ADFPhaseListener.java:21)
    at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$PhaseInvokerImpl.startPageLifecycle(ADFPhaseListener.java:231)
    at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$1.after(ADFPhaseListener.java:267)
    at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.afterPhase(ADFPhaseListener.java:71)
    at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.afterPhase(ADFLifecyclePhaseListener.java:53)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:364)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:177)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:94)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:138)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:70)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:326)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2202)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    But the same application is working properly in Integrated Weblogic Server in Jdeveloper 11g.
    Thanks in advance.
    Please help on this...
    Best Regards
    Majid Hussain

    Hi,
    Did you configure your application module to use a JDBC data source? To do this, right-click the app module in the navigator, select Configurations and in the dialog that comes up change the connection type to JDBC Data Source and enter your data source name - which should be the same as the data source you created on the weblogic server.
    Also, I do suggest you create an EAR file - this is what we've tested and certified with. You can find more details in the deployment chapter of the fusion developer's guide: http://download.oracle.com/docs/cd/E12839_01/web.1111/b31974/deployment_topics.htm#CHDJJDDG.
    Hope this helps
    Blaise

  • Is it possible the query in view object is dynamic?

    Is it possible the query in view object is dynamic?
    Generally, make the column list dynamic.
    I think this is related to whether view object can be assembled at runtime based on a dynamic cursor in a procedure?
    I ask this because I would like to know how we can use OA framework to simulate crosstab workbook in Discoverer?
    Anybody has some clues, please advise.
    Thanks.

    Hi Shay,
    Let me tell you briefly... I am sending input as customerId,customerNumber,CustomerName to the web service, if the record is available i am getting the response and i am displaying those records on page as a table. Now when i click a row i need to populate another table with all sale orders of that customer. From webservice datacontrol i have only customer object, I dont have Sales Order Object. For this i need master detail relation. In this case how to proceed. Thats why i am thinking to create a vO and EO object for sales orders table and i want to create view link for this sales order and customers. As i don't have customer VO and EO object to create view link.

Maybe you are looking for

  • Moving photos/downloaded pics from camera roll to another photo folder on Iphone

    Is this possible. I created a new photo folder that appears on my Iphone called "Other Pictures". Now say I download a wallpaper or some other pic from the internet or save a pic from an email, it automatically goes to my camera roll folder. How can

  • C# Integration Request from CRM on demand

    I am trying to query the CRM just to see what kind contacts it holds. But no matter what I do I keep on getting HTTP server error 500. Now I have read here that it usually means that I am using the wrong URL. However I am using the same URL I use to

  • Posting Journal Entry in v4.2SP4: Strange Issue. Anyone?

    Behaviour: The post button doesn't work. You can click it but it does nothing When opening the journal manager and selecting the journal id and then posting, it says: "You cannot post/unpost until finishing journal post" After this, you cannot post a

  • Navigation from union request - navigation target "is prompted" not working

    Hi friends.. I've created a union request from 5 request. I'm trying to navigate to other request using value interaction. The column is "Is Prompted" on the other request. But thats not working. I'm seeing all the record instead of the filtered reco

  • Illustrator cs6 halftone question

    1. I create a gradient filled circle 2. Apply color halftone effect 3. Expand 4. Image trace with 'Ignore white' option turned on 5. Expand to make it vector 6. But when I try to change color of the halftone, this happens What am I doing wrong?