-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Routing with empty action or pattern #182
Comments
In case it helps, I guess this is a routing without controller: The following will be send to: ABRT REPORT anonymousId 885d4822-0cc8-4eea-8134-d989dbfc8202 STATUS pluginId com.dubture.symfony.index INSERT INTO ROUTES( VALUES(?,?,?,?,?,?); Exception:org.h2.jdbc.JdbcBatchUpdateException: NULL not allowed for column "CONTROLLER"; SQL statement: INSERT INTO ROUTES( VALUES(?,?,?,?,?,?); BUNDLES name com.dubture.symfony.core name com.dubture.symfony.index name org.eclipse.core.jobs name org.eclipse.core.resources name org.eclipse.core.runtime name org.h2 |
Plugin doesn't support index for:
routing without pattern (exception in logs)
routing without controller (exception in logs)
routing when controller is a service : service_name:action (exception in logs)
The text was updated successfully, but these errors were encountered: