[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-4039) Drools Runtime version checks during Drools project creation.
by Aliaksey Nis (JIRA)
Drools Runtime version checks during Drools project creation.
-------------------------------------------------------------
Key: JBIDE-4039
URL: https://jira.jboss.org/jira/browse/JBIDE-4039
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: drools
Affects Versions: 3.0.0.GA
Environment: WindowsXP SP2
JBoss Developer Studio
Version: 2.0.0.GA
Build id: jbdevstudio-eap-win32-2.0.0.GA-R200903141247-H4
JRE 1.5_08
Reporter: Aliaksey Nis
Attachments: DroolsExc1.txt, DroolsExc2.txt
EXECUTE: Install studio, during installation add jboss-soa-p.4.3.0 server.
ASSERT: Studio created drools runtime - Drools - jboss-soa-p.4.3.0.
EXECUTE: New project > Drools Project.
EXECUTE: Input name, press Next 2 times.
FAILURE: In step 3 enabled default checkbox with "Drools - jboss-soa-p.4.3.0" runtime(4.x drools runtime). And selected code compatibility with drools 5.x. No sights of warning about wrong Drools version.
EXECUTE: Press Finish.
ASSERT: Project created with error multiply markers(because wrong drools runtime used).
EXECUTE: Go to Preferences > Drools > Drools Runtimes. Create new Drools 5.x runtime.
EXECUTE: Right click on Drools project. Select Properties > Drools.
EXECUTE: Enable Settings checkbox, select Drools 5.x runtime. Press Ok.
FAILURE: Exception thrown in error log(DroolsExc1.txt).
EXECUTE: Right click on Drools project. Select Properties > Drools.
EXECUTE: Disable Settings checkbox. Press Ok.
FAILURE: Each time you press Ok button - exception thrown in error log(DroolsExc21.txt). It's imposible to disable Project specific settings now.
--
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
14 years, 11 months