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 147693 - JMSBC:Advanced Options are not reflected in jms:jmsjcaOptions properties
Summary: JMSBC:Advanced Options are not reflected in jms:jmsjcaOptions properties
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: Binding Components (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Sujit Biswas
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-19 10:10 UTC by rajupgl
Modified: 2009-06-09 21:00 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
AdvancedOptions (58.36 KB, image/jpeg)
2008-09-19 11:30 UTC, rajupgl
Details
Jms:jmsjcaOptons from WSDL (162.80 KB, text/plain)
2008-09-19 11:31 UTC, rajupgl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rajupgl 2008-09-19 10:10:41 UTC
JMSBC:Advanced Options are not reflected in jms:jmsjcaOptions properties.

StepstoReproduce:
1.Create a JMS Concrete WSDL and select any type.
2.Go to 5th step AdvanceConfiguration and provide the information for the AdvancedOptions.
3.Click on finish and open the WSDL see the propertis for jms:jmsjcaOptions.

Observations:
It is observed that the values provided in the AdvancedOptions are not visible in the jms:jmsjcaOptions and It shown 
empty property window.

find the attached snapshots for the same.
Comment 1 rajupgl 2008-09-19 11:30:37 UTC
Created attachment 70141 [details]
AdvancedOptions
Comment 2 rajupgl 2008-09-19 11:31:27 UTC
Created attachment 70142 [details]
Jms:jmsjcaOptons from WSDL
Comment 3 Jonelle Almero 2008-10-10 02:24:33 UTC
Tried with latest build from http://beryl.russia.sun.com:8080/hudson/job/sierra/,  I am able to persist data from the
Advanced Options tab.  The wsdl generated contain the following persisted data:
            <jms:address connectionURL="mq://localhost:7676">
                <jms:jmsjcaOptions><![CDATA[JMSJCA.TopicCF=  
JMSJCA.QueueCF= 
java.naming.factory.initial=  
java.naming.provider.url== e.g. file:///c:/temp/bindings> 
java.naming.security.principal=  
java.naming.security.credentials=   
STCMS (ConnectionURL=stcms://host:port or stcmss://host:port) 
com.stc.jms.sockets.PingTimeout=60000]]></jms:jmsjcaOptions>


            </jms:address>
Comment 4 rajupgl 2008-10-13 06:08:54 UTC
Verified in PRODUCT_BUILD=20081009-1415 and these AdvancedOptions are stored in the WSDL source code.Hence closing the 
issue.
Comment 5 rajupgl 2008-11-04 04:50:32 UTC
Based on the conversation on the AdvancedOptions,these should be reflected under the "jms:jmsjcaOptions" properties 
window.

QE Comments:
We had raised a bug for not being able to edit the advanced options under jmsjcaOptions.  The fact that we want the 
user to use the wizard, makes it more essential why we should be giving an editable text area if he wants to change 
the options instead of going and editing the WSDL.  May be this bug can be put as an enhancement and taken up later.

Dev Comments:
It is a valid point and can be done as an enhancement.

Reopen the issue as an enhancement.