This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 109428 - I18N - compapp project encoding property is not present
Summary: I18N - compapp project encoding property is not present
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: Composite Application (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jun Qian
URL:
Keywords: I18N
Depends on:
Blocks: 100312
  Show dependency tree
 
Reported: 2007-07-11 21:47 UTC by Jun Qian
Modified: 2007-08-05 19:33 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jun Qian 2007-07-11 21:47:38 UTC
See umbrella ticket #100312
Comment 1 Jun Qian 2007-07-12 00:52:22 UTC
Implemented.

IDE:-------------------------------------------------
IDE: [7/11/07 4:49 PM] Committing Files started
cvs server: scheduling file `JbiProjectEncodingQueryImpl.java' for addition
cvs server: use 'cvs commit' to add this file permanently
Checking in JbiProjectGenerator.java;
/cvs/enterprise/compapp/projectjbi/src/org/netbeans/modules/compapp/projects/jbi/JbiProjectGenerator.java,v  <-- 
JbiProjectGenerator.java
new revision: 1.7; previous revision: 1.6
done
Checking in JbiProject.java;
/cvs/enterprise/compapp/projectjbi/src/org/netbeans/modules/compapp/projects/jbi/JbiProject.java,v  <--  JbiProject.java
new revision: 1.6; previous revision: 1.5
done
Checking in ui/customizer/JbiProjectProperties.java;
/cvs/enterprise/compapp/projectjbi/src/org/netbeans/modules/compapp/projects/jbi/ui/customizer/JbiProjectProperties.java,v
 <--  JbiProjectProperties.java
new revision: 1.5; previous revision: 1.4
done
Checking in ui/customizer/VisualPropertySupport.java;
/cvs/enterprise/compapp/projectjbi/src/org/netbeans/modules/compapp/projects/jbi/ui/customizer/VisualPropertySupport.java,v
 <--  VisualPropertySupport.java
new revision: 1.2; previous revision: 1.1
done
Checking in ui/customizer/CustomizerGeneral.form;
/cvs/enterprise/compapp/projectjbi/src/org/netbeans/modules/compapp/projects/jbi/ui/customizer/CustomizerGeneral.form,v
 <--  CustomizerGeneral.form
new revision: 1.3; previous revision: 1.2
done
Checking in ui/customizer/Bundle.properties;
/cvs/enterprise/compapp/projectjbi/src/org/netbeans/modules/compapp/projects/jbi/ui/customizer/Bundle.properties,v  <--
 Bundle.properties
new revision: 1.2; previous revision: 1.1
done
Checking in ui/customizer/CustomizerGeneral.java;
/cvs/enterprise/compapp/projectjbi/src/org/netbeans/modules/compapp/projects/jbi/ui/customizer/CustomizerGeneral.java,v
 <--  CustomizerGeneral.java
new revision: 1.3; previous revision: 1.2
done
Checking in ui/JbiCustomizerProvider.java;
/cvs/enterprise/compapp/projectjbi/src/org/netbeans/modules/compapp/projects/jbi/ui/JbiCustomizerProvider.java,v  <-- 
JbiCustomizerProvider.java
new revision: 1.2; previous revision: 1.1
done
Checking in ui/JbiLogicalViewProvider.java;
/cvs/enterprise/compapp/projectjbi/src/org/netbeans/modules/compapp/projects/jbi/ui/JbiLogicalViewProvider.java,v  <-- 
JbiLogicalViewProvider.java
new revision: 1.3; previous revision: 1.2
done
RCS file:
/cvs/enterprise/compapp/projectjbi/src/org/netbeans/modules/compapp/projects/jbi/queries/JbiProjectEncodingQueryImpl.java,v
done
Checking in queries/JbiProjectEncodingQueryImpl.java;
/cvs/enterprise/compapp/projectjbi/src/org/netbeans/modules/compapp/projects/jbi/queries/JbiProjectEncodingQueryImpl.java,v
 <--  JbiProjectEncodingQueryImpl.java
initial revision: 1.1
done
IDE: [7/11/07 4:49 PM] Committing Files finished
Comment 2 Ken Frank 2007-07-15 03:05:06 UTC
changing encoding of compapp project does not result in encoding of next compapp or j2se project
for example, being created with that encoding showing in the project encoding properties.

However, changing encoding of a j2se project does result in that encoding being shown
as the encoding property of a newly created compapp project.

---> please have the fix for the first part put into the in progress still open issues
as part of umbrella 100312 and to the already marked fixed issue 109429.

PS where is the iep or jbi project created ? I see issues on this as part of 100312 but I don't
see them mentioned in new projects->soa window ?


ken.frank@sun.com
Comment 3 Jun Qian 2007-07-16 20:28:39 UTC
Persist project encoding for future project generation.


IDE:-------------------------------------------------
IDE: [7/16/07 12:25 PM] Committing "JbiProjectProperties.java" started
Checking in JbiProjectProperties.java;
/cvs/enterprise/compapp/projectjbi/src/org/netbeans/modules/compapp/projects/jbi/ui/customizer/JbiProjectProperties.java,v
 <--  JbiProjectProperties.java
new revision: 1.6; previous revision: 1.5
done
IDE: [7/16/07 12:25 PM] Committing "JbiProjectProperties.java" finished
Comment 4 Jun Qian 2007-07-16 20:38:03 UTC
I think IEP project has been pulled out of NetBeans SOA Pack.

JBI component project (a.k.a. base project) is not a concrete project type. Therefore, you won't see it in the new
project wizard. It is supposed to provide common functionality for all the concrete project types like BPEL Project,
XSLT Project, SQL Project, etc. However, over time, most of the concrete project types have duplicated the code in the
base project and gone their own way.
Comment 5 Ken Frank 2007-08-05 19:33:55 UTC
verifying.

for the jbi project and feq - I will be reopening the feq issues on xslt and bpel projects (sql still in progrss)
since its not using feq as to read/write the global encoding - so jbi project might need re fixing also ?

ken.frank@sun.com