[JBoss JIRA] Created: (JBIDE-6830) Cannot recreate a service created by the wizard
by Lukas Jungmann (JIRA)
Cannot recreate a service created by the wizard
-----------------------------------------------
Key: JBIDE-6830
URL: https://jira.jboss.org/browse/JBIDE-6830
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.2.0.M2
Reporter: Lukas Jungmann
Assignee: Brian Fitzpatrick
-have a dynamic web project
1) create a sample web service in the project using default values in the wizard
2) delete created file
3) delete entries added to web.xml by the wizard
4) save all changes
5) create a sample web service using default values in the wizard again
6) open web.xml file
=> contains:
<servlet>
<display-name>HelloWorld</display-name>
<servlet-name>HelloWorld</servlet-name>
<servlet-class>org.jboss.samples.webservices.HelloWorld</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>HelloWorld</servlet-name>
<url-pattern>/HelloWorld</url-pattern>
</servlet-mapping>
<servlet>
<display-name>HelloWorld1</display-name>
<servlet-name>HelloWorld1</servlet-name>
<servlet-class>org.jboss.samples.webservices.HelloWorld</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>HelloWorld1</servlet-name>
<url-pattern>/HelloWorld1</url-pattern>
</servlet-mapping>
but since we did step 3 it should contain only:
<servlet>
<display-name>HelloWorld1</display-name>
<servlet-name>HelloWorld1</servlet-name>
<servlet-class>org.jboss.samples.webservices.HelloWorld</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>HelloWorld1</servlet-name>
<url-pattern>/HelloWorld1</url-pattern>
</servlet-mapping>
7) delete all created files from the project, remove servlet related entries from the web.xml and save all files
8) create a sample web service using "HelloWorld" as the web service name
=> see attached screenshot - web.xml is empty but wizard says that web.xml already contains servlet "HelloWorld"
--
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
14 years, 11 months
[JBoss JIRA] Created: (JBIDE-8053) Incomplete instructions for ESB File Action example
by Libor Zoubek (JIRA)
Incomplete instructions for ESB File Action example
---------------------------------------------------
Key: JBIDE-8053
URL: https://issues.jboss.org/browse/JBIDE-8053
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: esb, project-examples
Affects Versions: 3.2.0.CR1
Reporter: Libor Zoubek
Assignee: Brian Fitzpatrick
Description of ESB File Action example says :Before deploy the project, please change some properties according to the readme.txt file.
None of readme's does not say anything. I don't know how to run this example. I assume, that I should run client project to create a file *somewhere* and deployed esb will process it.
What to pass to CreateTestFile's main method?
Could this be exaplained in readme files?
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 11 months
[JBoss JIRA] Created: (JBIDE-8065) builds fail consistently on dev05 slave
by Nick Boldt (JIRA)
builds fail consistently on dev05 slave
---------------------------------------
Key: JBIDE-8065
URL: https://issues.jboss.org/browse/JBIDE-8065
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: bpel, Build/Releng, cdi (jsr-299), jsp/jsf/xml source editing, Portal/GateIn, testing
Affects Versions: 3.2.0.CR1
Environment: Hudson labels:
linux RHEL_any git-working git-sunjdk16 RHEL5_x86_64
$ uname -a
Linux dev05.mw.lab.eng.bos.redhat.com 2.6.18-194.26.1.el5 #1 SMP Fri Oct 29 14:21:16 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
$ java -version
java version "1.5.0_22"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_22-b03)
Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_22-b03, mixed mode)
Reporter: Nick Boldt
Priority: Trivial
Need to figure out what's missing on this slave that's causing builds to consistently fail here.
jbosstools-3.2_trunk.component--jst #27 (FAILURE)
01/05/2011 07:46 PM
jbosstools-3.2_trunk.component--bpel #17 (FAILURE)
01/05/2011 03:21 AM
jbosstools-3.2_trunk.component--portlet #9 (FAILURE)
01/05/2011 12:06 AM
jbosstools-3.2_trunk.component--jst #24 (FAILURE)
01/04/2011 07:46 PM
jbosstools-3.2_trunk.component--examples #14 (FAILURE)
01/04/2011 04:03 PM
jbosstools-3.2_trunk.component--cdi #39 (FAILURE)
01/03/2011 08:36 AM
https://hudson.qa.jboss.com/hudson/computer/dev05-linux/builds
https://hudson.qa.jboss.com/hudson/computer/dev05-linux/rssFailed
If someone can posit some guesses (xulrunner version? java version? maven version?) I can check the slave's contents.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 12 months