Can't find id definition of type attribute using JDeveloper 11.1.2.1.0

Hello
I'm trying to deploy the WebClient from Part 6 of the tutorial "Developing an ADF Client Using a Web Service Data Control" [http://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_52/jdtut_11r2_52_6.html] . For the tutorial I used the JDeveloper version 11.1.2.1.0. During the rendering of the view Dept_Emp.jsf I get the following exception.
oracle.jbo.NoDefException: JBO-25058: Definition id vom Typ Attribut wurde nicht in id gefunden.
If I do the same steps with the JDeveloper version 11.1.1.6.0 everything works fine. The view gets rendered and I can call the Web Service.
What is the problem when I use version 11.1.2.1.0 and how can I fix it? Here is the stack trace from the WLS.
Cheers Chris
StackTrace:
[Another instance of application WebService is running on the server.  JDeveloper will redeploy the application.]
[Running application WebService on Server Instance IntegratedWebLogicServer...]
[02:21:10 PM] Web Module AnnotationWebApp.war recognized in project Annotation.jpr
[02:21:10 PM] Web Module WebClientWebApp.war recognized in project WebClient.jpr
[02:21:10 PM] ---- Deployment started. ----
[02:21:10 PM] Target platform is (Weblogic 10.3).
[02:21:10 PM] Retrieving existing application information
[02:21:10 PM] Running dependency analysis...
[02:21:10 PM] Deploying 3 profiles...
[02:21:10 PM] Wrote Web Application Module to C:\Users\userhome\AppData\Roaming\JDeveloper\system11.1.2.1.38.60.81\o.j2ee\drs\WebService\WebClientWebApp.war
[02:21:10 PM] Wrote Web Application Module to C:\Users\userhome\AppData\Roaming\JDeveloper\system11.1.2.1.38.60.81\o.j2ee\drs\WebService\AnnotationWebApp.war
[02:21:11 PM] Wrote Enterprise Application Module to C:\Users\userhome\AppData\Roaming\JDeveloper\system11.1.2.1.38.60.81\o.j2ee\drs\WebService
[02:21:11 PM] Redeploying Application...
<ADFContext> <getCurrent> Es wird automatisch ein DefaultContext für getCurrent initialisiert.
Der aufrufende Benutzer muss sicherstellen, dass ein DefaultContext für diese Verwendung geeignet ist.
Es kann zu Speicherlecks und/oder unerwartetem Verhalten kommen, wenn die automatische Initialisierung nicht ordnungsgemäß ausgeführt wird.
Sie können diese Meldung vermeiden, indem Sie initADFContext ausführen, bevor Sie getCurrent() verwenden.
Um weitere Informationen zu erhalten, müssen Sie das Logging für oracle.adf.share.ADFContext auf die Stufe FINEST setzen.
[02:21:31 PM] Application Redeployed Successfully.
[02:21:31 PM] The following URL context root(s) were defined and can be used as a starting point to test your application:
[02:21:31 PM] http://[2001:0:5ef5:73b8:24e6:3891:3f57:fed1]:7101/WebService-Annotation-context-root
[02:21:31 PM] http://[2001:0:5ef5:73b8:24e6:3891:3f57:fed1]:7101/WebService-WebClient-context-root
Run startup time: 21755 ms.
[Application WebService deployed to Server Instance IntegratedWebLogicServer]
Target URL -- http://127.0.0.1:7101/WebService-WebClient-context-root/faces/Dept_Emp.jsf
[02:21:31 PM] Elapsed time for deployment: 22 seconds
[02:21:31 PM] ---- Deployment finished. ----
<ViewHandlerImpl> <_checkTimestamp> Apache Trinidad wird mit aktivierter Zeitstempelprüfung ausgeführt. Dies sollte in einer Production-Umgebung nicht verwendet werden. Siehe Eigenschaft org.apache.myfaces.trinidad.CHECK_FILE_MODIFICATION in WEB-INF/web.xml
<SOAPProvider> <setParameters> Value for parameter 'arg0' cannot be null
<SOAPProvider> <setParameters> Value for parameter 'arg0' cannot be null
<FaceletViewHandlingStrategy> <handleRenderException> Error Rendering View[Dept_Emp.jsf]
oracle.jbo.NoDefException: JBO-25058: Definition id vom Typ Attribut wurde nicht in id gefunden.
     at oracle.jbo.uicli.binding.JUCtrlValueBinding.getAttributeDef(JUCtrlValueBinding.java:556)
     at oracle.jbo.uicli.binding.JUCtrlValueBinding.getHintObject(JUCtrlValueBinding.java:2209)
     at oracle.jbo.uicli.binding.JUCtrlValueBinding.getHint(JUCtrlValueBinding.java:2204)
     at oracle.jbo.uicli.binding.JUCtrlValueBinding.getLabel(JUCtrlValueBinding.java:2044)
     at oracle.jbo.uicli.binding.JUCtrlValueBinding$1JUAttributeDefHintsMap.internalGet(JUCtrlValueBinding.java:4130)
     at oracle.jbo.common.JboAbstractMap.get(JboAbstractMap.java:54)
     at javax.el.MapELResolver.getValue(MapELResolver.java:164)
     at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:176)
     at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:203)
     at com.sun.el.parser.AstValue.getValue(Unknown Source)
     at com.sun.el.ValueExpressionImpl.getValue(Unknown Source)
     at com.sun.faces.facelets.el.TagValueExpression.getValue(TagValueExpression.java:109)
     at org.apache.myfaces.trinidad.bean.FacesBeanImpl.getProperty(FacesBeanImpl.java:73)
     at oracle.adfinternal.view.faces.renderkit.rich.LabelLayoutRenderer.getLabel(LabelLayoutRenderer.java:929)
     at oracle.adfinternal.view.faces.renderkit.rich.LabelLayoutRenderer.encodeAll(LabelLayoutRenderer.java:213)
     at oracle.adfinternal.view.faces.renderkit.rich.PanelLabelAndMessageRenderer.encodeAll(PanelLabelAndMessageRenderer.java:96)
     at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1452)
     at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:923)
     at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1659)
     at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)
     at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:3201)
     at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
     at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
<LifecycleImpl> <_handleException> ADF_FACES-60098:Faces-Gültigkeitsdauer empfängt nicht behandelte Exceptions in Phase RENDER_RESPONSE 6
oracle.jbo.NoDefException: JBO-25058: Definition id vom Typ Attribut wurde nicht in id gefunden.
     at oracle.jbo.uicli.binding.JUCtrlValueBinding.getAttributeDef(JUCtrlValueBinding.java:556)
     at oracle.jbo.uicli.binding.JUCtrlValueBinding.getHintObject(JUCtrlValueBinding.java:2209)
     at oracle.jbo.uicli.binding.JUCtrlValueBinding.getHint(JUCtrlValueBinding.java:2204)
     at oracle.jbo.uicli.binding.JUCtrlValueBinding.getLabel(JUCtrlValueBinding.java:2044)
     at oracle.jbo.uicli.binding.JUCtrlValueBinding$1JUAttributeDefHintsMap.internalGet(JUCtrlValueBinding.java:4130)
     at oracle.jbo.common.JboAbstractMap.get(JboAbstractMap.java:54)
     at javax.el.MapELResolver.getValue(MapELResolver.java:164)
     at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:176)
     at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:203)
     at com.sun.el.parser.AstValue.getValue(Unknown Source)
     at com.sun.el.ValueExpressionImpl.getValue(Unknown Source)
     at com.sun.faces.facelets.el.TagValueExpression.getValue(TagValueExpression.java:109)
     at org.apache.myfaces.trinidad.bean.FacesBeanImpl.getProperty(FacesBeanImpl.java:73)
     at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
     at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
<08.04.2012 14:21 Uhr MESZ> <Error> <HTTP> <BEA-101020> <[ServletContext@23474460[app:WebService module:WebService-WebClient-context-root path:/WebService-WebClient-context-root spec-version:2.5]] Servlet failed with Exception
oracle.jbo.NoDefException: 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 JBO-25058. Error message parameters are {0=Attribut, 1=id, 2=id}
     at oracle.jbo.uicli.binding.JUCtrlValueBinding.getAttributeDef(JUCtrlValueBinding.java:556)
     at oracle.jbo.uicli.binding.JUCtrlValueBinding.getHintObject(JUCtrlValueBinding.java:2209)
     at oracle.jbo.uicli.binding.JUCtrlValueBinding.getHint(JUCtrlValueBinding.java:2204)
     at oracle.jbo.uicli.binding.JUCtrlValueBinding.getLabel(JUCtrlValueBinding.java:2044)
     at oracle.jbo.uicli.binding.JUCtrlValueBinding$1JUAttributeDefHintsMap.internalGet(JUCtrlValueBinding.java:4130)
     Truncated. see log file for complete stacktrace
>
<08.04.2012 14:21 Uhr MESZ> <Notice> <Diagnostics> <BEA-320068> <Watch 'UncheckedException' with severity 'Notice' on server 'DefaultServer' has triggered at 08.04.2012 14:21 Uhr MESZ. Notification details:
WatchRuleType: Log
WatchRule: (SEVERITY = 'Error') AND ((MSGID = 'WL-101020') OR (MSGID = 'WL-101017') OR (MSGID = 'WL-000802') OR (MSGID = 'BEA-101020') OR (MSGID = 'BEA-101017') OR (MSGID = 'BEA-000802'))
WatchData: DATE = 08.04.2012 14:21 Uhr MESZ SERVER = DefaultServer MESSAGE = [ServletContext@23474460[app:WebService module:WebService-WebClient-context-root path:/WebService-WebClient-context-root spec-version:2.5]] Servlet failed with Exception
oracle.jbo.NoDefException: 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 JBO-25058. Error message parameters are {0=Attribut, 1=id, 2=id}
     at oracle.jbo.uicli.binding.JUCtrlValueBinding.getAttributeDef(JUCtrlValueBinding.java:556)
     at oracle.jbo.uicli.binding.JUCtrlValueBinding.getHintObject(JUCtrlValueBinding.java:2209)
     at oracle.jbo.uicli.binding.JUCtrlValueBinding.getHint(JUCtrlValueBinding.java:2204)
     at oracle.jbo.uicli.binding.JUCtrlValueBinding.getLabel(JUCtrlValueBinding.java:2044)
     at oracle.jbo.uicli.binding.JUCtrlValueBinding$1JUAttributeDefHintsMap.internalGet(JUCtrlValueBinding.java:4130)
     at oracle.jbo.common.JboAbstractMap.get(JboAbstractMap.java:54)
     at javax.el.MapELResolver.getValue(MapELResolver.java:164)
     at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:176)
     at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:203)
     at com.sun.el.parser.AstValue.getValue(Unknown Source)
     at com.sun.el.ValueExpressionImpl.getValue(Unknown Source)
     at com.sun.faces.facelets.el.TagValueExpression.getValue(TagValueExpression.java:109)
     at org.apache.myfaces.trinidad.bean.FacesBeanImpl.getProperty(FacesBeanImpl.java:73)
     at oracle.adfinternal.view.faces.renderkit.rich.LabelLayoutRenderer.getLabel(LabelLayoutRenderer.java:929)
     at oracle.adfinternal.view.faces.renderkit.rich.LabelLayoutRenderer.encodeAll(LabelLayoutRenderer.java:213)
     at oracle.adfinternal.view.faces.renderkit.rich.PanelLabelAndMessageRenderer.encodeAll(PanelLabelAndMessageRenderer.java:96)
     at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1452)
     at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:923)
     at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1659)
     at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)
     at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:3201)
     at oracle.adfinternal.view.faces.renderkit.rich.PanelFormLayoutRenderer._encodeFormItem(PanelFormLayoutRenderer.java:1088)
     at oracle.adfinternal.view.faces.renderkit.rich.PanelFormLayoutRenderer.access$100(PanelFormLayoutRenderer.java:50)
     at oracle.adfinternal.view.faces.renderkit.rich.PanelFormLayoutRenderer$FormColumnEncoder.processComponent(PanelFormLayoutRenderer.java:1604)
     at oracle.adfinternal.view.faces.renderkit.rich.PanelFormLayoutRenderer$FormColumnEncoder.processComponent(PanelFormLayoutRenderer.java:1523)
     at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:187)
     at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:318)
     at org.apache.myfaces.trinidad.component.UIXComponent.encodeFlattenedChildren(UIXComponent.java:283)
     at oracle.adfinternal.view.faces.renderkit.rich.PanelFormLayoutRenderer._encodeChildren(PanelFormLayoutRenderer.java:420)
     at oracle.adfinternal.view.faces.renderkit.rich.PanelFormLayoutRenderer.encodeAll(PanelFormLayoutRenderer.java:208)
     at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1452)
     at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:923)
     at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1659)
     at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:624)
     at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:3201)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
SUBSYSTEM = HTTP USERID = <WLS Kernel> SEVERITY = Error THREAD = [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' MSGID = BEA-101020 MACHINE = IPT-E6500-07 TXID = CONTEXTID = fb9b00788889f749:6183364c:13691cdfd59:-8000-00000000000000e0 TIMESTAMP = 1333887699961
WatchAlarmType: AutomaticReset
WatchAlarmResetPeriod: 30000
>
<ADFConfigFactory> <findOrCreateADFConfig> Ressource META-INF/adf-config.xml nicht in Classpath gefunden
<ADFConfigFactory> <findOrCreateADFConfig> Eine Standardimplementierung von ADFConfig wird für die Anwendung erstellt. Dies kann in einigen Fällen zu unerwarteten Ergebnissen führen. Fügen Sie dem Classpath ein Basis-META-INF/adf-config.xml hinzu, um Funktionsfehler zu vermeiden.
<08.04.2012 14:21 Uhr MESZ> <Alert> <Diagnostics> <BEA-320016> <Creating diagnostic image in c:\users\userhome\appdata\roaming\jdeveloper\system11.1.2.1.38.60.81\defaultdomain\servers\defaultserver\adr\diag\ofm\defaultdomain\defaultserver\incident\incdir_13 with a lockout minute period of 1.>

Hello Frank
I did all the steps in part 6 from the tutorial [http://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_52/jdtut_11r2_52_6.html] . And the WebClient project looks like it should (see step 13 in Part 6 of the tutorial). If I do exactly the same steps with 11.1.1.6 version of JDeveloper I get more artifact generated under the folder Application Sources.
- webclient
DataBindings.cpx
DataControls.dcx
MyCompanyDC.xml (11.1.1.6)
- webclient.MyCompanyDC (11.1.1.6)
getDeptInfo.xml (11.1.1.6)
- webclient.MyCompanyDC.getDeptInfo (11.1.1.6)
-Return (11.1.1.6)
employees.xml (11.1.1.6)
Return_Operations.xml (11.1.1.6)
Return.xml (11.1.1.6)
- webclient.pageDefs
Dept_EmpPageDef.xml
In the DataControls.dcx there are warnings that the references defined in the Definition="webclient.MyCompanyDC"; and BeanClass="webclient.MyCompanyDC"; can't be found. I think this is the origin of the problem. What can I do to get these artifacts generated with 11.1.2.1.0? I also dried to copy them from the 11.1.1.6 project but that doesn't work. I got the same error.
Cheers Chris
DataControls.dcx:
<?xml version="1.0"; encoding="UTF-8" ?>
<DataControlConfigs xmlns="http://xmlns.oracle.com/adfm/configuration" version="11.1.2.60.81"; id="DataControls"
Package="webclient">
<AdapterDataControl id="MyCompanyDC" FactoryClass="oracle.adf.model.adapter.DataControlFactoryImpl";
ImplDef="oracle.adfinternal.model.adapter.webservice.WSDefinition"; SupportsTransactions="false"
SupportsSortCollection="false" SupportsResetState="false" SupportsRangesize="false"
SupportsFindMode="false" SupportsUpdates="true" Definition="webclient.MyCompanyDC";
BeanClass="webclient.MyCompanyDC"; xmlns="http://xmlns.oracle.com/adfm/datacontrol">
<Source>
<definition xmlns="http://xmlns.oracle.com/adfm/adapter/webservice" name="MyCompanyDC" version="1.0";
provider="oracle.adfinternal.model.adapter.webservice.provider.soap.SOAPProvider";
wsdl="http://localhost:7101/WebService-Annotation-context-root/MyCompanyPort?WSDL"
UsePersistedStructure="false">
<service name="MyCompanyWS" namespace="http://annotation/" connection="MyCompanyDC">
<port name="MyCompanyPort">
<operation name="getDeptInfo"/>
</port>
</service>
</definition>
</Source>
</AdapterDataControl>
</DataControlConfigs>
Edited by: cze on 08-Apr-2012 11:05

Similar Messages

  • HT4060 I can't find a definite answer anywhere regarding whether or not you need to turn the iPad mini off before charging. So my question is should I turn the iPad mini off or leave it on before charging? Thanks in advance.

    I can't find a definite answer anywhere regarding whether or not you need to turn the iPad mini off before charging. So my question is should I turn the iPad mini off or leave it on before charging? Thanks in advance.

    I rarely if ever turn my iPad off. I charge it when the battery is low or at night while I'm sleeping. Even then I close the Smart Cover and let it sleep but I do not turn it off. It doesn't matter when you charge the iPad.
    The most efficient way to charge the iPad is to use the charger that came with it and plug that into a known good wall outlet.

  • Had to uninstall iWork trial since I bought the pages app and it wouldn't let me print or save.  Now the app store says I have pages installed but I can't find it anywhere to open and use it.  I'm not very computer savvy and am getting frustrated!

    Ooops, guess I didn't need to post everything in the title - sorry!  I bought the pages app - but couldn't save or print so with some online searching found that I had to uninstall the iWork trial which had expired.  I did that - but now I can't figure out how to re-install the pages app!!  The app store says it's installed, but I can't find it anywhere to open and use it.  I'm not very computer savvy - and am a first time Mac user and am getting extremely frustrated!  I e-mailed some help center and they can't seem to help me either.  I would appreciate any help/advice that can fix my problem - thanks in advance!!

    OK Apple has stuffed up the demo version upgrade process so the first thing you need to do is get rid of the demo.
    That includes getting rid of the files in the system.
    The instructions how to do that are here:
    Note That where you see / that is the sequence of folders, each nested inside each other.
    User/Library/Preferences the com.apple.iwork.Keynote.plist
    Means the User (you, the little home icon, whatever you are called on your computer) then the Library folder inside that and then the Preferences folder inside that.
    Lion initially hides the System folders from you so you have to go to the Finder > Menu > hold down the option key and click on GO > Library to see it.
    Peter

  • How can I find the location of the signature used in the Adobe Reader signature feature?

    How can I find the location of the signature used in the Adobe Reader signature feature? I've been using the signature feature for a while now and it works great and I'd like to use it on another computer. However, I forgot where I stored the signature. Adobe finds it with no problems (the signature pops up when I click "Place Signature"), but I have no idea where it is.

    Hello,
    It's here - C:\Documents and Settings\username\Application Data\Adobe\Acrobat\10.0\Security\
    For more information, please refer - Cannot create a digital ID/signature
    ~Deepak

  • HT4211 how can you find out what kb are being used by what apps

    how can you find out what kb are being used by what apps there is always alot of kb being used even when I don't use my phone

    Go into settings , general, usage and it tells you what the apps use. If your refering to the memory storage of the apps.

  • Can i find out my ipad serial number using my icloud ?

    can i find out my ipad serial number using my icloud ?

    Nope.
    This Apple doc provides the ways you can find the serial numbers -> How to find the serial number of your Apple hardware product

  • TS2755 How can I find out what devises have been used to log into using my Apple ID?

    How can I find out what devises have been used to log into my Apple ID?

    You can't. If you think someone has change your password. If someone complains you will know who it is.

  • Where can I find the Tables script that are used in the Documentation

    Hello All,
    Where can I find the Tables script that are used in the Documentation, Like Sales, Customers, employee, department.......
    Appreciate any Help
    Thanks & Regards
    Madhu K

    10g
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14198/scripts.htm#sthref77
    9i
    http://download.oracle.com/docs/cd/B10501_01/server.920/a96539/scripts.htm#4216

  • How can we find out the disk which is used for a mount point

    How can we find out the disk which is used for a mount point?
    one of our mount point(/u03/oracle/prod) was using high I/O and this was causing slowness in the server.
    I can see a disk operation error in errpt at the same time as below. Wanted to check whether the mount point /u03/oracle/prod is using the disk hdisk31
    $errpt|more
    IDENTIFIER TIMESTAMP T C RESOURCE_NAME DESCRIPTION
    DXB78877 1125032114 T H hdisk31 DISK OPERATION ERROR
    OS version:AIX 6.1
    DB:11.2.0.2

    this is the output for cat /etc/filesystem
    /u02:
            dev             = /dev/fslv00
            vfs             = jfs2
            log             = /dev/loglv00
            mount           = true
            options         = rw
            account         = false
    /u01:
            dev             = /dev/fslv01
            vfs             = jfs2
            log             = /dev/loglv00
            mount           = true
            options         = rw
            account         = false

  • Can't find available software for my 9900 using DM

    Can't find available software for my 9900 using DM, any DM version it just does't work, but still it will show the softwar i already installed in the 9900.

    Hello shenshaoping,
    BlackBerry® Device Software availabity for your BlackBerry® Bold™ 9900 smartphone is determined by your wireless service provider.
    You can check available versions from the following location:
    http://bit.ly/cukObT
    Thank you.
    -FB
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click "Accept as a Solution" for posts that have solved your issue(s)!

  • Where can i find the definition of "wlappc" in the ant of wls?

    When i use the wls samples,in a build.xml,i saw the lines:
    <target name="appc" depends="jar.ejb">
    <wlappc debug="${debug}"
    source="${apps.dir}/cluster_ejb_account.jar"
    />
    <move file="${user.dir}/cluster_ejb_account_client.jar" tofile="${client.classes.dir}/cluster_ejb_account_client.jar"/>
    </target>
    But where is the definition of the wlappc,where can i find the defintion?
    I'll appreciate if anybody could help me out.
    thx and rgds.

    You can find this in the 'org\apache\tools\ant\taskdefs\defaults.properties'
    file of %wl-home%\server\lib\ant\ant.jar
    --Sathish
    <Michael Lee> wrote in message news:[email protected]..
    I mean the definition of "wlappc" not the help for wlappc???thx.
    i.e.
    where can i find the sentence list below:
    <taskdef name="wlappc" classname="weblogic.ant.taskdefs.j2ee.Appc"/>
    I mean which files this "taskdef" is being in .

  • How can i validate(compare) two date type attribute in EO.

    Hi All,
    jdev version 11.1.2.1.0
    i have created one EO where two date type attribute ToDate and FromDate now i want to add validation rule.
    which validate that difference b/w ToDate and FromDate not more than 3 month.
    How can i validate this?

    You can create script expression
    Something like
    if((toDate.getTime()-fromDate.getTime())/(1000 * 60 * 60 * 24)>30)
      return true;
    else
      return false;-Arun
    P.S : Above example calculates based on number of Days (30). If you want 3 months, you need to put a logic - Simply 90 days? What about the months with 31 days and 28/29 days? etc.

  • Clean Access Can't Find Check_Point Definitions

    I'm running a clean access system with all the newest code and I'm trying to allow ZoneAlarm AV (CheckPoint). The agent detects the installation fine, but it can't detect the definitions...any ideas?
    From Clean Access Agent Reports:
    AntiVirus Installation Requirement (Mandatory)
    * Passed Checks:
    av_inst_ZoneAlarmAnti-virus_7_x
    Client AV Info
    Product ID: Check_PointAV
    Product Name: ZoneAlarm Anti-virus
    Product Version: 7.0.362.000
    Virus Definition File Version:
    Virus Definition File Date: 8/23/2007 8:50:24 AM

    I think CAM cannot determine the local AV server database definition file dates at this point. Take a look at the following link.
    http://www.cisco.com/en/US/products/ps6128/products_white_paper0900aecd802bdc42.shtml

  • I just bought a mini raid (1T) and can't find where to format it for use on my desktop iMac. Can anyone help?

    i just bought a Raid Mini (1T) and can't find how to format it for my iMac OS X 10.8.5. Can someone help!?

    It shouldn't need formatting. That should have been done to make the RAID. If you need to erase the RAID:
    1. Open Disk Utility in your Utilities folder.
    2. After DU loads select the RAID volume you wish to format from the left side list. Click on the Erase tab in the DU main window.
    3. Set the format type to Mac OS Extended (Journaled.) Click on the Erase button and wait until the process has completed.

  • How can I find my custom panel in CS5 using java script

    -I made an empty panel using Adobe Configurator 2 and then exported it to /Panels folder.
    -My custom panel is now in photoshop and works.
    -I added a simple code to onPanelInit():
    function onPanelInit()
        var myWindow = new Window ("dialog");
        var myMessage = myWindow.add ("statictext");
        myMessage.text = "Hello, world!";
        myWindow.show ( );
    so far so good.
    Now instead of creating a new window like I did above, I want to use the new custom panel and add a text to it.
    The problem is, how do I do that in java? Where can I find the panel that I should assign the text to?
    I know that you can add the text in Configurator, or you can edit the .xml file and add the button there, but my
    plan is to create a panel where i can add and remove buttons dynamically and that's why I have to do that in java.
    Any help would be appreciated!
    Cheers,
    Petri J

    Use Runtime.exec() to run a OS specific command which retrieves OS specific info.
    Or use JNI to access a OS specific API which returns the info you want.

Maybe you are looking for

  • Problem installing Facebook app in windows 8.1

    when i try to install Facebook app  in windows 8.1 it says Purchase error  Sorry ,this app can't be installed because your PC might not meet some of the requirements. My PC configuration is intel core2 duo 3gb ram windows 8.1 os

  • Restoring ipad to new without iCloud details

    Hi all.. Hoping someone can help me out. We have a second hand business which lends on iphone/ipads etc. People have left iPads and iPhones behind which make them the businesses legal property. I've tried to reset the phone to new but am roadblocked

  • Flash animation appearing as static image

    I created a banner ad in Flash 8 and we have loaded it on our site. Some people can see it and it works great, others only see the first frame (it looks like a static image). How can I fix this?

  • End (or begining) of a clip indicator

    When I move a clip in the timeline up against another clip, I no longer get that indicator (that darker 'I" shape) to show me when the two clips are connected. I have no idea what the actual term is for this indicator. Right now, when I move a clip o

  • QuickTime Export Boosts Audio Level

    Hi folks, I'm working on a DV-NTSC project in which I have received a fully maximized audio track that I put in the timeline without any processing. I am now exporting the movie using QuickTime - Current Settings. The resulting movie should have the