Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

BtM WSDM TPTP 4.4 Limitations

Place content here.

Limitation Workaround
Capability Editor
If user imports any XSD or WSDL which imports another XSD or WSDL using Http uri, then user might need Network connection to resolve the imported XSD or WSDL file. Before Importing any wsdl or xsd file into the existing capability or while creating new capability please make sure that Network and Internet access Enabled
When Creating the capability/creating by importing WSDL/Creating by impporting java classes as capabilities under the Project i,e "Test 1" (Project Name

having space) redmark shows up for the capability file when opening capability

file noticed all the fields are empty
Create a New project with out spaces in the project name
when renaming mcap file , its asking to remove xsd and rmd files Known Limitation
Could not set values for Operation parameter arrays through MAX Known Limitation
Array return type for operations - If user selects to return the array values for an operation, then the generated smashed wsdl file will be invalid and marked as red in the generated project Known Limitation
Topics provided in RMD file leads to failure of initialization of resource Known Limitation
RuntimeException throws up when deploying Javacode on Tomcat Known Limitation(It is a Muse bug)
Could not see the XSD property to import Do not remove imported properties but instead create a new capability
When the property is removed from the capability editor, the related fields are disabled but not getting Empty Known Limitation
Could not generate code when capability having property as writable and mutability as constant When user wants to select mutability as constant then make sure that property is read only
MRT Editor
Redmark shows up for the mrt file when Capability is removed from the Project Before deleting the capability file from the project, please makesure that has been removed from the MRTs
Service Group and Relationship capabilities should expose the topics and related rmd files have to be changed Known Limitation
Deployment Descriptor Editor
Custom Serializers shows up even when the related mrt is removed from the dd file Open the DD file in Text editor and remove all the <custom-serializer> Elements that were being used by Removed resource type
Could not see any Custom Serializers in the dd file, which got created when generating code from MRT User can right click the mrt file and generate a dd template, custom serializer will show up in the dd template and then user can do the codegen from that dd file.
Service Group Editor
When codegeneration is successful, at present we have to replace existing javafiles with other javafiles. Known Limitation
Code Generation
Compilation Errors shows up for the java files after codegeneration When Creating the new custom capability dont change the namespace of the capability or if user still wants to change the name space please edit the namespace in these formats i,e http://test1.org/test2 or http://test1.org/test2/test3 but edit to http://test1.test2.org
Topics provided in RMD file leads to failure of initialization of resource After generation of code please remove the java files, build the project and can be deployed successfully
Could not GenerateJavacode when Entering duplicate Project name and Checking in Overwrite Files necessary checkbox When Generating code for MRT or DD file, please provide non existent project name
Redmark shows on the Generated Axis2 on OSGI Code when started eclipse with SUNJava1.4.2/1.5.0 or IBMJava1.4.2/1.5.0 Export the packages org.apache.muse.core.platform.osgi, org.apache.muse.core.platform.osgi.descriptor, org.apache.muse.core.platform.osgi.internal, org.apache.muse.ore.platform.osgi.routing and org.apache.muse.core.platform.osgi.util from 'org.apache.muse.osgi.core' plugin as a jar to the created OSGI project. Add it as an additional jar to the project. The 2 errors of src folder were gone from the problem view
Could not do Codegeneration when started eclipse with Java 1.4.2 Known Limitation
Managed Agent Explorer
Noticed that Updated Custom Operation name doesnt reflect in operations list, instead old Custom Operation name shows up Updation of Operation cannot be done,instead please create a new capability and add the new operation.
subscribe image shows up even when selecting unsubscribe on the Property in MAX Known Limitation(This is related to Muse bug)
Relationships Editor
Import Java classes a Capability

Back to the top