[JBoss JIRA] Commented: (JBPM-510) Problems redeploing jbpm.sar multiple times with JBOSS4.0.3
by Britt Miner (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-510?page=comments#action_12345931 ]
Britt Miner commented on JBPM-510:
----------------------------------
While isolating the ear does solve the problem, this is not a desireable solution. By default we loose the ability for our app to participate in cross-application EJB communication. To re-enable the app's ability to communicate with other EJBs we can follow the instructions here http://www.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration (and realize that our cross-app EJB calls will take a significant performance hit.)
-Britt
> Problems redeploing jbpm.sar multiple times with JBOSS4.0.3
> -----------------------------------------------------------
>
> Key: JBPM-510
> URL: http://jira.jboss.com/jira/browse/JBPM-510
> Project: JBoss jBPM
> Issue Type: Bug
> Components: Core Engine
> Affects Versions: jBPM 3.1 beta 2
> Environment: JDK 1.5 on Solaris
> Reporter: Evgueni Smoliar
> Assigned To: Tom Baeyens
>
> there is a problem with persitance of the object org.jbpm.context.def.VariableAccess occure sometimes
> If I redeploy JBPM.sar file in jboss
> org.hibernate.PropertyAccessException: could not set a field value by reflection setter of org.jbpm.context.def.VariableAccess.access
> at org.hibernate.property.DirectPropertyAccessor$DirectSetter.set(DirectPropertyAccessor.java:82)
> at org.hibernate.tuple.AbstractEntityTuplizer.setPropertyValues(AbstractEntityTuplizer.java:330)
> at org.hibernate.tuple.PojoEntityTuplizer.setPropertyValues(PojoEntityTuplizer.java:188)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 6 months
[JBoss JIRA] Resolved: (JBMICROCONT-23) Lifecycle
by Ales Justin (JIRA)
[ http://jira.jboss.com/jira/browse/JBMICROCONT-23?page=all ]
Ales Justin resolved JBMICROCONT-23.
------------------------------------
Resolution: Done
Annotations added - in org.jboss.beans.metadata.spi.annotations.
Modified LifecycleAction in such way that it first checks for lifecycle metadata, then annotations and finally default lifecycle method name.
With annotations only no argument /parameter methods are currently supported.
Added AnnotatedLifecycleTestCase with AnnotatedLifecycleBean.
Still undone is how to include parameters with anotated lifecycle methods - maybe another JIRA issue?
> Lifecycle
> ---------
>
> Key: JBMICROCONT-23
> URL: http://jira.jboss.com/jira/browse/JBMICROCONT-23
> Project: JBoss MicroContainer
> Issue Type: Task
> Components: Dependency
> Reporter: Adrian Brock
> Assigned To: Ales Justin
> Fix For: JBossMC-2.0.0.GA
>
>
> Add support for lifecycle annotations
> @CreateLifeCycle
> @StartLifeCycle
> @StopLifeCycle
> @DestroyLifeCycle
> and annotate org.jboss.system.Service.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 6 months