Problem call for a class of jre7 to NYI

Hello
We have a class in java 7 and will need to loaded from native code. The system has already load some classes in java 6 with JNI, in need of an upgrade. I install the new JDK, change the include directories and link references in my VC project. Everything was fine, until he had to start the NYI jre7... When calling the JNI_CreateJavaVM, send us version NYI vm_args.version parameter, but do not have a definition for a newer version than the 1.6.

JavaVMInitArgs vm_args;
...
vm_args.version = JNI_VERSION_1_6;
vm_args.nOptions = 2;
vm_args.options = options;
vm_args.ignoreUnrecognized = 0;

int ret = JNI_CreateJavaVM (& jvm, (void *) & env, & vm_args);

Running the program, when JNI method calls "FindClass" from a class of jre7, the jvm throws an exception UnsupportedClassVersionError . The exception is clear, I use a class that does not support the Java virtual machine, to be a version newer than it.

The problem: How to start, NYI, a JAVA virtual machine that supports the jre7 classes? I tried searching, but can't find any reference for this. Is it possible? The JNI library supports the jre7?


Concerning


PS Sorry for my English "Brazilian".

Noting to do with JNI. You are running via a JAVA 1.6 virtual machine again. You seem to have mixed up 1.7 classes with a JVM 1.6 somehow.

Tags: Java

Similar Questions

  • Call for a class in a library of PopUpManager

    I have a class for connections that I put in a Flex library project.
    Part of the connection is a popup form (mxml) I created and is in the library.
    The problem I have is this line:
    loginPopUp = LoginForm (PopUpManager.createPopUp (this, LoginForm, true));
    The error I get is:
    1067: coercion of a value of type dataManagers:LoginManager to an unrelated type flash.display:DisplayObject.

    The 'this' parent point since its parent must be the application that called for the opening of the session.
    Can I make reference to the appellant to LoginManager class I created to feed popupmanager as a parent for the popup?

    The code in the application using the llibray which relates to this (to save space) is:
    ---------
    import dataManagers.LoginManager
    public var lm:LoginManager = new LoginManager();
    lm.initServices ();
    ---------
    ---------
    LoginManager.as

    package dataManagers {}
    import flash.events.Event;
    Import mx.managers.PopUpManager;

    public class {LoginManager
    Import LibraryViews.Login.LoginForm;
    public var loginPopUp:LoginForm;

    public void initServices(): void
    {
    Alert.Show ("start Login");
    appCFC = new RemoteObject ("ColdFusion");
    appCFC.source = "CFCS. Users.usersGateway ';
    appCFC.addEventListener (FaultEvent.FAULT, server_fault);
    appCFC.init.addEventListener (ResultEvent.RESULT, init_result);
    appCFC.getById.addEventListener (ResultEvent.RESULT, getById_result);
    displayLogin()
    }

    private function displayLogin (): void {}
    loginPopUp = LoginForm (PopUpManager.createPopUp (this, LoginForm, true)); THIS IS THE LINE of PROBLEM
    loginPopUp.addEventListener ("loginSuccessful", removeLoginPopup);
    }

    Removes the login form
    private void removeLoginPopup(event:Event):void {}
    PopUpManager.removePopUp (loginPopUp);
    }
    } //End class
    } //End package
    ---------
    ---------
    LoginForm.mxml
    <? XML version = "1.0" encoding = "utf-8"? >
    "" < mx:TitleWindow xmlns:mx = ' http://www.adobe.com/2006/mxml ' layout = "absolute" >
    < mx:Form width = "100%" height = "100%" defaultButton = "{loginBTN}" >
    < mx:FormItem width = "100%" label = "Username" required = "true" >
    < mx:TextInput id = "email".
    width = "175" text = "mltv" / >
    < / mx:FormItem >
    < mx:FormItem width = "100%" label = "Password" required = "true" >
    < mx:TextInput id = "password".
    displayAsPassword = "true".
    width = "175" text = "nuffer" / >
    < / mx:FormItem >
    < mx:VBox width = "100%" horizontalAlign = "center" >
    < mx:Button id = "loginBTN" label = "Login" click = "authenticateUser (); "fillColors =" [#80ff00, #80ff00] "/ >
    < / mx:VBox >
    < / mx:Form >
    < / mx:TitleWindow >

    I solved it by the way the parent when I called the parent project:
    lm.initServices (this);

    and then in the file .as created a var:
    private var theCallingParent:DisplayObject;
    theCallingParent = theParent;

    Then use this variable when I called the popup:
    loginPopUp = LoginForm (PopUpManager.createPopUp (LoginForm, theCallingParent, true));

    Sorry to clutter up the jury.

  • Problem call for different versions of BPEL process leave an ESB

    We are currenlty have a problem calling a service of BSE BPEL process.

    We initially developed the solution and the two releases correctly, however, it was necessary to make some changes to the BPEL process and we have redeployed later the BPEL process incrementing the version number.

    However, the BSE service when insider trading was still called the initial version of the ESB service.

    Is it possible to do BSE call the default version of BPEL process as configured in the BPEL console.

    You can accomplish this task by calling the SOAP Service in BSE that points to the current WSDL of BPEL process, for example:
    http://localhost: 8888/orabpel/default/SOAOrderBooking/SOAOrderBooking? WSDL
    Instead of
    http://localhost:8888/ORABPEL/default/SOAOrderBooking/1.0/SOAOrderBooking?WSDL

    This information is available in Metalink Note: 430206.1

  • Jdev 12.2.1: oracle.jbo.ExprSecurityException: Houston-25152: calling the constructor for the class oracle.jbo.server.SequenceImpl is not allowed.

    Hi experts,

    I've migrated a 12.1.3 to 12.2.1 project and I get this exception:

    oracle.jbo.JboException: JBO-29114 ADFContext is not setup to process messages for this exception. Use the exception stack trace and error code to investigate the root cause of this exception. Root cause error code is JBO-29000. Error message parameters are {0=org.codehaus.groovy.control.MultipleCompilationErrorsException, 1=startup failed:
    General error during semantic analysis: JBO-25152: Calling the constructor for class oracle.jbo.server.SequenceImpl is not permitted.
    
    
    oracle.jbo.ExprSecurityException: JBO-25152: Calling the constructor for class oracle.jbo.server.SequenceImpl is not permitted.
      at oracle.jbo.script.InternalSecurityPolicyEnforcer.checkConstructor(InternalSecurityPolicyEnforcer.java:308)
      at oracle.jbo.script.ExprASTScanningVisitor.visitConstructorCallExpression(ExprASTScanningVisitor.java:137)
      at org.codehaus.groovy.ast.expr.ConstructorCallExpression.visit(ConstructorCallExpression.java:44)
      at org.codehaus.groovy.ast.CodeVisitorSupport.visitListOfExpressions(CodeVisitorSupport.java:273)
      at org.codehaus.groovy.ast.CodeVisitorSupport.visitTupleExpression(CodeVisitorSupport.java:178)
      at org.codehaus.groovy.ast.expr.TupleExpression.visit(TupleExpression.java:76)
      at org.codehaus.groovy.ast.CodeVisitorSupport.visitMethodCallExpression(CodeVisitorSupport.java:131)
      at oracle.jbo.script.ExprASTScanningVisitor.visitMethodCallExpression(ExprASTScanningVisitor.java:152)
      at org.codehaus.groovy.ast.expr.MethodCallExpression.visit(MethodCallExpression.java:64)
      at org.codehaus.groovy.ast.CodeVisitorSupport.visitListOfExpressions(CodeVisitorSupport.java:273)
      at org.codehaus.groovy.ast.CodeVisitorSupport.visitTupleExpression(CodeVisitorSupport.java:178)
      at org.codehaus.groovy.ast.expr.TupleExpression.visit(TupleExpression.java:76)
      at org.codehaus.groovy.ast.CodeVisitorSupport.visitMethodCallExpression(CodeVisitorSupport.java:131)
      at oracle.jbo.script.ExprASTScanningVisitor.visitMethodCallExpression(ExprASTScanningVisitor.java:172)
      at org.codehaus.groovy.ast.expr.MethodCallExpression.visit(MethodCallExpression.java:64)
      at org.codehaus.groovy.ast.CodeVisitorSupport.visitExpressionStatement(CodeVisitorSupport.java:69)
      at org.codehaus.groovy.ast.ClassCodeVisitorSupport.visitExpressionStatement(ClassCodeVisitorSupport.java:193)
      at org.codehaus.groovy.ast.stmt.ExpressionStatement.visit(ExpressionStatement.java:40)
      at org.codehaus.groovy.ast.CodeVisitorSupport.visitBlockStatement(CodeVisitorSupport.java:35)
      at org.codehaus.groovy.ast.ClassCodeVisitorSupport.visitBlockStatement(ClassCodeVisitorSupport.java:163)
      at org.codehaus.groovy.ast.stmt.BlockStatement.visit(BlockStatement.java:69)
      at oracle.jbo.script.ExprASTScan.visit(ExprASTScan.java:77)
      at sun.reflect.GeneratedMethodAccessor445.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:497)
      at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoCachedMethodSite.invoke(PojoMetaMethodSite.java:189)
      at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:53)
      at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:45)
      at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:55)
      at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:120)
      at org.codehaus.groovy.control.customizers.ASTTransformationCustomizer.call(ASTTransformationCustomizer.groovy:292)
      at org.codehaus.groovy.control.CompilationUnit.applyToPrimaryClassNodes(CompilationUnit.java:1047)
      at org.codehaus.groovy.control.CompilationUnit.doPhaseOperation(CompilationUnit.java:583)
      at org.codehaus.groovy.control.CompilationUnit.processPhaseOperations(CompilationUnit.java:561)
      at org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:538)
      at groovy.lang.GroovyClassLoader.doParseClass(GroovyClassLoader.java:286)
      at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:259)
      at groovy.lang.GroovyShell.parseClass(GroovyShell.java:674)
      at groovy.lang.GroovyShell.parse(GroovyShell.java:686)
      at oracle.jbo.ExprEval$6.run(ExprEval.java:1699)
      at oracle.jbo.ExprEval$6.run(ExprEval.java:1696)
      at java.security.AccessController.doPrivileged(Native Method)
      at oracle.jbo.ExprEval.parse(ExprEval.java:1695)
      at oracle.jbo.ExprEval.parseScript(ExprEval.java:1631)
      at oracle.jbo.ExprEval.findScript(ExprEval.java:1235)
      at oracle.jbo.ExprEval.doEvaluate(ExprEval.java:2120)
      at oracle.jbo.ExprEval.evaluateForRow(ExprEval.java:1791)
      at oracle.jbo.ExprEval.evaluateForRow(ExprEval.java:1778)
      at oracle.jbo.server.ViewObjectImpl.createViewAccessorRS(ViewObjectImpl.java:18026)
      at oracle.jbo.server.ViewRowImpl.createViewAccessorRS(ViewRowImpl.java:2872)
      at oracle.adf.model.bean.DCDataRow.createViewAccessorRS(DCDataRow.java:452)
      at oracle.jbo.server.ViewRowImpl.createViewAccessorRS(ViewRowImpl.java:2880)
      at oracle.jbo.server.ViewRowStorage.getAttributeInternal(ViewRowStorage.java:2091)
      at oracle.jbo.server.ViewRowImpl.getAttributeValue(ViewRowImpl.java:2126)
      at oracle.jbo.server.ViewRowImpl.getAttributeInternal(ViewRowImpl.java:920)
      at oracle.jbo.server.ProgrammaticViewRowImpl.getAttributeInternalDelegation(ProgrammaticViewRowImpl.java:406)
      at oracle.adf.model.bean.DCDataRow.getAttributeInternal(DCDataRow.java:279)
      at oracle.adf.model.bean.DCCriteriaValueRowImpl.getAttributeInternal(DCCriteriaValueRowImpl.java:247)
      at oracle.jbo.server.ViewRowImpl.getAttrInvokeAccessor(ViewRowImpl.java:1008)
      at oracle.jbo.server.ViewRowImpl.getAttribute(ViewRowImpl.java:956)
      at oracle.jbo.server.ViewRowImpl.findOrCreateViewAccessorRS(ViewRowImpl.java:2813)
      at oracle.jbo.server.ViewRowImpl.getListBindingRSI(ViewRowImpl.java:2732)
      at oracle.adf.model.bean.DCCriteriaValueRowImpl.lookupListBinding(DCCriteriaValueRowImpl.java:79)
      at oracle.jbo.server.ApplicationModuleImpl.internalGetListBindingRSI(ApplicationModuleImpl.java:10032)
      at oracle.jbo.server.ApplicationModuleImpl.getListBindingRSI(ApplicationModuleImpl.java:10008)
      at oracle.adf.model.bc4j.DCJboDataControl.internalGetListRSI(DCJboDataControl.java:2526)
      at oracle.adf.model.bc4j.DCJboDataControl.getListBindingRSI(DCJboDataControl.java:2495)
      at oracle.jbo.uicli.binding.JUCtrlListBinding.initFromServerBinding(JUCtrlListBinding.java:639)
      at oracle.jbo.uicli.binding.JUSearchBindingCustomizer.findOrCreateLovBinding(JUSearchBindingCustomizer.java:1846)
      at oracle.adfinternal.view.faces.model.binding.FacesCtrlSearchBinding$AdfAttributeDescriptor._getInternalModel(FacesCtrlSearchBinding.java:4106)
      at oracle.adfinternal.view.faces.model.binding.FacesCtrlSearchBinding$AdfAttributeDescriptor.getModel(FacesCtrlSearchBinding.java:3949)
      at oracle.adfinternal.view.faces.renderkit.rich.table.TableFilterUtils.createfilterFieldFromAttributeCriterion(TableFilterUtils.java:73)
      at oracle.adfinternal.view.faces.renderkit.rich.table.BaseColumnRenderer._renderModelDrivenFilterField(BaseColumnRenderer.java:2133)
      at oracle.adfinternal.view.faces.renderkit.rich.table.BaseColumnRenderer._renderFilterField(BaseColumnRenderer.java:2094)
      at oracle.adfinternal.view.faces.renderkit.rich.table.BaseColumnRenderer.renderColumnFilterCell(BaseColumnRenderer.java:1385)
      at oracle.adfinternal.view.faces.renderkit.rich.table.BaseColumnRenderer.encodeAll(BaseColumnRenderer.java:169)
      at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1650)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:538)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1230)
      at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1863)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:660)
      at oracle.adfinternal.view.faces.renderkit.rich.table.BaseTableRenderer.access$3300(BaseTableRenderer.java:80)
      at oracle.adfinternal.view.faces.renderkit.rich.table.BaseTableRenderer$FlattenedColumnEncoder.processComponent(BaseTableRenderer.java:3273)
      at oracle.adfinternal.view.faces.renderkit.rich.table.BaseTableRenderer$FlattenedColumnEncoder.processComponent(BaseTableRenderer.java:3240)
      at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:198)
      at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:330)
      at org.apache.myfaces.trinidad.component.UIXComponent.encodeFlattenedChildren(UIXComponent.java:295)
      at oracle.adfinternal.view.faces.renderkit.rich.table.BaseTableRenderer.encodeFlattenedColumn(BaseTableRenderer.java:3019)
      at oracle.adfinternal.view.faces.renderkit.rich.table.BaseTableRenderer.encodeFlattenedColumn(BaseTableRenderer.java:3003)
      at oracle.adfinternal.view.faces.renderkit.rich.TableRenderer._renderFilterRow(TableRenderer.java:2756)
      at oracle.adfinternal.view.faces.renderkit.rich.TableRenderer._renderColumnHeaderTable(TableRenderer.java:2283)
      at oracle.adfinternal.view.faces.renderkit.rich.TableRenderer._renderColumnHeader(TableRenderer.java:2062)
      at oracle.adfinternal.view.faces.renderkit.rich.TableRenderer.encodeAll(TableRenderer.java:819)
      at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1650)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:538)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1230)
      at org.apache.myfaces.trinidad.component.UIXCollection.encodeEnd(UIXCollection.java:686)
      at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1863)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:660)
      at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer.encodeCenterFacet(PanelStretchLayoutRenderer.java:878)
      at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer._encodeCenterPane(PanelStretchLayoutRenderer.java:1299)
      at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer._encodeMiddlePanes(PanelStretchLayoutRenderer.java:350)
      at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer.encodeAll(PanelStretchLayoutRenderer.java:315)
      at oracle.adf.view.rich.render.RichRenderer.delegateRenderer(RichRenderer.java:1906)
      at oracle.adfinternal.view.faces.renderkit.rich.PanelCollectionRenderer.access$1200(PanelCollectionRenderer.java:100)
      at oracle.adfinternal.view.faces.renderkit.rich.PanelCollectionRenderer$PanelCollectionHelper._renderStretchedContent(PanelCollectionRenderer.java:818)
      at oracle.adfinternal.view.faces.renderkit.rich.PanelCollectionRenderer$PanelCollectionHelper._encodeAll(PanelCollectionRenderer.java:953)
      at oracle.adfinternal.view.faces.renderkit.rich.PanelCollectionRenderer$PanelCollectionHelper.access$600(PanelCollectionRenderer.java:635)
      at oracle.adfinternal.view.faces.renderkit.rich.PanelCollectionRenderer.encodeAll(PanelCollectionRenderer.java:496)
      at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1650)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:538)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1230)
      at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1863)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:660)
      at oracle.adf.view.rich.render.RichRenderer.encodeStretchedChild(RichRenderer.java:2417)
      at oracle.adfinternal.view.faces.renderkit.rich.PanelHeaderRenderer.access$500(PanelHeaderRenderer.java:47)
      at oracle.adfinternal.view.faces.renderkit.rich.PanelHeaderRenderer$ChildEncoderCallback.processComponent(PanelHeaderRenderer.java:1702)
      at oracle.adfinternal.view.faces.renderkit.rich.PanelHeaderRenderer$ChildEncoderCallback.processComponent(PanelHeaderRenderer.java:1685)
      at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:198)
      at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:330)
      at org.apache.myfaces.trinidad.component.UIXComponent.encodeFlattenedChildren(UIXComponent.java:295)
      at oracle.adfinternal.view.faces.renderkit.rich.PanelHeaderRenderer.renderChildrenAfterHelpAndInfo(PanelHeaderRenderer.java:733)
      at oracle.adfinternal.view.faces.renderkit.rich.PanelHeaderRenderer._renderContentCell(PanelHeaderRenderer.java:1350)
      at oracle.adfinternal.view.faces.renderkit.rich.PanelHeaderRenderer.renderContentRow(PanelHeaderRenderer.java:656)
      at oracle.adfinternal.view.faces.renderkit.rich.PanelHeaderRenderer.encodeAll(PanelHeaderRenderer.java:325)
      at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1650)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:538)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1230)
      at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1863)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:660)
      at oracle.adf.view.rich.render.RichRenderer.encodeStretchedChild(RichRenderer.java:2417)
      at oracle.adfinternal.view.faces.renderkit.rich.ShowDetailItemRenderer.access$500(ShowDetailItemRenderer.java:40)
      at oracle.adfinternal.view.faces.renderkit.rich.ShowDetailItemRenderer$ChildEncoderCallback.processComponent(ShowDetailItemRenderer.java:663)
      at oracle.adfinternal.view.faces.renderkit.rich.ShowDetailItemRenderer$ChildEncoderCallback.processComponent(ShowDetailItemRenderer.java:646)
      at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:198)
      at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:330)
      at org.apache.myfaces.trinidad.component.UIXComponent.encodeFlattenedChildren(UIXComponent.java:295)
      at oracle.adfinternal.view.faces.renderkit.rich.ShowDetailItemRenderer._encodeChildren(ShowDetailItemRenderer.java:583)
      at oracle.adfinternal.view.faces.renderkit.rich.ShowDetailItemRenderer.encodeAll(ShowDetailItemRenderer.java:127)
      at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1650)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:538)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1230)
      at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1863)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:660)
      at oracle.adf.view.rich.render.RichRenderer.encodeStretchedChild(RichRenderer.java:2417)
      at oracle.adfinternal.view.faces.renderkit.rich.ShowOneContainerRenderer.access$600(ShowOneContainerRenderer.java:42)
      at oracle.adfinternal.view.faces.renderkit.rich.ShowOneContainerRenderer$BodyEncoderCallback.processComponent(ShowOneContainerRenderer.java:471)
      at oracle.adfinternal.view.faces.renderkit.rich.ShowOneContainerRenderer$BodyEncoderCallback.processComponent(ShowOneContainerRenderer.java:404)
      at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:198)
      at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:330)
      at org.apache.myfaces.trinidad.component.UIXComponent.encodeFlattenedChildren(UIXComponent.java:295)
      at oracle.adfinternal.view.faces.renderkit.rich.ShowOneContainerRenderer.encodeShowDetailItems(ShowOneContainerRenderer.java:361)
      at oracle.adfinternal.view.faces.renderkit.rich.PanelTabBaseRenderer._renderTabBody(PanelTabBaseRenderer.java:949)
      at oracle.adfinternal.view.faces.renderkit.rich.PanelTabBaseRenderer.encodeAll(PanelTabBaseRenderer.java:258)
      at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1650)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:538)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1230)
      at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1863)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:660)
      at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer.encodeCenterFacet(PanelStretchLayoutRenderer.java:878)
      at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer._encodeCenterPane(PanelStretchLayoutRenderer.java:1299)
      at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer._encodeMiddlePanes(PanelStretchLayoutRenderer.java:350)
      at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer.encodeAll(PanelStretchLayoutRenderer.java:315)
      at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1650)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:538)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1230)
      at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1863)
      at oracle.adfinternal.view.faces.taglib.region.IncludeTag$FacetWrapper.encodeAll(IncludeTag.java:568)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:660)
      at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer.encodeCenterFacet(PanelStretchLayoutRenderer.java:878)
      at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer._encodeCenterPane(PanelStretchLayoutRenderer.java:1299)
      at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer._encodeMiddlePanes(PanelStretchLayoutRenderer.java:350)
      at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer.encodeAll(PanelStretchLayoutRenderer.java:315)
      at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1650)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:538)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1230)
      at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1863)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:660)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:677)
      at oracle.adf.view.rich.render.RichRenderer.encodeAllChildrenInContext(RichRenderer.java:3284)
      at oracle.adfinternal.view.faces.renderkit.rich.PageTemplateRenderer.encodeAll(PageTemplateRenderer.java:68)
      at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1650)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:538)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1230)
      at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1863)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:660)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:677)
      at oracle.adf.view.rich.render.RichRenderer.encodeAllChildrenInContext(RichRenderer.java:3284)
      at oracle.adfinternal.view.faces.renderkit.rich.FormRenderer.encodeAll(FormRenderer.java:275)
      at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1650)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:538)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1230)
      at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1863)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:660)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:677)
      at oracle.adf.view.rich.render.RichRenderer.encodeAllChildrenInContext(RichRenderer.java:3284)
      at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer.encodeAll(DocumentRenderer.java:1428)
      at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1650)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:538)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1230)
      at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1863)
      at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1859)
      at oracle.adfinternal.view.faces.component.AdfViewRoot.encodeAll(AdfViewRoot.java:102)
      at com.sun.faces.application.view.JspViewHandlingStrategy.doRenderView(JspViewHandlingStrategy.java:431)
      at com.sun.faces.application.view.JspViewHandlingStrategy.renderView(JspViewHandlingStrategy.java:232)
      at org.apache.myfaces.trinidad.view.ViewDeclarationLanguageWrapper.renderView(ViewDeclarationLanguageWrapper.java:101)
      at org.apache.myfaces.trinidad.view.ViewDeclarationLanguageWrapper.renderView(ViewDeclarationLanguageWrapper.java:101)
      at org.apache.myfaces.trinidadinternal.application.ViewDeclarationLanguageFactoryImpl$ChangeApplyingVDLWrapper.renderView(ViewDeclarationLanguageFactoryImpl.java:338)
      at com.sun.faces.application.view.MultiViewHandler.renderView(MultiViewHandler.java:134)
      at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:337)
      at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:170)
      at oracle.adfinternal.view.faces.lifecycle.ResponseRenderManager.runRenderView(ResponseRenderManager.java:52)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:1228)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeRenderResponse(LifecycleImpl.java:1040)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:332)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:254)
      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:651)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:286)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:260)
      at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:137)
      at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:350)
      at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:25)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:78)
      at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:194)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:78)
      at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:105)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:529)
      at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:529)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:354)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:232)
      at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:78)
      at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:166)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:78)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:141)
      at java.security.AccessController.doPrivileged(Native Method)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:649)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:124)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:232)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:94)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:78)
      at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:224)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:78)
      at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:32)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:78)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3654)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3620)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:326)
      at weblogic.security.service.SecurityManager.runAsForUserCode(SecurityManager.java:196)
      at weblogic.servlet.provider.WlsSecurityProvider.runAsForUserCode(WlsSecurityProvider.java:203)
      at weblogic.servlet.provider.WlsSubjectHandle.run(WlsSubjectHandle.java:71)
      at weblogic.servlet.internal.WebAppServletContext.doSecuredExecute(WebAppServletContext.java:2423)
      at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2280)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2258)
      at weblogic.servlet.internal.ServletRequestImpl.runInternal(ServletRequestImpl.java:1626)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1586)
      at weblogic.servlet.provider.ContainerSupportProviderImpl$WlsRequestExecutor.run(ContainerSupportProviderImpl.java:270)
      at weblogic.invocation.ComponentInvocationContextManager._runAs(ComponentInvocationContextManager.java:348)
      at weblogic.invocation.ComponentInvocationContextManager.runAs(ComponentInvocationContextManager.java:333)
      at weblogic.work.LivePartitionUtility.doRunWorkUnderContext(LivePartitionUtility.java:54)
      at weblogic.work.PartitionUtility.runWorkUnderContext(PartitionUtility.java:41)
      at weblogic.work.SelfTuningWorkManagerImpl.runWorkUnderContext(SelfTuningWorkManagerImpl.java:617)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:397)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:346)
    
    
    1 error
    }
    

    In 2014, I created this thread with a similar problem: Jdev 12.1.3: Houston-25152: calling the constructor for the class oracle.jbo.server.SequenceImpl is not allowed (WITH HR TEST... )

    It would be the same question, I would need a way to determine which EO is the cause, so I could change trustMode = "of trust".


    The strange here is that the application works very well before the migration.

    Kind regards

    Jose.

    I found the problem. I'm oracle.jbo.server.SequenceImpl in the original Version mistakenly.

    Thank you for all your help.

  • Which is the best way for a function called identify the class name of the appellant.

    Which is the best way for a function called identify the class name of the appellant.

    (1) sun.reflect.Reflection using the function call
                    Class caller = Reflection.getCallerClass(2);
                    System.out.println("Caller Class Name ::"+caller.getName());
    Trace of function called battery 2) analysis of current threads
                    StackTraceElement[] stElements=Thread.currentThread().getStackTrace();
                    System.out.println("Caller Class Name ::"+stElements[3].getClassName());
    Y at - it all the other ways to achieve the same. What is the best way?
    Called function does accept no argument, I don't want the arguments of function calling function called t.

    Help, please.

    With greetings
    Paul

    798185 wrote:
    Which is the best way for a function called identify the class name of the appellant.

    Y at - it all the other ways to achieve the same.

    SecurityManager

        // 0 is the anonymous SecurityManager class
        // 1 is this class (also works in static context)
        // 2 is calling class
        static Class getClass(int i) {
            return new SecurityManager() {
                protected Class[] getClassContext() {
                    return super.getClassContext();
                }
            }.getClassContext();} 
    
  • java.lang.NoClassDefFoundError when calling a java class of BPEL

    Hello

    I'm calling a java class to convert JSON to XML using BPEL. I imported all the necessary jar files in the project and compile successfully done.

    But while running, I get the java.lang.NoClassDefFoundError: net/sf/json/JSON error.

    For this, I placed all the necessary pots under the path FUSION_HOME/Oracle_SOA1/soa/modules/oracle.soa.ext_11.1.1/ and restarted the server.

    But still, I get the same error when running.

    A I missed a step? Let me know the procedure to solve this problem.

    I have to run ant or change the file manifests after placing the pot?

    in a site I find that we must place the pots under < DOMAIN HOME > directory / lib. Is this correct?

    We use SOA suite 11.1.1.6.

    Thank you

    Terry

    Hello Terry,

    I'm not quite sure of what exactly would be the problem. Please go through this link and see if it helps: integrating Java and Java EE Code in a BPEL process

    Kind regards

    Karan

    Oracle Fusion Middleware Blog

  • A person called me and told me he was calling for help me to correct a mistake that had occurred on my laptop. do I trust him and follow his instructions?

    I had a couple of calls from a man "not in these parts" by saying he was calling for help to correct an error on my laptop. I had a few mistakes, not so bad, but I need to reconnect a lot! Do I trust him and follow his instructions?

    Do I trust him and follow his instructions?
     
    No! This is a phishing scam. How anyone but you know that you had problems?
  • Beta 4 - Momentics IDE seized semiautomatic does not work for Qt classes in the newly created projects?

    After you have uninstalled the Beta 3 Momentics IDE und install the new beta 4, I noticed that the autocompletion of the IDE not working anymore for Qt classes when I create a new project from a template (empty or non-empty). It seems that the IDE cannot find the Qt header files:

    But I can compile the project without problems.

    When I import my old projects created with the Beta 3 of the autocompletion also works for Qt classes. When I compared to them, I noticed that the Makefiles have changed completely.

    Of course I could stay with my old project structure, but the Release Notes for the Beta 4 mention something about the changes in the Qt libraries, pre-compiled headers and so on who might require changes in Beta 3 projects. To avoid problems, I thought I could just create new projects in Beta 4 and re-import my source files for my Beta 3 projects. But I want to keep the autocompletition for Qt classes.

    I guess it's just a problem in files created automatically from the project. Is there a way to remedy?

    Thanks for your replies. The trick to rebuild the index was useful, but does not solve the problem in itself.

    But comparing all files in some of my old projects of Cascades generated in Beta 3 and newly generated in Beta 4, I found that in the Beta 4 project files .cproject, missing several tags that setting the include path for Qt for the IDE headers. Note, I'm not referring to the railways include the settings of the compiler here. Just autocompletion and also the analysis of the code in the IDE has not worked.

    In any case, to solve this problem, I found the following solution:

    There are four instances of these tags in the file .cproject of a Cascades (beta 4) project:

    
    

    Where NNNNN is a number randomly. When I change all these 4 cases to:

    
    

    .. .then they review as they did in the Beta 3 and then refresh the project or restart the IDE autocompletion all started working again for new projects of Beta 4. When I then invoke Index-> reconstruction such as recommended in the other thread also the analysis of the C++ code for the work of syntax errors and semantics again (if you have enabled in the IDE).

    I suppose that these lines could also be included in the model files somewhere in the NDK of BB installation folder, but I didn't fix files it.

    I have submitted a new question here:
    https://www.BlackBerry.com/jira/browse/BBTEN-466

  • Disconnection of call for the endpoint MXP

    Hello world

    We have 1 special issue of one of our series mxp endpoint, where the call disconnects in between it the call, we call for our local endpoint in India on another mxp parameter to the United Kingdom on a dedicated IP link.

    The two endpoints are registetered to a common gatekepper.

    IM attaching the Syslog and Syslog 4 of our local endpoint 3 mxp mxp for your reference, please check the logs & suggest what could be the reason of disconnection of the call here.

    Thanks in advance

    Nikhil

    Hi Nikhil,

    Newspapers showing your EP get no response from the return of unity to end a call is disconnected.

    This problem is the network problem, check firewall, router configuration.

    H.245 Peer H323CC-1 entity does not meet the demands of round-trip time

    H.245 Peer H323CC-1 entity is presumed down. Disconnectiong.

    Kind regards

    Dharmmesh

  • received a call saying they were technical support from Microsoft, they called for my pc was hacked and sent error messages. I fell for this scam.

    I fell for what you all seem to feel is a "scam."

    I got a call saying they were technical support from Microsoft, they called for my pc was hacked and sent error messages. I was not too su re, but they had me enter a code on the pc, and it showed a list of more than 50 error messages, they said that they had received. Then, they control that is given to them for the mouse and seized a lot of information showing me the problems. Then he said warns me on; those pirates I needed a special program. "Alpha PC maintenance" and for 3 years, it would be $ 135. Now I don't know if it was the real scoop or I fell for a big pile of *! I could use the theory, I'm a senior, but I think I should have been smarter. What should I do now that they've been in the pc? Thank you JAFTX

    To add to what you already said, inform your bank company or credit card if you do banking online of any form or if you have given your debit or credit card number to the caller. Do the faster you it, the faster you can arrest the appellant empty your account....

    Do you want t know Apha PC Care?

    https://community.McAfee.com/thread/43102?start=0&TSTART=0

    Read all THE of it...

  • View the calls for papers

    I'm content Chair EMP/BI for the Kscope16 Conference in Chicago. I would like to publish a call for contributions in the concerned areas.

    It of nothing that specifically prohibits this as far as I can see in the rules, FAQ or rules of conduct documents. The moderators have no problem with that? I don't really want to have my deleted messages simultaneously in eight areas and become a topic of conversation in the mod space...

    I do not think that a post from me on OTN involves any kind of support of the Oracle, but for what is interesting (and for those who don't know) Kscope is a 100% Oracle conference that enjoys the support of several "branches" of Oracle, OTN no less.

    I post here in order to achieve the OTN community managers (moniquevdb-Oracle, Laura Ramsey-Oracle and so on) for an 'official' answer and not to interview all the members, and very respectfully, I ask that someone don't not corresponding to the old description that wants to offer an opinion in a separate discussion. I'm sure that won't work.

    Thanks for your time.

    Product areas would not be the right place for this, but we can probably find a reasonable way to publish a call for contributions in a general area. I added you as a friend if you can me message directly. In the meantime I'll connect with Hocinebelatreche-Oracle and Oracle-valeriesimpson to make a recommendation.

  • What number you are calling for technical support

    What number you are calling for technical support

    As far as I know (click on the link provided above to verify) is the sole support of phone for orders, not for technical support of program

    If you have a problem, or just ask a question about a specific program, you go as this forum

    If you start the https://forums.adobe.com/welcome Forums Index

    You will be able to select a forum for the specific Adobe products you use

    Click on the symbol "arrow down" on the right (where it is said to see all our products and Services) to open the drop-down list and scroll

  • Why getter VO is not called for custom attributes of VO?

    Hello

    The requirement is to add two or three fields on a page of the OFA. Here's what I did:

    -Created VO personalized by extending the standard VO
    -Added fields to the page through customization.

    The problem is that the values for the custom page fields were not. Investigation, I found that the accessor Get of VORowImpl getAttrInvokeAccessor was not called for my custom attribute. I tried to check the difference between the attributes for which the Get accessor is called, and for whom it has not named. I could not find and I'm totally clueless as to what determines the get accessor to be called.

    Really appreciate your help to move forward.

    Thank you
    Anil

    Published by: AnilMenta on March 5, 2013 10:40

    Hi Anil,
    Unless the attribute is not used in the user interface or other calls,
    the Get accessor will be called
    Make sure you've got the attribute used to get your custom attribute named getter.

    You mentioned that you started to use in customization, it is always the problem persists?

    Thank you

    With respect,
    Kali.
    OSSi.

  • Problems calling contextual AIRHelp to Adobe Flex App

    Hello world...

    I m of the problems, call the context-sesitive Flex AIRHelp.

    I can launch the help of flex using the following (flex) code, but allways starts on the default theme.

    private void invocarAirHelp(tema:String):void {}
    var appID:String = 'pc1 ';
    var pubID:String = "8C47FDE4638CAF7F210634E52A5F8318D893A57C.1";
    var mgr:ProductManager = new Manager ("airappinstaller");
    Mgr.Launch ("-launch" + appID + "" + pubID);

    }

    the launch method can receive parameters after the publisherID, but I do not know the settings that I should give the method to start the AIRHelp on a specific topic.

    I tried to use the settings that the call was on the command line, e.g.:

    mgr.launch ("-launch" + appID + "" + pubID + "csh - mapnumber 12");

    but I get no results... with these settings using startup application doesn´t

    Someone has an idea to make this work?

    Thanks in advance, Sabin

    Hi Sabin,

    The only way to support launch AIR applications from the browser is air "browser API": http://livedocs.adobe.com/flex/3/html/help.html?content=distributing_apps_3.html#1035834

    The browser API uses the Manager and exposes the API of browser next level so that we are changing the implementation if necessary one day. The browser API will remain the same, even if the interactions by Manager (or something else) changes.

    The browser API (air.swf) has other features that make it the best way to launch applications. For example, it provides specific information which platforms support AIR and can therefore manage to install new applications and the execution itself.

    In addition, if the application is not installed then browser displays error API application flex, but it can't in the case of Manager.

    That said, you can probably use "-" to separate the arguments for airappinstaller of the arguments that should be passed through the application itself.

    Mgr.Launch ("-launch" + appID + "" + pubID + "- mapnumber csh - 12");

    Praful - Jean

  • Linking a movieclip which is on the scene for a class

    Does anyone know if it is possible to link a MovieClip on the stage for a class?

    I have a MovieClip on the stage called: square_mc

    and I have this class of move (see attached code).

    Of course, when I put the link of the square_mc class to the class of movement, square_mc moves to the bottom of the screen, move works. But how I used the class moving to square_mc during execution, when he's on the stage?

    Thank you!

    It works, but I can not call the methods of the MC, as aMove.doSomething ();

    I tried this and it works, but the x and the y position of the MC on the stage, brings more to the displayObject class. However, I think that we have found several solutions.

    see code attached:

Maybe you are looking for

  • Qosmio G10: TV Tuner does not?

    I need recently to use the TV tuner, but I can't make it work. Plugging the laptop connector before starting, made sure it of signal from the antenna and have tried tune stations through Windows Media Center, but still nothing. Am I missing something

  • control of hysteresis (bang bang) for thermostat in cDAQ

    I would like to implement a closed-loop ON / OFF control with bang-bang control (hysteresis), as the ambient temperature. The loop could use NI9219 (cDAQ) unit to measure the temperature of the room feedback signal and use NI9401 (cDAQ) device such a

  • generate a digital signal for 6722 or 6221

    Hello Thanks first for the help I'm already on this forum. Now, I have the following problem: I like to generate a digital signal: high for 300µs, low 300 µs, 300µs high, low 300µs, top for about 2 ms. I'm looking for a solution how to generate this

  • November updates of issues

    Have you noticed a slowdown in boot times after you have installed the November 2009 security updates?

  • LaserJet 8000 drivers for Win 8.1

    Upgrading our computers with HP laptops that have 8.1 Windows 64 bit. The printer laserjet 8000 range is on a network. Workstations can see the printer but find the drivers. Can someone help!