[JBoss Seam] - Re: When would SEAM 2.0.0 GA and SEAM 2.0.1 GA be released a
by bsmithjj
"christian.bauer(a)jboss.com" wrote : anonymous wrote : It's not necessarily straight forward to just force several teams of developers to upgrade their version of Seam, and also their version of JBoss AS in order to obtain bug fixes.
|
| Well, here you actually have a much easier option: Seam 1.2.1 is part of the JBoss Enterprise Application Platform, for which you can buy support/bugfixing services for a few years from Red Hat. Or, because it is open source, you can fix it yourself or pay someone else to fix whatever you don't like.
This comment suggests you think I want something for free...
We like the Seam framework a lot but we don't want to be in the business of maintaining frameworks. We are, however, paying customers of JBoss (now Red Hat) - we even sent a good number of people to JBoss world for 2 years in a row (no JBoss world this past summer :-( ) - so from my perspective, we're doing our part to be payed customers - we're not looking for a free ride. I think I would be less willing to put my vote in for Seam-specific support after watching the 1.3.0 Alpha disappear - just too much volatility in how it evolves.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083167#4083167
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083167
18 years, 7 months
Log rolling compression.
by Joe Butchinski
All,
I'm looking to compress jboss server logs rolled from the log4j
appender. Basically I just want the existing DailyRollingFileAppender
behavior with the extra step of compression. I've seen a handful of
different writes that do this,
http://logging.apache.org/log4j/companions/extras/xref/org/apache/log4j/r... is one example, but I haven't been able to determine if this can be plugged into jboss and subsequently how. If it's not practical I can pass on the idea but it would be nice to keep the functions all in one place. Comments/experiences appreciated.
Thanks.
18 years, 7 months
[Installation, Configuration & DEPLOYMENT] - Re: JBOSS Deployment Error
by PeterJ
For those of you following along at home, guess who just ran into this same error? That's right, your's truly. I added a new login realm to login-config.xml and then got:
12:50:58,107 WARN [XMLLoginConfigImpl] End loadConfig, failed to load config: f
| ile:/F:/opt/jboss/jboss-5.0.0.Beta3/server/messaging/conf/login-config.xml
| org.jboss.security.auth.login.ParseException: Encountered "<?xml" at line 1, col
| umn 1.
| Was expecting one of:
| <EOF>
| <IDENTIFIER> ...
| at org.jboss.security.auth.login.SunConfigParser.generateParseException(
| SunConfigParser.java:395)
| etc, etc, etc
So what horrendous thing did I do to deserve such a fate? Simple - I forgot a quote mark. Here is part of the realm I added:
<application-policy name=video-realm">
That was on line 190. The error message, though, calls out line 1. It amazes me that after some 50+ years of history and research into compilers and compiler technology that the XML parser cannot even come close to identifying where the human screwed up.
Oh well, I will add another entry to my list of things to look for when this error comes up. You have been warned.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083165#4083165
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083165
18 years, 7 months