[jboss-user] [JBoss Seam] - Re: Programmatic Log4j Configuration

2007-12-12 Thread barthjj
Thanks for the link. I looked at the code there and found out what my problem was. I was using PropertyConfigurator instead of DOMConfigurator. Here's the working code @Name("configLogger") | @Startup | @Scope(APPLICATION) | public class ConfigLog4j{ | | @Create | public v

[jboss-user] [JBoss Seam] - Re: Programmatic Log4j Configuration

2007-12-11 Thread barthjj
Looks like nobody cares about this. I'll respond with my results so far anyway. I've setup a component as: | @Name("configLogger") | @Scope(value = ScopeType.APPLICATION) | @Startup | public class ConfigLog4j { | | @Create | public void configureLogger() { |

[jboss-user] [JBoss Seam] - Programmatic Log4j Configuration

2007-12-06 Thread barthjj
Can anyone help me use programmatic log4j configuration in a Seam application? I want to continue to use the @Logger, because that's sweet, but I need configurations to vary between DEV, TEST, PROD. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110970#41109

[jboss-user] [JBoss Seam] - Re: DocumentStore exception

2007-10-26 Thread barthjj
I had a different PDF setup problem than yours, but my solution was to make sure that I had the right versions of the various jars for the release I was using (2.0.0.BETA1). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099361#4099361 Reply to the post : h

[jboss-user] [JBoss Seam] - Re: occasional could not acquire lock on @Synchronized compo

2007-08-30 Thread barthjj
I'm also getting this exception. Are you using ajax4jsf components as well? I have a feeling it has something to do with multiple ajax requests trying to use the seam components at the same time. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079620#4079620

[jboss-user] [JBoss Seam] - s:decorate enhancement

2007-08-10 Thread barthjj
Is it possible to pass the 'disabled' attribute into s:decorate like #{required} and #{invalid} are? Has anyone figured out a nice workaround for this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073168#4073168 Reply to the post : http://www.jboss.com/i

[jboss-user] [JBoss Seam] - Problem deploying jpa example to Weblogic 9.2

2007-08-02 Thread barthjj
I'm following the readme in the jpa example for Seam 2 Beta. After deploying the war, I attempt to start the application. I get these exceptions in the log file: javax.persistence.PersistenceException: [PersistenceUnit: bookingDatabase] class or package not found at org.hibernate.ejb