You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to retrieve Project data from the running BimServer Instance using the java ClientLibrary.
When I call getServiceInterface().getProjectByUuid(), it always return null. I have tested from console too and I have the same result.
To reproduce:
First, get all project from serviceInterface.getAllProjects() to get the UUID
Call serviceInterface.getProjectByUuid()
The text was updated successfully, but these errors were encountered:
zaqifathis
changed the title
Null result when calling getServiceInterface.getProjectByUuid
Null result in getServiceInterface.getProjectByUuid
Feb 17, 2025
The background is, that previously there was a UUID only for projects, revisions, and users. Then, there was a change made that every object in the database has a UUID. The UUID from the project, revision, user was removed and hence this interface method needs reimplementation.
There is also a protobuf issue that might be related to the same change, loosely.
I tried to retrieve Project data from the running BimServer Instance using the java ClientLibrary.
When I call getServiceInterface().getProjectByUuid(), it always return null. I have tested from console too and I have the same result.
To reproduce:
The text was updated successfully, but these errors were encountered: