You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Said SAID EL IMAM (JIRA)" <ji...@apache.org> on 2014/05/24 17:44:01 UTC

[jira] [Comment Edited] (PIVOT-949) bxml:script using js file doesn't work on Java 7 or 8

    [ https://issues.apache.org/jira/browse/PIVOT-949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14008149#comment-14008149 ] 

Said SAID EL IMAM edited comment on PIVOT-949 at 5/24/14 3:42 PM:
------------------------------------------------------------------

Hi,
Thank you for your reply,
Sorry I made a mistake, actually it works just fine in Java 6 as well as 7. The problem I described is just for Java 8...

I tried changing all paths to relative ones, but the problem persists on Java 8.

Is there any known issues to Pivot compatibility with Java 8 ?


was (Author: jackred):
Hi,
Thank you for your reply,
Sorry I made a mistake, actually it works just fine in Java 6 as well as 7. The problem I described is just for Java 8...

I tried changing all paths to relative ones, but the problem persists on Java 8.

> bxml:script using js file doesn't work on Java 7 or 8
> -----------------------------------------------------
>
>                 Key: PIVOT-949
>                 URL: https://issues.apache.org/jira/browse/PIVOT-949
>             Project: Pivot
>          Issue Type: Bug
>          Components: core-serialization
>    Affects Versions: 2.0.3
>         Environment: Windows 7
> Java 1.7
>            Reporter: Said SAID EL IMAM
>            Assignee: Sandro Martini
>              Labels: javascript
>             Fix For: 2.1, 2.0.5
>
>
> Hi,
> I use in my bxml files lines like:
> <bxml:script src="/gui/pivot/scripts/variables.js" />
> which loads some variables that I can use in the file by calling them like $icon
> But when using a Java version higher than 6, I get this error:
> org.apache.pivot.serialization.SerializationException: Value "icon" is not defined.
> 	at org.apache.pivot.beans.BXMLSerializer.processAttributes(BXMLSerializer.java:1093)
> 	at org.apache.pivot.beans.BXMLSerializer.processStartElement(BXMLSerializer.java:819)
> 	at org.apache.pivot.beans.BXMLSerializer.readObject(BXMLSerializer.java:443)
> 	at org.apache.pivot.beans.BXMLSerializer.processStartElement(BXMLSerializer.java:910)
> 	at org.apache.pivot.beans.BXMLSerializer.readObject(BXMLSerializer.java:443)
> 	at org.apache.pivot.beans.BXMLSerializer.readObject(BXMLSerializer.java:634)
> 	at org.apache.pivot.beans.BXMLSerializer.readObject(BXMLSerializer.java:607)
> 	at dcp.main.gui.pivot.Master.startup(Master.java:190)
> 	at org.apache.pivot.wtk.DesktopApplicationContext$2.run(DesktopApplicationContext.java:641)
> 	at org.apache.pivot.wtk.ApplicationContext$QueuedCallback.run(ApplicationContext.java:1607)
> 	at java.awt.event.InvocationEvent.dispatch(Unknown Source)
> 	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
> 	at java.awt.EventQueue.access$400(Unknown Source)
> 	at java.awt.EventQueue$3.run(Unknown Source)
> 	at java.awt.EventQueue$3.run(Unknown Source)
> 	at java.security.AccessController.doPrivileged(Native Method)
> 	at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
> 	at java.awt.EventQueue.dispatchEvent(Unknown Source)
> 	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
> 	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
> 	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
> 	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
> 	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
> 	at java.awt.EventDispatchThread.run(Unknown Source)
> And my application shows a popup window with the message:
> Value "icon" is not defined.



--
This message was sent by Atlassian JIRA
(v6.2#6252)