[JBoss JIRA] Created: (JBIDE-6661) Deploying BPEL process with dependent jars
by Gary Brown (JIRA)
Deploying BPEL process with dependent jars
------------------------------------------
Key: JBIDE-6661
URL: https://jira.jboss.org/browse/JBIDE-6661
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: bpel
Reporter: Gary Brown
Attachments: Quickstart_bpel_service_handler-1.jar
The current BPEL deployer packages up BPEL, WSDL and XSD artifacts found in the bpelContent folder, and deploys the packaged jar to the JBossAS server.
Although the BPEL process cannot invoke Java code, occasionally the Web Service configuration references Java classes - e.g. JAX-WS handlers.
In this situation, it would be necessary for those Java classes to be deployed to the server along with the BPEL process. One approach would be for the user to independently deploy the dependent Java code to the server (e.g. in the server/default/lib folder) although this assumes that the code will not need to change during the lifetime of the server.
An alternative approach would be to bundle the dependent jar inside the BPEL deployment jar. This can be achieved by placing the dependent jar at the top level of the BPEL jar.
The RiftSaw quickstart service_handler example has been attached, as an example of how this can be done.
One solution maybe to offer the user the option to reference external jars, or other Java Eclipse projects that could be packaged on deployment, that can then be included in the packaged BPEL jar. Although this may be simply a case of the user packaging the jar manually, and placing it in the bpelContent folder themselves?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months
[JBoss JIRA] Created: (JBIDE-7160) dvdstore22-ejb Hibernate Console Configuration has an error out-of-the-box
by Vitali Yemialyanchyk (JIRA)
dvdstore22-ejb Hibernate Console Configuration has an error out-of-the-box
--------------------------------------------------------------------------
Key: JBIDE-7160
URL: https://jira.jboss.org/browse/JBIDE-7160
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: project-examples
Affects Versions: 3.2.0.M2
Reporter: Vitali Yemialyanchyk
Assignee: Snjezana Peco
Priority: Minor
Attachments: screenshot-1.jpg
see screenshot and exception stacktrace:
org.hibernate.cache.NoCachingEnabledException: Second-level cache is not enabled for usage [hibernate.cache.use_second_level_cache | hibernate.cache.use_query_cache]
org.hibernate.cache.NoCachingEnabledException: Second-level cache is not enabled for usage [hibernate.cache.use_second_level_cache | hibernate.cache.use_query_cache]
at org.hibernate.cache.impl.NoCachingRegionFactory.buildEntityRegion(NoCachingRegionFactory.java:66)
at org.hibernate.impl.SessionFactoryImpl.<init>(SessionFactoryImpl.java:261)
at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1341)
at org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(AnnotationConfiguration.java:867)
at org.hibernate.console.ConsoleConfiguration$4.execute(ConsoleConfiguration.java:195)
at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:63)
at org.hibernate.console.ConsoleConfiguration.execute(ConsoleConfiguration.java:71)
at org.hibernate.console.ConsoleConfiguration.buildSessionFactory(ConsoleConfiguration.java:190)
at org.hibernate.eclipse.console.workbench.LazySessionFactoryAdapter.getChildren(LazySessionFactoryAdapter.java:43)
at org.hibernate.eclipse.console.workbench.BasicWorkbenchAdapter.getChildren(BasicWorkbenchAdapter.java:100)
at org.hibernate.eclipse.console.workbench.BasicWorkbenchAdapter.fetchDeferredChildren(BasicWorkbenchAdapter.java:106)
at org.eclipse.ui.progress.DeferredTreeContentManager$1.run(DeferredTreeContentManager.java:235)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months
[JBoss JIRA] Created: (JBIDE-7374) NullPointer occurres while running seam.ui.test in tycho
by Victor Rubezhny (JIRA)
NullPointer occurres while running seam.ui.test in tycho
--------------------------------------------------------
Key: JBIDE-7374
URL: https://jira.jboss.org/browse/JBIDE-7374
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml source editing, Seam
Affects Versions: 3.2.0.Beta1
Environment: Apache Maven 3.0-beta-1 (r935667; 2010-04-19 21:00:39+0400)
Java version: 1.6.0_20
Java home: /usr/lib/jvm/java-6-openjdk/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux" version: "2.6.35-22-generic" arch: "amd64" Family: "unix"
Reporter: Victor Rubezhny
Assignee: Alexey Kazakov
Fix For: 3.2.0.Beta2
An exception occurres while running JUnit tests for seam.ui.test plugin.
!ENTRY org.eclipse.wst.validation 4 0 2010-10-20 16:23:27.007
!MESSAGE
!STACK 0
java.lang.NullPointerException
at org.jboss.tools.seam.internal.core.validation.SeamCoreValidator.validateXmlComponentDeclarations(SeamCoreValidator.java:690)
at org.jboss.tools.seam.internal.core.validation.SeamCoreValidator.validateComponent(SeamCoreValidator.java:602)
at org.jboss.tools.seam.internal.core.validation.SeamCoreValidator.validateAll(SeamCoreValidator.java:328)
at org.jboss.tools.jst.web.kb.internal.validation.ValidatorManager.validateAll(ValidatorManager.java:114)
at org.jboss.tools.jst.web.kb.internal.validation.ValidatorManager.validateInJob(ValidatorManager.java:81)
at org.eclipse.wst.validation.internal.operations.ValidatorJob.run(ValidatorJob.java:78)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months
[JBoss JIRA] Created: (JBIDE-7122) booking22-test example has 3 error markers in html
by Vitali Yemialyanchyk (JIRA)
booking22-test example has 3 error markers in html
--------------------------------------------------
Key: JBIDE-7122
URL: https://jira.jboss.org/browse/JBIDE-7122
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: project-examples
Affects Versions: 3.2.0.M2
Reporter: Vitali Yemialyanchyk
Assignee: Snjezana Peco
Priority: Minor
introExp.html: The element type "INPUT" must be terminated by the matching end-tag "</INPUT>".
workspaceExp.html: The element type "INPUT" must be terminated by the matching end-tag "</INPUT>".
mainExp.html: Multiple annotations found at this line:
- The entity name must immediately follow the '&' in the entity reference.
- Invalid character used in text string ( @Stateful @Name("hotelSearch") @Scope(ScopeType.SESSION)
@LoggedIn public class HotelSearchingAction implements HotelSearching { @PersistenceContext private EntityManager
em; private String searchString; private int pageSize = 10; private int page; @DataModel private List<Hotel> hotels; public
void find() { page = 0; queryHotels(); } public void nextPage() { page++; queryHotels(); } private void queryHotels()
{ hotels = em.createQuery("select h from Hotel h where lower(h.name) " + "like #{pattern} or lower(h.city) like #{pattern} "
+ "or lower(h.zip) like #{pattern} or " + "lower(h.address) like #{pattern}") .setMaxResults(pageSize) .setFirstResult( page *
pageSize ) .getResultList(); } public boolean isNextPageAvailable() { return hotels!=null && hotels.size()==pageSize; }
public int getPageSize() { return pageSize; } public void setPageSize(int pageSize) { this.pageSize = pageSize; } @Factory
(value="pattern", scope=ScopeType.EVENT) public String getSearchPattern() { return searchString==null ? "%" : '%' +
searchString.toLowerCase().replace('*', '%') + '%'; } public String getSearchString() { return searchString; } public void
setSearchString(String searchString) { this.searchString = searchString; } @Remove public void destroy() {} }).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months