MantisBT - ParaView
View Issue Details
0010497ParaViewBugpublic2010-03-31 12:262011-05-17 21:11
Yumin Yuan 
Utkarsh Ayachit 
highmajoralways
closedfixed 
4.0 
3.12 
0010497: A server-side-only reader plugin should not be required to load on client for it to work.
If a reader is only REQUIRED_ON_SERVER, the client should already have the file extension needed for the gui if it is specified with the <Hints> tag in the reader server manager xml. So we don't really need the clientConf.xml when calling ADD_PARAVIEW_PLUGIN to tell the gui the file extension, and we should not have to load the reader on the client if it is only REQUIRED_ON_SERVER.

BTW, it will be really nice if this could be fixed before 3.8 release since I need to deliver a reader plugin to a customer based on 3.8 release. This is the selfish reason that I labeled this with "major high" :).
No tags attached.
Issue History
2010-03-31 12:26Yumin YuanNew Issue
2011-05-09 17:14Utkarsh AyachitNote Added: 0026474
2011-05-09 17:14Utkarsh AyachitStatusbacklog => @80@
2011-05-09 17:14Utkarsh AyachitFixed in Version => 3.12
2011-05-09 17:14Utkarsh AyachitResolutionopen => fixed
2011-05-09 17:14Utkarsh AyachitAssigned To => Utkarsh Ayachit
2011-05-17 21:11Alan ScottNote Added: 0026539
2011-05-17 21:11Alan ScottStatus@80@ => closed

Notes
(0026474)
Utkarsh Ayachit   
2011-05-09 17:14   
This is already true. If you specify <Hints /> in the XML for a reader, you only need to load that plugin on the server side.
(0026539)
Alan Scott   
2011-05-17 21:11   
Trusting Utkarsh.