[jBPM] - Some questions about jbpm console
by Jimmy dong
Jimmy dong [http://community.jboss.org/people/jimmy.dongjia] created the discussion
"Some questions about jbpm console"
To view the discussion, visit: http://community.jboss.org/message/641694#641694
--------------------------------------------------------------
Our project now is using JBPM5.1 to develop our worflow system, I want to use jbpm console as client, will make twice development so as to suit our necessary, I have the latest console source code ,but I don't know how to compile and deploy?
And next question , in order to develop customize process, we should add new task forms use freemarker. I think the forms should be a dynamic page,and will be connect with database,read and write data from db. So I want to know whether the .ftl file support JSP or other dynamic language?If support,how to config?
Thanks for your attention,any help will be appreciate!!
jimmy.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/641694#641694]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
13 years, 1 month
[JBoss Web Services] - issue with wsconsume
by Mikhail Voronin
Mikhail Voronin [http://community.jboss.org/people/minige] created the discussion
"issue with wsconsume"
To view the discussion, visit: http://community.jboss.org/message/641896#641896
--------------------------------------------------------------
Hello,
I have the following problem with consuming *wsdl*, I need to create a web service based on existing *wsdl.*
The problem is the following, *maven* fails on *wsconsume* with error:
+Failed to execute goal org.jboss.ws.plugins:maven-jaxws-tools-plugin:1.0.0.GA:wsconsume (default) on project pweb: Execution default of goal org.jboss.ws.plugins:maven-jaxws-tools-plugin:1.0.0.GA:wsconsume failed: Failed to load: org.jboss.ws.tools.jaxws.impl.SunRIConsumerFactoryImpl -> [Help 1]+
I suppose the problem is in dependency my pom.xml:
<dependency>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-core</artifactId>
<version>3.2.2.GA</version>
<type>jar</type>
<scope>*provided*</scope>
</dependency>
I'm able to compile only if I change scope to *compile* but result war file is a very large this way and this war can't be deployed because of many errors like:
+javax.management.InstanceAlreadyExistsException: jboss.deployment:id="org.jboss.netty.internal.ResourceFactory",type=Component already registered.+
Could anyone please point me to my error.
I'm using JBoss.5.1.0 with JbossWS-3.2.2
Thanks in advance,
Mikhail
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/641896#641896]
Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
13 years, 1 month