
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Application Server Tomcat 5.5.17, Linux, PostgreSQL 8.1.3
|
|
method 'createComponent':
GenericValue componentGV = projectComponentManager.createComponent(componentName, project, null, null);
must be:
GenericValue componentGV = projectComponentManager.createComponent(componentName, project, null, description);
|
|
Description
|
method 'createComponent':
GenericValue componentGV = projectComponentManager.createComponent(componentName, project, null, null);
must be:
GenericValue componentGV = projectComponentManager.createComponent(componentName, project, null, description); |
Show » |
|
Thanks for this, we'll see if we can fix this for the next release.
Thanks,
Brian