[JBoss AS7 Development] - Beta1 MUST HAVE List
by David Lloyd
David Lloyd [http://community.jboss.org/people/dmlloyd] modified the document:
"Beta1 MUST HAVE List"
To view the document, visit: http://community.jboss.org/docs/DOC-16608
--------------------------------------------------------------
1. EE Related1. JPA and PC injection
2. EE Injection
3. EJB3 Singletons, SFSBs and SLSBs with annotation processing1. Working "Cache" and "Pool" behavior
4. EJB Injection
5. Managed Beans
6. JNDI contexts
7. EJB TX
8. EE @Interceptor lifecycle callbacks
9. System interceptor callbacks
10. Integrate Weld with EJBs and JPA
2. Management Related1. Master DC ->Slave DC propogation
2. Deployment content uploads via HTTP
3. All demos working
4. CLI with latest syntax
5. New FS deployment
6. Get standalone and domain deployment convenience APIs repackaged and into controller-client
3. User experience1. Classloader modules visualization (Ales)
4. Other1. Release and upgrade to jboss-module 1.0.0.Beta16
--------------------------------------------------------------
Comment by going to Community
[http://community.jboss.org/docs/DOC-16608]
Create a new document in JBoss AS7 Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=102&co...]
13 years, 10 months
[JBoss AS7 Development] - Beta1 MUST HAVE List
by Jason Greene
Jason Greene [http://community.jboss.org/people/jason.greene] modified the document:
"Beta1 MUST HAVE List"
To view the document, visit: http://community.jboss.org/docs/DOC-16608
--------------------------------------------------------------
1. EE Related1. JPA and PC injection
2. EE Injection
3. EJB3 Singletons, SFSBs and SLSBs with annotation processing1. Working "Cache" and "Pool" behavior
4. EJB Injection
5. Managed Beans
6. JNDI contexts
7. EJB TX
8. EE @Interceptor lifecycle callbacks
9. System interceptor callbacks
10. Integrate Weld with EJBs and JPA
2. Management Related1. Master DC ->Slave DC propogation
2. Deployment content uploads via HTTP
3. All demos working
4. CLI with latest syntax
5. New FS deployment
6. Get standalone and domain deployment convenience APIs repackaged and into controller-client
3. User experience1. Classloader modules visualization (Ales)
4. Other1. Release and upgrade to jboss-module 1.0.0.Beta16
--------------------------------------------------------------
Comment by going to Community
[http://community.jboss.org/docs/DOC-16608]
Create a new document in JBoss AS7 Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=102&co...]
13 years, 10 months
[JBoss AS7 Development] - Beta1 MUST HAVE List
by Brian Stansberry
Brian Stansberry [http://community.jboss.org/people/brian.stansberry] modified the document:
"Beta1 MUST HAVE List"
To view the document, visit: http://community.jboss.org/docs/DOC-16608
--------------------------------------------------------------
1. EE Related1. JPA and PC injection
2. EE Injection
3. EJB3 Singletons, SFSBs and SLSBs with annotation processing1. Working "Cache" and "Pool" behavior
4. EJB Injection
5. Managed Beans
6. JNDI contexts
7. EJB TX
8. EE @Interceptor lifecycle callbacks
9. System interceptor callbacks
10. Integrate Weld with EJBs and JPA
2. Management Related1. Master DC ->Slave DC propogation
2. Deployment content uploads via HTTP
3. All demos working
4. CLI with latest syntax
5. New FS deployment
6. Get standalone and domain deployment convenience APIs repackaged and into controller-client
3. User experience1. Classloader modules visualization (Ales)
4. Other1. Release and upgrade to jboss-module 1.0.0.Beta16
--------------------------------------------------------------
Comment by going to Community
[http://community.jboss.org/docs/DOC-16608]
Create a new document in JBoss AS7 Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=102&co...]
13 years, 10 months
[JBoss AS7 Development] - Beta1 MUST HAVE List
by Brian Stansberry
Brian Stansberry [http://community.jboss.org/people/brian.stansberry] modified the document:
"Beta1 MUST HAVE List"
To view the document, visit: http://community.jboss.org/docs/DOC-16608
--------------------------------------------------------------
1. EE Related1. JPA and PC injection
2. EE Injection
3. EJB3 Singletons, SFSBs and SLSBs with annotation processing1. Working "Cache" and "Pool" behavior
4. EJB Injection
5. Managed Beans
6. JNDI contexts
7. EJB TX
8. EE @Interceptor lifecycle callbacks
9. System interceptor callbacks
10. Integrate Weld with EJBs and JPA
2. Management Related1. Master DC ->Slave DC propogation
2. Deployment content uploads via HTTP
3. All demos working
4. CLI with latest syntax
5. New FS deployment
6. Get standalone and domain deployment convenience APIs repackaged and into controller-client
3. User experience1. Classloader modules visualization (Ales)
4. Other1. Release and upgrade to jboss-module 1.0.0.Beta16
--------------------------------------------------------------
Comment by going to Community
[http://community.jboss.org/docs/DOC-16608]
Create a new document in JBoss AS7 Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=102&co...]
13 years, 10 months
[jBPM Development] - JBPM or hibernate issue?
by Tej jbpm
Tej jbpm [http://community.jboss.org/people/tejJBPM] created the discussion
"JBPM or hibernate issue?"
To view the discussion, visit: http://community.jboss.org/message/593081#593081
--------------------------------------------------------------
Hi, I have implemented jbpm 4.2 on Tomcat 6.0.20. But recently i have found that tomcat hangs if was not restarted for few days. Also all my pages where JBPM is used i get this "could not acquire block of ids" error. I think the whole issue is something to do with hibernate and cleanup .This is how my hibernate looks - did i miss any setting. I also tried to use reconnect=true in my database connection setting and this is causing more issue and the whole database connections seems to be reconnected after every few minutes and creates a instable system. I am confused as to how to solve this one - please can anybody help me out. The reconnection errors are going off only if the tomcat is restarted
<hibernate-configuration>
<session-factory>
<property name="hibernate.dialect">org.hibernate.dialect.MySQLInnoDBDialect</property>
<property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
<property name="hibernate.connection.url">jdbc:mysql://localhost/project</property>
<property name="hibernate.connection.username">mysqlroot</property>
<property name="hibernate.connection.password">password</property>
<!--
<property name="connection.datasource">java:comp/env/jdbc/project</property>
<property name="transaction.factory_class">org.hibernate.transaction.JTATransactionFactory</property>
<property name="jta.UserTransaction">java:comp/UserTransaction</property> -->
<property name="hibernate.format_sql">true</property>
<property name="hibernate.cache.provider_class">org.hibernate.cache.HashtableCacheProvider</property>
<mapping resource="jbpm.repository.hbm.xml" />
<mapping resource="jbpm.execution.hbm.xml" />
<mapping resource="jbpm.history.hbm.xml" />
<mapping resource="jbpm.task.hbm.xml" />
<mapping resource="jbpm.identity.hbm.xml" />
</session-factory>
</hibernate-configuration>
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/593081#593081]
Start a new discussion in jBPM Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
13 years, 10 months