From forge-users at lists.jboss.org Mon Nov 3 17:51:57 2014 From: forge-users at lists.jboss.org (forge-users at lists.jboss.org) Date: Mon, 03 Nov 2014 17:51:57 EST Subject: [forge-users] @Option explanations please Message-ID: <41578941.1061415055147906.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Hi, I'm currently writing an article about Forge addons. I'm beginning to write an addon, with @Command to start slowly and get the reader hooked. I'm a bit puzzled with the behaviour of @Option . Attribute "value" is mandatory, OK but if I define a value, it is not displayed. Why ?? The defaultValue has to be defined so it is displayed. What are value and defaultValue for ? How do they interact together ? About the 'type' attribute. Is there other types than String supported ? Integer and Long seem not to be recognized (or enforced). Thank you J?r?me Posted by forums Original post: https://developer.jboss.org/message/908979#908979 From ggastald at redhat.com Mon Nov 3 23:47:42 2014 From: ggastald at redhat.com (George Gastaldi) Date: Mon, 3 Nov 2014 23:47:42 -0500 (EST) Subject: [forge-users] @Option explanations please In-Reply-To: <41578941.1061415055147906.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> References: <41578941.1061415055147906.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Message-ID: <202FE6DF-28C4-4A65-8CB1-DC3E1C3BA179@redhat.com> Hi J?r?me, value() is meant to be the parameter name. Since this annotation method can be written in the form @Option("named"), we (the forge team) decided to use it to represent the option name. (Eg: my-command --named xxx) DefaultValue as the name implies is the value set in the option when it is not filled. The "type" as the javadoc states, is the input type hint (eg: should the option be rendered as a combo box, radio buttons, etc) and the valid values are defined in the InputType interface. In order to allow extensibility, we decided to use String to represent it, so people could write plugin extensions and render an input in the way they like. As you might have guessed, it is not used in the CLI version, only in IDEs. Let me know if I have answered your questions, looking forward to reading this article ;) Best Regards, George Gastaldi > Em 03/11/2014, ?s 20:52, forge-users at lists.jboss.org escreveu: > > Hi, > > I'm currently writing an article about Forge addons. > I'm beginning to write an addon, with @Command to start slowly and get the reader hooked. > > I'm a bit puzzled with the behaviour of @Option . > Attribute "value" is mandatory, OK but if I define a value, it is not displayed. Why ?? > The defaultValue has to be defined so it is displayed. > > What are value and defaultValue for ? > How do they interact together ? > > About the 'type' attribute. Is there other types than String supported ? > Integer and Long seem not to be recognized (or enforced). > > Thank you > > J?r?me > > Posted by forums > Original post: https://developer.jboss.org/message/908979#908979 > > _______________________________________________ > forge-users mailing list > forge-users at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-users From forge-users at lists.jboss.org Tue Nov 4 03:20:06 2014 From: forge-users at lists.jboss.org (forge-users at lists.jboss.org) Date: Tue, 04 Nov 2014 03:20:06 EST Subject: [forge-users] ROASTER: Using the formatter (feedback) In-Reply-To: <767998994.881414426626419.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Message-ID: <1931765152.1071415089236763.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Hi George, Thank you a lot for your answer. I will need a little bit more information for the setup. I come from the Eclipse RCP / plugin world and in the setup I know, the eclipse projects are contained in the git repository. I just need to import them with the wizard in EGit. I have seen you work with a maven file structure, which seems great. How do I import the source as java projects in the Eclipse IDE? Do I need to do it by hand? Thanks in advance for your help. J?r?mie Posted by forums Original post: https://developer.jboss.org/message/909008#909008 From forge-users at lists.jboss.org Tue Nov 4 08:27:58 2014 From: forge-users at lists.jboss.org (forge-users at lists.jboss.org) Date: Tue, 04 Nov 2014 08:27:58 EST Subject: [forge-users] ROASTER: Using the formatter (feedback) In-Reply-To: <1931765152.1071415089236763.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Message-ID: <744602740.1081415107720591.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Hi Jeremie, You need to install M2Eclipse (https://www.eclipse.org/m2e/) to support Maven projects in Eclipse. Look for it in the Eclipse Marketplace.] Then you go to File -> Import ,,, and choose "Existing Maven Project" and point to the place where you pulled the Roaster sources. You should have something like this: Image:roaster-projects.png Posted by forums Original post: https://developer.jboss.org/message/909057#909057 From forge-users at lists.jboss.org Tue Nov 4 09:26:00 2014 From: forge-users at lists.jboss.org (forge-users at lists.jboss.org) Date: Tue, 04 Nov 2014 09:26:00 EST Subject: [forge-users] @Option explanations please In-Reply-To: <202FE6DF-28C4-4A65-8CB1-DC3E1C3BA179@redhat.com> Message-ID: <397476009.1101415111190428.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Thank you George, The addon article will follow a first article on "using Forge2" to be published early 2015 in the *French* GNU/Linux Magazine. The message I put in the article is "you can build your tools simply, in Java, have them in Eclipse and CLI without learning SWT !!" I assume you would not learn anything from it but I'll happily send an issue of the magazine to Forge HQ when its at the newsstand. Expect more questions from me Best Regards, J?r?me ( @wadael ) Posted by forums Original post: https://developer.jboss.org/message/909084#909084 From ggastald at redhat.com Tue Nov 4 09:48:50 2014 From: ggastald at redhat.com (George Gastaldi) Date: Tue, 04 Nov 2014 12:48:50 -0200 Subject: [forge-users] @Option explanations please In-Reply-To: <397476009.1101415111190428.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> References: <397476009.1101415111190428.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Message-ID: <5458E752.9020107@redhat.com> That looks fantastic! It's not true that we'll not learn anything from it, we always learn something from articles. :) Let me know if this will be published online, so we can promote in our website, if possible :) On 11/04/2014 12:26 PM, forge-users at lists.jboss.org wrote: > Thank you George, > > The addon article will follow a first article on "using Forge2" to be published early 2015 in the *French* GNU/Linux Magazine. > The message I put in the article is > "you can build your tools simply, in Java, have them in Eclipse and CLI without learning SWT !!" > > > I assume you would not learn anything from it but I'll happily send an issue of the magazine to Forge HQ when its at the newsstand. > > Expect more questions from me > > Best Regards, > > J?r?me ( @wadael ) > > Posted by forums > Original post: https://developer.jboss.org/message/909084#909084 > > _______________________________________________ > forge-users mailing list > forge-users at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-users From forge-users at lists.jboss.org Tue Nov 4 16:26:34 2014 From: forge-users at lists.jboss.org (forge-users at lists.jboss.org) Date: Tue, 04 Nov 2014 16:26:34 EST Subject: [forge-users] ROASTER: Using the formatter (feedback) In-Reply-To: <744602740.1081415107720591.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Message-ID: <1915795901.1121415136436726.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Thanks for your help. I wrote all your tipps on a wiki page: EclipseSetup ? jmini/roaster Wiki ? GitHub (https://github.com/jmini/roaster/wiki/EclipseSetup). It seems that I can not send you a pull request (http://stackoverflow.com/questions/10642928/how-to-pull-request-a-wiki-page-on-github) for the wiki, but fell free to fetch it from my fork to push it on the official wiki. Now I will be able to work on it. I will open a JIRA ticket and we will be able to continue the discussion there (or on the pull request). Posted by forums Original post: https://developer.jboss.org/message/909121#909121 From ggastald at redhat.com Tue Nov 4 16:39:35 2014 From: ggastald at redhat.com (George Gastaldi) Date: Tue, 4 Nov 2014 16:39:35 -0500 (EST) Subject: [forge-users] ROASTER: Using the formatter (feedback) In-Reply-To: <1915795901.1121415136436726.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> References: <1915795901.1121415136436726.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Message-ID: <477130F2-A884-4DEA-BC6B-0D7D32ADD753@redhat.com> I have changed the wiki permissions in the Roaster repository. You should now have push access to the wiki pages. > Em 04/11/2014, ?s 19:27, forge-users at lists.jboss.org escreveu: > > Thanks for your help. I wrote all your tipps on a wiki page: EclipseSetup ? jmini/roaster Wiki ? GitHub (https://github.com/jmini/roaster/wiki/EclipseSetup). > It seems that I can not send you a pull request (http://stackoverflow.com/questions/10642928/how-to-pull-request-a-wiki-page-on-github) for the wiki, but fell free to fetch it from my fork to push it on the official wiki. > > Now I will be able to work on it. I will open a JIRA ticket and we will be able to continue the discussion there (or on the pull request). > > Posted by forums > Original post: https://developer.jboss.org/message/909121#909121 > > _______________________________________________ > forge-users mailing list > forge-users at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-users From lincolnbaxter at gmail.com Thu Nov 6 13:39:54 2014 From: lincolnbaxter at gmail.com (Lincoln Baxter, III) Date: Thu, 6 Nov 2014 13:39:54 -0500 Subject: [forge-users] wildfly plugin not working ? In-Reply-To: <1268202165.971414661918571.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> References: <1268202165.971414661918571.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Message-ID: Hi there, Sorry for the late reply. The best option here (since this is not an addon written by the Forge core team, is to contact the developer (email address is listed by clicking on the name on the addon's page of the site.) http://forge.jboss.org/addon/org.jboss.forge.addon:as Hopefully they will be able to help you work through this! And if it's a bug, fix the problem :) ~Lincoln On Thu, Oct 30, 2014 at 5:38 AM, wrote: > Hi, > > I've installed the Wildfly plugin from > > http://forge.jboss.org/addon/org.jboss.forge.addon:as > > into JBoss Dev Studio 8.1, running embedded Forge 2.12.1 final. The > install worked fine. > > The as-setup command appears to work fine too. > > But as-deploy returns an error of; > > ***ERROR*** No running JBoss Application Server could be found at > 'localhost:9990'. > > when there is in fact a running JBoss - I checked that I can connect with > telnet > > Tested with Wildfly 8.1 - same result. > > What is the best approach to debug this ? > > Thanks, > > Posted by forums > Original post: https://developer.jboss.org/message/908518#908518 > _______________________________________________ > forge-users mailing list > forge-users at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-users > -- Lincoln Baxter, III http://ocpsoft.org "Simpler is better." -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-users/attachments/20141106/0c88acd3/attachment.html From jer at printstacktrace.org Thu Nov 6 16:23:03 2014 From: jer at printstacktrace.org (=?UTF-8?B?SsOpcsOpbWll?=) Date: Thu, 6 Nov 2014 22:23:03 +0100 Subject: [forge-users] wildfly plugin not working ? In-Reply-To: References: <1268202165.971414661918571.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Message-ID: Hi, You can try to start WildFly before deploy an archive. You can use as-start. Regards, J?r?mie. 2014-11-06 19:39 GMT+01:00 Lincoln Baxter, III : > Hi there, > > Sorry for the late reply. The best option here (since this is not an addon > written by the Forge core team, is to contact the developer (email address > is listed by clicking on the name on the addon's page of the site.) > > http://forge.jboss.org/addon/org.jboss.forge.addon:as > > Hopefully they will be able to help you work through this! And if it's a > bug, fix the problem :) > > ~Lincoln > > On Thu, Oct 30, 2014 at 5:38 AM, wrote: > >> Hi, >> >> I've installed the Wildfly plugin from >> >> http://forge.jboss.org/addon/org.jboss.forge.addon:as >> >> into JBoss Dev Studio 8.1, running embedded Forge 2.12.1 final. The >> install worked fine. >> >> The as-setup command appears to work fine too. >> >> But as-deploy returns an error of; >> >> ***ERROR*** No running JBoss Application Server could be found at >> 'localhost:9990'. >> >> when there is in fact a running JBoss - I checked that I can connect with >> telnet >> >> Tested with Wildfly 8.1 - same result. >> >> What is the best approach to debug this ? >> >> Thanks, >> >> Posted by forums >> Original post: https://developer.jboss.org/message/908518#908518 >> _______________________________________________ >> forge-users mailing list >> forge-users at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/forge-users >> > > > > -- > Lincoln Baxter, III > http://ocpsoft.org > "Simpler is better." > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-users/attachments/20141106/7db0ade1/attachment.html From forge-users at lists.jboss.org Fri Nov 7 00:30:51 2014 From: forge-users at lists.jboss.org (forge-users at lists.jboss.org) Date: Fri, 07 Nov 2014 00:30:51 EST Subject: [forge-users] ROASTER: Using the formatter (feedback) In-Reply-To: <477130F2-A884-4DEA-BC6B-0D7D32ADD753@redhat.com> Message-ID: <1156773718.21415338281137.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> I could add the page with the web ui of the wiki. No luck with pushing my local git repo to github: {quote:class=jive_text_macro jive_macro_quote} "C:\Program Files (x86)\Git\bin\git.exe" push --recurse-submodules=check --progress "origin" master:master error: The requested URL returned error: 403 while accessing https://github.com/forge/roaster.wiki.git/info/refs?service=git-receive-pack fatal: HTTP request failed Done {quote} The images are missing. Can you pull them from my wiki? (I have forced rebased my wiki on top of the commit made with the web ui on your wiki). Posted by forums Original post: https://developer.jboss.org/message/909426#909426 From danielsoro at gmail.com Fri Nov 7 02:49:44 2014 From: danielsoro at gmail.com (Daniel Cunha) Date: Fri, 7 Nov 2014 05:49:44 -0200 Subject: [forge-users] ROASTER: Using the formatter (feedback) In-Reply-To: <1156773718.21415338281137.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> References: <477130F2-A884-4DEA-BC6B-0D7D32ADD753@redhat.com> <1156773718.21415338281137.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Message-ID: Hey Jeremie, maybe you can send a Pull Request. ^^ On Fri, Nov 7, 2014 at 3:30 AM, wrote: > I could add the page with the web ui of the wiki. > > No luck with pushing my local git repo to github: > {quote:class=jive_text_macro jive_macro_quote} > "C:\Program Files (x86)\Git\bin\git.exe" push --recurse-submodules=check > --progress "origin" master:master > > error: The requested URL returned error: 403 while accessing > https://github.com/forge/roaster.wiki.git/info/refs?service=git-receive-pack > > fatal: HTTP request failed > > Done > {quote} > > The images are missing. Can you pull them from my wiki? (I have forced > rebased my wiki on top of the commit made with the web ui on your wiki). > > Posted by forums > Original post: https://developer.jboss.org/message/909426#909426 > _______________________________________________ > forge-users mailing list > forge-users at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-users > -- Daniel Cunha (soro) Blog: http://www.danielsoro.com.br Twitter: https://twitter.com/dvlc_ GitHub: https://github.com/danielsoro LinkedIn: http://www.linkedin.com/in/danielvlcunha -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-users/attachments/20141107/da155b97/attachment-0001.html From forge-users at lists.jboss.org Fri Nov 7 02:51:39 2014 From: forge-users at lists.jboss.org (forge-users at lists.jboss.org) Date: Fri, 07 Nov 2014 02:51:39 EST Subject: [forge-users] ROASTER: Using the formatter (feedback) In-Reply-To: <1156773718.21415338281137.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Message-ID: <2137720462.31415346730001.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Hey Jeremie, maybe you can send a Pull Request. ^^ Posted by forums Original post: https://developer.jboss.org/message/909430#909430 From forge-users at lists.jboss.org Fri Nov 7 04:02:21 2014 From: forge-users at lists.jboss.org (forge-users at lists.jboss.org) Date: Fri, 07 Nov 2014 04:02:21 EST Subject: [forge-users] ROASTER: Using the formatter (feedback) In-Reply-To: <2137720462.31415346730001.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Message-ID: <187445529.41415350971263.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Hi , I am affraid GitHub wiki does not support pull requests (http://stackoverflow.com/questions/10642928/how-to-pull-request-a-wiki-page-on-github). If you know how to do this, please let me know. Posted by forums Original post: https://developer.jboss.org/message/909436#909436 From forge-users at lists.jboss.org Fri Nov 7 04:58:35 2014 From: forge-users at lists.jboss.org (forge-users at lists.jboss.org) Date: Fri, 07 Nov 2014 04:58:35 EST Subject: [forge-users] ROASTER: Using the formatter (feedback) In-Reply-To: <187445529.41415350971263.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Message-ID: <539019335.51415354345944.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Hey , You're right. I don't know how to do this. Posted by forums Original post: https://developer.jboss.org/message/909445#909445 From forge-users at lists.jboss.org Fri Nov 7 09:32:34 2014 From: forge-users at lists.jboss.org (forge-users at lists.jboss.org) Date: Fri, 07 Nov 2014 09:32:34 EST Subject: [forge-users] ROASTER: Using the formatter (feedback) In-Reply-To: <1156773718.21415338281137.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Message-ID: <779511862.71415370784218.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Done, thank you very much! Posted by forums Original post: https://developer.jboss.org/message/909496#909496 From antonio.mailing at gmail.com Sat Nov 8 06:28:32 2014 From: antonio.mailing at gmail.com (Antonio Goncalves) Date: Sat, 8 Nov 2014 12:28:32 +0100 Subject: [forge-users] And what about have "utility" commands ? Message-ID: Hi all, In my projects I tend to repeat some utility code again and again. For example, produce the EntityManager so I can inject it, produce a Log4J logger so I can inject it, have an exception interceptor for my JSF beans.... and so on. What about having a set of utility commands that generate those sorts of classes ? Something like : util-new-entitymanager-producer util-new-logger-producer .... Not sure "util" is the right term.... just brainstorming here -- Antonio Goncalves Software architect and Java Champion Web site | Twitter | LinkedIn | Paris JUG | Devoxx France -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-users/attachments/20141108/9191d4eb/attachment.html From ggastald at redhat.com Sat Nov 8 08:14:05 2014 From: ggastald at redhat.com (George Gastaldi) Date: Sat, 8 Nov 2014 08:14:05 -0500 (EST) Subject: [forge-users] And what about have "utility" commands ? In-Reply-To: References: Message-ID: That sounds like a good idea. +1 > Em 08/11/2014, ?s 09:28, Antonio Goncalves escreveu: > > Hi all, > > In my projects I tend to repeat some utility code again and again. For example, produce the EntityManager so I can inject it, produce a Log4J logger so I can inject it, have an exception interceptor for my JSF beans.... and so on. > > What about having a set of utility commands that generate those sorts of classes ? Something like : > > util-new-entitymanager-producer > util-new-logger-producer > .... > > Not sure "util" is the right term.... just brainstorming here > > > -- > Antonio Goncalves > Software architect and Java Champion > > Web site | Twitter | LinkedIn | Paris JUG | Devoxx France > _______________________________________________ > forge-users mailing list > forge-users at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-users/attachments/20141108/0d3cd149/attachment.html From lincolnbaxter at gmail.com Sat Nov 8 11:38:30 2014 From: lincolnbaxter at gmail.com (Lincoln Baxter, III) Date: Sat, 8 Nov 2014 11:38:30 -0500 Subject: [forge-users] And what about have "utility" commands ? In-Reply-To: References: Message-ID: Yeah, these commands should probably be in their relative command categories: jpa-new-entitymanager-producer java-new-loggerproducer or something like that On Sat, Nov 8, 2014 at 8:14 AM, George Gastaldi wrote: > That sounds like a good idea. +1 > > Em 08/11/2014, ?s 09:28, Antonio Goncalves > escreveu: > > Hi all, > > In my projects I tend to repeat some utility code again and again. For > example, produce the EntityManager so I can inject it, produce a Log4J > logger so I can inject it, have an exception interceptor for my JSF > beans.... and so on. > > What about having a set of utility commands that generate those sorts of > classes ? Something like : > > util-new-entitymanager-producer > util-new-logger-producer > .... > > Not sure "util" is the right term.... just brainstorming here > > > -- > Antonio Goncalves > Software architect and Java Champion > > Web site | Twitter > | LinkedIn > | Paris JUG > | Devoxx France > > _______________________________________________ > forge-users mailing list > forge-users at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-users > > > _______________________________________________ > forge-users mailing list > forge-users at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-users > -- Lincoln Baxter, III http://ocpsoft.org "Simpler is better." -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-users/attachments/20141108/a8c1194e/attachment.html From forge-users at lists.jboss.org Mon Nov 10 09:55:02 2014 From: forge-users at lists.jboss.org (forge-users at lists.jboss.org) Date: Mon, 10 Nov 2014 09:55:02 EST Subject: [forge-users] Debugging one's addons Message-ID: <1730786336.101415631332210.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Hello, What is the way to be able to stop at a breakpoint in one's code (an addon) ? when launching from console. When launching from the forge window The console is started in debug mode. However no stop is marked. The same when launching the addon via the Forge window. I am using Dev studio 8.0.0 GA Thank you Posted by forums Original post: https://developer.jboss.org/message/909712#909712 From forge-users at lists.jboss.org Mon Nov 10 10:07:00 2014 From: forge-users at lists.jboss.org (forge-users at lists.jboss.org) Date: Mon, 10 Nov 2014 10:07:00 EST Subject: [forge-users] Debugging one's addons In-Reply-To: <1730786336.101415631332210.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Message-ID: <1318527616.111415632051121.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Hey Jer?me, Use Run->Debug Configurations... in JBDS and then create a new configuration for 'Remote Java Application'. You can set the port and other information... Let us know if it helps. Cheers, Koen Posted by forums Original post: https://developer.jboss.org/message/909715#909715 From forge-users at lists.jboss.org Thu Nov 13 05:21:16 2014 From: forge-users at lists.jboss.org (forge-users at lists.jboss.org) Date: Thu, 13 Nov 2014 05:21:16 EST Subject: [forge-users] Debugging one's addons In-Reply-To: <1318527616.111415632051121.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Message-ID: <157568081.141415874106794.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Hello Koen, That did not work as expected. Blame on me. Certainly this is a point that deserves a page in the doc. Enjoy Devoxx ! Cheers, J?r?me Posted by forums Original post: https://developer.jboss.org/message/910076#910076 From forge-users at lists.jboss.org Fri Nov 14 11:21:26 2014 From: forge-users at lists.jboss.org (forge-users at lists.jboss.org) Date: Fri, 14 Nov 2014 11:21:26 EST Subject: [forge-users] Intellij idea plugin Message-ID: <1238609969.211415982117111.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> I stuck up in Intellij idea plugin. How to build a plugin with mvn package? I followed readme instructions of github: https://github.com/forge/intellij-idea-plugin Posted by forums Original post: https://developer.jboss.org/message/910286#910286 From forge-users at lists.jboss.org Fri Nov 14 13:16:00 2014 From: forge-users at lists.jboss.org (forge-users at lists.jboss.org) Date: Fri, 14 Nov 2014 13:16:00 EST Subject: [forge-users] Intellij idea plugin In-Reply-To: <1238609969.211415982117111.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Message-ID: <817928493.221415988990982.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Hi Vrushti, To build the intellij plugin, you need first to install the libs using the install-libs.sh script, as the IntelliJ libs are not available on Maven central. Then you should be able to run mvn package to generate the plugin. However, if you want to use Forge inside IntelliJ, just install it directly via the Plugin Manager inside IntellIJ Posted by forums Original post: https://developer.jboss.org/message/910304#910304 From forge-users at lists.jboss.org Sat Nov 15 14:01:39 2014 From: forge-users at lists.jboss.org (forge-users at lists.jboss.org) Date: Sat, 15 Nov 2014 14:01:39 EST Subject: [forge-users] JBoss Forge new 'gradle' instead of 'maven' project? Message-ID: <1413180343.01416078129459.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> When starting a new project using JBoss Forge, the project is creating with a Maven build system by default. How do I take advantage of Forge 2.*'s Gradle AddOn to create the project using Gradle instead of Maven? % forge Using Forge at /usr/local/Cellar/jboss-forge/2.12.2.Final/libexec ? [ForgePlaygroundGradle]$ new-project --name ForgePlaygroundGradle --topLevelPackage com.kedges.forgegradle --porjectFolder . *?? s+omething Gradlish+ ??*; Posted by forums Original post: https://developer.jboss.org/message/910377#910377 From ggastald at redhat.com Sat Nov 15 14:09:12 2014 From: ggastald at redhat.com (George Gastaldi) Date: Sat, 15 Nov 2014 14:09:12 -0500 (EST) Subject: [forge-users] JBoss Forge new 'gradle' instead of 'maven' project? In-Reply-To: <1413180343.01416078129459.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> References: <1413180343.01416078129459.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Message-ID: Hello, You need to install the Gradle addon: See more info in http://forge.jboss.org/addon/org.jboss.forge.addon:gradle > Em 15/11/2014, ?s 17:02, forge-users at lists.jboss.org escreveu: > > When starting a new project using JBoss Forge, the project is creating with a Maven build system by default. How do I take advantage of Forge 2.*'s Gradle AddOn to create the project using Gradle instead of Maven? > > % forge > Using Forge at /usr/local/Cellar/jboss-forge/2.12.2.Final/libexec > > ? > > [ForgePlaygroundGradle]$ new-project --name ForgePlaygroundGradle --topLevelPackage com.kedges.forgegradle --porjectFolder . *?? s+omething Gradlish+ ??*; > > Posted by forums > Original post: https://developer.jboss.org/message/910377#910377 > > _______________________________________________ > forge-users mailing list > forge-users at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-users From ggastald at redhat.com Sat Nov 15 14:10:17 2014 From: ggastald at redhat.com (George Gastaldi) Date: Sat, 15 Nov 2014 14:10:17 -0500 (EST) Subject: [forge-users] JBoss Forge new 'gradle' instead of 'maven' project? In-Reply-To: References: <1413180343.01416078129459.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Message-ID: Also you should see a Gradle value under the --buildSystem option from the project-new command > Em 15/11/2014, ?s 17:09, George Gastaldi escreveu: > > Hello, > > You need to install the Gradle addon: > See more info in http://forge.jboss.org/addon/org.jboss.forge.addon:gradle > > > >> Em 15/11/2014, ?s 17:02, forge-users at lists.jboss.org escreveu: >> >> When starting a new project using JBoss Forge, the project is creating with a Maven build system by default. How do I take advantage of Forge 2.*'s Gradle AddOn to create the project using Gradle instead of Maven? >> >> % forge >> Using Forge at /usr/local/Cellar/jboss-forge/2.12.2.Final/libexec >> >> ? >> >> [ForgePlaygroundGradle]$ new-project --name ForgePlaygroundGradle --topLevelPackage com.kedges.forgegradle --porjectFolder . *?? s+omething Gradlish+ ??*; >> >> Posted by forums >> Original post: https://developer.jboss.org/message/910377#910377 >> >> _______________________________________________ >> forge-users mailing list >> forge-users at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/forge-users > > _______________________________________________ > forge-users mailing list > forge-users at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-users From forge-users at lists.jboss.org Sat Nov 15 16:42:43 2014 From: forge-users at lists.jboss.org (forge-users at lists.jboss.org) Date: Sat, 15 Nov 2014 16:42:43 EST Subject: [forge-users] JBoss Forge new 'gradle' instead of 'maven' project? In-Reply-To: <1413180343.01416078129459.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Message-ID: <542063666.11416087793377.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> U Rock!? That was very quick and from the Forge Master himself.? It may be surprising to you how a little thing like that can trip up the initiate, but a quick response like that will keep him (me!) interested.? I had the add on installed, I just didn't know the extra argument (--buildSystem) to override the maven default.? I now recall that forge's command line continuation is suppose to be really good (and I now see that it is!) and I could have figured it out with a simple TAB.? Oh well, hopefully a similarly lost induhvidual will come across this in their google search and Gradle-On! Posted by forums Original post: https://developer.jboss.org/message/910382#910382 From ggastald at redhat.com Sat Nov 15 16:49:09 2014 From: ggastald at redhat.com (George Gastaldi) Date: Sat, 15 Nov 2014 16:49:09 -0500 (EST) Subject: [forge-users] JBoss Forge new 'gradle' instead of 'maven' project? In-Reply-To: <542063666.11416087793377.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> References: <542063666.11416087793377.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Message-ID: Thanks for the kind words :) Glad it worked for you also. It's partially our fault for not making that clear in the available docs btw. Let me know if you have any issues. Forge on! > Em 15/11/2014, ?s 19:43, forge-users at lists.jboss.org escreveu: > > U Rock! That was very quick and from the Forge Master himself. It may be surprising to you how a little thing like that can trip up the initiate, but a quick response like that will keep him (me!) interested. I had the add on installed, I just didn't know the extra argument (--buildSystem) to override the maven default. I now recall that forge's command line continuation is suppose to be really good (and I now see that it is!) and I could have figured it out with a simple TAB. Oh well, hopefully a similarly lost induhvidual will come across this in their google search and Gradle-On! > > Posted by forums > Original post: https://developer.jboss.org/message/910382#910382 > > _______________________________________________ > forge-users mailing list > forge-users at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-users From ggastald at redhat.com Sat Nov 15 23:11:50 2014 From: ggastald at redhat.com (George Gastaldi) Date: Sat, 15 Nov 2014 23:11:50 -0500 (EST) Subject: [forge-users] Hands-on Lab now available on the website Message-ID: <1514155746.6475012.1416111110415.JavaMail.zimbra@redhat.com> Hello everybody, I made the Hands-On lab tutorial available in the website: http://forge.jboss.org/document/hands-on-lab There are still some rendering issues (images not being displayed, encoding issues), but we'll fix it in our Redoculous server (the document renderer). Thanks goes to Antonio Gon?alves, Ivan St. Ivannov and Daniel Cunha and the rest of the Forge community for the contents. Best Regards, George Gastaldi From forge-users at lists.jboss.org Mon Nov 17 10:00:30 2014 From: forge-users at lists.jboss.org (forge-users at lists.jboss.org) Date: Mon, 17 Nov 2014 10:00:30 EST Subject: [forge-users] Hands-on Lab now available on the website In-Reply-To: <1514155746.6475012.1416111110415.JavaMail.zimbra@redhat.com> Message-ID: <2113279364.31416236460597.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Thank you so much!!! Posted by forums Original post: https://developer.jboss.org/message/910490#910490 From lincolnbaxter at gmail.com Thu Nov 20 22:00:47 2014 From: lincolnbaxter at gmail.com (Lincoln Baxter, III) Date: Thu, 20 Nov 2014 22:00:47 -0500 Subject: [forge-users] Hands-on Lab now available on the website In-Reply-To: <2113279364.31416236460597.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> References: <1514155746.6475012.1416111110415.JavaMail.zimbra@redhat.com> <2113279364.31416236460597.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Message-ID: The images should be easy to fix! Just need to update the back-end to not filter them out :) On Mon, Nov 17, 2014 at 10:00 AM, wrote: > Thank you so much!!! > > Posted by forums > Original post: https://developer.jboss.org/message/910490#910490 > _______________________________________________ > forge-users mailing list > forge-users at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-users > -- Lincoln Baxter, III http://ocpsoft.org "Simpler is better." -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-users/attachments/20141120/954a39be/attachment.html From ggastald at redhat.com Wed Nov 26 13:54:01 2014 From: ggastald at redhat.com (George Gastaldi) Date: Wed, 26 Nov 2014 16:54:01 -0200 Subject: [forge-users] Reflections Addon Message-ID: <547621C9.8010704@redhat.com> Hello everyone! I just made available an addon to allow Java runtime metadata analysis from a Project. I am using the excellent library Reflections (https://github.com/ronmamo/reflections) and made available through facets. Feel free to add more funcionality if you want (maybe a command to query for structure information inside Forge?) Github Repo: https://github.com/gastaldi/reflections-addon Instructions: http://forge.jboss.org/addon/me.gastaldi.forge:reflections Best Regards, -- *George Gastaldi | Senior Software Engineer* JBoss Forge Team T: +55 11 3524-6169 M: +55 47 9711-1000 Red Hat Better technology. Faster innovation. Powered by community collaboration. See how it works at www.redhat.com LinkedIn Youtube -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-users/attachments/20141126/ab02bc7d/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: {a8aabf3a-4467-4e37-9bc5-48b1d7b494a2}_LATAM_RedHat.jpg Type: image/jpeg Size: 4815 bytes Desc: not available Url : http://lists.jboss.org/pipermail/forge-users/attachments/20141126/ab02bc7d/attachment-0001.jpg -------------- next part -------------- A non-text attachment was scrubbed... Name: linkedin.png Type: image/png Size: 597 bytes Desc: not available Url : http://lists.jboss.org/pipermail/forge-users/attachments/20141126/ab02bc7d/attachment-0002.png -------------- next part -------------- A non-text attachment was scrubbed... Name: youtube.png Type: image/png Size: 616 bytes Desc: not available Url : http://lists.jboss.org/pipermail/forge-users/attachments/20141126/ab02bc7d/attachment-0003.png From forge-users at lists.jboss.org Wed Nov 26 14:56:57 2014 From: forge-users at lists.jboss.org (forge-users at lists.jboss.org) Date: Wed, 26 Nov 2014 14:56:57 EST Subject: [forge-users] Any recommended strategy for Angular/REST scaffolds with JPA bidirectional relationships Message-ID: <1426514119.01417031847868.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> I recently attempted to migrate from the JSF to the Angular UI scaffolds, but I could not find a nice solution that would allow Jackson to serialize bidirectional relationships. The @JsonManagedReference and @JsonBackReference annotations (http://wiki.fasterxml.com/JacksonFeatureBiDirReferences) worked well in preventing infinite loops during serialization, but unfortunately because anything annotated with @JsonBackReference is not serialized, the scaffold UI ended up showing incomplete information. Is there a quickstart or something similar that demonstrates entities with bidirectional relationships displayed by the Angular Scaffold? Posted by forums Original post: https://developer.jboss.org/message/911623#911623 From forge-users at lists.jboss.org Wed Nov 26 15:00:36 2014 From: forge-users at lists.jboss.org (forge-users at lists.jboss.org) Date: Wed, 26 Nov 2014 15:00:36 EST Subject: [forge-users] Any recommended strategy for Angular/REST scaffolds with JPA bidirectional relationships In-Reply-To: <1426514119.01417031847868.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Message-ID: <1897978600.11417032076314.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> One strategy is to create DTOs with the data that you want to be JSONified. We use that strategy in Forge. Vinnet Reynolds may be able to tell more about it. Posted by forums Original post: https://developer.jboss.org/message/911624#911624 From forge-users at lists.jboss.org Wed Nov 26 18:44:31 2014 From: forge-users at lists.jboss.org (forge-users at lists.jboss.org) Date: Wed, 26 Nov 2014 18:44:31 EST Subject: [forge-users] Function ''forgeview:display'' not found JBWEB006009 Message-ID: <139880036.21417045502232.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> 20:32:54,708 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/irp].[FacesServlet]] (http-localhost/127.0.0.1:8080-1) JBWEB000236: Servlet.service() for servlet FacesServlet threw exception: javax.el.ELException: JBWEB006009: Function ''forgeview:display'' not found ??? at org.apache.el.lang.ExpressionBuilder.visit(ExpressionBuilder.java:209) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] ??? at org.apache.el.parser.SimpleNode.accept(SimpleNode.java:148) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] ??? at org.apache.el.lang.ExpressionBuilder.prepare(ExpressionBuilder.java:166) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] ??? at org.apache.el.lang.ExpressionBuilder.build(ExpressionBuilder.java:184) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] ??? at org.apache.el.lang.ExpressionBuilder.createValueExpression(ExpressionBuilder.java:226) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] ??? at org.apache.el.ExpressionFactoryImpl.createValueExpression(ExpressionFactoryImpl.java:68) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] ??? at org.jboss.weld.util.el.ForwardingExpressionFactory.createValueExpression(ForwardingExpressionFactory.java:49) [weld-core-1.1.13.Final-redhat-1.jar:1.1.13.Final-redhat-1] ??? at org.jboss.weld.el.WeldExpressionFactory.createValueExpression(WeldExpressionFactory.java:50) [weld-core-1.1.13.Final-redhat-1.jar:1.1.13.Final-redhat-1] ??? at com.sun.faces.facelets.tag.TagAttributeImpl.getValueExpression(TagAttributeImpl.java:385) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] ??? at com.sun.faces.facelets.tag.TagAttributeImpl.getValueExpression(TagAttributeImpl.java:351) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] ??? at com.sun.faces.facelets.tag.jsf.ComponentRule$ValueExpressionMetadata.applyMetadata(ComponentRule.java:107) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] ??? at com.sun.faces.facelets.tag.MetadataImpl.applyMetadata(MetadataImpl.java:81) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] ??? at javax.faces.view.facelets.MetaTagHandler.setAttributes(MetaTagHandler.java:129) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] ??? at javax.faces.view.facelets.DelegatingMetaTagHandler.setAttributes(DelegatingMetaTagHandler.java:102) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] ??? at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.doNewComponentActions(ComponentTagHandlerDelegateImpl.java:408) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] ??? at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.apply(ComponentTagHandlerDelegateImpl.java:171) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] ??? at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:120) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] ??? at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:95) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] ??? at javax.faces.view.facelets.DelegatingMetaTagHandler.applyNextHandler(DelegatingMetaTagHandler.java:137) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] ??? at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.apply(ComponentTagHandlerDelegateImpl.java:187) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] ??? at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:120) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] ??? at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:95) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] ??? at javax.faces.view.facelets.DelegatingMetaTagHandler.applyNextHandler(DelegatingMetaTagHandler.java:137) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] ??? at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.apply(ComponentTagHandlerDelegateImpl.java:187) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] ??? at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:120) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] ??? at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:95) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] ??? at javax.faces.view.facelets.DelegatingMetaTagHandler.applyNextHandler(DelegatingMetaTagHandler.java:137) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] ??? at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.apply(ComponentTagHandlerDelegateImpl.java:187) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] ??? at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:120) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] ??? at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:95) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] ??? at javax.faces.view.facelets.DelegatingMetaTagHandler.applyNextHandler(DelegatingMetaTagHandler.java:137) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] ??? at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.apply(ComponentTagHandlerDelegateImpl.java:187) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] ??? at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:120) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] ??? at com.sun.faces.facelets.tag.jsf.ValidatorTagHandlerDelegateImpl.applyWrapping(ValidatorTagHandlerDelegateImpl.java:196) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] ??? at com.sun.faces.facelets.tag.jsf.ValidatorTagHandlerDelegateImpl.apply(ValidatorTagHandlerDelegateImpl.java:85) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] ??? at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:120) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] ??? at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:95) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] ??? at javax.faces.view.facelets.DelegatingMetaTagHandler.applyNextHandler(DelegatingMetaTagHandler.java:137) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] ??? at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.apply(ComponentTagHandlerDelegateImpl.java:187) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] ??? at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:120) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] ??? at com.sun.faces.facelets.tag.ui.DefineHandler.applyDefinition(DefineHandler.java:106) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] ??? at com.sun.faces.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:178) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] ??? at com.sun.faces.facelets.impl.DefaultFaceletContext$TemplateManager.apply(DefaultFaceletContext.java:395) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] ??? at com.sun.faces.facelets.impl.DefaultFaceletContext.includeDefinition(DefaultFaceletContext.java:366) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] ??? at com.sun.faces.facelets.tag.ui.InsertHandler.apply(InsertHandler.java:111) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] ??? at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:95) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] ??? at javax.faces.view.facelets.DelegatingMetaTagHandler.applyNextHandler(DelegatingMetaTagHandler.java:137) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] ??? at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.apply(ComponentTagHandlerDelegateImpl.java:187) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] ??? at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:120) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] ??? at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:95) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] ??? at com.sun.faces.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:93) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] ??? at com.sun.faces.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:87) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] ??? at com.sun.faces.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:320) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] ??? at com.sun.faces.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:379) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] ??? at com.sun.faces.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:358) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] ??? at com.sun.faces.facelets.impl.DefaultFaceletContext.includeFacelet(DefaultFaceletContext.java:199) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] ??? at com.sun.faces.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:155) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] ??? at com.sun.faces.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:93) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] ??? at com.sun.faces.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:87) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] ??? at com.sun.faces.facelets.impl.DefaultFacelet.apply(DefaultFacelet.java:164) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] ??? at com.sun.faces.application.view.FaceletViewHandlingStrategy.buildView(FaceletViewHandlingStrategy.java:902) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] ??? at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:99) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] ??? at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] ??? at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] ??? at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] ??? at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:295) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] ??? at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] ??? at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] ??? at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:149) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] ??? at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa-7.2.0.Final-redhat-8.jar:7.2.0.Final-redhat-8] ??? at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa-7.2.0.Final-redhat-8.jar:7.2.0.Final-redhat-8] ??? at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:169) [jboss-as-web-7.2.0.Final-redhat-8.jar:7.2.0.Final-redhat-8] ??? at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:145) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] ??? at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:97) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] ??? at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:102) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] ??? at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:336) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] ??? at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] ??? at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:653) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] ??? at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:920) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] ??? at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_71] Posted by forums Original post: https://developer.jboss.org/message/911639#911639 From ggastald at redhat.com Wed Nov 26 19:02:00 2014 From: ggastald at redhat.com (George Gastaldi) Date: Wed, 26 Nov 2014 19:02:00 -0500 (EST) Subject: [forge-users] Function ''forgeview:display'' not found JBWEB006009 In-Reply-To: <139880036.21417045502232.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> References: <139880036.21417045502232.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Message-ID: Could you give more details, like the AS used, steps to reproduce? Thanks > Em 26/11/2014, ?s 21:45, forge-users at lists.jboss.org escreveu: > > 20:32:54,708 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/irp].[FacesServlet]] (http-localhost/127.0.0.1:8080-1) JBWEB000236: Servlet.service() for servlet FacesServlet threw exception: javax.el.ELException: JBWEB006009: Function ''forgeview:display'' not found > at org.apache.el.lang.ExpressionBuilder.visit(ExpressionBuilder.java:209) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] > at org.apache.el.parser.SimpleNode.accept(SimpleNode.java:148) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] > at org.apache.el.lang.ExpressionBuilder.prepare(ExpressionBuilder.java:166) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] > at org.apache.el.lang.ExpressionBuilder.build(ExpressionBuilder.java:184) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] > at org.apache.el.lang.ExpressionBuilder.createValueExpression(ExpressionBuilder.java:226) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] > at org.apache.el.ExpressionFactoryImpl.createValueExpression(ExpressionFactoryImpl.java:68) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] > at org.jboss.weld.util.el.ForwardingExpressionFactory.createValueExpression(ForwardingExpressionFactory.java:49) [weld-core-1.1.13.Final-redhat-1.jar:1.1.13.Final-redhat-1] > at org.jboss.weld.el.WeldExpressionFactory.createValueExpression(WeldExpressionFactory.java:50) [weld-core-1.1.13.Final-redhat-1.jar:1.1.13.Final-redhat-1] > at com.sun.faces.facelets.tag.TagAttributeImpl.getValueExpression(TagAttributeImpl.java:385) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] > at com.sun.faces.facelets.tag.TagAttributeImpl.getValueExpression(TagAttributeImpl.java:351) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] > at com.sun.faces.facelets.tag.jsf.ComponentRule$ValueExpressionMetadata.applyMetadata(ComponentRule.java:107) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] > at com.sun.faces.facelets.tag.MetadataImpl.applyMetadata(MetadataImpl.java:81) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] > at javax.faces.view.facelets.MetaTagHandler.setAttributes(MetaTagHandler.java:129) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] > at javax.faces.view.facelets.DelegatingMetaTagHandler.setAttributes(DelegatingMetaTagHandler.java:102) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] > at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.doNewComponentActions(ComponentTagHandlerDelegateImpl.java:408) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] > at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.apply(ComponentTagHandlerDelegateImpl.java:171) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] > at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:120) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] > at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:95) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] > at javax.faces.view.facelets.DelegatingMetaTagHandler.applyNextHandler(DelegatingMetaTagHandler.java:137) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] > at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.apply(ComponentTagHandlerDelegateImpl.java:187) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] > at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:120) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] > at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:95) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] > at javax.faces.view.facelets.DelegatingMetaTagHandler.applyNextHandler(DelegatingMetaTagHandler.java:137) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] > at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.apply(ComponentTagHandlerDelegateImpl.java:187) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] > at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:120) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] > at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:95) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] > at javax.faces.view.facelets.DelegatingMetaTagHandler.applyNextHandler(DelegatingMetaTagHandler.java:137) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] > at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.apply(ComponentTagHandlerDelegateImpl.java:187) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] > at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:120) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] > at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:95) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] > at javax.faces.view.facelets.DelegatingMetaTagHandler.applyNextHandler(DelegatingMetaTagHandler.java:137) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] > at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.apply(ComponentTagHandlerDelegateImpl.java:187) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] > at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:120) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] > at com.sun.faces.facelets.tag.jsf.ValidatorTagHandlerDelegateImpl.applyWrapping(ValidatorTagHandlerDelegateImpl.java:196) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] > at com.sun.faces.facelets.tag.jsf.ValidatorTagHandlerDelegateImpl.apply(ValidatorTagHandlerDelegateImpl.java:85) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] > at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:120) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] > at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:95) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] > at javax.faces.view.facelets.DelegatingMetaTagHandler.applyNextHandler(DelegatingMetaTagHandler.java:137) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] > at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.apply(ComponentTagHandlerDelegateImpl.java:187) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] > at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:120) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] > at com.sun.faces.facelets.tag.ui.DefineHandler.applyDefinition(DefineHandler.java:106) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] > at com.sun.faces.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:178) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] > at com.sun.faces.facelets.impl.DefaultFaceletContext$TemplateManager.apply(DefaultFaceletContext.java:395) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] > at com.sun.faces.facelets.impl.DefaultFaceletContext.includeDefinition(DefaultFaceletContext.java:366) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] > at com.sun.faces.facelets.tag.ui.InsertHandler.apply(InsertHandler.java:111) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] > at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:95) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] > at javax.faces.view.facelets.DelegatingMetaTagHandler.applyNextHandler(DelegatingMetaTagHandler.java:137) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] > at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.apply(ComponentTagHandlerDelegateImpl.java:187) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] > at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:120) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] > at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:95) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] > at com.sun.faces.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:93) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] > at com.sun.faces.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:87) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] > at com.sun.faces.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:320) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] > at com.sun.faces.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:379) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] > at com.sun.faces.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:358) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] > at com.sun.faces.facelets.impl.DefaultFaceletContext.includeFacelet(DefaultFaceletContext.java:199) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] > at com.sun.faces.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:155) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] > at com.sun.faces.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:93) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] > at com.sun.faces.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:87) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] > at com.sun.faces.facelets.impl.DefaultFacelet.apply(DefaultFacelet.java:164) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] > at com.sun.faces.application.view.FaceletViewHandlingStrategy.buildView(FaceletViewHandlingStrategy.java:902) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] > at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:99) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] > at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] > at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] > at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:295) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:149) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] > at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa-7.2.0.Final-redhat-8.jar:7.2.0.Final-redhat-8] > at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa-7.2.0.Final-redhat-8.jar:7.2.0.Final-redhat-8] > at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:169) [jboss-as-web-7.2.0.Final-redhat-8.jar:7.2.0.Final-redhat-8] > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:145) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:97) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:102) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:336) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:653) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:920) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] > at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_71] > > Posted by forums > Original post: https://developer.jboss.org/message/911639#911639 > > _______________________________________________ > forge-users mailing list > forge-users at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-users From forge-users at lists.jboss.org Wed Nov 26 19:54:57 2014 From: forge-users at lists.jboss.org (forge-users at lists.jboss.org) Date: Wed, 26 Nov 2014 19:54:57 EST Subject: [forge-users] Function ''forgeview:display'' not found JBWEB006009 In-Reply-To: Message-ID: <513191690.31417049727636.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> sorry info added first deploy was working, then I moved pages to webapp/admin, redeploy and EL exception arroused Posted by forums Original post: https://developer.jboss.org/message/911642#911642 From forge-users at lists.jboss.org Thu Nov 27 01:43:58 2014 From: forge-users at lists.jboss.org (forge-users at lists.jboss.org) Date: Thu, 27 Nov 2014 01:43:58 EST Subject: [forge-users] Function ''forgeview:display'' not found In-Reply-To: <513191690.31417049727636.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Message-ID: <2105134834.41417070668328.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> JBWEB006009 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hi Betto, You say you moved some pages. It's probably also interesting that you attach the final Eclipse project you want to deploy so we are able to reproduce the stack trace. Cheers, Koen Posted by forums Original post: https://developer.jboss.org/message/911668#911668 From forge-users at lists.jboss.org Thu Nov 27 02:26:30 2014 From: forge-users at lists.jboss.org (forge-users at lists.jboss.org) Date: Thu, 27 Nov 2014 02:26:30 EST Subject: [forge-users] Function ''forgeview:display'' not found JBWEB006009 In-Reply-To: <513191690.31417049727636.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Message-ID: <456472443.51417073220755.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> You might want to verify whether a JSF tag library located in WEB-INF/classes/META-INF/forge.taglib.xml exists or not. Posted by forums Original post: https://developer.jboss.org/message/911684#911684 From forge-users at lists.jboss.org Thu Nov 27 02:38:42 2014 From: forge-users at lists.jboss.org (forge-users at lists.jboss.org) Date: Thu, 27 Nov 2014 02:38:42 EST Subject: [forge-users] Any recommended strategy for Angular/REST scaffolds with JPA bidirectional relationships In-Reply-To: <1426514119.01417031847868.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Message-ID: <1350663825.61417073952926.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Well, we recommend using the DTO strategy for this. Even with @JSONManagedReference and @JSONBackReference annotateds on JPA entities, you would run into some issues, especially when updating the entities via a HTTP PUT. That's why we recommend using DTOs. For now, with the DTO strategy, Forge supports creation of a 2-level DTO hierarchy where no cycles will be created in the DTO graph, thus eliminating the need for Jackson annotations, while supporting updates to the entities in a limited form. For every DTO that it creates, Forge will traverse the corresponding JPA entity and map it's properties; it will also traverse the relationships in the JPA entities and create nested DTOs to represent the related entities. It does not however traverse any further, primarily to break any cyclic or bi-directional relationships. The constructed DTOs contain logic to assemble the JPA entity back from the contents of the DTO, and also update any object references (so it gets past the problems you run into with some of the Jackson annotations); it does not contain logic to update properties of referenced JPA entities (say you delink B from A, then the resource for A will have no issues in delinking the objects, but if you update B and expect the REST resource for A to transitively update B, then this is not supported). If you need additional strategies to be built, we can help with that. Posted by forums Original post: https://developer.jboss.org/message/911686#911686 From forge-users at lists.jboss.org Thu Nov 27 15:13:11 2014 From: forge-users at lists.jboss.org (forge-users at lists.jboss.org) Date: Thu, 27 Nov 2014 15:13:11 EST Subject: [forge-users] Any recommended strategy for Angular/REST scaffolds with JPA bidirectional relationships In-Reply-To: <1350663825.61417073952926.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Message-ID: <1945071103.81417119221512.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> So I may have been running rest-generate-endpoints-from-entities instead of letting the Angular plugin generate these for me (I just looked at the instructions at http://forge.jboss.org/addon/org.jboss.forge.addon:angularjs again and saw it doesn't ask you to run rest-generate-endpoints-from-entities). I'll try again following the instructions more closely and check the results. Posted by forums Original post: https://developer.jboss.org/message/911777#911777 From forge-users at lists.jboss.org Thu Nov 27 17:03:54 2014 From: forge-users at lists.jboss.org (forge-users at lists.jboss.org) Date: Thu, 27 Nov 2014 17:03:54 EST Subject: [forge-users] Function ''forgeview:display'' not found JBWEB006009 In-Reply-To: <456472443.51417073220755.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Message-ID: <1491558141.91417125864904.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> well, I removed that folder I thoght I was de "include source" :S Posted by forums Original post: https://developer.jboss.org/message/911783#911783 From forge-users at lists.jboss.org Fri Nov 28 12:15:15 2014 From: forge-users at lists.jboss.org (forge-users at lists.jboss.org) Date: Fri, 28 Nov 2014 12:15:15 EST Subject: [forge-users] Forge 2.12 - How to install add-ons ? Message-ID: <411548956.01417194945987.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Hello, I'm using Forge 2.12 embedded in JBDS 8. Forge 1 had the command install-plugin which was very simpkle to use. For example, install-plugin jboss-as-7 or install-plugin arquillian. I don't know what was the reason that the syntax has changed in Forge 2 such that there is no any command that use to exist in Forge 1 that it still supported. So install-plugin doesn't exist any more and its equivalent in Forge 2 seems to be addon-install-from-git. So, to install arquillian, one needs to do: addon-install-from-git --url https://github.com/forge/addon-arquillian.git --coordinate org.arquillian.forge:arquillian-addon. There are two problems here: 1. How could one invent the URL ? 2. No documentation explains what the hell --coordinate org.arquillian.forge:arquillian-addo means and what are other alternatives. 3. Using this command raises: Downloading: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/16/jboss-parent-16.pom [SEVERE] The build could not read 1 project -> [Help 1] [SEVERE]?? [SEVERE]?? The project org.arquillian.forge:arquillian-addon:1.0.0-SNAPSHOT (C:\Users\nduminil\AppData\Local\Temp\1417193024614-0\pom.xml) has 1 error [SEVERE]???? Non-resolvable parent POM: Could not transfer artifact org.jboss:jboss-parent:pom:16 from/to central (https://repo.maven.apache.org/maven2): Error transferring file: Connection refused: connect from https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/16/jboss-parent-16.pom and 'parent.relativePath' points at wrong local POM @ line 4, column 12 -> [Help 2] Many thanks in advance, Nicolas DUMINIL Posted by forums Original post: https://developer.jboss.org/message/911854#911854 From forge-users at lists.jboss.org Fri Nov 28 13:14:17 2014 From: forge-users at lists.jboss.org (forge-users at lists.jboss.org) Date: Fri, 28 Nov 2014 13:14:17 EST Subject: [forge-users] Forge 2.12 - How to install add-ons ? In-Reply-To: <411548956.01417194945987.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Message-ID: <603607965.11417198487223.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Hello Nicolas, We have an open JIRA to introduce that functionality back ([FORGE-1747] 'addon-install' command should accept simpler (consolidated) arguments - JBoss Issue Tracker (https://issues.jboss.org/browse/FORGE-1747)) All addons are listed here: http://forge.jboss.org/addons, together with instructions on how to download it. If you are unsure of what a parameter does, type the following: *man * eg: man addon-install-from-git As this addon is not separated into modules, you can use the following to install it: *+addon-install-from-git --url+* *+https://github.com/forge/addon-arquillian.git+* (https://github.com/forge/addon-arquillian.git) About the connection error, are you behind a proxy? I tried here and succeeded on installing it. Posted by forums Original post: https://developer.jboss.org/message/911855#911855