Re: jBPM SEAM integration
by Pete Muir
On 24 Sep 2008, at 14:44, Tom Baeyens wrote:
> Pete,
>
> There are 2 topics I would like to discuss with you:
>
> 1) https://jira.jboss.org/jira/browse/JBPM-1166
Ok. I thought we had sorted this?
> 2) Moving Pageflow to SEAM. The problem of having pageflow in jBPM
> is that that introduces a circular dependency. The pageflow node
> depends on SEAM and SEAM depends on jBPM pageflow. This circular
> dependency also prevents us from testing pageflow in our own codebase.
What does this involve? The public class Page extends Node is already
in the seam code base, so is this just some configuration?
> Next monday will be JIRA freeze we'll have to decide by then how we
> are going to deal with this situation.
>
> Are you available for a call about this topic later this week ?
Perhaps sometime on Friday morning?
16 years, 2 months
Seam 2.1.0.CR1 release
by Pete Muir
All,
I would like to have a code freeze for Seam 2.1.0.CR1 Wednesday 24th
September. As usual, all issues marked Critical or Blocker should be
completed before this code freeze takes effect, so if you have an
issue you think must get in, make sure it is marked Critical or
Blocker. Please also review the issues assigned to you. If they are
critical, and you won't get them done in time, please unassign them,
otherwise please adjust their fix version accordingly.
Christian: 2 exception handling issues
Dan: 3 seam-gen issues, 2 other bugs, 2 feature requests
Jay: 3 interop issues, 1 docs issue
Judy: 3 icefaces issues
Max: 1 JBDS / .exploded builder issue
Mike: 1 Spring issue
Norman: 2 URL rewrite issues
Pete: 2 wicket issues, 1 messages formatting issue, 3 deployment
issues, 1 passivation issue (3 critical issues)
Shane: 4 examples issues, 2 natural conversations issues, 2 other (2
critical issues)
Unassigned: 26 issues (1 critical)
Shane has been working though the unassigned issues, working out
whether they are critical or not. Shane, how is this going? Can you
mark any that should block the release as critical, and slip the rest
to "The future".
Thanks!
Pete
16 years, 2 months
dealing with Set properties in JSF
by Dan Allen
I have added an issue to the JSF2 page that has bothered me since day
one about JSF. As an application developer, I should not care that my
collection bound to a JSF data table is a java.util.Set vs a
java.util.List. I don't care that Set is not an indexed collection or
that the order might not be guaranteed (I'll use a LinkedHashSet or
TreeSet if I need that behavior). I have a collection and I want to
stuff it in a table. End of story. I have said as much in this P2
issue.
http://seamframework.org/Documentation/JSF2#H-ProperCoverageOfCollections...
-Dan
--
Dan Allen
Software consultant | Author of Seam in Action
http://mojavelinux.com
http://mojavelinux.com/seaminaction
NOTE: While I make a strong effort to keep up with my email on a daily
basis, life and work come first and, at times, keep me away from my mail
for a while. If you contact me, then don't hear back for more than a week,
it is very likely that I am excessively backlogged or the message was
caught in the spam filters. Please don't hesitate to resend a message if
you feel that it did not reach my attention.
16 years, 2 months
groovy support is broken in trunk
by Dan Allen
I'm just sending a heads up that somewhere in the last two weeks
groovy hot deployment broken. The first time I discovered it was in
the middle of a talk. I didn't get a chance to look into it deeper
today, but I wanted to just raise awareness before I forgot. We don't
want to go to RC with this broken.
-Dan
--
Dan Allen
Software consultant | Author of Seam in Action
http://mojavelinux.com
http://mojavelinux.com/seaminaction
NOTE: While I make a strong effort to keep up with my email on a daily
basis, life and work come first and, at times, keep me away from my mail
for a while. If you contact me, then don't hear back for more than a week,
it is very likely that I am excessively backlogged or the message was
caught in the spam filters. Please don't hesitate to resend a message if
you feel that it did not reach my attention.
16 years, 2 months
Issues with Oracle(BEA) Weblogic 10.3
by Marek Novotny
I have discovered some issues with the latest release of Oracle(BEA)
Weblogic Server.
First issue is with jpa example. There is already related JIRA issue
https://jira.jboss.org/jira/browse/JBSEAM-3350
Second issue is with seam jee5 booking example. After reading steps at
http://docs.jboss.com/seam/2.1.0.BETA1/reference/en-US/html/weblogic.html...,
which are basically for 10.0MP1, but should work also for version 10.3.
And also
It seems that some weird class loading issue happens in WLS.
Caused by: java.lang.Throwable: Substituted for missing class
org.hibernate.HibernateException - Could not instantiate
TransactionManagerLookup 'WeblogicTransactionManagerLookup'
at
org.hibernate.transaction.TransactionManagerLookupFactory.getTransactionManagerLookup(TransactionManagerLookupFactory.java:47)
at
org.hibernate.cfg.SettingsFactory.createTransactionManagerLookup(SettingsFactory.java:422)
at
org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:140)
at
org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2009)
at
org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1292)
at
org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(AnnotationConfiguration.java:915)
at
org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:730)
at
org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:127)
at
weblogic.deployment.PersistenceUnitInfoImpl.createEntityManagerFactory(PersistenceUnitInfoImpl.java:330)
at
weblogic.deployment.PersistenceUnitInfoImpl.<init>(PersistenceUnitInfoImpl.java:123)
at
weblogic.deployment.AbstractPersistenceUnitRegistry.storeDescriptors(AbstractPersistenceUnitRegistry.java:331)
at
weblogic.deployment.AbstractPersistenceUnitRegistry.loadPersistenceDescriptor(AbstractPersistenceUnitRegistry.java:245)
at
weblogic.deployment.ModulePersistenceUnitRegistry.<init>(ModulePersistenceUnitRegistry.java:63)
at
weblogic.ejb.container.deployer.EJBModule.setupPersistenceUnitRegistry(EJBModule.java:209)
at
weblogic.ejb.container.deployer.EJBModule$1.execute(EJBModule.java:310)
at
weblogic.deployment.PersistenceUnitRegistryInitializer.setupPersistenceUnitRegistries(PersistenceUnitRegistryInitializer.java:62)
at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:381)
--
Marek Novotny
--
JBoss Seam Product Lead
Red Hat Czech s.r.o.
Purkynova 99
612 45 Brno
Email: mnovotny(a)redhat.com
Office phone: +420 532 294 287, ext. 82-62 087
mobile: +420 608 509 230
16 years, 2 months
RSS support committed
by Nicklas Karlsson
The "tech preview" support for RSS is now in trunk as talked about with Pete as
a standalone "rss"-module. Thanks to Daniel for doing the build script
integration!
Pete, could/should you open a JIRA module for it?
16 years, 3 months
widing seamframework.org
by Dan Allen
Is there any reason we are wasting 10% of the screen in the layout of
seamframework.org? Maybe some of you have 20+" monitors and don't
care, but for those of us road warriors and poor folk who have smaller
screens, this is wasted space for no good reason. As a result, many of
the forum posts are scrolling off to the right, making it a pain to
deal with every day. Could we make the width of the body 100% instead
of 90%?
Thanks for making our lives easier.
-Dan
--
Dan Allen
Software consultant | Author of Seam in Action
http://mojavelinux.com
http://mojavelinux.com/seaminaction
NOTE: While I make a strong effort to keep up with my email on a daily
basis, life and work come first and, at times, keep me away from my mail
for a while. If you contact me, then don't hear back for more than a week,
it is very likely that I am excessively backlogged or the message was
caught in the spam filters. Please don't hesitate to resend a message if
you feel that it did not reach my attention.
16 years, 3 months
Delivery reports about your e-mail
by The Post Office
The original message was received at Mon, 22 Sep 2008 10:13:41 +0700 from 15.25.134.127
----- The following addresses had permanent fatal errors -----
seam-dev(a)lists.jboss.org
----- Transcript of the session follows -----
... while talking to lists.jboss.org.:
554 <seam-dev(a)lists.jboss.org>... Message is too large
554 <seam-dev(a)lists.jboss.org>... Service unavailable
16 years, 3 months
Accessing stylesheets from action
by Nicklas Karlsson
Hi,
I'm looking at JBSEAM-3411, trying to be able to use external css
references when exporting dataTables to Excel. Can you think of any
way of accessing the stylesheets from an action method?
* I don't think I can access them from the ViewRoot or anywhere in
through FacesContext(?)
* Filters are in the wrong place, no response yet(?)
* Is there any Facelets magic that can be applied?
* Phaselistener?
* Parsing the request in order to determine xhtml document used and
then reading the file directly as a resource
sounds like a long shot...
PS. What is the practise when fixing bugs you discover yourself -
should you open and close a JIRA for it anyway in order to get a
reference in some changelog?
---
Nik
16 years, 3 months