Filter attributes

Hi all

Hello.

I am looking for help on a calc script. I tried both ways and was a failure.

Here's the question.

I have the hierarchy of entities with several parent nodes. Level 0 members are marked with attributes. The requirement is to take a sum of level entities of a particular attribute under a single parent special value 0 and copy the value to another entity to level 0.

We can easily use @SUM (@ATTRIBUTE (attributename))

The complication comes to filter the members with a particular attribute in a parent value.

Alternative hierarchy is not an option in my case.

looking forward to your suggestions.

Thank you


Take a look at @INTERSECT - there is an example here that does exactly what you want (members under a particular parent with a specific attribute).

Tags: Business Intelligence

Similar Questions

  • Filter attribute does not

    Recently, I came across this problem in LR 4.4 for some reason any.

    When in the library module, I can select "All photos" and the 'Stars' attribute filter works without any problem.

    However, when I select a folder "Collections" and try to use the attribute filter, all the photos seem to disappear. Once I remove the filter attribute (in this case notation 1 stars or higher), the images appear again in the collection folder.

    Here is the image without the selected attribute 1: http://snag.gy/iqXmK.jpg

    Here are 2 with 1 star or filter selected the image: http://snag.gy/TZ9cl.jpg

    Any help is appreciated, it's driving me crazy!

    Russ

    Hello

    Could you please try and create another collection and try to use the attribute in the newly created collection.

    Let me know if it works in a newly created collection or not.

    Kind regards

    Tanuj Sandal

  • FM9 upgrade?  I need to filter attributes.

    Hi all

    I am currently using FM7.2 with the ABCM and Framescript 4.1 plugin.  In this way we have a single file source and filter for different products (Framescript automates the... less important filtering).  I thought I saw somewhere that FM9 natively supports conditional text and filtering, but it's perhaps only conditional text.  In these forums I heard someone use the FM8 with ABCM.

    Is it useful to upgrade to FM8 7.2?

    FM9 does support what I want to do or not?

    Thank you!!

    Hello

    I am the author of ABCM/AXCM. I think that you will be sadly disappointed by the native implementation of filtering based on the attribute. I was hoping maybe I could just ditch altogether plugin but found that all the native features is insufficient for any kind of a serious state management. Therefore, AXCM remains for now.

    If you use really ABCM 1.0, I suggest an upgrade to AXCM. It will take place on 7 FM and adds the ability to filter and color based on XPath expressions. The interface API/FrameScript is better too. And it's always free.

    Russ

  • JDEV 12.2.1 Filter Table with attribute having entered LOV

    Hello

    I have a few attribtues vo which are associated with the list of values the type of default list in the indications of the user interface is text with LOV input.

    When I drag and drop this table on a page, this attribute displays a text box and a magnifying glass in the facet of the attribute filter when I run. In design time, there is no facet of explicit filter on the page not the magnifying glass is not displayed.

    This code works in 11 g in a different way. The facet of the filter attribute only shows a text entry.

    Pointers here? I explicitly put the choicelist in the filter of the table facet? I don't want the LOV entry to appear. It's heavy for the user to filter records with so many clicks.

    I think to explicitly put a text entry in the filter pane and check if it works.

    He will probably still run (and validate the) lov model-driven.

    If nothing else can help, maybe you can add transitional attribute to your VO, attach lov and complete the transitional real than lov attribute.

    Dario

  • Attribute filter incorrect filter elements

    Hi all

    I had this problem using the attribute filter, and I don't know if it's because I'm using the tool incorrectly or simply a bug in FrameMaker (but I suspect the former).

    Basically, I import an XML document into FM that looks like this:

    < root >

    < elem1 / >

    < elem2 attr = "true" / >

    < elem3 attr = "false" / >

    < elem4 attr = "true" / >

    < / root >

    And then I use a filter attribute to apply a condition (let's call it "Changed") to all elements which have attr = 'true' by using the expression: (attr = "true")and another condition ("Unchanged") to those with attr = "false" using the expression: (attr = 'false')

    However, the results I get are exactly the opposite! (attr = 'true') applied the condition of "Changed" to all the elements that have the attr = 'false', and (attr = 'false') apply the "Unchanged" status to those with attr = 'true '.

    If someone could get an idea about why this happens, I would be very grateful.

    Thank you

    Carl

    Carl,

    You're not the only user who find filter by attribute is counterintuitive. The underlying model seems to assume you want to keep the content to an expression and filter the content that does not match. However, the only items that are put to the test to see if they match are those with values, explicit or default, for all attributes mentioned in the expression.

    Thus, it seems that filtered text are made up of elements that have explicit or defaulted, values for all attributes which appear in the applied expression but which do NOT match this expression. Therefore, if you want to apply the condition Changed to items with the value 'true' attr, use the expression NOT(attr="true"). to apply the condition Unchanged, use the expression NOT(attr="false"). To apply one or the other condition to each element that defines this attribute, apply the two expressions.

    If no default value for attr is assigned on the FM band (independently), or expression will apply a condition on an element that does not define the attribute. If there is a default value, the default value will determine how the elements that do not define the attribute are treated.

    If you change the setting of the attribute, reapply the expressions, checking remove it if previously applied box.

    -Lynne

  • Hide the line of adf table based on the transient attribute does not

    I have a JSF page where the user can insert new line in View object . this View object contains a transitional attribute which indicates whether or not the record is newly created.

    On the same page, I have a table adf which is bounded on the city view object . This table should show only newly created records. my approach is to use expression language of in the renditions property to hide all the other lines that are not newly created. I changed the render property for the columns of the table as: rendered="#{row.bindings.RowStatus.inputValue eq'new'}" , but the table does not show anything.

    Then, I tried to change the made not for the column property, but to the outputText inside the same way. It worked, but the problem is that the blank line is always on display.

    So, basically because I do not hide the entire line, instead I'm hiding the text in the lines and lines with spaces empty is still on display in the page aside.

    The Table of JSF page where the made property is applied on outputText inside the column:

    <af:table value="#{bindings.UplodedFilesView1.collectionModel}" var="row"
      rows
    ="#{bindings.UplodedFilesView1.rangeSize}"
      binding
    ="#{CreatSR_UserBean.fileTable}">

      
    <af:column sortProperty="#{bindings.UplodedFilesView1.hints.FileName.name}"
      headerText
    ="File Name" id="c1">

      
    <af:outputText value="#{row.bindings.FileName.inputValue}" id="it1"
      rendered
    ="#{row.bindings.RowStatus.inputValue eq'new'}"/>

      
    </af:column>

      
    </af:table>

    I use Jdeveloper with ADF technology 11.1.2.3

    Thanks Timo,

    You are right. Its to late to hide lines after stamping in the row set. I solve the problem by filtering the view object, based on the transitional attribute in the section of liaison page. The steps as follows: (assuming that the object from view with the temporary attribute has been created, and the transient attribute contains the filtered values)

    1. Drag the view object on the page and also make the Table (in my case it might otherwise listen)
    2. On the page, go to the connection tab.
    3. Double-click the object desired in the links column.
    4. New window will appear titled with (change the binding tree)
    5. Check the option (enable filtering)
    6. Select the (filter attribute) and (filter value) for the selected filter attribute.
    7. Select (Display attribute) you want to appear in the page.
    8. Press OK
  • 12 c: queryListener custom af:table component - how to get the filter values?

    Hello

    in a queryListener custom on an element of af: table, I am trying to print the values of the filter fields (for example to do a validation)

    public void onQuery(QueryEvent pQueryEvent)
     {
     RichTable vRt = (RichTable)pQueryEvent.getComponent();
     CollectionModel vModel = (CollectionModel)vRt.getValue();
     JUCtrlHierBinding vData = (JUCtrlHierBinding)vModel.getWrappedData();
    
     ConjunctionCriterion vCc =
     pQueryEvent.getDescriptor().getConjunctionCriterion();
     for (Criterion vCriterion: vCc.getCriterionList())
     {
     if (vCriterion instanceof AttributeCriterion)
     {
     AttributeCriterion vAttCriterion =
     (AttributeCriterion)vCriterion;
     AttributeDescriptor vAttDescriptor =
     vAttCriterion.getAttribute();
     System.out.println("Type: " + vAttDescriptor.getType());
     System.out.println("Name: " + vAttDescriptor.getName());
      System.out.println("Value: " + vAttCriterion.getValue());
     
     }
     }
    
     JSFUtil.invokeMethodExpression("#{bindings." +
     vData.getIteratorBinding().getName().replace("Iterator",
     "Query") + ".processQuery}", Object.class,
     QueryEvent.class, pQueryEvent);
     }
    
    
    

    However... the value of the filterfield (System.out.println ("Value:" + vAttCriterion.getValue ());) is always null after the seizure of a filter value and pressing on enter the af: table.

    The table is the filter properly.

    How can I get the values of the filter fields in the queryListener?

    Kind regards

    Koen Verhulst

    Keon, in my blog JDev 12 c: how to reset a filter on an af:table channel 12 c | JDev & amp; ADF Goodies that I use

    /**

    * method to reset filter attributes on an af:table

    * @param actionEvent event which triggers the method

    */

    publicvoidresetTableFilter(ActionEvent actionEvent) {

       FilterableQueryDescriptor queryDescriptor = (FilterableQueryDescriptor) getEmpTable().getFilterModel();

       if(queryDescriptor != null&& queryDescriptor.getFilterConjunctionCriterion() !=null) {

           ConjunctionCriterion cc = queryDescriptor.getFilterConjunctionCriterion();

           List lc = cc.getCriterionList();

           for(Criterion c : lc) {

               if(cinstanceofAttributeCriterion) {

                   AttributeCriterion ac = (AttributeCriterion) c;

                   ac.setValue(null);

               }

           }

           getEmpTable().queueEvent(newQueryEvent(getEmpTable(), queryDescriptor));

       }

    }

    to reset the values. You should be able to get the values of the same way.and print the values to set them to null instead.

    Timo

  • Smart collection returns different results to the library filter?

    This is such a stupid thing, and I barely noticed. I have smart collections simply gather all the images with a particular star of note, very very simple! I have a 1 star, a Star 2 and one for the 3 stars and more. So far so good, use these for centuries-, but I noticed that if I go to Catalog/All photos and place a filter of the same library (this is the filter at the top of the library grid view) I get different results. Actually if I place a filter attribute that says '= 2 stars' images only I can watch the tape that works at the bottom of the screen (sorry I have no idea what it's called) and he said that "all photos / 1056 1647 photos» If I can clear this filter and scroll down to my smart collection that applies the filter even to the entire catalog (and I triple checked this, no difference at all, I don't have lower or higher than the here is the self same "=" only!) and it says "1066"! Thus, the smart collection search 10 images more than other, identical filters working on the entire catalog - I am confused? Anyone had this problem, I missed something? If it wasn't for the number of images concerned I'd them and try to find the additional files by hand!

    Popular indices, and LR3 passing on Mac.

    Tim.

    You can check if the images are stacked differently (and thus not counted) in both points of view.

  • CFLDAP filter by ORGANIZATIONAL unit

    Hello

    I have this CFLDAP query that returns all users of my announcement of each unit of ORGANIZATION, but excluding the disabled accounts. It works very well...

    But what I want to do is to return all the users in a particular ORGANIZATIONAL unit only, I'm sure I need to do this in the filter attribute, but I can't understand it. I have three OUS. I want to only users in my 'People' OR query. Any ideas how to specify it?

    Here is my code.
    Thank you.

    < cfldap action = "QUERY".
    name = 'results '.
    attributes = "userPrincipalName, description, physicalDeliveryOfficeName".
    Start = "dc = domain, dc = com
    Scope = "subtree".
    Filter = "(& (objectCategory = user)(userPrincipalName=*) (!)" (userAccountControl:1.2.840.113556). "1.4.803:=2)))".
    Server = "Server.Domain"
    "" username = "*".
    password = "*" >

    < cfdump var = "#results #" >



    Ive solved.

    I put 'OR = Peoplae"in the attribute «Start», here...

    Start = "or" = People, dc is redditch, "dc = vd, dc is valeo"

    I tried to take the other gibberish as you suggested, but still it returns no, strange because it really should have.

    Thank you for your help.

  • Error-2625 cannot write the file call node in NI_XML.lvlib:Save.vi

    I get this error when you perform a certain acquisition with a CoolSnap HQ2. The user defines its parameters, then these settings are saved in the file so that they can be easily identified later in the database. The error came to us when we did a test with 4 different parameters. We did: Laser X w / filter X; Laser X w / filter Y. Laser Y w / filter X; Laser Y w / filter Y.

    The first and the third is saved without errors, but the second and fourth receive errors.

    Error-2625 cannot write file call node in NI_XML.lvlibave.vi

    Someone has an idea, what happens? This is the vi I'm talking about.

    I forgot to mention that the name of filter attribute is 593/LP, could the "/" be the cause?

    Found the solution. It is indeed the "/" in the name of the filter that caused the problem. I replaced it with a '-' and everything worked

  • Comparing CAN messages

    I'm sending a voltage to a node we build and seek to control the message BOX the node spits back, which is converted into a real number of PSI by one of our consoles.  How can I just wait for a single message and CAN have other compaired so that I can check in a test that the message is good?  I tried using the table 1 d search and had no luck.  I look at the messages that are either spit back and I know that the correct message is coming out, but research 1 d arrray always come back with the same message.  Any help would be great. Fred

    You use the channel API or API of frame? If you use the API of frame, have you seen the example of filter provided by the driver NI-CAN? If you have installed NI-CAN driver and LabVIEW, NI-CAN install example screw in your example Finder. I think that one of them performs the functionality you're after.

    For the example of the 2 Filter Mode.vi series:
    Open LabVIEW. Open the Finder for example ('Help' are examples). Navigate to hardware input and output"PEUT" Framework API' base' series 2 Filter Mode.vi

    The VI Description:
    Shows how to use the filter attributes Series2.

    This example is similar to the CAN Receive.vi example, but allows you to set the attributes of series 2 that filter incoming frames. To learn more about the filter attributes, see the description of ncSetAttr.vi in your NI-CAN hardware and software (http://www.ni.com/pdf/manuals/370289k.pdf) manual.

    VI instructions:
    Start this VI on a series 2 NI CAN map. Transmit frames with different IDS from another device CAN to this card. Managers who pass the filter will be displayed on the front panel. Every time that you change the filter settings, press the button "Change filter settings" to use the new values.
    Click on the "Configure" button to see how the resulting filter is created from the values of the series 2 comparator, mask and Filter Mode. You can also configure the new filter settings in this dialog box.

    Press STOP to stop the VI.

    I think it would be an excellent starting point. If you have any questions about this, please let me know.

    Kind regards

    Mark E.

    Technical sales engineer

    National Instruments

  • Quick question on 'local network' for ASA 5500 LAN to LAN

    I have a configuration for a support provider that needs to access a few IP addresses in my data center, but all my branches. In configuration LAN LAN to enter several IP and subnets?

    Thank you!

    Chad

    HI Chad,

    "LAN to LAN Settings enter several IP and subnet?

    Of course, you can, if you plan to land facility to IPSec tunne, it's your No. - nat and crypto acl can be used to control what is allowed and what not the tunnel itself.

    However if you planing to use access to distance-tunnel instead, it is your "vpn-filter value" and associate it with an ACL and in the example below group name is defined as 'filter '.

    group-policy filter internal group-policy filter attributes vpn-filter value 103

    Reference:

    http://www.Cisco.com/en/us/products/HW/vpndevc/ps2030/products_configuration_example09186a00808c9a87.shtml

    Thank you

    Rizwan James

  • Why/where the images disappear when I click P to mark?

    Hi guys,.

    Don't know what was going on.

    Thank you

    Raphael

    It is possible that you have a filter attribute application that shows only photos that are not reported?

    With this central indicator switched on you will see photos 'unmarked '. The result: press [P] and they disappear.

    Click [no] to cancel all filters.

  • Java Cloud Saas Extension / Jasper Report error

    Hello Pros.

    I have an ADF java EE application, which has been deployed in the service of the jcs weeks trial now.

    This worked well and was stable until yesterday, after the planned downtime or maintenance of the database service.

    My application logic: my jrxml jasperreport files are deployed as files in my EAR file. A user selects the type of report to generate and a call to the database to retrieve the path and params to a database table is made.

    GetResourceAsStream using the actual file is in the folder WEBINF, then starts the compilation of the JRXML file. ....

    And now my new nightmare as below

    Here's the error stacktrace that is impossible to make sense at the present time.

    [2015-01-18T11:54:29.661-08:00] [INCIDENT_ERROR] [1] [incident 171 created with problem key "BEA-000000 [JCSSecurity]"]
    [2015-01-18T11:54:29.263-08:00] [NOTIFICATION] [1] [An incident has been signalled with the incident facts: [problemKey=BEA-000000 [JCSSecurity] incidentSource=SYSTEM incidentTime=Sun Jan 18 19:54:29 GMT 2015 errorMessage=BEA-0 executionContextId=0053FAIcLBx6yGFpR04Eyd0006ZN00002m]]
    [2015-01-18T11:54:29.262-08:00] [NOTIFICATION] [1] [Watch 'Error' with severity 'Notice' on server 'm0' has triggered at Jan 18, 2015 7:54:29 PM GMT. Notification details: [
    WatchRuleType: Log 
    WatchRule: (SEVERITY = 'Error') 
    WatchData: DATE = Jan 18, 2015 7:54:28 PM GMT SERVER = m0 MESSAGE = Policy POLICY-ID-311 violated.loadClass method must be overridden by custom class-loader:net.sf.jasperreports.engine.util.JRClassLoader. This can simply delegate to super.loadClass(String). However, it must be defined for security introspection.
    java.security.AccessControlException: loadClass method must be overridden by custom class-loader:net.sf.jasperreports.engine.util.JRClassLoader. This can simply delegate to super.loadClass(String). However, it must be defined for security introspection.
      at oracle.cloud.jcs.scanning.impl.extension.LoadingClassValidator.validateClassData(LoadingClassValidator.java:76)
      at oracle.cloud.jcs.scanning.impl.extension.LoadingClassValidator.invoke0(LoadingClassValidator.java:267)
      at oracle.cloud.jcs.scanning.impl.extension.LoadingClassValidator.invoke(LoadingClassValidator.java:190)
      at oracle.cloud.jcs.security.SecurityManager_AYMXR76323pdlej.__deny_or_fwd__MJPRi__s1V5FvRc5lyta3R9hFnkc__A5c_POLICY_ID_311(SecurityManager_AYMXR76323pdlej.java:865)
      at net.sf.jasperreports.engine.util.JRClassLoader.loadClass(JRClassLoader.java:338)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at oracle.cloud.jcs.scanning.impl.extension.CloudInvocationHandlerAdapter.invoke(CloudInvocationHandlerAdapter.java:87)
      at oracle.cloud.jcs.security.SecurityManager_AYMXR76323pdlej.__deny_or_fwd__oHsrYg6bU6FFNCImVv7MZ1toELI__A5c_REF_POLICY_ID_501(SecurityManager_AYMXR76323pdlej.java:2885)
      at net.sf.jasperreports.engine.util.JRClassLoader.loadClassFromBytes(JRClassLoader.java:239)
      at net.sf.jasperreports.engine.design.JRAbstractJavaCompiler.loadEvaluator(JRAbstractJavaCompiler.java:102)
      at net.sf.jasperreports.engine.design.JRAbstractCompiler.loadEvaluator(JRAbstractCompiler.java:340)
      at net.sf.jasperreports.engine.JasperCompileManager.getEvaluator(JasperCompileManager.java:265)
      at net.sf.jasperreports.engine.fill.JRFillDataset.createCalculator(JRFillDataset.java:462)
      at net.sf.jasperreports.engine.fill.JRBaseFiller.<init>(JRBaseFiller.java:384)
      at net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:88)
      at net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:103)
      at net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:61)
      at net.sf.jasperreports.engine.fill.JRFiller.createFiller(JRFiller.java:179)
      at net.sf.jasperreports.engine.fill.JRFiller.fill(JRFiller.java:81)
      at net.sf.jasperreports.engine.JasperFillManager.fill(JasperFillManager.java:446)
      at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:849)
      at com.blueberryngc.endvi.bts.crm.bts.view.bean.helper.EndviCRMHelperUtil.createAndUploadReport2(EndviCRMHelperUtil.java:1091)
      at com.blueberryngc.endvi.bts.crm.bts.view.bean.helper.EndviCRMHelperUtil.generateDocument(EndviCRMHelperUtil.java:885)
      at com.blueberryngc.endvi.bts.crm.bts.view.bean.helper.EndviCRMCommonUtil.createPDF(EndviCRMCommonUtil.java:1230)
      at com.blueberryngc.endvi.bts.crm.bts.view.bean.helper.EndviCRMCommonUtil.actionAll(EndviCRMCommonUtil.java:1338)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at com.sun.el.parser.AstValue.invoke(AstValue.java:187)
      at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297)
      at oracle.adf.view.rich.component.fragment.UIXInclude$ContextualMethodExpressionWrapper.invoke(UIXInclude.java:673)
      at com.blueberryngc.endvi.bts.util.EndviToolbar0001Component.handleActionAll(EndviToolbar0001Component.java:381)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at com.sun.el.parser.AstValue.invoke(AstValue.java:187)
      at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297)
      at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1433)
      at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:103)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:97)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:103)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:97)
      at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
      at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:971)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:439)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:219)
      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
      at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
      at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
      at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:211)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:128)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
      at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
      at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at weblogic.servlet.security.internal.WebGateRedirectFilter.doFilter(WebGateRedirectFilter.java:177)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
      at java.security.AccessController.doPrivileged(Native Method)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at oracle.security.wls.filter.SSOSessionSynchronizationFilter.doFilter(SSOSessionSynchronizationFilter.java:292)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3748)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3714)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2283)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2182)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1491)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
     SUBSYSTEM = JCSSecurity USERID = [email protected] SEVERITY = Error THREAD = [ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)' MSGID = BEA-000000 MACHINE = us2jcsr3080045.usdc2.oraclecloud.com TXID =  CONTEXTID = 0053FAIcLBx6yGFpR04Eyd0006ZN00002m TIMESTAMP = 1421610868807  
    WatchAlarmType: AutomaticReset 
    WatchAlarmResetPeriod: 900000 
    
    
    ]]
    [2015-01-18T11:54:29.221-08:00] [INCIDENT_ERROR] [1] [incident 170 created with problem key "BEA-000000 [JCSSecurity]"]
    [2015-01-18T11:54:28.820-08:00] [ERROR] [1] [cause: null]
    [2015-01-18T11:54:28.820-08:00] [ERROR] [1] [msg: null]
    [2015-01-18T11:54:28.818-08:00] [ERROR] [1] [Redirected Throwable[
    net.sf.jasperreports.engine.JRException: Error loading expression class : ENDVI_RECIEPTS_PRINT_0001_1421610867321_832889
      at net.sf.jasperreports.engine.design.JRAbstractJavaCompiler.loadEvaluator(JRAbstractJavaCompiler.java:116)
      at net.sf.jasperreports.engine.design.JRAbstractCompiler.loadEvaluator(JRAbstractCompiler.java:340)
      at net.sf.jasperreports.engine.JasperCompileManager.getEvaluator(JasperCompileManager.java:265)
      at net.sf.jasperreports.engine.fill.JRFillDataset.createCalculator(JRFillDataset.java:462)
      at net.sf.jasperreports.engine.fill.JRBaseFiller.<init>(JRBaseFiller.java:384)
      at net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:88)
      at net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:103)
      at net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:61)
      at net.sf.jasperreports.engine.fill.JRFiller.createFiller(JRFiller.java:179)
      at net.sf.jasperreports.engine.fill.JRFiller.fill(JRFiller.java:81)
      at net.sf.jasperreports.engine.JasperFillManager.fill(JasperFillManager.java:446)
      at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:849)
      at com.blueberryngc.endvi.bts.crm.bts.view.bean.helper.EndviCRMHelperUtil.createAndUploadReport2(EndviCRMHelperUtil.java:1091)
      at com.blueberryngc.endvi.bts.crm.bts.view.bean.helper.EndviCRMHelperUtil.generateDocument(EndviCRMHelperUtil.java:885)
      at com.blueberryngc.endvi.bts.crm.bts.view.bean.helper.EndviCRMCommonUtil.createPDF(EndviCRMCommonUtil.java:1230)
      at com.blueberryngc.endvi.bts.crm.bts.view.bean.helper.EndviCRMCommonUtil.actionAll(EndviCRMCommonUtil.java:1338)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at com.sun.el.parser.AstValue.invoke(AstValue.java:187)
      at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297)
      at oracle.adf.view.rich.component.fragment.UIXInclude$ContextualMethodExpressionWrapper.invoke(UIXInclude.java:673)
      at com.blueberryngc.endvi.bts.util.EndviToolbar0001Component.handleActionAll(EndviToolbar0001Component.java:381)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at com.sun.el.parser.AstValue.invoke(AstValue.java:187)
      at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297)
      at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1433)
      at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:103)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:97)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:103)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:97)
      at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
      at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:971)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:439)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:219)
      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
      at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
      at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
      at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:211)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:128)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
      at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
      at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at weblogic.servlet.security.internal.WebGateRedirectFilter.doFilter(WebGateRedirectFilter.java:177)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
      at java.security.AccessController.doPrivileged(Native Method)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at oracle.security.wls.filter.SSOSessionSynchronizationFilter.doFilter(SSOSessionSynchronizationFilter.java:292)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3748)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3714)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2283)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2182)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1491)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused by: java.security.AccessControlException: loadClass method must be overridden by custom class-loader:net.sf.jasperreports.engine.util.JRClassLoader. This can simply delegate to super.loadClass(String). However, it must be defined for security introspection.
      at oracle.cloud.jcs.scanning.impl.extension.LoadingClassValidator.validateClassData(LoadingClassValidator.java:76)
      at oracle.cloud.jcs.scanning.impl.extension.LoadingClassValidator.invoke0(LoadingClassValidator.java:267)
      at oracle.cloud.jcs.scanning.impl.extension.LoadingClassValidator.invoke(LoadingClassValidator.java:190)
      at oracle.cloud.jcs.security.SecurityManager_AYMXR76323pdlej.__deny_or_fwd__MJPRi__s1V5FvRc5lyta3R9hFnkc__A5c_POLICY_ID_311(SecurityManager_AYMXR76323pdlej.java:865)
      at net.sf.jasperreports.engine.util.JRClassLoader.loadClass(JRClassLoader.java:338)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at oracle.cloud.jcs.scanning.impl.extension.CloudInvocationHandlerAdapter.invoke(CloudInvocationHandlerAdapter.java:87)
      at oracle.cloud.jcs.security.SecurityManager_AYMXR76323pdlej.__deny_or_fwd__oHsrYg6bU6FFNCImVv7MZ1toELI__A5c_REF_POLICY_ID_501(SecurityManager_AYMXR76323pdlej.java:2885)
      at net.sf.jasperreports.engine.util.JRClassLoader.loadClassFromBytes(JRClassLoader.java:239)
      at net.sf.jasperreports.engine.design.JRAbstractJavaCompiler.loadEvaluator(JRAbstractJavaCompiler.java:102)
      ... 93 more
    
    
    ]]
    [2015-01-18T11:54:28.815-08:00] [ERROR] [1] [localizedmessage = Error loading expression class : ENDVI_RECIEPTS_PRINT_0001_1421610867321_832889]
    [2015-01-18T11:54:28.815-08:00] [ERROR] [1] [message = Error loading expression class : ENDVI_RECIEPTS_PRINT_0001_1421610867321_832889]
    [2015-01-18T11:54:28.814-08:00] [NOTIFICATION] [1] [Watch 'JCSSecurity' with severity 'Notice' on server 'm0' has triggered at Jan 18, 2015 7:54:28 PM GMT. Notification details: [
    WatchRuleType: Log 
    WatchRule: (SUBSYSTEM = 'JCSSecurity') 
    WatchData: DATE = Jan 18, 2015 7:54:28 PM GMT SERVER = m0 MESSAGE = Policy POLICY-ID-311 violated.loadClass method must be overridden by custom class-loader:net.sf.jasperreports.engine.util.JRClassLoader. This can simply delegate to super.loadClass(String). However, it must be defined for security introspection.
    java.security.AccessControlException: loadClass method must be overridden by custom class-loader:net.sf.jasperreports.engine.util.JRClassLoader. This can simply delegate to super.loadClass(String). However, it must be defined for security introspection.
      at oracle.cloud.jcs.scanning.impl.extension.LoadingClassValidator.validateClassData(LoadingClassValidator.java:76)
      at oracle.cloud.jcs.scanning.impl.extension.LoadingClassValidator.invoke0(LoadingClassValidator.java:267)
      at oracle.cloud.jcs.scanning.impl.extension.LoadingClassValidator.invoke(LoadingClassValidator.java:190)
      at oracle.cloud.jcs.security.SecurityManager_AYMXR76323pdlej.__deny_or_fwd__MJPRi__s1V5FvRc5lyta3R9hFnkc__A5c_POLICY_ID_311(SecurityManager_AYMXR76323pdlej.java:865)
      at net.sf.jasperreports.engine.util.JRClassLoader.loadClass(JRClassLoader.java:338)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at oracle.cloud.jcs.scanning.impl.extension.CloudInvocationHandlerAdapter.invoke(CloudInvocationHandlerAdapter.java:87)
      at oracle.cloud.jcs.security.SecurityManager_AYMXR76323pdlej.__deny_or_fwd__oHsrYg6bU6FFNCImVv7MZ1toELI__A5c_REF_POLICY_ID_501(SecurityManager_AYMXR76323pdlej.java:2885)
      at net.sf.jasperreports.engine.util.JRClassLoader.loadClassFromBytes(JRClassLoader.java:239)
      at net.sf.jasperreports.engine.design.JRAbstractJavaCompiler.loadEvaluator(JRAbstractJavaCompiler.java:102)
      at net.sf.jasperreports.engine.design.JRAbstractCompiler.loadEvaluator(JRAbstractCompiler.java:340)
      at net.sf.jasperreports.engine.JasperCompileManager.getEvaluator(JasperCompileManager.java:265)
      at net.sf.jasperreports.engine.fill.JRFillDataset.createCalculator(JRFillDataset.java:462)
      at net.sf.jasperreports.engine.fill.JRBaseFiller.<init>(JRBaseFiller.java:384)
      at net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:88)
      at net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:103)
      at net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:61)
      at net.sf.jasperreports.engine.fill.JRFiller.createFiller(JRFiller.java:179)
      at net.sf.jasperreports.engine.fill.JRFiller.fill(JRFiller.java:81)
      at net.sf.jasperreports.engine.JasperFillManager.fill(JasperFillManager.java:446)
      at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:849)
      at com.blueberryngc.endvi.bts.crm.bts.view.bean.helper.EndviCRMHelperUtil.createAndUploadReport2(EndviCRMHelperUtil.java:1091)
      at com.blueberryngc.endvi.bts.crm.bts.view.bean.helper.EndviCRMHelperUtil.generateDocument(EndviCRMHelperUtil.java:885)
      at com.blueberryngc.endvi.bts.crm.bts.view.bean.helper.EndviCRMCommonUtil.createPDF(EndviCRMCommonUtil.java:1230)
      at com.blueberryngc.endvi.bts.crm.bts.view.bean.helper.EndviCRMCommonUtil.actionAll(EndviCRMCommonUtil.java:1338)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at com.sun.el.parser.AstValue.invoke(AstValue.java:187)
      at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297)
      at oracle.adf.view.rich.component.fragment.UIXInclude$ContextualMethodExpressionWrapper.invoke(UIXInclude.java:673)
      at com.blueberryngc.endvi.bts.util.EndviToolbar0001Component.handleActionAll(EndviToolbar0001Component.java:381)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at com.sun.el.parser.AstValue.invoke(AstValue.java:187)
      at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297)
      at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1433)
      at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:103)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:97)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:103)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:97)
      at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
      at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:971)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:439)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:219)
      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
      at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
      at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
      at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:211)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:128)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
      at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
      at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at weblogic.servlet.security.internal.WebGateRedirectFilter.doFilter(WebGateRedirectFilter.java:177)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
      at java.security.AccessController.doPrivileged(Native Method)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at oracle.security.wls.filter.SSOSessionSynchronizationFilter.doFilter(SSOSessionSynchronizationFilter.java:292)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3748)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3714)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2283)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2182)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1491)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
     SUBSYSTEM = JCSSecurity USERID = [email protected] SEVERITY = Error THREAD = [ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)' MSGID = BEA-000000 MACHINE = us2jcsr3080045.usdc2.oraclecloud.com TXID =  CONTEXTID = 0053FAIcLBx6yGFpR04Eyd0006ZN00002m TIMESTAMP = 1421610868807  
    WatchAlarmType: AutomaticReset 
    WatchAlarmResetPeriod: 30000 
    
    
    ]]
    [2015-01-18T11:54:28.813-08:00] [NOTIFICATION] [1] [An incident has been signalled with the incident facts: [problemKey=BEA-000000 [JCSSecurity] incidentSource=SYSTEM incidentTime=Sun Jan 18 19:54:28 GMT 2015 errorMessage=BEA-0 executionContextId=0053FAIcLBx6yGFpR04Eyd0006ZN00002m]]
    [2015-01-18T11:54:25.445-08:00] [ERROR] [1] [connection info URL: jdbc:oracle:thin:@chpodb1_java.usdc2.oraclecloud.com]
    [2015-01-18T11:54:25.444-08:00] [ERROR] [1] [connection info clientInfo: {}]
    [2015-01-18T11:54:25.443-08:00] [NOTIFICATION] [1] [2015-01-18 19:54:25 INFO  EndviCRMHelperUtil:1530 - getBTSCRMServiceAM%]
    [2015-01-18T11:54:25.438-08:00] [ERROR] [1] [jrxml is null, sc.getResourceAsStream(/WEB-INF/report_templates/ENDVI_RECIEPTS_PRINT_0001.jrxml]
    [2015-01-18T11:54:25.437-08:00] [NOTIFICATION] [1] [2015-01-18 19:54:25 INFO  EndviCRMHelperUtil:1042 - templatename: /report_templates/ENDVI_RECIEPTS_PRINT_0001.jrxml%]
    [2015-01-18T11:54:25.437-08:00] [ERROR] [1] [parameter name: ENDVI_RECIEPTS_PRINT_0001.jrxml]
    [2015-01-18T11:54:25.431-08:00] [ERROR] [1] [templatepath: /report_templates/ENDVI_RECIEPTS_PRINT_0001.jrxml]
    [2015-01-18T11:54:25.429-08:00] [NOTIFICATION] [1] [templateName found: /report_templates/ENDVI_RECIEPTS_PRINT_0001.jrxml]
    [2015-01-18T11:54:25.428-08:00] [ERROR] [1] [rcvo executequery]
    [2015-01-18T11:54:25.418-08:00] [ERROR] [1] [am ProductType: IVC]
    [2015-01-18T11:54:25.417-08:00] [ERROR] [1] [am ProductRef: 1]
    [2015-01-18T11:54:25.417-08:00] [ERROR] [1] [iterating]
    [2015-01-18T11:54:25.417-08:00] [ERROR] [1] [x: productType=IVC]
    [2015-01-18T11:54:25.414-08:00] [NOTIFICATION] [1] [...findReportByProductKeyType App Module: 2]
    [2015-01-18T11:54:25.414-08:00] [ERROR] [1] [iterating]
    [2015-01-18T11:54:25.414-08:00] [ERROR] [1] [x: productRef=1]
    [2015-01-18T11:54:25.413-08:00] [NOTIFICATION] [1] [2015-01-18 19:54:25 INFO  EndviCRMHelperUtil:407 - findReportByProductType: %]
    [2015-01-18T11:54:25.412-08:00] [NOTIFICATION] [1] [2015-01-18 19:54:25 INFO  EndviCRMHelperUtil:1010 - createanduploadreport2... : IVC%]
    [2015-01-18T11:54:25.395-08:00] [ERROR] [1] [getAttribute: InvId]
    [2015-01-18T11:54:25.394-08:00] [ERROR] [1] [getAttribute: InvId]
    [2015-01-18T11:54:25.394-08:00] [ERROR] [1] [getAttribute: InvId]
    [2015-01-18T11:54:25.394-08:00] [ERROR] [1] [getAttribute: InvoiceProduct]
    [2015-01-18T11:54:25.393-08:00] [ERROR] [1] [getAttribute: ForObjId]
    [2015-01-18T11:54:25.375-08:00] [ERROR] [1] [updateAdminObjectEndviSerial return not null]
    [2015-01-18T11:54:25.375-08:00] [ERROR] [1] [updateObject Serial error: null]
    [2015-01-18T11:54:25.368-08:00] [ERROR] [1] [serial no: null]
    [2015-01-18T11:54:25.348-08:00] [NOTIFICATION] [1] [dbKey: 400000000251, objType: IVC]
    [2015-01-18T11:54:25.346-08:00] [ERROR] [1] [AM objKey = 400000000251]
    [2015-01-18T11:54:25.346-08:00] [ERROR] [1] [AM objType = IVC]
    [2015-01-18T11:54:25.340-08:00] [ERROR] [1] [AM updateAdminObjectEndviSerial...]
    [2015-01-18T11:54:25.338-08:00] [ERROR] [1] [objKeyName = InvoiceSerial]
    [2015-01-18T11:54:25.338-08:00] [ERROR] [1] [objType = IVC]
    [2015-01-18T11:54:25.338-08:00] [ERROR] [1] [prodKey = 1]
    [2015-01-18T11:54:25.337-08:00] [ERROR] [1] [objKey = 400000000251]
    [2015-01-18T11:54:25.337-08:00] [ERROR] [1] [voname: EditFiBaseTxnInvoice]
    [2015-01-18T11:54:25.336-08:00] [ERROR] [1] [barcodemtd: updateAdminObjectEndviSerial]
    [2015-01-18T11:54:25.336-08:00] [ERROR] [1] [targetattr: InvoiceSerial]
    [2015-01-18T11:54:25.334-08:00] [ERROR] [1] [objType: IVC]
    [2015-01-18T11:54:25.334-08:00] [ERROR] [1] [prodKey: 1]
    [2015-01-18T11:54:25.333-08:00] [ERROR] [1] [evownerRef: 1000041]
    [2015-01-18T11:54:25.333-08:00] [ERROR] [1] [getAttribute: InvoiceProduct]
    [2015-01-18T11:54:25.333-08:00] [ERROR] [1] [ownobjtype: VH]
    [2015-01-18T11:54:25.332-08:00] [ERROR] [1] [getAttribute: ForObjId]
    [2015-01-18T11:54:25.332-08:00] [ERROR] [1] [obj key: 400000000251]
    [2015-01-18T11:54:25.331-08:00] [ERROR] [1] [createBarCode]
    [2015-01-18T11:54:25.331-08:00] [ERROR] [1] [getAttribute: InvId]
    [2015-01-18T11:54:25.325-08:00] [ERROR] [1] [action all iteration: 1]
    [2015-01-18T11:54:25.323-08:00] [ERROR] [1] [actionAll]
    [2015-01-18T11:54:19.042-08:00] [ERROR] [1] [getTxnCodeByStatusCode = PIF]
    [2015-01-18T11:54:18.289-08:00] [TRACE:16] [16] [THROW[
    java.net.SocketException: Connection reset
      at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:118)
      at java.net.SocketOutputStream.write(SocketOutputStream.java:159)
      at weblogic.servlet.internal.ChunkOutput.writeChunkNoTransfer(ChunkOutput.java:591)
      at weblogic.servlet.internal.ChunkOutput.writeChunks(ChunkOutput.java:540)
      at weblogic.servlet.internal.ChunkOutput.flush(ChunkOutput.java:427)
      at weblogic.servlet.internal.ChunkOutput$2.checkForFlush(ChunkOutput.java:648)
      at weblogic.servlet.internal.ChunkOutput.writeStream(ChunkOutput.java:472)
      at weblogic.servlet.internal.ChunkOutputWrapper.writeStream(ChunkOutputWrapper.java:192)
      at weblogic.servlet.internal.ServletOutputStreamImpl.writeStream(ServletOutputStreamImpl.java:555)
      at weblogic.servlet.internal.ServletOutputStreamImpl.writeStream(ServletOutputStreamImpl.java:543)
      at weblogic.servlet.FileServlet.sendFile(FileServlet.java:410)
      at weblogic.servlet.FileServlet.doGetHeadPost(FileServlet.java:234)
      at weblogic.servlet.FileServlet.service(FileServlet.java:173)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
      at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
      at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
      at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at weblogic.servlet.security.internal.WebGateRedirectFilter.doFilter(WebGateRedirectFilter.java:177)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
      at java.security.AccessController.doPrivileged(Native Method)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at oracle.security.wls.filter.SSOSessionSynchronizationFilter.doFilter(SSOSessionSynchronizationFilter.java:292)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3748)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3714)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2283)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2182)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1491)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    
    
    ]]
    [2015-01-18T11:53:57.537-08:00] [NOTIFICATION] [1] [ADFc: Using view '/faces/content/crm_endvi_home_0001.jspx' as applications home page.]
    [2015-01-18T11:53:51.065-08:00] [WARNING] [1] [falling back to scrolling mode since we need parent component to flow and authHeightRows=0]
    [2015-01-18T11:53:51.064-08:00] [WARNING] [1] [falling back to scrolling mode since we need parent component to flow and authHeightRows=0]
    [2015-01-18T11:53:51.063-08:00] [WARNING] [1] [falling back to scrolling mode since we need parent component to flow and authHeightRows=0]
    [2015-01-18T11:53:51.025-08:00] [WARNING] [1] [falling back to scrolling mode since we need parent component to flow and authHeightRows=0]
    [2015-01-18T11:53:51.024-08:00] [WARNING] [1] [falling back to scrolling mode since we need parent component to flow and authHeightRows=0]
    [2015-01-18T11:53:51.023-08:00] [WARNING] [1] [falling back to scrolling mode since we need parent component to flow and authHeightRows=0]
    [2015-01-18T11:53:41.248-08:00] [WARNING] [1] [falling back to scrolling mode since we need parent component to flow and authHeightRows=0]
    [2015-01-18T11:53:41.247-08:00] [WARNING] [1] [falling back to scrolling mode since we need parent component to flow and authHeightRows=0]
    [2015-01-18T11:53:41.240-08:00] [WARNING] [1] [falling back to scrolling mode since we need parent component to flow and authHeightRows=0]
    [2015-01-18T11:53:41.166-08:00] [WARNING] [1] [falling back to scrolling mode since we need parent component to flow and authHeightRows=0]
    [2015-01-18T11:53:41.165-08:00] [WARNING] [1] [falling back to scrolling mode since we need parent component to flow and authHeightRows=0]
    [2015-01-18T11:53:41.164-08:00] [WARNING] [1] [falling back to scrolling mode since we need parent component to flow and authHeightRows=0]
    [2015-01-18T11:53:27.698-08:00] [WARNING] [1] [falling back to scrolling mode since we need parent component to flow and authHeightRows=0]
    [2015-01-18T11:53:27.697-08:00] [WARNING] [1] [falling back to scrolling mode since we need parent component to flow and authHeightRows=0]
    [2015-01-18T11:53:27.695-08:00] [WARNING] [1] [falling back to scrolling mode since we need parent component to flow and authHeightRows=0]
    [2015-01-18T11:53:27.587-08:00] [WARNING] [1] [falling back to scrolling mode since we need parent component to flow and authHeightRows=0]
    [2015-01-18T11:53:27.584-08:00] [WARNING] [1] [falling back to scrolling mode since we need parent component to flow and authHeightRows=0]
    [2015-01-18T11:53:27.566-08:00] [WARNING] [1] [falling back to scrolling mode since we need parent component to flow and authHeightRows=0]
    [2015-01-18T11:52:13.701-08:00] [ERROR] [1] [ivc_prod: 1]
    [2015-01-18T11:52:13.701-08:00] [ERROR] [1] [ivc_prod: 1]
    [2015-01-18T11:52:13.700-08:00] [ERROR] [1] [filter attributes set has next? true]
    [2015-01-18T11:52:13.680-08:00] [ERROR] [1] [filter attributes set]
    [2015-01-18T11:52:13.674-08:00] [ERROR] [1] [first row product name: Vehicle Insurance Product - Standard Alliance Group]
    [2015-01-18T11:52:13.660-08:00] [ERROR] [1] [filter product by IVC]
    [2015-01-18T11:52:13.660-08:00] [ERROR] [1] [vo name: listGlobalProductsNonSQLLOV]
    [2015-01-18T11:52:12.744-08:00] [WARNING] [1] [Consecutive sub-element (::) syntax used in selector af|inputText::content::-moz-placeholder in a pattern that is not supported.]
    [2015-01-18T11:52:11.147-08:00] [WARNING] [1] [Not a valid @agent CSS property rule: max-version: 1.9.2]
    [2015-01-18T11:52:11.147-08:00] [WARNING] [1] [Not a valid @agent CSS property rule: max-version: 532]
    [2015-01-18T11:52:10.734-08:00] [WARNING] [1] [Not a valid @agent CSS property rule: max-version: 532]
    [2015-01-18T11:52:10.730-08:00] [WARNING] [1] [Not a valid @agent CSS property rule: max-version: 1.9.2]
    [2015-01-18T11:52:09.110-08:00] [ERROR] [1] [ivc_prod: 1]
    [2015-01-18T11:52:09.109-08:00] [ERROR] [1] [ivc_prod: 1]
    [2015-01-18T11:52:09.108-08:00] [ERROR] [1] [filter attributes set has next? true]
    [2015-01-18T11:52:09.098-08:00] [ERROR] [1] [filter attributes set]
    [2015-01-18T11:52:09.094-08:00] [ERROR] [1] [first row product name: Vehicle Insurance Product - Standard Alliance Group]
    [2015-01-18T11:52:09.037-08:00] [ERROR] [1] [vo name: listGlobalProductsNonSQLLOV]
    [2015-01-18T11:52:09.036-08:00] [ERROR] [1] [filter product by IVC]
    
    
    #
    #MESSAGE_COUNT: 99
    #
    

    By default, JasperReports jrxml files invoke groovy runtime. He was arrested by the JCS cloud security, so if you use not groovy scripts in your jrxml template, you will need to change of groovy in java and recompile.

    In addition, you must implement the method loadClass JRClassLoader as in the

    @Override

    Public Class survey of loadClass (String name) {ClassNotFoundException

    Return super.loadClass (name);

    }

    Good luck to all people it helps and thanks to the gang of oracle for support and contributions.

    Kind regards

  • How display you only the photos with the red label?

    I thought I knew how to do this, but I can't seem to understand. How do you view pictures with a red label.

    Thank you in advance for helping out with this.

    Firislander.

    The filter "Attribute" to color label has buttons that "to toggle" switch.   Click on 'on' - click 'off '.

    When a color filter is 'on', it shows with a white border STROKE - Blue shown in the screen-clip.

    * You can switch more than one color 'on '.  Then click on both red and blue, you can see all images marked with colors red and blue.

    The dark gray button means "all images WITHOUT a color label.  So if this button is switched 'on', you would see the images without a color label AS well as the color of the images.   for example. Blue + no label color.

    You can "rocker" on/off-originals, movies, virtual Copies.

    This screenshot will only show virtual methods.  And with the Blue label 'on', you will see only virtual with blue label.

    And if you click on the 'lock' to 'close', filter settings, rest of the device lock and do not cancel if you view other folders of images.

Maybe you are looking for