1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270
| oct. 30, 2012 2:07:08 PM org.springframework.context.support.AbstractApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@aa2594: display name [org.springframework.context.support.ClassPathXmlApplicationContext@aa2594]; startup date [Tue Oct 30 14:07:07 WET 2012]; root of context hierarchy
oct. 30, 2012 2:07:09 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [melordispring/springXMLConfig.xml]
oct. 30, 2012 2:07:13 PM org.springframework.context.support.AbstractApplicationContext obtainFreshBeanFactory
INFO: Bean factory for application context [org.springframework.context.support.ClassPathXmlApplicationContext@aa2594]: org.springframework.beans.factory.support.DefaultListableBeanFactory@1258eb3
oct. 30, 2012 2:07:14 PM org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1258eb3: defining beans [org.springframework.aop.config.internalAutoProxyCreator,dim,sound,metr,change,clav,vol,touch,aspectM]; root of factory hierarchy
oct. 30, 2012 2:07:28 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final com.sun.javafx.scene.traversal.TraversalEngine javafx.scene.Parent.getImpl_traversalEngine()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:28 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final javafx.beans.property.ObjectProperty javafx.scene.Parent.impl_traversalEngineProperty()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:28 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Parent.setImpl_traversalEngine(com.sun.javafx.scene.traversal.TraversalEngine)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:28 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final javafx.collections.ObservableList javafx.scene.Parent.getStylesheets()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:28 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final boolean javafx.scene.Parent.isNeedsLayout()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:28 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final javafx.beans.property.ReadOnlyBooleanProperty javafx.scene.Parent.needsLayoutProperty()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:28 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Parent.layout()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:28 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setDepthTest(javafx.scene.DepthTest)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:28 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setEffect(javafx.scene.effect.Effect)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:28 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setBlendMode(javafx.scene.effect.BlendMode)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:28 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final javafx.scene.Scene javafx.scene.Node.getScene()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:28 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final javafx.beans.property.BooleanProperty javafx.scene.Node.disableProperty()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:28 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final javafx.beans.property.BooleanProperty javafx.scene.Node.visibleProperty()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:28 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final boolean javafx.scene.Node.isDisable()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:28 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final javafx.beans.property.StringProperty javafx.scene.Node.idProperty()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:28 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setDisable(boolean)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:28 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setId(java.lang.String)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:28 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setInputMethodRequests(javafx.scene.input.InputMethodRequests)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:28 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final javafx.beans.property.ReadOnlyObjectProperty javafx.scene.Node.boundsInLocalProperty()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:28 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final javafx.beans.property.ReadOnlyObjectProperty javafx.scene.Node.boundsInParentProperty()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:28 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final javafx.beans.property.ObjectProperty javafx.scene.Node.eventDispatcherProperty()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:28 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final javafx.beans.property.BooleanProperty javafx.scene.Node.focusTraversableProperty()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:28 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final javafx.scene.transform.Transform javafx.scene.Node.getLocalToParentTransform()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:28 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final javafx.scene.transform.Transform javafx.scene.Node.getLocalToSceneTransform()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:28 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final javafx.event.EventHandler javafx.scene.Node.getOnContextMenuRequested()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:28 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final javafx.event.EventHandler javafx.scene.Node.getOnInputMethodTextChanged()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:28 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final javafx.event.EventHandler javafx.scene.Node.getOnMouseDragEntered()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:28 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setMouseTransparent(boolean)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:31 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setOnDragDetected(javafx.event.EventHandler)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:31 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setOnDragDone(javafx.event.EventHandler)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:31 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setOnDragDropped(javafx.event.EventHandler)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:31 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setOnDragEntered(javafx.event.EventHandler)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:31 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setOnDragExited(javafx.event.EventHandler)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:31 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setOnDragOver(javafx.event.EventHandler)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:31 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setOnKeyPressed(javafx.event.EventHandler)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:31 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setOnKeyReleased(javafx.event.EventHandler)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:31 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setOnKeyTyped(javafx.event.EventHandler)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:31 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setOnMouseClicked(javafx.event.EventHandler)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:31 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setOnMouseDragExited(javafx.event.EventHandler)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:31 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setOnMouseDragOver(javafx.event.EventHandler)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:31 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setOnMouseDragged(javafx.event.EventHandler)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:31 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setOnMouseEntered(javafx.event.EventHandler)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:31 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setOnMouseExited(javafx.event.EventHandler)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:31 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setOnMouseMoved(javafx.event.EventHandler)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:31 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setOnMousePressed(javafx.event.EventHandler)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:31 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setOnMouseReleased(javafx.event.EventHandler)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:31 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setOnRotationStarted(javafx.event.EventHandler)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:31 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setOnScrollFinished(javafx.event.EventHandler)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:31 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setOnScrollStarted(javafx.event.EventHandler)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:31 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setOnSwipeDown(javafx.event.EventHandler)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setOnSwipeLeft(javafx.event.EventHandler)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setOnSwipeRight(javafx.event.EventHandler)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setOnTouchMoved(javafx.event.EventHandler)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setOnTouchPressed(javafx.event.EventHandler)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setOnTouchReleased(javafx.event.EventHandler)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setOnTouchStationary(javafx.event.EventHandler)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setOnZoomFinished(javafx.event.EventHandler)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setOnZoomStarted(javafx.event.EventHandler)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setPickOnBounds(boolean)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setRotationAxis(javafx.geometry.Point3D)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setTranslateX(double)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setTranslateY(double)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setTranslateZ(double)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final javafx.beans.property.StringProperty javafx.scene.Node.styleProperty()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final javafx.beans.property.DoubleProperty javafx.scene.Node.translateXProperty()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final javafx.beans.property.DoubleProperty javafx.scene.Node.translateYProperty()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final javafx.beans.property.DoubleProperty javafx.scene.Node.translateZProperty()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final javafx.beans.property.ObjectProperty javafx.scene.Node.onMouseExitedProperty()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final javafx.beans.property.ObjectProperty javafx.scene.Node.onMousePressedProperty()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final javafx.beans.property.ObjectProperty javafx.scene.Node.onMouseReleasedProperty()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final javafx.beans.property.ObjectProperty javafx.scene.Node.onRotationFinishedProperty()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final javafx.beans.property.ObjectProperty javafx.scene.Node.onRotationStartedProperty()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final javafx.beans.property.ObjectProperty javafx.scene.Node.onScrollFinishedProperty()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final javafx.beans.property.ObjectProperty javafx.scene.Node.onScrollStartedProperty()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final javafx.beans.property.ObjectProperty javafx.scene.Node.onTouchPressedProperty()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final javafx.beans.property.ObjectProperty javafx.scene.Node.onTouchReleasedProperty()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final javafx.beans.property.ObjectProperty javafx.scene.Node.onTouchStationaryProperty()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final javafx.beans.property.ObjectProperty javafx.scene.Node.onZoomFinishedProperty()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final javafx.beans.property.ObjectProperty javafx.scene.Node.onZoomStartedProperty()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setOnContextMenuRequested(javafx.event.EventHandler)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setOnInputMethodTextChanged(javafx.event.EventHandler)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setOnMouseDragEntered(javafx.event.EventHandler)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setOnMouseDragReleased(javafx.event.EventHandler)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setOnRotationFinished(javafx.event.EventHandler)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final javafx.scene.Parent javafx.scene.Node.getParent()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final javafx.collections.ObservableMap javafx.scene.Node.getProperties()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final java.lang.String javafx.scene.Node.getId()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final javafx.scene.Cursor javafx.scene.Node.getCursor()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final double javafx.scene.Node.getOpacity()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setCursor(javafx.scene.Cursor)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setOpacity(double)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final boolean javafx.scene.Node.isFocused()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final boolean javafx.scene.Node.isVisible()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setVisible(boolean)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final javafx.scene.Node javafx.scene.Node.getClip()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final javafx.scene.input.InputMethodRequests javafx.scene.Node.getInputMethodRequests()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final boolean javafx.scene.Node.isFocusTraversable()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setClip(javafx.scene.Node)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final java.lang.String javafx.scene.Node.getStyle()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final double javafx.scene.Node.getTranslateY()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final double javafx.scene.Node.getScaleX()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final double javafx.scene.Node.getScaleY()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final double javafx.scene.Node.getTranslateX()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.addEventFilter(javafx.event.EventType,javafx.event.EventHandler)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.removeEventFilter(javafx.event.EventType,javafx.event.EventHandler)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setStyle(java.lang.String)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final boolean javafx.scene.Node.isPressed()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.setCache(boolean)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
oct. 30, 2012 2:07:32 PM org.springframework.aop.framework.Cglib2AopProxy doValidateClass
WARNING: Unable to proxy method [public final void javafx.scene.Node.autosize()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.
(...) <<< (c'était trop long et j'ai dû raccourcir :mouarf:)
Exception in Application start method
java.lang.reflect.InvocationTargetException
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:601)
at com.javafx.main.Main.launchApp(Main.java:642)
at com.javafx.main.Main.main(Main.java:805)
Caused by: java.lang.RuntimeException: Exception in Application start method
at com.sun.javafx.application.LauncherImpl.launchApplication1(Unknown Source)
at com.sun.javafx.application.LauncherImpl.access$000(Unknown Source)
at com.sun.javafx.application.LauncherImpl$1.run(Unknown Source)
at java.lang.Thread.run(Thread.java:722)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'touch' defined in class path resource [melordispring/springXMLConfig.xml]: Initialization of bean failed; nested exception is java.lang.NoSuchMethodError: net.sf.cglib.proxy.Enhancer.setInterceptDuringConstruction(Z)V
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:480)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
at java.security.AccessController.doPrivileged(Native Method)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:283)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:880)
at melordispring.Clavier.affichageTouches(Clavier.java:153)
at melordispring.MelOrdiSpring.start(MelOrdiSpring.java:40)
at com.sun.javafx.application.LauncherImpl$5.run(Unknown Source)
at com.sun.javafx.application.PlatformImpl$5.run(Unknown Source)
at com.sun.javafx.application.PlatformImpl$4.run(Unknown Source)
at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
at com.sun.glass.ui.win.WinApplication.access$100(Unknown Source)
at com.sun.glass.ui.win.WinApplication$3$1.run(Unknown Source)
... 1 more
Caused by: java.lang.NoSuchMethodError: net.sf.cglib.proxy.Enhancer.setInterceptDuringConstruction(Z)V
at org.springframework.aop.framework.Cglib2AopProxy.getProxy(Cglib2AopProxy.java:182)
at org.springframework.aop.framework.ProxyFactory.getProxy(ProxyFactory.java:110)
at org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.createProxy(AbstractAutoProxyCreator.java:490)
at org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.wrapIfNecessary(AbstractAutoProxyCreator.java:365)
at org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.postProcessAfterInitialization(AbstractAutoProxyCreator.java:325)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsAfterInitialization(AbstractAutowireCapableBeanFactory.java:361)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1344)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473)
... 16 more
Java Result: 1 |
Partager