Attempt to create & implement a domain which may hold ArrayList SelectItem

IDE used - JDeveloper 11.1.1.3
Hi,
I tried to create a new domoan with the following class
*public class SelectItemList implements DomainInterface, Serializable {*
private ArrayList<SelectItem> array;
private ArrayList<SelectItem> lst;
*public SelectItemList(ArrayList<SelectItem> val) {*
lst = val;
validate();
*protected SelectItemList() {*
lst = new ArrayList<SelectItem>();
*public ArrayList<SelectItem> getData() {*
return lst;
** <b>Internal:</b> <em>Applications should not use this method.</em>*
public void setContext(DomainOwnerInterface owner, Transaction trans,
*Object obj) {*
** Implements domain validation logic and throws a JboException on error.*
*protected void validate() {*
*// ### Implement custom domain validation logic here. ###*
*public String toString() {*
*if (lst != null) {*
return lst.toString();
return null;
*public boolean equals(Object obj) {*
*if (obj instanceof DomainInterface) {*
*if (lst != null) {*
return lst.equals(((DomainInterface)obj).getData());
return ((DomainInterface)obj).getData() == null;
return false;
*public ArrayList<SelectItem> getArray() {*
return this.lst;
Domain XML
<?xml version="1.0" encoding="windows-1252" ?>
<!DOCTYPE Domain SYSTEM "jbo_03_01.dtd">
<!---->
<Domain
xmlns="http://xmlns.oracle.com/bc4j"
Name="SelectItemList"
Version="11.1.1.56.60">
<DesignTime>
<Attr Name="_type" Value="java.util.ArrayList"/>
<Attr Name="_isPersistent" Value="false"/>
<Attr Name="_isQueriable" Value="true"/>
<Attr Name="_isUpdateable" Value="true"/>
<Attr Name="_columnType" Value="VARCHAR2(500)"/>
<Attr Name="_isCodegen" Value="true"/>
<Attr Name="_isSelected" Value="true"/>
</DesignTime>
</Domain>
In the ViewRowImpl Class I am initializing the value of a transient Attribute of type SelectItemList
I have an EL which binds to a SelectItems which is a child of SelectOneChoice contained in a table column.
*value="#{row.bindings.SpecialBodyPartList.array}*
This however does not work. The dropdown does not show any values.
If I use the same class in my managed bean & bind it to the SelectItems then I see the correct results.
Am I missing out something?
Thanks,
Prakash

Hi Prakash,
I have a very similar business requirement. Can you please help me in this.
This is the structure in which I need the return type for my service interface's custom method.
<xsd:element name="output">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="UseCaseId" type="xsd:string" minOccurs="1" maxOccurs="1"/>
<xsd:element name="ActivityType" type="xsd:string" minOccurs="1" maxOccurs="1"/>
<xsd:element name="ActivitySubType" type="xsd:string" minOccurs="1" maxOccurs="1"/>
<xsd:element name="SiebelInputParams" minOccurs="1" maxOccurs="1">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Status" type="xsd:string" minOccurs="1" maxOccurs="1"/>
<xsd:element name="Assignee" type="xsd:string" minOccurs="0" maxOccurs="1"/>
<xsd:element name="ExpirationTime" type="xsd:string" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="WebPageParams">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Assignee" type="xsd:string" minOccurs="0" maxOccurs="1"/>
<xsd:element name="ExpirationTime" type="xsd:string" minOccurs="0" maxOccurs="1"/>
<xsd:element name="RequestXSLT" type="xsd:string" minOccurs="0" maxOccurs="1"/>
<xsd:element name="ResponseXSLT" type="xsd:string" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>
So, I created ABCViewObject (Rows populated programmatically ,not based on sql query ) and then created viewAttributes accordingly to get the above xsd structure.
ABCViewObject
AttibuteName                                 DataType
UseCaseId String
ActivityType String
ActivitySubType String
SiebelInputParams model.util.SiebelInputParameters
WebPageParams model.util.WebPageParameters
I made my method to return List<ABCViewRowImpl> type. That was fine. I could see the method available, in the list of 'Custom methods' while creating service interface.
But the problem is, after I select the type for the 'util.List' of my return type for my custom method, I could not proceed to 'Next'. The error I get is
'Java Type model.util.model.util.SiebelInputParameters referenced by SiebelInputParams is currently not supported'
Kindly help me in this regard.
Thanks,
Sabarisri .N
Edited by: Sabarisri N on Nov 30, 2011 4:13 PM

Similar Messages

  • How to create Beehive enabled domain on Linux

    Hello
    I am attempting to create a WLS domain on Linux which can host an application which uses Beehive controls. The documentation says that it should be possible to create a domain which is beehive enabled. But i have not been able to find such a template when running config.sh to create a domain on Linux. Any clues on what i am missing. I am using WLS 9.2
    Thanks
    Ramdas

    I tested Skype for Ubuntu and it works. Here's how I did it:I pressed Ctrl+Shift+u (an underline u should appear)Then I typed 00e7 and I got underlined u00e7Finally, I pressed Enter after that u00e7 was converted to çThere is how I typed "cédille": ps. Please note 00e7 is code for ç, but not for é (which have code 00e9). See here the list of Unicode characters https://en.wikipedia.org/wiki/List_of_Unicode_characters

  • Business Management Error: You are attempting to create a user with a domain logon that does not exist. Select another domain logon and try again.

    Hello,
    Suddenly the working CRM is being stopped for some group of users.
    I drilled down to the issue and have checked that the users from Domain in which CRM is installed are having CRM access.
    But for other domain user having problem to access CRM.
    I tried to add a user from a domain which is not of CRM domain then it gives following error.
    "Business Management Error: You are attempting to create a user with a domain logon that does not exist. Select another domain logon and try again.
    <Message>LookupAccountNameW failed with error</Message> "
    The change is made - AD group have upgraded Activer Directory server to 2012 R2
    Please help as the Production CRM is not working for other domain user.

    We have Activer Directory Structure like below.
    One Root Domain says A
    and there are multiple child domain like B,C,D etc...
    B,C and D are all in same level,they are child of A domain.
    There are two way transitive trusts between A and all the child Domain.
    But there is no trust in between B and C and so on.
    Our CRM server is in B domain and B domain's user can access CRM but users of Domain C,D and so on can not access CRM.
    If this post answers your question, please click &quot;Mark As Answer&quot; on the post and &quot;Mark as Helpful&quot;

  • Completed a project in iMovie which is 41 minutes long (2 GB) . When I attempt to  create a iDVD disk(via clicking on share) ,I am advised that an error occurred because the project is too long. Have made other movies/created disks that are longer than 41

    Have completed a project in project library that is 41 minutes long ( 2.1 GB ) . When I click share and attempt to create an iDVD disk , an error notice appears claiming the new project is too long.  Have created other iMovie/DVD disks in the past which were longer than 41 minutes.  What corrections do I need to make to ensure I can create  a DVD disk for this 41 minute ( 2 GB ) project... I am using a 17 MacBook pro for this project.

    PS - have found other posts indicating that clips smaller than 2s or sometimes 5s, or "short files" can cause this. Modern style editing often uses short takes ! Good grief I cannot believe Apple. Well I deleted a half a dozen short sections and can export, but now of course the video is a ruined piiece of junk and I need to re-do the whole thing, the sound etc. which is basically taking as much time as the original. And each time I re-do it I risk again this lovely error -50 and again trying to figure out what thing bugs it via trial and error instead of a REASONABLE ERROR MESSAGE POINTING TO THE CLIP IT CAN'T PROCESS. What a mess. I HATE this iMovie application - full of BUGS BUGS BUGS which Apple will not fix obviously, since I had this product for a few years and see just hundreds of hits on Google about this error with disappointed users. Such junk I cannot believe I paid money for it and Apple does not support it with fixes !!!
    If anyone knows of a GOOD reasonably priced video editing program NOT from APPLE I am still looking for suggestions. I want to do more video in future, but obviously NOT with iMovie !!!

  • I continue to have a problem attempting to create Panorama with PE 7

    Has anyone ever received and answer from Adobe for this problem that actually worked?
    Updated
    Sunday, November 1, 2009 12:39:26 PM PST
    Opened
    Wednesday, October 21, 2009 2:47:58 PM PDT
    Status
    Open - Pending Adobe Response
    Product
    Photoshop Elements 7.0
    Support contract
    Adobe Support Program
    Subject
    Panorama function does not work
    Notes & responses
    Notes from Customer
    Sunday, November 1, 2009 12:39:26 PM PST
    I followed your directions and closed all open files including "spySweeper" and "Norton". I went to "run" and entered %appdata% and
    deleted "Adobe" NOTE: there was another file titled AdobeUM which I did not delete. I opened Adobe Elements and went to File->New
    ->Photomerge Panorama and immediately
    got
    Error 1: Unable to create Window
    -Internal error.
    Line: 364
    -> var w = new Window(res);
    I tried this several times from both the edit screen and the screen that shows the individual images and always got the same results
    Notes from Customer
    Friday, October 30, 2009 9:41:22 AM PDT
    I have tried your suggested solution several times and it does not work......fortunately I have found another product that does work
    and have moved on to it. I would like to know what is causing the problem particularly since a "lot" of other users are reporting
    the same problem on the Internet.
    Notes to Customer
    Thursday, October 29, 2009 1:10:51 PM PDT
    Hello John,
    Thank you for contacting Adobe® Web Support for assistance with Adobe
    Photoshop® Elements 7.0.
    Our engineers hopefully will find the issue and post a document about it
    in the Adobe Knowledge Base and/or release a fix.
    Kind regards,
    Nathan F.
    Adobe Web Support
    Notes from Customer
    Wednesday, October 28, 2009 5:10:30 PM PDT
    I followed your instructions and still have exactly the same problem, but thanks for the attempt. I hope your engineers can find th
    e problem as if you look on the internet a lot of other people are having exactly the same difficulty.
    Notes to Customer
    Wednesday, October 28, 2009 10:03:39 AM PDT
    Hello John,
    Thank you for contacting Adobe® Web Support for assistance with Adobe
    Photoshop® Elements 7.0.
    I received your images and was able to reproduce your problem on my
    machine several times and also triggered the same error even after
    resaving the images using the "Save for Web" function.
    Interestingly, after deleting the program's preferences, I was able to
    use Photomerge successfully on your images and could not reproduce the
    error.
    Try the following and see if these steps fix the issue for you as well:
    1. Close all open programs.
    2. Click on Start > Run.
    3. In the run dialog field, type: "%appdata%" [without the quotes].
    4. Delete the Adobe folder shown there (this will delete all Adobe
    software preferences and settings).
    5. Close the window.
    6. Launch Photoshop Elements Editor and try using the Photomerge command
    on your images again.
    The files are being forwarded to our engineers to see if they can
    isolate why these images may corrupt or damage Photoshop Elements'
    preferences and settings.
    I hope this information helps to resolve your issue. If you require
    further assistance with this issue, please update your web case with
    complete details, including what steps you have applied and any error
    messages you are receiving.
    You may also call Technical Support at (800) 642-3623. We are available
    from 6:00 A.M. to 5:00 P.M. Monday - Friday, Pacific Time.
    Kind regards,
    Nathan F.
    Adobe Web Support
    Notes from Customer
    Tuesday, October 27, 2009 1:29:17 PM PDT
    Second file
    Notes to Customer
    Tuesday, October 27, 2009 11:32:49 AM PDT
    Hello John,
    Thank you for contacting Adobe® Web Support for assistance with Adobe
    Photoshop® Elements 7.0.
    We show only one image uploaded to our Support Portal. Its file name is
    Slide-2.jpg. We will need all the images that you are attempting to
    merge uploaded to the Web Portal in order to test and to properly
    investigate your issue.
    Kind regards,
    Nathan F.
    Adobe Web Support
    Notes from Customer
    Monday, October 26, 2009 5:40:57 PM PDT
    Files used to attempt to create panorama are attached
    Notes to Customer
    Monday, October 26, 2009 4:05:05 PM PDT
    Hello John,
    Thank you for contacting Adobe® Web Support for assistance with Adobe
    Photoshop® Elements 7.0.
    I understand that even after using “Save For Web” that you got the same
    error message when you attempted to use Photomerge.
    I checked the attachments on the case and did not see the files that I
    suggested you upload for our engineers to examine.
    Could you please attach the files and we will then see if we can solve
    your problem.
    You may also call Technical Support at (800) 642-3623. We are available
    from 6:00 A.M. to 5:00 P.M. Monday - Friday, Pacific Time.
    Kind regards,
    Nathan F.
    Adobe Web Support
    Notes from Customer
    Monday, October 26, 2009 3:14:06 PM PDT
    Will this help?
    Notes from Customer
    Monday, October 26, 2009 11:03:21 AM PDT
    I tried the work around with the "save for web" and got the same message:
    Error 1: Unable to create Window
    -Internal error.
    Line: 364
    -> var w = new Window(res);
    I can't believe with as many people as are having this problem that Adobe had not developed a solution and released it as a "bug" fi
    x. I see that it is also a problem for people using Elements 8 and I can not imagine that is a very good endorsement for your new p
    roduct.
    Notes to Customer
    Monday, October 26, 2009 10:28:41 AM PDT
    Hello John,
    Thank you for contacting Adobe® Web Support for assistance with Adobe
    Photoshop® Elements 7.0.
    I understand that when you attempt to use the Photomerge feature in
    Photoshop Elements that you immediately get the errors:
    Error 1: Unable to create Window
    - OS error:[1400]
    Line: 364
    -> var w = new Window(res);
    We have seen customer reports of this error and have the matter under
    investigation.
    Currently, it has been determined to be image specific and isolated to
    problems processing the metadata in some images.
    Our software engineers have been unable to isolate the exact issue with
    these problematic images' metadata and have requested that people who
    have images exhibiting this behavior be asked to upload them via the
    Adobe Support Portal so that they can be examined.
    Fortunately, we also do have a potential workaround that may allow you
    to merge your images.
    Try the following:
    1. Open your images in Photoshop Elements Editor.
    2. Save each one using the "Save for Web" command available in the File
    menu in JPG format with the quality set to "High".
    [This will remove all metadata from the images]
    3. Close Photoshop Elements Editor and all open images.
    4. Open the images that you just removed the metadata from using "Save
    for Web" and use Photomerge on them.
    I hope this information helps to resolve your issue. If you require
    further assistance with this issue, please update your web case with
    complete details, including what steps you have applied and any error
    messages you are receiving.
    You may also call Technical Support at (800) 642-3623. We are available
    from 6:00 A.M. to 5:00 P.M. Monday - Friday, Pacific Time.
    Kind regards,
    Nathan F.
    Adobe Web Support
    Notes from Customer
    Sunday, October 25, 2009 9:03:21 AM PDT
    PLEASE!!!!!!!!!!!!!
    Look here
    http://forums.adobe.com/message/2275858#2275 858
    Notes from Customer
    Friday, October 23, 2009 2:42:48 PM PDT
    When I go into Elements 7 and select File->New->Photomerge Panorama I get the message
    Error 1: Unable to create Window
    -Internal error.
    Line: 364
    -> var w = new Window(res);
    and can not go any further. If you look at this on your Forum Site
    http://forums.adobe.com/thread/362825 you will note that a lot of other users are having the same problem
    or look here
    http://www.elementsvillage.com/forums/showth read.php?t=44409
    Same thing.
    I even notice that people usiong Elements 8 are now having the problem.
    Notes to Customer
    Thursday, October 22, 2009 11:52:08 AM PDT
    Hello John,
    Thank you for contacting Adobe® Web Support for assistance with Adobe
    Photoshop® Elements 7.0.
    I understand that when you try to use the Panorama function in Elements,
    you receive a message “unable to create window.”
    Does this problem happen when you are trying to merge specific images or
    does it happen with all images?
    What size are the images you are trying to merge? What dimensions, dots
    per inch, and file type are the images?
    How many images are you trying to merge? Do you have the same problem
    if you try merging just two images?
    Make sure when you are going to do the photomerge that any extra
    programs are closed. The merging process is rather memory intensive so
    the less programs running at once, the better.
    Try to resize each of the photos to a smaller size, and then retry the
    command.
    If you receive the error when saving a panorama, try flattening the file
    (use the Layer>Flatten Image command), or save the panorama in the
    smaller, JPEG format.
    I hope this information helps to resolve your issue. If you require
    further assistance with this issue, please update your web case with
    complete details, including what steps you have applied and any error
    messages you are receiving.
    You may also call Technical Support at (800) 642-3623. We are available
    from 6:00 A.M. to 5:00 P.M. Monday - Friday, Pacific Time.
    Kind regards,
    Scott K.
    Adobe Web Support
    Notes from Customer
    Wednesday, October 21, 2009 2:47:58 PM PDT
    When I try to use the panaroama function I get this message
    Error 1; unable to create window
    -Internal error
    Line; 364
    -> var w = new Window(res);
    I have tried all the solutions from the forum and they do not work. I even bought a new copy of the program, but no luck.
    The function worked before and then stoped working (I had a downloaded version of release 7) That prompted me to buy the new copy A
    LL COPIES WERE PURCHASED BY ME
    Operating System: Windows XP Home
    Has it ever worked? If so, what's changed? (provide comments in description field): Yes
    Same results with different file?: Yes
    Same results with different computer?: Not Applicable
    Recent System Hardware or Software change?: No

    I have recently started having this problem in PSE8. The Adobe workaround
    did work, but I don't fancy having to re register each time I use it.
    What I have discovered is that it's nothing to do with the image metadata as it occurs before any image is opened.
    It SEEMS to only occur if you use file/open with to open an image in the editor - IE start PSE with that command.
    If you close elements down, and start it using programs/PSE/Elements (or your desktop shortcut) - the panorama feature magically works.
    Each time I've opened the editor 'automatically' using image/open with, it seems to create the problem.
    Hope this helps

  • Cannot start Managed Server- after creating a new domain

    I created a new domain, I could start Admin Server but ,I am unable to start Managed Server.
    My DB is up & running
    at com.collaxa.cube.engine.CubeEngine.finalizeActivity(CubeEngine.java:2842)
    at com.collaxa.cube.engine.CubeEngine.checkBlockConditions(CubeEngine.java:3557)
    at com.collaxa.cube.engine.CubeEngine.performActivity(CubeEngine.java:2490)
    at com.collaxa.cube.engine.CubeEngine.handleWorkItem(CubeEngine.java:1133)
    at com.collaxa.cube.engine.dispatch.message.instance.PerformMessageHandler.handleLocal(PerformMessageHandler.java:73)
    at com.collaxa.cube.engine.dispatch.DispatchHelper.handleLocalMessage(DispatchHelper.java:219)
    at com.collaxa.cube.engine.dispatch.DispatchHelper.sendMemory(DispatchHelper.java:327)
    at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:4350)
    at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:4282)
    at com.collaxa.cube.engine.CubeEngine._createAndInvoke(CubeEngine.java:713)
    at com.collaxa.cube.engine.CubeEngine.createAndInvoke(CubeEngine.java:545)
    at com.collaxa.cube.engine.delivery.DeliveryService.handleInvoke(DeliveryService.java:654)
    at com.collaxa.cube.engine.ejb.impl.CubeDeliveryBean.handleInvoke(CubeDeliveryBean.java:355)
    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.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at com.bea.core.repackaged.springframework.jee.intercept.MethodInvocationInvocationContext.proceed(MethodInvocationInvocationContext.java:104)
    at oracle.security.jps.ee.ejb.JpsAbsInterceptor$1.run(JpsAbsInterceptor.java:88)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:414)
    at oracle.security.jps.wls.JpsWeblogicEjbInterceptor.runJaasMode(JpsWeblogicEjbInterceptor.java:61)
    at oracle.security.jps.ee.ejb.JpsAbsInterceptor.intercept(JpsAbsInterceptor.java:106)
    at oracle.security.jps.ee.ejb.JpsInterceptor.intercept(JpsInterceptor.java:106)
    at sun.reflect.GeneratedMethodAccessor840.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.jee.intercept.JeeInterceptorInterceptor.invoke(JeeInterceptorInterceptor.java:69)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
    at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
    at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy245.handleInvoke(Unknown Source)
    at com.collaxa.cube.engine.ejb.impl.bpel.BPELDeliveryBean_5k948i_ICubeDeliveryLocalBeanImpl.handleInvoke(BPELDeliveryBean_5k948i_ICubeDeliveryLocalBeanImpl.java:396)
    at com.collaxa.cube.engine.dispatch.message.invoke.InvokeInstanceMessageHandler.handle(InvokeInstanceMessageHandler.java:35)
    at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:141)
    at com.collaxa.cube.engine.dispatch.BaseDispatchTask.run(BaseDispatchTask.java:82)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:909)
    at java.lang.Thread.run(Thread.java:619)
    Caused By: com.oracle.bpel.client.BPELFault: faultName: {{http://schemas.oracle.com/bpel/extension}bindingFault}
    parts: {{
    summary=<summary>Exception occured when binding was invoked.
    Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'ReadInputDataSelect' failed due to: JCA Binding Component connection issue.
    JCA Binding Component is unable to create an outbound JCA (CCI) connection.
    DemoDBAdapter:ReadInputData [ ReadInputData_ptt::ReadInputDataSelect(ReadInputDataSelect_inputParameters,CustomerCollection) ] : The JCA Binding Component was unable to establish an outbound JCA CCI connection due to the following issue: BINDING.JCA-12510
    JCA Resource Adapter location error.
    Unable to locate the JCA Resource Adapter via .jca binding file element &lt;connection-factory/>
    The JCA Binding Component is unable to startup the Resource Adapter specified in the &lt;connection-factory/> element: location='eis/DB/DemoConnection'.
    The reason for this is most likely that either
    1) the Resource Adapters RAR file has not been deployed successfully to the WebLogic Application server or
    2) the '&lt;jndi-name>' element in weblogic-ra.xml has not been set to eis/DB/DemoConnection. In the last case you will have to add a new WebLogic JCA connection factory (deploy a RAR).
    Please correct this and then restart the Application Server

    Dear Anuj,
    I created a connection pool in DB adapter with JNDI name "eis/DB/DemoConnection"? and then updated
    BUT WHEN I SEE DB ADAPTER in deployments, the sate is New . It should be ACTIVE . right?
    Again when I start Managed Server,although my soa_server is up and running, I get this error
    However, I did not create any JMS for this domain.
    <Aug 9, 2010 11:21:45 AM CDT> <Warning> <oracle.soa.adapter> <BEA-000000> <JMSAdapter HelloWorld JMSMessageConsumer_init: Retrying connection; attempt #5>
    <Aug 9, 2010 11:21:45 AM CDT> <Warning> <oracle.soa.adapter> <BEA-000000> <JMSAdapter HelloWorld
    BINDING.JCA-12135
    ERRJMS_ERR_CR_QUEUE_CONS.
    ERRJMS_ERR_CR_QUEUE_CONS.
    Unable to create Queue consumer due to JMSException.
    Please examine the log file to determine the problem.
    at oracle.tip.adapter.jms.JMS.JMSConnection.createConsumer(JMSConnection.java:620)
    at oracle.tip.adapter.jms.JMS.JMSConnection.createConsumer(JMSConnection.java:497)
    at oracle.tip.adapter.jms.JMS.JMSMessageConsumer.createConsumer(JMSMessageConsumer.java:342)
    at oracle.tip.adapter.jms.JMS.JMSMessageConsumer.init(JMSMessageConsumer.java:913)
    at oracle.tip.adapter.jms.inbound.JmsConsumer.init(JmsConsumer.java:862)
    at oracle.tip.adapter.jms.JmsEndpoint.run(JmsEndpoint.java:163)
    at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:105)
    at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
    at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    Caused by: weblogic.jms.common.JMSException: [JMSExceptions:045103]While trying to find a topic or a queue we could not find the specific JMSServer requested. The linked exception may contain more information about the reason for failure.
    at weblogic.jms.dispatcher.DispatcherAdapter.convertToJMSExceptionAndThrow(DispatcherAdapter.java:110)
    at weblogic.jms.dispatcher.DispatcherAdapter.dispatchSyncNoTran(DispatcherAdapter.java:61)
    at weblogic.jms.client.JMSSession.createDestination(JMSSession.java:3192)
    at weblogic.jms.client.JMSSession.createQueue(JMSSession.java:2577)
    at oracle.tip.adapter.jms.JMS.JMSDestination.getQueue(JMSDestination.java:83)
    at oracle.tip.adapter.jms.JMS.JMSConnection.createConsumer(JMSConnection.java:605)
    ... 8 more
    Caused by: weblogic.jms.common.JMSException: [JMSExceptions:045103]While trying to find a topic or a queue we could not find the specific JMSServer requested. The linked exception may contain more information about the reason for failure.
    at weblogic.jms.dispatcher.Request.handleThrowable(Request.java:87)
    at weblogic.jms.dispatcher.Request.getResult(Request.java:52)
    at weblogic.messaging.dispatcher.Request.wrappedFiniteStateMachine(Request.java:1124)
    at weblogic.messaging.dispatcher.DispatcherImpl.syncRequest(DispatcherImpl.java:184)
    at weblogic.messaging.dispatcher.DispatcherImpl.dispatchSyncNoTran(DispatcherImpl.java:287)
    at weblogic.jms.dispatcher.DispatcherAdapter.dispatchSyncNoTran(DispatcherAdapter.java:59)
    ... 12 more
    Caused by: weblogic.jms.common.JMSException: [JMSExceptions:045103]While trying to find a topic or a queue we could not find the specific JMSServer requested. The linked exception may contain more information about the reason for failure.
    at weblogic.jms.frontend.FEManager.destinationCreate(FEManager.java:289)
    at weblogic.jms.frontend.FEManager.invoke(FEManager.java:548)
    at weblogic.messaging.dispatcher.Request.wrappedFiniteStateMachine(Request.java:961)
    at weblogic.messaging.dispatcher.DispatcherImpl.syncRequest(DispatcherImpl.java:184)
    at weblogic.messaging.dispatcher.DispatcherImpl.dispatchSyncNoTran(DispatcherImpl.java:287)
    at weblogic.jms.dispatcher.DispatcherAdapter.dispatchSyncNoTran(DispatcherAdapter.java:59)
    at weblogic.jms.client.JMSSession.createDestination(JMSSession.java:3192)
    at weblogic.jms.client.JMSSession.createQueue(JMSSession.java:2577)
    at oracle.tip.adapter.jms.JMS.JMSDestination.getQueue(JMSDestination.java:83)
    at oracle.tip.adapter.jms.JMS.JMSConnection.createConsumer(JMSConnection.java:605)
    at oracle.tip.adapter.jms.JMS.JMSConnection.createConsumer(JMSConnection.java:497)
    at oracle.tip.adapter.jms.JMS.JMSMessageConsumer.createConsumer(JMSMessageConsumer.java:342)
    at oracle.tip.adapter.jms.JMS.JMSMessageConsumer.init(JMSMessageConsumer.java:914)
    at oracle.tip.adapter.jms.inbound.JmsConsumer.init(JmsConsumer.java:864)
    at oracle.tip.adapter.jms.JmsEndpoint.run(JmsEndpoint.java:163)
    at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:106)
    ... 2 more
    Caused by: javax.naming.NameNotFoundException: Unable to resolve 'weblogic.jms.backend.jms'. Resolved 'weblogic.jms.backend'; remaining name 'jms'
    at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
    at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:252)
    at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:214)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:214)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:214)
    at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254)
    at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:393)
    at weblogic.jms.frontend.FEManager.destinationCreate(FEManager.java:287)
    at weblogic.jms.frontend.FEManager.invoke(FEManager.java:548)
    at weblogic.messaging.dispatcher.Request.wrappedFiniteStateMachine(Request.java:961)
    at weblogic.messaging.dispatcher.DispatcherImpl.syncRequest(DispatcherImpl.java:184)
    at weblogic.messaging.dispatcher.DispatcherImpl.dispatchSyncNoTran(DispatcherImpl.java:287)
    at weblogic.jms.dispatcher.DispatcherAdapter.dispatchSyncNoTran(DispatcherAdapter.java:59)
    at weblogic.jms.client.JMSSession.createDestination(JMSSession.java:3192)
    at weblogic.jms.client.JMSSession.createQueue(JMSSession.java:2577)
    at oracle.tip.adapter.jms.JMS.JMSDestination.getQueue(JMSDestination.java:83)
    at oracle.tip.adapter.jms.JMS.JMSConnection.createConsumer(JMSConnection.java:605)
    at oracle.tip.adapter.jms.JMS.JMSConnection.createConsumer(JMSConnection.java:497)
    at oracle.tip.adapter.jms.JMS.JMSMessageConsumer.createConsumer(JMSMessageConsumer.java:342)
    at oracle.tip.adapter.jms.JMS.JMSMessageConsumer.init(JMSMessageConsumer.java:913)
    at oracle.tip.adapter.jms.inbound.JmsConsumer.init(JmsConsumer.java:862)
    at oracle.tip.adapter.jms.JmsEndpoint.run(JmsEndpoint.java:163)
    at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:105)
    ... 2 more
    >
    <Aug 9, 2010 11:21:46 AM CDT> <Notice> <WebLogicServer> <BEA-000388> <JVM called WLS shutdown hook. The server will force shutdown now>
    <Aug 9, 2010 11:21:46 AM CDT> <Alert> <WebLogicServer> <BEA-000396> <Server shutdown has been requested by <WLS Kernel>>
    <Aug 9, 2010 11:21:47 AM CDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SUSPENDING>
    <Aug 9, 2010 11:21:47 AM CDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Aug 9, 2010 11:21:47 AM CDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    <Aug 9, 2010 11:21:47 AM CDT> <Notice> <Server> <BEA-002607> <Channel "Default" listening on 192.168.128.102:8001 was shutdown.>
    <Aug 9, 2010 11:21:47 AM CDT> <Notice> <Server> <BEA-002607> <Channel "Default[2]" listening on 127.0.0.1:8001 was shutdown.>
    <Aug 9, 2010 11:21:47 AM CDT> <Notice> <Server> <BEA-002607> <Channel "Default[3]" listening on 0:0:0:0:0:0:0:1:8001 was shutdown.>
    <Aug 9, 2010 11:21:47 AM CDT> <Notice> <Server> <BEA-002607> <Channel "Default[1]" listening on fe80:0:0:0:20c:29ff:fe81:998f:8001 was shutdown.>
    INFO: JMSAdapter JmsResourceAdapter_endpointDeactivation: Deactivating endpoint Endpoint_1
    [TopLink Info]: 2010.08.09 11:21:53.232--ServerSession(382132253)--deferred_session logout successful
    [TopLink Info]: 2010.08.09 11:21:53.232--ServerSession(381072707)--tracking_session logout successful
    <Aug 9, 2010 11:21:54 AM CDT> <Notice> <LoggingService> <BEA-320400> <The log file /u01/app/oracle/product/Middleware/user_projects/domains/base_domain4/servers/soa_server1/logs/soa_server1.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Aug 9, 2010 11:21:54 AM CDT> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to /u01/app/oracle/product/Middleware/user_projects/domains/base_domain4/servers/soa_server1/logs/soa_server1.log00021. Log messages will continue to be logged in /u01/app/oracle/product/Middleware/user_projects/domains/base_domain4/servers/soa_server1/logs/soa_server1.log.>
    [oracle@OracleTest1 bin]$

  • Creating Iweb seperate domains for multiple sites DIDNT WORK

    Hi! Any help would be much appreicaited!
    I am creating mutiple websites in iWeb 09'. All 3 of my websites have been stored under 1 domain file on my mac. I have read numerous discussion boards stating the steps of how to seperate each of the created sites from the one domain file, into mutiple domain files. I followed the steps on this website :
    http://lmsdiweb.wikispaces.com/Saving+Locally
    I moved the Domain folder out of its original location into a new folder on my harddrive entitled "Sites". Then i made sub folders within that folder and duplicated the domain 3 times and placed each copy in those folders. then i double clicked on the domain for my 1st site, opened iWeb, and then deleted the other sites i did not want on this new "domain" file i created and hit saved. This is exactly what the website said to do to create the seperate domain files for each seperate site. It then said repeat for each site, deleting the sites that are not needed on that domain.
    All of that being said, it didnt seem to work when i tried to open the 2nd copy of the domain. When iWeb opened after double clicking the 2nd domain copy, it did not open and show me all 3 sites as it should have, it opened to show me the one site that i just "saved" after deleting the other sites for the previous domain i was trying to create.
    I'm afraid i posisbly lost my other 2 sites. I backed up my first initial "domain" file which had all 3 sites within it on my external hard drive, and when i double clicked on that to make sure my sites weren't lost forever, same thing happened and only my lastest site that i saved on the 1st attempt to seperate domain files is visable on my iWeb.
    Did i loose everything i created in my other 2 sites? How do i get them back? What did i do wrong? Any help is much appreiciated as i have a feeling i might have made a serious mistake and need some help figuring this all out!
    Thank you!
    Also, I published all of my sites "to a folder" on my hard drive before doing this as well. Is there any way to take the published folder contents and put my site back on iweb for editing again?

    With three sites in a domain file here's how I would do it.  Create 3 copies of your domain file and name them for the three website, i.e "website1.sites, website 2.sites, etc.
    With the application discussed in the text below open website1.sites and delete website 2 and website 3 from it and save.  Open website 2.sites and delete 1 and 3.  Do the same for website 3.sites. 
    Then use the application mentioned below to open iWeb and select the website you want. 
    In Lion and Mountain Lion the Home/Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and hit the Enter button - 10.7: Un-hide the User Library folder.
    To open your domain file in Lion or Mountain Lion or to switch between multiple domain files Cyclosaurus has provided us with the following script that you can make into an Applescript application with Script Editor. Open Script Editor, copy and paste the script below into Script Editor's window and save as an application.
    do shell script "/usr/bin/defaults write com.apple.iWeb iWebDefaultsDocumentPath -boolean no"delay 1
    tell application "iWeb" to activate
    You can download an already compiled version with this link: iWeb Switch Domain.
    Just launch the application, find and select the domain file in your Home/Library/Application Support/iWeb folder that you want to open and it will open with iWeb. It modifies the iWeb preference file each time it's launched so one can switch between domain files.
    WARNING: iWeb Switch Domain will overwrite an existing Domain.sites2 file if you select to create a new domain in the same folder.  So rename your domain files once they've been created to something other than the default name.
    NOTE:  iWeb 2 is not compatible with Mt. Lion and has trouble saving to the hard drive.  It's suggested you obtain iWeb 3
    OT

  • Steps to create a cookieless domain in Weblogic

    Hi,
    I want to create a cookieless domain, to serve all the static contents like CSS,JS and images for my site to enhance it's performance. Could someone please let me know steps involved to set up a cookieless domain in Weblogic.
    Thanks in advance for yours assistance.
    Regards,
    NM

    Generally session stickiness and failover are two important features provided by application server to manage your sessions effectively.This can be achieved either through cookies or url re-writing.
    For individual applications using servlets,you could disable cookies from the deployment descriptors.
    However,for your specific case,you may want to disable the cookies on your browser if you wish to access the static file directly.
    if you have a jsp or servlet which makes a call to static files ona nother server,then i think what you could do is create a war module with all the static images and disable cookies in the weblogic.xml file by setting cookies-enabled to false.
    -Sandeep

  • How an Ethernet switch creates a collision domain on each port?

    Hi , 
    How an  Ethernet switch creates a collision domain on each port?
    Thanks 

    Disclaimer
    The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
    Liability Disclaimer
    In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
    Posting
    A switch port running in half duplex is basically the same as any other two hosts running half duplex between them.  When either host transmits, each has a chance to collide with a transmission from the other host.
    As frames between switch ports are buffered, hosts on two different ports, even if they transmit at the same time, won't directly collide.  Again, though, if port is running half duplex, host can collide with switch port retransmitting the other host's traffic.  I.e. two hosts, on two different ports, behave (practically) as if they were directly connected.  The advantage of a switch, however, is another two hosts transmitting to each other won't collide between the two pairs, as they would on a hub.  I.e. on a hub A<>B frames may collide with C<>D frames, but they shouldn't on a switch.
    If host ports are running in full duplex, there should be no collisions at all (which would also be true with a pair of hosts on a full duplex wire between them).
    NB: above is just for unicast when switch "knows" destination MAC's port.

  • Office documents are left with references to templates which may be inaccessable, causing errors, slowness or login prompts

    [Possible should be in a SharePoint forum, not entirely sure.]
    Hey People,
    this
    MSDN article is still the only reference I can find to this problem, so I thought I'd raise it again, given that it impacts SharePoint 2013 users.
    In my case, it's SharePoint 2010 (on prem) and Office 2010, but I've done a quick test in SP2013 [it's the same] and SharePoint Online (O365) [it's OK].
    If you create a document from within SharePoint (I've only checked Word), you will end up with a reference to the creating temlplate inside the DOCX file.
    This reference causes the document to "phone home" every time it is opened, which may not be ideal if:
    1) user does not have permission to access the original site/document library
    2) user is opening the document from a network that does not have access to the original SharePoint server
    3) you don't want to reveal your internal server names/aliases/site paths/etc to the person you are sending the document to.
    Note: if the user does not have permissions to the original server/site/doclib, they will get a login prompt when they open the document. The login can be cancelled and the user will still be able to view the document.
    If you know about unpacking DOCX files, the offending file is word\_rels\settings.xml.rels
    If the only reference in there is to the template, you can safely delete this file and repackage the DOCX.
    I haven't attempted to use the various metadata stripping tools out there to see if they remove it.
    I'm somewhat surprised more people aren't seeing this.  I'm even surprised it doesn't turn up at my office more, but then I guess most people will create the document in Word/Excel/PowerPoint and then save to SharePoint, rather than using SharePoint's
    own New Document functionality.
    Anyone else seen/experimented with this further?

    [Possible should be in a SharePoint forum, not entirely sure.]
    Hey People,
    this
    MSDN article is still the only reference I can find to this problem, so I thought I'd raise it again, given that it impacts SharePoint 2013 users.
    In my case, it's SharePoint 2010 (on prem) and Office 2010, but I've done a quick test in SP2013 [it's the same] and SharePoint Online (O365) [it's OK].
    If you create a document from within SharePoint (I've only checked Word), you will end up with a reference to the creating temlplate inside the DOCX file.
    This reference causes the document to "phone home" every time it is opened, which may not be ideal if:
    1) user does not have permission to access the original site/document library
    2) user is opening the document from a network that does not have access to the original SharePoint server
    3) you don't want to reveal your internal server names/aliases/site paths/etc to the person you are sending the document to.
    Note: if the user does not have permissions to the original server/site/doclib, they will get a login prompt when they open the document. The login can be cancelled and the user will still be able to view the document.
    If you know about unpacking DOCX files, the offending file is word\_rels\settings.xml.rels
    If the only reference in there is to the template, you can safely delete this file and repackage the DOCX.
    I haven't attempted to use the various metadata stripping tools out there to see if they remove it.
    I'm somewhat surprised more people aren't seeing this.  I'm even surprised it doesn't turn up at my office more, but then I guess most people will create the document in Word/Excel/PowerPoint and then save to SharePoint, rather than using SharePoint's
    own New Document functionality.
    Anyone else seen/experimented with this further?

  • The system has attempted to use an undefined value, which usually indicates a programming error, either in your code or

    I have taken the cfdump for tmpqry and it shows all data for
    the range ( No error at this step ) . But when we exceute this
    dbquery we get below mentioned error .
    <cfquery name="qry" dbtype="query" >
    SELECT *
    FROM tmpqry
    ORDER BY #arguments.colSort# ASC
    </cfquery>
    senerio:
    I am using createobject to create a reference for component
    and call MDArraySort function in the cfc and getting this error .
    'The system has attempted to use an undefined value, which
    usually indicates a programming error, either in your code or some
    system code.
    Null pointer is undefined.... '
    i am using this code in a cfc file.
    <cffunction name="MDArraySort" Returntype="query"
    access="public" >
    <cfargument name="colArray" type="array"
    required="true">
    <cfargument name="colNames" type="string"
    required="true">
    <cfargument name="colSort" type="string"
    required="true">
    <cfargument name="sensorIDs" type="string"
    required="true">
    <cfscript>
    var tmpqry = Querynew(arguments.colNames);
    var qRow = QueryAddRow(tmpqry, Arraylen(arguments.colArray)
    </cfscript>
    <cfloop from="1" to="#Arraylen(arguments.colArray)#"
    index="qRowIndex">
    <cfscript>
    sIndexinSensorIDs = colArray[qRowIndex]["SENSOR"]&"##";
    Temp_readin_code =
    colArray[qRowIndex]["READING_CODE"]&"##";
    QuerySetCell(tmpqry, 'SENSOR', sIndexinSensorIDs,
    qRowIndex);
    QuerySetCell(tmpqry,
    'TYPE',javacast('String',colArray[qRowIndex]["TYPE"]), qRowIndex);
    QuerySetCell(tmpqry, 'TIMESTAMP2',
    LSParseDateTime(colArray[qRowIndex]["TIMESTAMP2"]), qRowIndex);
    QuerySetCell(tmpqry,
    'ORDER_BY_PARAM',javacast('String',colArray[qRowIndex]["ORDER_BY_PARAM"]),
    qRowIndex);
    QuerySetCell(tmpqry, 'READING_CODE',Temp_readin_code ,
    qRowIndex);
    QuerySetCell(tmpqry,
    'READING',javacast('String',colArray[qRowIndex]["READING"]),
    qRowIndex);
    QuerySetCell(tmpqry,
    'PK_READING',javacast('String',colArray[qRowIndex]["PK_READING"]),
    qRowIndex);
    QuerySetCell(tmpqry,
    'ALARM_STATUS',javacast('String',colArray[qRowIndex]["ALARM_STATUS"]),
    qRowIndex);
    QuerySetCell(tmpqry, 'DURATION',
    javacast('String',colArray[qRowIndex]["DURATION"]), qRowIndex);
    QuerySetCell(tmpqry,
    'DESCRIPTION',javacast('String',colArray[qRowIndex]["DESCRIPTION"]),
    qRowIndex);
    </cfscript>
    </cfloop>
    <cfquery name="qry" dbtype="query" >
    SELECT *
    FROM tmpqry
    ORDER BY #arguments.colSort# ASC
    </cfquery>
    <cfreturn qry >
    </cffunction>
    It is working fine for some date range and and getting above
    mentioned error in sone situation .

    Hi All ,
    Thank you for your support ,
    Finally i have fix the issue using some changes in my
    function in cfc .
    <cffunction name="MDArraySort" Returntype="query"
    access="public" >
    <cfargument name="colArray" type="array"
    required="true">
    <cfargument name="colNames" type="string"
    required="true">
    <cfargument name="colSort" type="string"
    required="true">
    <cfargument name="sensorIDs" type="string"
    required="true">
    <cfscript>
    //Declare variable collection used in function as local
    --->
    var tmpqry =
    Querynew(arguments.colNames,"CF_SQL_VARCHAR,CF_SQL_VARCHAR,CF_SQL_DATE,CF_SQL_VARCHAR,CF_ SQL_VARCHAR,CF_SQL_VARCHAR,CF_SQL_VARCHAR,CF_SQL_VARCHAR,CF_SQL_VARCHAR,CF_SQL_VARCHAR");
    var qRow = QueryAddRow(tmpqry,
    Arraylen(arguments.colArray));
    </cfscript>
    <cfloop from="1" to="#Arraylen(arguments.colArray)#"
    index="qRowIndex">
    <cfscript>
    // Populate the query table
    QuerySetCell(tmpqry, 'SENSOR',
    colArray[qRowIndex]["SENSOR"], qRowIndex);
    QuerySetCell(tmpqry,
    'TYPE',arguments.colArray[qRowIndex]["TYPE"], qRowIndex);
    QuerySetCell(tmpqry, 'TIMESTAMP2',
    LSParseDateTime(arguments.colArray[qRowIndex]["TIMESTAMP2"]),
    qRowIndex);
    QuerySetCell(tmpqry,
    'ORDER_BY_PARAM',arguments.colArray[qRowIndex]["ORDER_BY_PARAM"],
    qRowIndex);
    QuerySetCell(tmpqry, 'READING_CODE',
    colArray[qRowIndex]["READING_CODE"] , qRowIndex);
    QuerySetCell(tmpqry,
    'READING',arguments.colArray[qRowIndex]["READING"], qRowIndex);
    QuerySetCell(tmpqry,
    'PK_READING',arguments.colArray[qRowIndex]["PK_READING"],
    qRowIndex);
    QuerySetCell(tmpqry,
    'ALARM_STATUS',arguments.colArray[qRowIndex]["ALARM_STATUS"],
    qRowIndex);
    QuerySetCell(tmpqry, 'DURATION',
    arguments.colArray[qRowIndex]["DURATION"], qRowIndex);
    QuerySetCell(tmpqry,
    'DESCRIPTION',arguments.colArray[qRowIndex]["DESCRIPTION"],
    qRowIndex);
    </cfscript>
    </cfloop>
    <cfquery name="qry" dbtype="query" >
    SELECT *
    FROM tmpqry
    ORDER BY #arguments.colSort# ASC
    </cfquery>
    <cfreturn qry >
    </cffunction>
    Rajesh
    SCMS
    India

  • How do I create an Integration Domain with 3 servers ?

    Hi,
    I would like to create a WLI domain with three servers:<br>
    Ø     One for the administration console;<br>
    Ø     One for WLI;<br>
    Ø     And the last to deploy EJB Session (which are the service called by WLI)<br><br>
    To create the domain, I use the WLI 8.1 SP4 Configuration Wizard.<br><br>
    After creating the domain with 3 services, I have not succeeded to start the WLI Server.<br><br>
    For another test, I would like to create a WLI domain with two servers:<br>
    Ø     One for the administration console and WLI;<br>
    Ø     And the last to deploy EJB Session<br><br>
    To create the main server, I have used the configuration wizard. For the other, I have used the console administration. With this configuration, the message brocker was not initialised.<br><br>
    For the last test, I have created a domain with single server and I had no errors.<br><br>
    <b>So, my question is: What is the method to create a domain with three servers?</b><br><br>
    Thanks for your help<br> <br><br><br>
    <b>Case 1: Test to define 3 servers</b>
    <4 nov. 2005 14 h 45 CET> <Notice> <WebLogicServer> <BEA-000328> <Starting WebLogic Managed Server "etsoWLI" for domain "complexDomain">
    The WebLogic Server did not start up properly.
    weblogic.management.AbortDeploymentException: weblogic.t3.srvr.FatalStartupException: Can't start server due to startup class failure WLI Startup Class - with nested exception:
    [com.bea.wli.management.BPMComponentInitializationException: Failed to initialize ProcessConfiguration module]
    at weblogic.t3.srvr.StartupClassService.addDeployment(StartupClassService.java:92)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:337)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:597)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:575)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:241)
    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:324)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:754)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:733)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:509)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1560)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1528)
    at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(RemoteMBeanServerImpl.java:988)
    at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:946)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:954)
    at weblogic.management.internal.MBeanProxy.invokeForCachingStub(MBeanProxy.java:481)
    at weblogic.management.configuration.ServerMBean_Stub.updateDeployments(ServerMBean_Stub.java:7691)
    at weblogic.management.deploy.slave.SlaveDeployer.updateServerDeployments(SlaveDeployer.java:1304)
    at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:347)
    at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:229)
    at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)
    at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:966)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)
    at weblogic.Server.main(Server.java:32)
    Reason: [Deployer:149601]The deployment framework was unable to resume accepting requests.weblogic.t3.srvr.FatalStartupException: Can't start server due to startup class failure WLI Startup Class - with nested exception:
    [com.bea.wli.management.BPMComponentInitializationException: Failed to initialize ProcessConfiguration module]
    <4 nov. 2005 14 h 45 CET> <Emergency> <WebLogicServer> <BEA-000342> <Unable to initialize the server: [Deployer:149601]The deployment framework was unable to resume accepting requests.weblogic.t3.srvr.FatalStartupException: Can't start server due to startup class failure WLI Startup Class - with nested exception:
    [com.bea.wli.management.BPMComponentInitializationException: Failed to initialize ProcessConfiguration module]>
    <br> <br>
    <b>Case 2 : Test to define 2 servers</b><br>
    <4 nov. 2005 15 h 03 CET> <Error> <WLI-Core> <BEA-484037> <Process Tracking failed to initialize properly. Tracking data cannot be recorded for process typ
    e "/MailProcess/processes/process02.jpd".>
    <4 nov. 2005 15 h 03 CET> <Error> <WLI-Core> <BEA-481000> <The Message Broker is not initialized>
    <4 nov. 2005 15 h 03 CET> <Error> <WLW> <000000> <Failed to register subscriptions for JPD /MailProcess/processes/process02.jpd
    java.lang.RuntimeException: The Message Broker is not initialized
    at com.bea.wli.broker.MessageBroker.getMessageBroker(MessageBroker.java:277)
    at com.bea.wli.control.MBUtils.registerSubscriptionRules(MBUtils.java:99)
    at com.bea.wli.bpm.runtime.JpdDispFile$3.run(JpdDispFile.java:903)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at com.bea.wli.bpm.runtime.JpdDispFile.registerSubscriptions(JpdDispFile.java:912)
    at com.bea.wli.bpm.runtime.JpdDispFile.<init>(JpdDispFile.java:212)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
    at com.bea.wlw.runtime.core.dispatcher.DispUnit.loadDispFile(DispUnit.java:219)
    at com.bea.wlw.runtime.core.dispatcher.DispUnit.<init>(DispUnit.java:153)
    at com.bea.wlw.runtime.core.dispatcher.DispCache.ensureDispUnit(DispCache.java:578)
    at com.bea.wlw.runtime.core.dispatcher.HttpServerHelper.getDispUnit(HttpServerHelper.java:501)
    at com.bea.wlw.runtime.core.dispatcher.HttpServerHelper.executeGetRequest(HttpServerHelper.java:541)
    at com.bea.wlw.runtime.core.dispatcher.HttpServer.doGet(HttpServer.java:81)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6718)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3764)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    >
    javax.management.InstanceNotFoundException: lastEtsoDomain:Location=etsoMain,Name=MsgBroker,Type=MsgBrokerRuntime (admin server:true)
    at weblogic.management.internal.MBeanHomeImpl.getMBean_helper(MBeanHomeImpl.java:145)
    at weblogic.management.internal.MBeanHomeImpl.getMBean(MBeanHomeImpl.java:130)
    at weblogic.management.internal.MBeanHomeImpl.getRuntimeMBean(MBeanHomeImpl.java:557)
    at weblogic.management.internal.MBeanHomeImpl.getRuntimeMBean(MBeanHomeImpl.java:549)
    at weblogic.management.internal.AdminMBeanHomeImpl.getRuntimeMBean(AdminMBeanHomeImpl.java:580)
    at com.bea.wli.management.MBeanHelper.getMsgBrokerRuntimeMBean(MBeanHelper.java:549)
    at com.bea.wli.bpm.runtime.__broker.listSubscriptions(__broker.java:178)
    at com.bea.wli.bpm.runtime.__broker._jspService(__broker.java:833)
    at com.bea.wlw.runtime.core.dispatcher.ServiceView.dispatchToPage(ServiceView.java:269)
    at com.bea.wlw.runtime.core.dispatcher.ServiceView.forward(ServiceView.java:438)
    at com.bea.wlw.runtime.core.dispatcher.HttpServerHelper.executeGetRequest(HttpServerHelper.java:617)
    at com.bea.wlw.runtime.core.dispatcher.HttpServer.doGet(HttpServer.java:81)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6718)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3764)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)

    To use 3 managed servers with Weblogic, I must a cluster environment.
    Weblogic say: "WebLogic Integration domain that includes an administrative server and one or more managed servers must include a cluster. A WebLogic Integration domain that includes an administrative server and one or more managed servers without a cluster is an unsupported configuration."
    Fred

  • How to find photos in iPhoto which may not be there - but appear.

    An acquaintance of mine has by accident deleted a bunch of photos from iPhoto, assuming he had already moved them into another folder. Somethings strange happened, as the still appear to accesible, but then again not really. I have promised to help him, and he explains his actions like the following:
    1. I transferred my photos from a Fujifilm Finepix camera to a New Event (A) in iPhoto.
    2. I then deleted the photos on the camera.
    3. Then I made other new folders/events (B) with other names.
    4. I moved the photos from folder A to these new folders B without any problems (I can still see these photos as small bitmaps, please see later)
    5. Then I created another event, but by accident I gave it the same name as the folder A in which the photos originally were.
    6. I then deleted this original folder A from which the photos had been removed, as I assumed it was empty.
    7. Now - this process has caused that the photos have disappeared everywhere, and I cannot see the photos in folder B. However, empty frames of the photos appear there.
    8. Also, when I press the Edit button at the bottom of iPhoto, all the photos appear at the top as small bitmaps, but they cannot be opened.
    9. The photos cannot be seen in Finder, in Trash inside iPhoto or in the normal OS X Trash bin.
    Now, the question is: are the photos to be found for recovery somewhere in iPhoto (or elsewhere) which we as amateurs do not know about - since they appear as thumbnails?
    I hope somebody can help.
    Thank you kindly.

    first off we only have words to communicate with so it is important to use them correctly adn consistantly
    You seem to be using folders and events interchangelably
    In iPhoto folders are organizational elments that do not hold photos - they hold albums or other folders  --  are you talking about events in every case or are you talking about finder folders (which do hold files that may contain photos) accessed via the finder and events accessed via iPhoto?
    Thumbnails are totalklyt seperate from the main photo - iPhoto always has either two or three versions of a photo used for different purposes - a thumbnail and the oriiginal plus possibly a preview of the photo - these are each in seperat files (and in seperate folders within the iPhoto database) and any of the three can be missing due to datgabase errors or user actions - without exact and accurate information we can only make guesses about yoru situation
    How were the photos moved from event (I assume) A to B
    How did you delete event A
    What version of iPhoto and of the OS?
    LN

  • Create  a new domain in wlserver6.1

    Hi,
    I have weblogic 6.1 installed on my pc. i have created couple of ejbs and i run them
    from the mydomain domain they work fine.
    i want to create a new domain and make it up and running. i have got a documentation
    from bea which says details for create a domain using the gui/admin console.
    i tried that it creates a domain and adds a directory in the config directory of
    bea/wlserver6.1. but when i try to run the domain alone it doesnt work.
    can anyone give me some documentation for creating a new domain
    thanks in advance
    regards
    kamal

    Make your domain and server names different - currently they are both
    named 'kamal' and WLS doesn't like it. Error message is a bit cryptic.
    kamal gupta <[email protected]> wrote:
    I have created a new domain with name kamal and it gives me this error
    The WebLogic Server did not start up properly.
    Exception raised:
    weblogic.management.configuration.ConfigurationException: invalid value kamal fo
    r attribute Name of MBean "kamal:Name=kamal,Type=Server", getLegalCheck() is (we
    blogic.management.configuration.LegalHelper.serverMBeanSetNameLegalCheck(self,va
    lue);)
    at weblogic.management.internal.xml.ConfigurationParser.parse(Configurat
    ionParser.java:120)
    at weblogic.management.internal.xml.XmlFileRepository.loadDomain(XmlFile
    Repository.java:261)
    at weblogic.management.internal.xml.XmlFileRepository.loadDomain(XmlFile
    Repository.java:223)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy1.loadDomain(Unknown Source)
    at weblogic.management.AdminServer.configureFromRepository(AdminServer.j
    ava:188)
    at weblogic.management.AdminServer.configure(AdminServer.java:173)
    at weblogic.management.Admin.initialize(Admin.java:239)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:362)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    C:\bea\wlserver6.1>goto finish
    C:\bea\wlserver6.1>cd config\kamal--
    Dimitri

  • Is it possible to create a price list which is non-taxable?

    Is it possible to create a price list which is non-taxable?

    The answer is yes but how you go about this depends on where you publish. See....
    http://www.iwebformusicians.com/Tricks/Forms.html
    For bulk emailing, I use the application SerialMailer which will import a group from your Address Book into its data base. The application is easy to use and hyperlinks are set by using the formatted text option.
    Serial Mailer can be set to send your emails in bursts with a time interval between them so that your internet connection doesn't get bogged down.
    http://www.falkon-ware.com/SerialMailer/
    "I may receive some form of compensation, financial or otherwise, from my recommendation or link."

Maybe you are looking for

  • Can I split a landscape page in half to print as two portrait pages?

    Re-posting: I originally posted this in the wrong forum. Sorry. Adobe Reader 8.x Windows XP, SP2 Im a complete novice, having only ever read documents, as PDFs, and not created them. I have a PDF catalogue, where each landscape page consists of two o

  • Shopping cart not emitted to the right manager cause change unit

    Hi guys, We did a shopping cart , unfortunately the manager assigned is not the good one , the status is 'Awaiting approval' ,the requester is not linked to  the same unit of  the manager's one. We would like to redirect his shopping cart  towards th

  • Need advice about web services and Java beans

    Hi I am very new to web services and to Java beans as well. I am trying to understand if and how a web service can use functionality I have in a Java bean. I couldn't find any documentation I can use. For example: InitialContext ic = new InitialConte

  • Bugs in Report  builder/Graphics Builder

    Whenever i call Graphics Builder from report builder to make a graph it gives an error and do not make the graph. Would you tell me what is the problem ? Thank you. anis

  • IPod Touch suddenly won't sync after installing iOS 4.0

    I installed the new OS 4.0 and now my ipod touch won't sync. The mac doesn't see it and it doesn't even charge when hooked up. It charges fine with the same cable on a wall charger. My son's ipod is fine, I've restarted the ipod and the mac, I've res