[jboss-user] [JBoss Tools (users)] - continuos redeployment of seam with birt

2009-08-17 Thread netdrag
Hello guys

I currently try to add birt to a seam project. 
I added a birt facet to an existing seam ear project and redeployed it to the 
jboss server. it started normally, but a few seconds after complete deployment, 
the application undeploys and deploys again and so on, until the server runs 
out of memory. In the jboss-as-logs I see no error message

then I tried to make a new project, with the same result. I also tried to use 
seam 2.0 instead of seam 2.1 or to make a war project instead of a ear.
I tried to use ant instead of maven. but always the same result.

I used
Seam 2.1.2 and 2.0.2
Birt 2.5
Jboss AS 5.1
Jboss Tools 3.1 M2

Anyone has the same problem? Or has an idea how to debug this?
Thanks in advance

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250033#4250033

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250033
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools (users)] - Re: continuos redeployment of seam with birt

2009-08-18 Thread netdrag
I hope this works


  | 009-08-18 01:44:57,227 INFO  
[org.hibernate.impl.SessionFactoryObjectFactory] (HDScanner) Factory name: 
persistence.unit:unitName=#xeric
  | 2009-08-18 01:44:57,231 INFO  [org.hibernate.util.NamingHelper] (HDScanner) 
JNDI InitialContext 
properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory,
 java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
  | 2009-08-18 01:44:57,240 INFO  
[org.hibernate.impl.SessionFactoryObjectFactory] (HDScanner) Bound factory to 
JNDI name: persistence.unit:unitName=#xeric
  | 2009-08-18 01:44:57,241 WARN  
[org.hibernate.impl.SessionFactoryObjectFactory] (HDScanner) InitialContext did 
not implement EventContext
  | 2009-08-18 01:44:57,266 INFO  [org.hibernate.tool.hbm2ddl.SchemaUpdate] 
(HDScanner) Running hbm2ddl schema update
  | 2009-08-18 01:44:57,267 INFO  [org.hibernate.tool.hbm2ddl.SchemaUpdate] 
(HDScanner) fetching database metadata
  | 2009-08-18 01:44:57,272 INFO  [org.hibernate.tool.hbm2ddl.SchemaUpdate] 
(HDScanner) updating schema
  | 2009-08-18 01:44:57,277 INFO  [org.hibernate.tool.hbm2ddl.SchemaUpdate] 
(HDScanner) schema update complete
  | 2009-08-18 01:44:57,281 INFO  [org.hibernate.util.NamingHelper] (HDScanner) 
JNDI InitialContext 
properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory,
 java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
  | 2009-08-18 01:44:57,340 INFO  
[org.jboss.web.tomcat.service.deployers.TomcatDeployment] (HDScanner) deploy, 
ctxPath=/xeric
  | 2009-08-18 01:44:57,522 INFO  
[javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) Initializing 
Mojarra (1.2_12-b01-FCS) for context '/xeric'
  | 2009-08-18 01:45:02,210 INFO  [javax.servlet.ServletContextListener] 
(HDScanner) Welcome to Seam 2.0.2.SP1
  | 2009-08-18 01:45:06,088 INFO  
[org.hibernate.cfg.search.HibernateSearchEventListenerRegister] (HDScanner) 
Unable to find org.hibernate.search.event.FullTextIndexEventListener on the 
classpath. Hibernate Search is not enabled.
  | 2009-08-18 01:45:06,090 INFO  [org.hibernate.util.NamingHelper] (HDScanner) 
JNDI InitialContext 
properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory,
 java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
  | 2009-08-18 01:45:06,090 INFO  
[org.hibernate.connection.DatasourceConnectionProvider] (HDScanner) Using 
datasource: java:/xericDatasource
  | 2009-08-18 01:45:06,091 INFO  [org.hibernate.cfg.SettingsFactory] 
(HDScanner) RDBMS: PostgreSQL, version: 8.4.0
  | 2009-08-18 01:45:06,091 INFO  [org.hibernate.cfg.SettingsFactory] 
(HDScanner) JDBC driver: PostgreSQL Native Driver, version: PostgreSQL 8.3 
JDBC4 with SSL (build 604)
  | 2009-08-18 01:45:06,091 INFO  [org.hibernate.dialect.Dialect] (HDScanner) 
Using dialect: org.hibernate.dialect.PostgreSQLDialect
  | 2009-08-18 01:45:06,092 INFO  
[org.hibernate.transaction.TransactionFactoryFactory] (HDScanner) Transaction 
strategy: org.hibernate.ejb.transaction.JoinableCMTTransactionFactory
  | 2009-08-18 01:45:06,092 INFO  
[org.hibernate.transaction.TransactionManagerLookupFactory] (HDScanner) 
instantiating TransactionManagerLookup: 
org.hibernate.transaction.JBossTransactionManagerLookup
  | 2009-08-18 01:45:06,093 INFO  
[org.hibernate.transaction.TransactionManagerLookupFactory] (HDScanner) 
instantiated TransactionManagerLookup
  | 2009-08-18 01:45:06,093 INFO  [org.hibernate.cfg.SettingsFactory] 
(HDScanner) Automatic flush during beforeCompletion(): disabled
  | 2009-08-18 01:45:06,093 INFO  [org.hibernate.cfg.SettingsFactory] 
(HDScanner) Automatic session close at end of transaction: disabled
  | 2009-08-18 01:45:06,094 INFO  [org.hibernate.cfg.SettingsFactory] 
(HDScanner) JDBC batch size: 15
  | 2009-08-18 01:45:06,094 INFO  [org.hibernate.cfg.SettingsFactory] 
(HDScanner) JDBC batch updates for versioned data: disabled
  | 2009-08-18 01:45:06,094 INFO  [org.hibernate.cfg.SettingsFactory] 
(HDScanner) Scrollable result sets: enabled
  | 2009-08-18 01:45:06,094 INFO  [org.hibernate.cfg.SettingsFactory] 
(HDScanner) JDBC3 getGeneratedKeys(): disabled
  | 2009-08-18 01:45:06,094 INFO  [org.hibernate.cfg.SettingsFactory] 
(HDScanner) Connection release mode: auto
  | 2009-08-18 01:45:06,094 INFO  [org.hibernate.cfg.SettingsFactory] 
(HDScanner) Default batch fetch size: 1
  | 2009-08-18 01:45:06,094 INFO  [org.hibernate.cfg.SettingsFactory] 
(HDScanner) Generate SQL with comments: disabled
  | 2009-08-18 01:45:06,094 INFO  [org.hibernate.cfg.SettingsFactory] 
(HDScanner) Order SQL updates by primary key: disabled
  | 2009-08-18 01:45:06,094 INFO  [org.hibernate.cfg.SettingsFactory] 
(HDScanner) Order SQL inserts for batching: disabled
  | 2009-08-18 01:45:06,094 INFO  [org.hibernate.cfg.SettingsFactory] 
(HDScanner) Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
  | 2009-08-18 01:45:06,095 INFO  
[org.hibernate.hql.ast.ASTQueryTranslatorFactory] (HDScanner) Using 
ASTQuery

[jboss-user] [JBoss Tools (users)] - Re: continuos redeployment of seam with birt

2009-08-18 Thread netdrag
It is just a few lines before deployment, the lines between deployment and 
automatic undeployment and a few lines of undeployment. 

My problem is to check what really happens. I can not see any error message in 
the whole file. 

Birt 2.5 Webviewer works fine, my seam application works fine, but it seems the 
combination causes this redeployment. 

Where should I open the jiira. Don't know, is this a Jboss AS Problem? Or can 
it be something in the deployment descriptor, like web.xml or something

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250113#4250113

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250113
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools (users)] - Re: continuos redeployment of seam with birt

2009-08-18 Thread netdrag
Thank you, that worked. 
I thought it had to do with birt-seam integration, not just a jboss problem.

Thank you all really much - Problem solved

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250247#4250247

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250247
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user