adefreitas Posted February 25, 2010 Share Posted February 25, 2010 We have a multi-site integration that creates a new tenant if the user passing through has a new tenant. This was working in 3.5, but after upgrading we are getting a transaction rollback error. After investigating we found that the new field tenantAlias is not getting populated. We followed the code through to com.jaspersoft.jasperserver.multipleTenancy.MultiTenancyFacadeService.createTenant(ExecutionContext, Tenant, boolean) and there is no code in there related to the alias field. Looking at the database the alias field is required, but we were unable to find any code that sets it upon creation.Thanks for your help! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now