[JBoss JIRA] Created: (JBESB-2572) Impossible to hot deploy EJB3 with JPA annotations on a JBossESB installation
by Vincent Girard-Reydet (JIRA)
Impossible to hot deploy EJB3 with JPA annotations on a JBossESB installation
-----------------------------------------------------------------------------
Key: JBESB-2572
URL: https://jira.jboss.org/jira/browse/JBESB-2572
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Configuration, Deployment
Affects Versions: 4.5
Environment: Jboss AS 4.2.3 GA
JbossESB 4.5
Reporter: Vincent Girard-Reydet
Priority: Blocker
Hot deploying (in fact deploying after Drools) an EJB with JPA annotations fails systematically with the following error:
SessionFactoryImpl] Error in named query: ProcessInstancesWaitingForEvent
org.hibernate.hql.ast.QuerySyntaxException: ProcessInstanceInfo is not mapped [select processInstanc
eInfo.processInstanceId from ProcessInstanceInfo processInstanceInfo where :type in elements(process
InstanceInfo.eventTypes)]
at org.hibernate.hql.ast.util.SessionFactoryHelper.requireClassPersister(SessionFactoryHelper.java:
158)
See the original issue JBIDE-4332 for the details.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 9 months
[JBoss JIRA] Created: (JBESB-2754) Every EBWS invocation makes UDDI lookup
by Martin Vecera (JIRA)
Every EBWS invocation makes UDDI lookup
---------------------------------------
Key: JBESB-2754
URL: https://jira.jboss.org/jira/browse/JBESB-2754
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Rosetta, Web Services
Affects Versions: 4.4 CP3
Reporter: Martin Vecera
Priority: Critical
With every call of a Web Service published using EBWS, an instance of JAXWS provider (BaseWebService) is created, which requests new ServiceInvoker and a lookup into UDDI. Attached is a TrackingRegistryInterceptor which shows UDDI lookups and their duration.
This is a significant performance issue - after applying a partial workaround (see Workaround field) the performance almost doubled.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 9 months