[jira] [Commented] (EXTSCRIPT-188) Extension don't works on Myfaces 2.2.3 / 2.2.11

2017-09-06 Thread NCister (JIRA)

[ 
https://issues.apache.org/jira/browse/EXTSCRIPT-188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16155664#comment-16155664
 ] 

NCister commented on EXTSCRIPT-188:
---

Thank you Werner !


> Extension don't works on Myfaces 2.2.3 / 2.2.11
> ---
>
> Key: EXTSCRIPT-188
> URL: https://issues.apache.org/jira/browse/EXTSCRIPT-188
> Project: MyFaces Extensions Scripting
>  Issue Type: Bug
>  Components: MyFaces 2.0 Extension
>Affects Versions: 1.0.6-FINAL
> Environment: Debian 8.2
> JDK 1.8
> Tomcat 7.0.42
>Reporter: NCister
>Assignee: Werner Punz
>
> Trying to follow example config 
> (http://myfaces.apache.org/extensions/scripting/exampleconfig.html) I've 
> noticed that the web.xml settings are wrong so:
> org.apache.myfaces.FACES_INIT_PLUGINS
> org.apache.myfaces.extensions.scripting.servlet.StartupServletContextPluginChainLoader
> must be updated to:
> ...
> org.apache.myfaces.extensions.scripting.jsf.startup.StartupServletContextPluginChainLoader
> ...
> Again: The example war 
> (https://repository.apache.org/content/repositories/releases/org/apache/myfaces/extensions/scripting/myfaces20-extscript-helloworld/1.0.5/myfaces20-extscript-helloworld-1.0.5.war)
>  deployed in a clean tomcat 7.0 instance) don't works (no errors, no results 
> ...)
> Does Groovy integration works in MyFaces 2.2 ?
> Thanks.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (TOBAGO-1759) Update Bootstrap to 4.0.0 beta 1 (from alpha 6)

2017-09-06 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-1759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16155472#comment-16155472
 ] 

Hudson commented on TOBAGO-1759:


SUCCESS: Integrated in Jenkins build Tobago Trunk #1000 (See 
[https://builds.apache.org/job/Tobago%20Trunk/1000/])
TOBAGO-1759 Update Bootstrap to 4.0.0 beta 1 (from alpha 6)
* good old secondary button for standard tobago theme implemented (hnoeth: 
[http://svn.apache.org/viewvc/?view=rev=1807489])
* (edit) 
tobago-trunk/tobago-theme/tobago-theme-standard/src/main/scss/_tobago-theme.scss


> Update Bootstrap to 4.0.0 beta 1 (from alpha 6)
> ---
>
> Key: TOBAGO-1759
> URL: https://issues.apache.org/jira/browse/TOBAGO-1759
> Project: MyFaces Tobago
>  Issue Type: Task
>  Components: Core, Themes
>Reporter: Udo Schnurpfeil
>Assignee: Henning Noeth
>
> Can be started after Bootstrap has released an beta version.
> * Remind: Check if the problem with BootstrapClass.FADE in PopupRenderer is 
> solved (TOBAGO-1758). 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (EXTSCRIPT-188) Extension don't works on Myfaces 2.2.3 / 2.2.11

2017-09-06 Thread Werner Punz (JIRA)

[ 
https://issues.apache.org/jira/browse/EXTSCRIPT-188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16155434#comment-16155434
 ] 

Werner Punz commented on EXTSCRIPT-188:
---

Hi yes, I did the necessary fixes in the head in april. 
I had to remove scala support however since the Scala guys simply removed an 
api without proper replacement which
I used to detect classes with scala origin.

I have not rolled a release yet though.
I will give it another round of testing in the weekend and will maybe start the 
release process sometime next week.


> Extension don't works on Myfaces 2.2.3 / 2.2.11
> ---
>
> Key: EXTSCRIPT-188
> URL: https://issues.apache.org/jira/browse/EXTSCRIPT-188
> Project: MyFaces Extensions Scripting
>  Issue Type: Bug
>  Components: MyFaces 2.0 Extension
>Affects Versions: 1.0.6-FINAL
> Environment: Debian 8.2
> JDK 1.8
> Tomcat 7.0.42
>Reporter: NCister
>Assignee: Werner Punz
>
> Trying to follow example config 
> (http://myfaces.apache.org/extensions/scripting/exampleconfig.html) I've 
> noticed that the web.xml settings are wrong so:
> org.apache.myfaces.FACES_INIT_PLUGINS
> org.apache.myfaces.extensions.scripting.servlet.StartupServletContextPluginChainLoader
> must be updated to:
> ...
> org.apache.myfaces.extensions.scripting.jsf.startup.StartupServletContextPluginChainLoader
> ...
> Again: The example war 
> (https://repository.apache.org/content/repositories/releases/org/apache/myfaces/extensions/scripting/myfaces20-extscript-helloworld/1.0.5/myfaces20-extscript-helloworld-1.0.5.war)
>  deployed in a clean tomcat 7.0 instance) don't works (no errors, no results 
> ...)
> Does Groovy integration works in MyFaces 2.2 ?
> Thanks.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (TOBAGO-1796) Attribute link doesn't work correctly with a contextPath

2017-09-06 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-1796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16155414#comment-16155414
 ] 

Hudson commented on TOBAGO-1796:


SUCCESS: Integrated in Jenkins build Tobago 3.0.x #23 (See 
[https://builds.apache.org/job/Tobago%203.0.x/23/])
TOBAGO-1796: Attribute link doesn't work correctly with a contextPath (lofwyr: 
[http://svn.apache.org/viewvc/?view=rev=1807490])
* (edit) 
tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/util/RenderUtils.java
* (edit) 
tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/30-new+in+3+0/new+in+3+0.xhtml
* (edit) 
tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/50-migration/97-migration/migration30.xhtml
* (edit) 
tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/intro.xhtml
* (edit) 
tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/040-command/00-button+link/button+link.xhtml
* (edit) 
tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/050-container/10-box/box.xhtml
* (edit) 
tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/060-popup/popup.xhtml
* (edit) 
tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/080-sheet/55-staticheader/sheet-static-header.xhtml
* (edit) 
tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/06-validation/validation.xhtml
* (edit) 
tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/08-form/form.xhtml
* (edit) 
tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/16-layout/50-grid/grid-layout.xhtml
* (edit) 
tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/00-collapsible-box/collapsible-box.xhtml
* (edit) 
tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/10-collapsible-popup/collapsible-popup.xhtml
* (edit) 
tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/20-collapsible-panel/collapsible-panel.xhtml
* (edit) 
tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/30-collapsible-section/collapsible-section.xhtml
* (edit) 
tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/collapsible.xhtml
* (edit) 
tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/35-deprecated/10-tx/tx.xhtml
* (edit) 
tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/35-deprecated/15-suggest-method/suggest-method.xhtml
* (edit) 
tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/35-deprecated/20-toolBar/toolBar.xhtml
* (edit) 
tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/35-deprecated/25-menubar/menubar.xhtml
* (edit) 
tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/menu.xhtml
* (edit) 
tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/navigation.xhtml


> Attribute link doesn't work correctly with a contextPath
> 
>
> Key: TOBAGO-1796
> URL: https://issues.apache.org/jira/browse/TOBAGO-1796
> Project: MyFaces Tobago
>  Issue Type: Bug
>  Components: Core
>Affects Versions: 3.0.5
>Reporter: Udo Schnurpfeil
>Assignee: Udo Schnurpfeil
>Priority: Critical
> Fix For: 3.0.6
>
>
> With TOBAGO-1752 the rendering of the link attribute in  or 
>  has been changed.
> Unfortunately the internal code adds the contextPath before calling 
> ViewHandler.getBookmarkableURL(). Thats not correct. The result is a double 
> context path, or a non working page (this seems to be dependent to the used 
> application server).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (EXTSCRIPT-188) Extension don't works on Myfaces 2.2.3 / 2.2.11

2017-09-06 Thread NCister (JIRA)

[ 
https://issues.apache.org/jira/browse/EXTSCRIPT-188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16155377#comment-16155377
 ] 

NCister commented on EXTSCRIPT-188:
---

Hi Werner !
I do not want to be tedious ... :-)
... but ... have you news about this issue ?
Regards.

> Extension don't works on Myfaces 2.2.3 / 2.2.11
> ---
>
> Key: EXTSCRIPT-188
> URL: https://issues.apache.org/jira/browse/EXTSCRIPT-188
> Project: MyFaces Extensions Scripting
>  Issue Type: Bug
>  Components: MyFaces 2.0 Extension
>Affects Versions: 1.0.6-FINAL
> Environment: Debian 8.2
> JDK 1.8
> Tomcat 7.0.42
>Reporter: NCister
>Assignee: Werner Punz
>
> Trying to follow example config 
> (http://myfaces.apache.org/extensions/scripting/exampleconfig.html) I've 
> noticed that the web.xml settings are wrong so:
> org.apache.myfaces.FACES_INIT_PLUGINS
> org.apache.myfaces.extensions.scripting.servlet.StartupServletContextPluginChainLoader
> must be updated to:
> ...
> org.apache.myfaces.extensions.scripting.jsf.startup.StartupServletContextPluginChainLoader
> ...
> Again: The example war 
> (https://repository.apache.org/content/repositories/releases/org/apache/myfaces/extensions/scripting/myfaces20-extscript-helloworld/1.0.5/myfaces20-extscript-helloworld-1.0.5.war)
>  deployed in a clean tomcat 7.0 instance) don't works (no errors, no results 
> ...)
> Does Groovy integration works in MyFaces 2.2 ?
> Thanks.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (TOBAGO-1759) Update Bootstrap to 4.0.0 beta 1 (from alpha 6)

2017-09-06 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-1759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16155369#comment-16155369
 ] 

Hudson commented on TOBAGO-1759:


SUCCESS: Integrated in Jenkins build Tobago Trunk #999 (See 
[https://builds.apache.org/job/Tobago%20Trunk/999/])
TOBAGO-1759 Update Bootstrap to 4.0.0 beta 1 (from alpha 6)
* a _custom.scss must be provided by themes (could be empty);
* _custom.scss is now added to bootstrap.scss for theme creation (hnoeth: 
[http://svn.apache.org/viewvc/?view=rev=1807479])
* (edit) 
tobago-trunk/tobago-theme/tobago-theme-charlotteville/src/main/patches/append-tobago-theme-to-bootstrap.patch
* (edit) 
tobago-trunk/tobago-theme/tobago-theme-charlotteville/src/main/scss/_custom.scss
* (edit) 
tobago-trunk/tobago-theme/tobago-theme-richmond/src/main/patches/append-tobago-theme-to-bootstrap.patch
* (edit) 
tobago-trunk/tobago-theme/tobago-theme-richmond/src/main/scss/_custom.scss
* (edit) 
tobago-trunk/tobago-theme/tobago-theme-scarborough/src/main/patches/append-tobago-theme-to-bootstrap.patch
* (edit) 
tobago-trunk/tobago-theme/tobago-theme-speyside/src/main/patches/append-tobago-theme-to-bootstrap.patch
* (edit) 
tobago-trunk/tobago-theme/tobago-theme-speyside/src/main/scss/_custom.scss
* (edit) 
tobago-trunk/tobago-theme/tobago-theme-standard/src/main/patches/append-tobago-theme-to-bootstrap.patch
* (add) 
tobago-trunk/tobago-theme/tobago-theme-standard/src/main/scss/_custom.scss


> Update Bootstrap to 4.0.0 beta 1 (from alpha 6)
> ---
>
> Key: TOBAGO-1759
> URL: https://issues.apache.org/jira/browse/TOBAGO-1759
> Project: MyFaces Tobago
>  Issue Type: Task
>  Components: Core, Themes
>Reporter: Udo Schnurpfeil
>Assignee: Henning Noeth
>
> Can be started after Bootstrap has released an beta version.
> * Remind: Check if the problem with BootstrapClass.FADE in PopupRenderer is 
> solved (TOBAGO-1758). 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (TOBAGO-1796) Attribute link doesn't work correctly with a contextPath

2017-09-06 Thread Udo Schnurpfeil (JIRA)
Udo Schnurpfeil created TOBAGO-1796:
---

 Summary: Attribute link doesn't work correctly with a contextPath
 Key: TOBAGO-1796
 URL: https://issues.apache.org/jira/browse/TOBAGO-1796
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 3.0.5
Reporter: Udo Schnurpfeil
Assignee: Udo Schnurpfeil
Priority: Critical


With TOBAGO-1752 the rendering of the link attribute in  or 
 has been changed.
Unfortunately the internal code adds the contextPath before calling 
ViewHandler.getBookmarkableURL(). Thats not correct. The result is a double 
context path, or a non working page (this seems to be dependent to the used 
application server).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (TOBAGO-1785) link="/" may render a wrong href

2017-09-06 Thread Udo Schnurpfeil (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-1785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16155326#comment-16155326
 ] 

Udo Schnurpfeil commented on TOBAGO-1785:
-

a JS workaround might look like this:

{code}
  // XXX Hotfix for link="/". Is not needed in Tobago 4, because of new 
attribute "outcome".
  fixRootLinks: function(elements) {
elements.find("a").each(function () {
  var href = jQuery(this).attr("href");
  if (href === null || href === "") {
return;
  }
  if (href === "/faces/" || href === "/.xhtml") {
href = "/";
  } else if (href.startsWith("/faces/?") || href.startsWith("/faces/;")
  || href.startsWith("/.xhtml?") || href.startsWith("/.xhtml;")) {
href = "/" + href.substring(7);
  }
});
  },
{code}

(call this method from Tobago.initDom())

> link="/" may render a wrong href 
> -
>
> Key: TOBAGO-1785
> URL: https://issues.apache.org/jira/browse/TOBAGO-1785
> Project: MyFaces Tobago
>  Issue Type: Bug
>  Components: Themes
>Affects Versions: 3.0.5
>Reporter: Udo Schnurpfeil
>Priority: Minor
>
> When using suffix-mapping for the FacesServlet and using
> {code}
>  
> {code}
> the resulting href may look like href="/.xhtml" which isn't defined.
> This is because the change of TOBAGO-1752, which fixes the window-id 
> parameter.
> Workarounds:
> * Don't use this, but use e.g. link="/index.xhtml" instread.
> * Write a small JS Script to fix these cases.
> This is not a Tobago 4 problem, because of the new outcome parameter. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (TOBAGO-1795) Set Java Source to Java 8

2017-09-06 Thread Udo Schnurpfeil (JIRA)
Udo Schnurpfeil created TOBAGO-1795:
---

 Summary: Set Java Source to Java 8
 Key: TOBAGO-1795
 URL: https://issues.apache.org/jira/browse/TOBAGO-1795
 Project: MyFaces Tobago
  Issue Type: Task
  Components: Build
Reporter: Udo Schnurpfeil
Assignee: Udo Schnurpfeil






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)