EPL header required?
by Lincoln Baxter, III
Hey Richard, Max,
Do you know what type of tasks we need to complete in order to be
"correctly licensed" under the EPL?
Such as:
1. Include LICENSE file in base of project and deliverable archives.
2. Include license header in all source files
What do we need to do to be "correct" ?
Thanks!
--
Lincoln Baxter, III
http://ocpsoft.org
"Simpler is better."
12 years, 3 months
Meeting minutes 2012-08-08
by George Gastaldi
==============
#forge Meeting
==============
Meeting started by gastaldi at 14:02:14 UTC. The full logs are available
at
http://transcripts.jboss.org/meeting/irc.freenode.org/forge/2012/forge.20...
.
Meeting summary
---------------
* Forge Roadmap and 1.0.6 release (gastaldi, 14:02:38)
* ACTION: koentsje will talk to max about including 1.0.6 in the 3.3.x
stream (gastaldi, 14:06:49)
* ACTION: gastaldi will add the roadmap + release dates (when
available) to forge.jboss.org (gastaldi, 14:08:26)
* LINK: http://www.eclipse.org/org/documents/edl-v10.php (jzelenkov,
14:14:11)
* Forge license change (gastaldi, 14:14:13)
* ACTION: lincolnthree will review and update forge license
(lincolnthree, 14:15:58)
* ACTION: lincolnthree will email a guide about the forge license
change to the dev list so everyone can help if they wish
(lincolnthree, 14:18:29)
* Hint plugin (gastaldi, 14:32:10)
* ACTION: josedonizetti will work on a SED plugin clone of unix SED,
and will take a shot at the forge licence-change plugin!
(lincolnthree, 14:33:08)
* ACTION: gastaldi will move the codebase to forge organization in
github (gastaldi, 14:40:34)
* 1.0.1 version of Plugin-Undo (lincolnthree, 14:44:01)
* ACTION: lincolnthree will set all the permissions on the new repo
(gastaldi, 14:45:51)
* LINK:
https://github.com/forge/core/blob/master/shell-api/src/main/java/org/jbo...
(lincolnthree, 14:57:05)
* LINK: http://ci.jboss.org/jenkins/view/Forge/ (lincolnthree,
15:00:35)
Meeting ended at 15:04:38 UTC.
Action Items
------------
* koentsje will talk to max about including 1.0.6 in the 3.3.x stream
* gastaldi will add the roadmap + release dates (when available) to
forge.jboss.org
* lincolnthree will review and update forge license
* lincolnthree will email a guide about the forge license change to the
dev list so everyone can help if they wish
* josedonizetti will work on a SED plugin clone of unix SED, and will
take a shot at the forge licence-change plugin!
* gastaldi will move the codebase to forge organization in github
* lincolnthree will set all the permissions on the new repo
Action Items, by person
-----------------------
* gastaldi
* gastaldi will add the roadmap + release dates (when available) to
forge.jboss.org
* gastaldi will move the codebase to forge organization in github
* josedonizetti
* josedonizetti will work on a SED plugin clone of unix SED, and will
take a shot at the forge licence-change plugin!
* koentsje
* koentsje will talk to max about including 1.0.6 in the 3.3.x stream
* lincolnthree
* lincolnthree will review and update forge license
* lincolnthree will email a guide about the forge license change to
the dev list so everyone can help if they wish
* lincolnthree will set all the permissions on the new repo
* **UNASSIGNED**
* (none)
People Present (lines said)
---------------------------
* lincolnthree (142)
* gastaldi (114)
* jzelenkov (46)
* koentsje (35)
* josedonizetti (31)
* jbossbot (5)
* jbott (5)
Generated by `MeetBot`_ 0.1.4
.. _`MeetBot`: http://wiki.debian.org/MeetBot
12 years, 3 months
JBoss and WebLogic
by Luca Masini
I'm going crazy to let the generated faces scaffolding run on both WLS and
JBoss.
Infact if I let the Bean implements the Converter interface then WLS works
but JBoss complaints about missing method, it's like that the implemented
interface is the Local interface for the bean and no other method is found
but those in the Converter interface itself.
So I remove the interface and everything work without the getConverter
method, getAsObject and getAsString are method of the now interface bean.
On the counter side WLS is unable to call methods from the EL into faces
files that are not part of the Converter interface.
So I'm in a deadlock. I'm unable to let it works on both the Java EE 6
server. I'm sure that a solution exist, but whichi ?
--
****************************************
http://www.lucamasini.net
http://twitter.com/lmasini
http://www.linkedin.com/pub/luca-masini/7/10/2b9
****************************************
12 years, 3 months
So Long (for now)
by Ryan Bradley
Hi all,
I just wanted to let you know that today is the last day of my
internship at Red Hat. I have had a great time here, and learned an
immeasurable amount. In particular, I've enjoyed the opportunity to
have a real impact on such a cool tool like Forge.
So, while I will be going back to finish my final year of university in
September, you can still expect to see me around #forge on IRC, as well
as contributing whenever I can find a spare minute.
Thanks to all of you for a tremendous amount of help (with the Spring
MVC scaffold implementation, as well as with understanding Forge) and I
hope that I'm still able to be very involved with Forge despite my
workload at school.
Cheers,
Ryan
12 years, 3 months
Re: [forge-dev] Needed to add a dependency on forge-1.0.6-SNAPSHOT
by Luca Masini
I'm using:
java version "1.6.0_33"
Java(TM) SE Runtime Environment (build 1.6.0_33-b03-424-11M3720)
Java HotSpot(TM) 64-Bit Server VM (build 20.8-b03-424, mixed mode)
on MacOS X 10.7.4.
Yes it's strange, but nothing work without that dependency.
> Message: 9
> Date: Thu, 2 Aug 2012 09:20:00 -0300
> From: George Gastaldi <gegastaldi(a)gmail.com>
> Subject: Re: [forge-dev] Needed to add a dependency on
> forge-1.0.6-SNAPSHOT
> To: forge-dev List <forge-dev(a)lists.jboss.org>
> Message-ID: <37539DA2-CAAA-494A-9B1E-321B9A8AD5E9(a)gmail.com>
> Content-Type: text/plain; charset=utf-8
> Hi Luca,
> Which JDK are you running with ? This setting should'nt be necessary. You
> must use JDK 6 or higher.
> Best Regards,
> George Gastaldi
> Em 02/08/2012, ?s 06:32, Luca Masini <luca.masini(a)gmail.com> escreveu:
> > I forked Forge to try to fix a bug i filed, but I needed to add this
> > configuration to let forge work (before I started to write anything
> > !!!)
> >
> > forge-parent/pom.xml:
> >
> > <dependency>
> > <groupId>xalan</groupId>
> > <artifactId>serializer</artifactId>
> > <version>2.7.1</version>
> > </dependency>
> >
> > forge-distribution/pom.xml
> >
> > <dependency>
> > <groupId>xalan</groupId>
> > <artifactId>serializer</artifactId>
> > </dependency>
> >
> > forge-distribution/build.xml
> > <module-def name="org.apache.commons.config">
> > ...
> > ...
> > <maven-resource group="xalan" artifact="serializer" />
> > </module-def>
> >
> > Otherwise forge raised a lot of CNFE about
> > org.apache.xml.serializer.OutputPropertiesFactory
> >
> > Am I missing something ??
--
****************************************
http://www.lucamasini.net
http://twitter.com/lmasini
http://www.linkedin.com/pub/luca-masini/7/10/2b9
****************************************
12 years, 3 months
javax.el.MethodNotFoundException under JBoss AS 7.1.1
by Luca Masini
I changed the generated code and now everything works fine under WLS 12c
and TomEE, but using JBoss AS 7.1.1 I got this Exception:
22:12:20,652 ERROR
[org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/29a7a5e6-16b6-4a9a-b4d4-710cf8d32cbd].[FacesServlet]]
(http--127.0.0.1-8080-3) Servlet.service() for servlet FacesServlet threw
exception: javax.el.MethodNotFoundException: /petClinic/owner/search.xhtml
@11,67 listener="#{ownerBean.paginate}": Method not found: Proxy for view
class: javax.faces.convert.Converter of EJB:
OwnerBean.paginate(javax.faces.event.ComponentSystemEvent)
at
com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:109)
[jsf-impl-2.1.7-jbossorg-2.jar:]
at
com.sun.faces.facelets.tag.jsf.core.DeclarativeSystemEventListener.processEvent(EventHandler.java:131)
[jsf-impl-2.1.7-jbossorg-2.jar:]
at
javax.faces.component.UIComponent$ComponentSystemEventListenerAdapter.processEvent(UIComponent.java:2486)
[jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
at javax.faces.event.SystemEvent.processListener(SystemEvent.java:106)
[jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
at
com.sun.faces.application.ApplicationImpl.processListeners(ApplicationImpl.java:2168)
[jsf-impl-2.1.7-jbossorg-2.jar:]
at
com.sun.faces.application.ApplicationImpl.invokeComponentListenersFor(ApplicationImpl.java:2116)
[jsf-impl-2.1.7-jbossorg-2.jar:]
at
com.sun.faces.application.ApplicationImpl.publishEvent(ApplicationImpl.java:288)
[jsf-impl-2.1.7-jbossorg-2.jar:]
at
com.sun.faces.application.ApplicationImpl.publishEvent(ApplicationImpl.java:246)
[jsf-impl-2.1.7-jbossorg-2.jar:]
at
org.jboss.as.weld.webtier.jsf.ForwardingApplication.publishEvent(ForwardingApplication.java:293)
[jboss-as-weld-7.1.1.Final.jar:7.1.1.Final]
at
com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:108)
[jsf-impl-2.1.7-jbossorg-2.jar:]
at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)
[jsf-impl-2.1.7-jbossorg-2.jar:]
at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
[jsf-impl-2.1.7-jbossorg-2.jar:]
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)
[jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329)
[jbossweb-7.0.13.Final.jar:]
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)
[jbossweb-7.0.13.Final.jar:]
at
org.jboss.weld.servlet.ConversationPropagationFilter.doFilter(ConversationPropagationFilter.java:62)
[weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280)
[jbossweb-7.0.13.Final.jar:]
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)
[jbossweb-7.0.13.Final.jar:]
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)
[jbossweb-7.0.13.Final.jar:]
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)
[jbossweb-7.0.13.Final.jar:]
at
org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50)
[jboss-as-jpa-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153)
[jboss-as-web-7.1.1.Final.jar:7.1.1.Final]
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155)
[jbossweb-7.0.13.Final.jar:]
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
[jbossweb-7.0.13.Final.jar:]
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
[jbossweb-7.0.13.Final.jar:]
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368)
[jbossweb-7.0.13.Final.jar:]
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877)
[jbossweb-7.0.13.Final.jar:]
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:671)
[jbossweb-7.0.13.Final.jar:]
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930)
[jbossweb-7.0.13.Final.jar:]
at java.lang.Thread.run(Thread.java:680) [classes.jar:1.6.0_33]
Any Idea ???
Thank you.
--
****************************************
http://www.lucamasini.net
http://twitter.com/lmasini
http://www.linkedin.com/pub/luca-masini/7/10/2b9
****************************************
12 years, 3 months
Needed to add a dependency on forge-1.0.6-SNAPSHOT
by Luca Masini
I forked Forge to try to fix a bug i filed, but I needed to add this
configuration to let forge work (before I started to write anything
!!!)
forge-parent/pom.xml:
<dependency>
<groupId>xalan</groupId>
<artifactId>serializer</artifactId>
<version>2.7.1</version>
</dependency>
forge-distribution/pom.xml
<dependency>
<groupId>xalan</groupId>
<artifactId>serializer</artifactId>
</dependency>
forge-distribution/build.xml
<module-def name="org.apache.commons.config">
...
...
<maven-resource group="xalan" artifact="serializer" />
</module-def>
Otherwise forge raised a lot of CNFE about
org.apache.xml.serializer.OutputPropertiesFactory
Am I missing something ??
Thank you.
--
****************************************
http://www.lucamasini.net
http://twitter.com/lmasini
http://www.linkedin.com/pub/luca-masini/7/10/2b9
****************************************
12 years, 3 months
Want to take a part in Open source development.
by minal
Hi
I am a graduate student majoring in computer science and I want to take a
part in open source development. I am interested in one of the GSOC 2012
projects "JBoss Forge plugin for Infinispan". I would like to know whether
that project is still open?
I have some industry experience in Java but I would like to know the
difficulty level of the project.? and the procedure to take a part in the
development.
Minal Bhadale
12 years, 3 months
JBoss Stacks: Requirements
by Pete Muir
All,
I chatted with Max at JBoss World about requirements for what I'm code-naming JBoss Stacks, which is a really an extension of the JBoss BOMs project.
The JBoss Stacks project takes all the BOMs, all the archetypes, and all the runtimes, and identifies which work with which. This can then be used by tools (like JBDS, Forge, Maven plugins) to correctly configure users projects.
The stacks project requires 3 different dictionaries:
* available BOMs
* available archetypes
* available runtimes
and the ability to see the intersection between these things (i.e. if I'm on runtime version 1.2.3.Final, what BOMs are possible, what BOM is recommended, what archetypes are available, what is recommended).
The runtime should include a download URL, so that plugins such as James' AS plugin for forge can download it. It should also contain a some options. I'm not sure exactly what is needed here, but James can provide details and what makes most sense.
The runtimes should include what type they are (e.g. JBoss AS, EAP) to allow categorisation, filtering, sorting
The Yaml parser in use should be pluggable, to avoid introducing uncessary extra dependencies
There should be a recommended runtime per major version and per minor version (so you can say "I want JBoss AS 7" and you get back AS 7.1.1.Final or you can say "I want JBoss AS 7.0" and you get back 7.0.2.Final).
We're going to need to be careful about compat, eventually, so we need to get everything in there, and get it right. We'll have a long beta cycle ;-)
There will be a client utility, written in Java. This should be a single source file, which projects can copy in. It must have no dependencies other than a Yaml parser.
I think Rafael is going to take the lead on this. But we'll decide on Monday next week.
Pete
12 years, 3 months
Meeting minutes - 2012/08/01
by George Gastaldi
Meeting ended Wed Aug 1 14:52:04 2012 UTC. Information about MeetBot
at http://wiki.debian.org/MeetBot . (v 0.1.4)
Minutes:
http://transcripts.jboss.org/meeting/irc.freenode.org/forge/2012/forge.20...
Minutes (text):
http://transcripts.jboss.org/meeting/irc.freenode.org/forge/2012/forge.20...
Log:
http://transcripts.jboss.org/meeting/irc.freenode.org/forge/2012/forge.20...
==============
#forge Meeting
==============
Meeting started by gastaldi at 14:00:24 UTC. The full logs are available
at
http://transcripts.jboss.org/meeting/irc.freenode.org/forge/2012/forge.20...
.
Meeting summary
---------------
* Documentation + Forge site (gastaldi, 14:02:30)
* ACTION: jzelenkov will write a documentation for the forge-git-tools
(gastaldi, 14:08:44)
* If anyone wishes to contribute, I suggest reading
http://forge.jboss.org/docs/get_involved/contribute.html (gastaldi,
14:11:08)
* If anyone wishes to improve the website, send pull requests to
https://github.com/forge/forge.github.com (gastaldi, 14:14:28)
* Checkout in jgit (gastaldi, 14:15:00)
* Cherry-pick in jgit for the Git undo plugin (not checkout) (gastaldi,
14:17:06)
* gastaldi will help jzelenkov on spotting the problem with jgit
(gastaldi, 14:27:52)
* jzelenkov will contact the dev list for jgit for the cherry-pick
problem (gastaldi, 14:28:15)
* ACTION: jzelenkov will contact the dev list for jgit for the
cherry-pick problem (gastaldi, 14:28:21)
* SwitchYard and Hint plugin (gastaldi, 14:28:53)
* Everyone is welcomed to try the SwitchYard plugin in forge by
installing it using "forge git-plugin
https://github.com/forge/plugin-switchyard.git" (gastaldi,
14:30:41)
* Everyone is welcomed to try the hint plugin: "forge git-plugin
https://github.com/gastaldi/forge-hint-plugin.git" (gastaldi,
14:32:42)
* ACTION: josedonizetti will check about extending the current
aerogear forge plugin to add support for the aerogear-controller
feature (gastaldi, 14:43:12)
* Removing Solder from Forge (gastaldi, 14:44:25)
* ACTION: gastaldi will check the best strategy for removing Solder
and replacing AnnotatedTypeBuilder in the project. (gastaldi,
14:47:08)
* ACTION: gastaldi will copy the necessary classes to forge and
simplify the code itself (gastaldi, 14:49:52)
Meeting ended at 14:52:04 UTC.
Action Items
------------
* jzelenkov will write a documentation for the forge-git-tools
* jzelenkov will contact the dev list for jgit for the cherry-pick
problem
* josedonizetti will check about extending the current aerogear forge
plugin to add support for the aerogear-controller feature
* gastaldi will check the best strategy for removing Solder and
replacing AnnotatedTypeBuilder in the project.
* gastaldi will copy the necessary classes to forge and simplify the
code itself
Action Items, by person
-----------------------
* gastaldi
* gastaldi will check the best strategy for removing Solder and
replacing AnnotatedTypeBuilder in the project.
* gastaldi will copy the necessary classes to forge and simplify the
code itself
* josedonizetti
* josedonizetti will check about extending the current aerogear forge
plugin to add support for the aerogear-controller feature
* jzelenkov
* jzelenkov will write a documentation for the forge-git-tools
* jzelenkov will contact the dev list for jgit for the cherry-pick
problem
* **UNASSIGNED**
* (none)
People Present (lines said)
---------------------------
* gastaldi (86)
* jzelenkov (31)
* josedonizetti (23)
* jbott (4)
Generated by `MeetBot`_ 0.1.4
.. _`MeetBot`: http://wiki.debian.org/MeetBot
12 years, 3 months