Requesting Release Access
by Pete Royle
Hi
I'd like to do an Alpha release of Seam Cron soon, so I'm requesting
access to the JBoss Release Repository please. My JBoss.org username is
peteroyle.
Cheers,
Pete
13 years, 6 months
Re: [seam-dev] [forge-dev] seam 3 plugins
by George Gastaldi
That would be something to discuss now on the seam dev irc meeting
Em 25/05/2011, às 17:53, Dan Allen <dan.j.allen(a)gmail.com> escreveu:
Adding seam-dev.
On Wed, May 25, 2011 at 16:50, Paul Bakker <paul.bakker.nl(a)gmail.com> wrote:
> Hey all,
>
> Just a thought. Should we create one large plugin project for the Seam 3
> related plugins? Now we split them per Seam3 module. This is nice on a
> development perspective, but not as nice for an end user because you need to
> install 10 different plugins in Forge... So we should either think about a
> packaging mechanism that keeps the code split in different projects on
> github, but still be able to install them in a single command or just put
> them all together in one project.
> What are your thoughts?
>
> Paul
>
> _______________________________________________
> forge-dev mailing list
> forge-dev(a)lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/forge-dev
>
>
--
Dan Allen
Principal Software Engineer, Red Hat | Author of Seam in Action
Registered Linux User #231597
http://www.google.com/profiles/dan.j.allen#about
http://mojavelinux.com
http://mojavelinux.com/seaminaction
_______________________________________________
seam-dev mailing list
seam-dev(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/seam-dev
13 years, 6 months
Re: [seam-dev] [forge-dev] seam 3 plugins
by Dan Allen
Adding seam-dev.
On Wed, May 25, 2011 at 16:50, Paul Bakker <paul.bakker.nl(a)gmail.com> wrote:
> Hey all,
>
> Just a thought. Should we create one large plugin project for the Seam 3
> related plugins? Now we split them per Seam3 module. This is nice on a
> development perspective, but not as nice for an end user because you need to
> install 10 different plugins in Forge... So we should either think about a
> packaging mechanism that keeps the code split in different projects on
> github, but still be able to install them in a single command or just put
> them all together in one project.
> What are your thoughts?
>
> Paul
>
> _______________________________________________
> forge-dev mailing list
> forge-dev(a)lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/forge-dev
>
>
--
Dan Allen
Principal Software Engineer, Red Hat | Author of Seam in Action
Registered Linux User #231597
http://www.google.com/profiles/dan.j.allen#about
http://mojavelinux.com
http://mojavelinux.com/seaminaction
13 years, 6 months
from [forge-dev] seam3 plugins
by Dan Allen
CCing seam-dev list. Paul is asking about the status of forge Seam 3 plugins
to avoid duplicate efforts.
-Dan
---------- Forwarded message ----------
From: Paul Bakker <paul.bakker.nl(a)gmail.com>
Date: Sun, May 22, 2011 at 12:47
Subject: [forge-dev] seam3 plugins
To: forge-dev List <forge-dev(a)lists.jboss.org>
Hi all,
I'm wondering what Forge plugins are available already for Seam 3. On the
central github site there is:
-Seam BOM
-Seam JMS
-Seam Catch
-Seam Faces
Both Catch and Faces are still empty. Is there any work done on those two
modules and possibly other modules yet? If not, I plan to get started on
them this week. Just checking to avoid doing work twice.
Paul
_______________________________________________
forge-dev mailing list
forge-dev(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/forge-dev
--
Dan Allen
Principal Software Engineer, Red Hat | Author of Seam in Action
Registered Linux User #231597
http://www.google.com/profiles/dan.j.allen#about
http://mojavelinux.com
http://mojavelinux.com/seaminaction
13 years, 6 months
Helping solve problems on the forums
by Jason Porter
Those that were at the meeting (or read the minutes / logs) know this is
something I'm trying to figure out. This new model (
http://www.managementexchange.com/story-36) used at Red Hat I think makes a
lot of sense, and something I'm trying to leverage (or will from here out).
The part that I think we're missing right now is the Knowledge Base that our
users can search. I know the answer is going to Seam University, but it's
not here yet. However, when it is here, I want to make sure there is a
simple way to mark a forum thread as resolved (maybe we need distinctions as
to the type of thread: discussion, question, call for help, etc) and have
that added to the knowledge base and analyzed for themes, keywords, etc.
This may be something to bring up with Mark Newton as well.
Enough about Seam University, do any of the module leads have a problem if
the forum moderator (whomever that may be) emails or otherwise pings (I've
been doing this for a few weeks now) the module lead to lend a hand when
appropriate? I know we discussed this idea a little bit in the meeting and
the general consensus seemed to be allowing the community to try and solve
problems on there own (which isn't happening, IMO due to a lack of knowledge
about the modules outside of the developers) before one us jumps in with a
solution. I'm trying to do what's best for Seam and make sure no one gets
overwhelmed.
--
Jason Porter
http://lightguard-jp.blogspot.com
http://twitter.com/lightguardjp
Software Engineer
Open Source Advocate
Author of Seam Catch - Next Generation Java Exception Handling
PGP key id: 926CCFF5
PGP key available at: keyserver.net, pgp.mit.edu
13 years, 6 months
Arquillian and JBoss Container Managed 6
by Ove Ranheim
Hi,
How is it possible to control console log output when using arquillian-jbossas-managed-6?
The tests are running just fine, but I'd like to route all output to console. The reason behind this is because Bamboo isn't able to pick up on target/jboss-6.0.0.Final/server/default/deploy/log/server.log. Therefor log output is required so Bamboo can catch exceptions being thrown.
Any ideas folks.
Cheers,
Ove
<?xml version="1.0"?>
<arquillian xmlns="http://jboss.com/arquillian" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://jboss.org/schema/arquillian http://jboss.org/schema/arquillian/arquillian_1_0.xsd">
<engine>
<property name="deploymentExportPath">target/</property>
</engine>
<container qualifier="jbossas" default="true">
<configuration>
<property name="jbossHome">target/jboss-6.0.0.Final</property>
<property name="httpPort">8280</property>
<property name="rmiPort">1299</property>
<property name="javaVmArguments">-Xmx512m -XX:MaxPermSize=128m -Djboss.service.binding.set=ports-02 -Darquillian.logging=system -
Djava.util.logging.manager=org.jboss.logmanager.LogManager</property>
</configuration>
<protocol type="Servlet 3.0">
<configuration>
<property name="host">localhost</property>
<property name="port">8280</property>
</configuration>
</protocol>
</container>
</arquillian>
13 years, 6 months
@Injecting the same bean with different @Qualifier
by Antoine Sabot-Durand
Hi Team,
To provide simple to powerfull ways to use Seam Social, I have 2 solutions to inject the same Bean
@Inject
Twitter twitter;
and
@Inject
@RelatedTo(Service.Twitter)
OAuthService twitter;
At the end "twitter" contains an instance of TwitterScribe bean in the 2 cases.
To achieve that I have to create a producer like this :
@Produces
@RelatedTo(Service.Twitter)
protected OAuthService qualifiedTwitterProducer(@New TwitterScribe service) {
return service;
}
in addition of TwitterScribe bean which has the @Default qualifier.
As I'll have to do that for each service and people extending the API will also have to provide this straightforward producer for their own service bean, I was wondering if there wasn't a more elegant (generic ?) way to create a bean responding to @default and another qualifier the same way.
thanks for your feedback on that.
Antoine
13 years, 6 months
Seam Reports
by George Gastaldi
Hello All !
Seam Reports is a portable extension for Java EE that provides APIs
for compiling, populating and rendering reports (Excel, PDF, etc) from
existing report frameworks (JasperReports, etc).
I invite anyone to try it and join it when possible.
The module page for Seam Reports is online also:
http://seamframework.org/Seam3/ReportsModule
Now that you are familiar with the subject, I´ll share some thoughts below ! :D
I have spoken with Jason Porter and Pete Royle about incorporating
Seam Render capabilities on this module also.
The idea is, since this module produces documents, it would be nice to
extract the classes used for rendering content on Seam Mail, for
example to this module.
The inter-module dependencies should not be required at first glance
(Maybe from API).
It would be nice if this module provided an API for generating some
content (let´s say, use Velocity to generate a XHTML and XHTMLRenderer
- https://xhtmlrenderer.dev.java.net - to generate a PDF for example)
.
So whenever you need to render a document, the answer is straight
clear: use Seam Reports :)
What do you guys think ?
Regards,
George Gastaldi
-------------------------------------------
Seam Reports Module Leader
13 years, 6 months