Opened 5 years ago
Last modified 5 years ago
#2187 closed defect
ClassCastException when trying to create a new plug-in configuration — at Initial Version
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | minor | Milestone: | BASE 3.15.1 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
If there is a filter on the "Plugin definition" column in the "Plugin configurations" list when the "New" button is clicked in order to create a new configuration a popup window is opened with an error message:
class java.lang.String cannot be cast to class net.sf.basedb.core.Type ... java.lang.ClassCastException ...at net.sf.basedb.clients.web.Base.getFirstMatching(Base.java:1760) ...at org.apache.jsp.admin.pluginconfigurations.edit_005fconfiguration_jsp._jspService(edit_005fconfiguration_jsp.java:252) ...at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) ...
The error goes away if the filter in the "Plugin definition" column is removed.
Note:
See TracTickets
for help on using tickets.