Watch, Follow, &
Connect with Us
Public Report
Report From: JBuilder/Web Development    [ Add a report in this area ]  
Report #:  6697   Status: Closed
jbuilder x deletes resource path from web.xml
Project:  JBuilder Build #:  176
Version:    10.0 Submitted By:   Alexey Skorokhodov
Report Type:  Basic functionality failure Date Reported:  12/23/2003 5:42:19 AM
Severity:    Serious / Highly visible problem Last Updated: 3/20/2012 2:24:39 AM
Platform:    All platforms Internal Tracking #:   193371
Resolution: Cannot Reproduce (Resolution Comments) Resolved in Build: : 176
Duplicate of:  None
Voting and Rating
Overall Rating: No Ratings Yet
0.00 out of 5
Total Votes: 1
Description
with jbuilder X open existing project containing a web-application.

open web.xml descriptor.

expected:
web.xml contains correct link to my resources file, like this:
<init-param>
  <param-name>application</param-name>
  <param-value>com.aaa.bbb.ApplicationResources</param-value>
</init-param>

actual:
web.xml contains link to resource file without the package name:
<init-param>
  <param-name>application</param-name>
  <param-value>ApplicationResources</param-value>
</init-param>

I can't provide detailed steps to reproduce this bug, but it looks like jbuilder X deletes package string in this parameter from time to time (this happened several times).
Steps to Reproduce:
None
Workarounds
None
Attachment
None
Comments

A A at 1/25/2005 11:14:11 PM -
I also encountered this problem (I have been developing web apps with JBuilder with Struts for half a year). It also resets your default servlet to ActionServlet.
I think it is just a duplicate of bug #7957  http://qc.borland.com/wc/qcmain.aspx?d=7957

Server Response from: ETNACODE01