muren

Results 17 comments of muren

The rollback is triggered by a **_BimserverConcurrentModificationDatabaseException_** during **_DatabaseSession.executeAndCommitAction()._** I don't really know, how to reproduce this either. It seems to happen very sporadically. Only way I could think of,...

send you a pull request. https://github.com/opensourceBIM/BIMsurfer/pull/83

One might, since the method also returns hash and salt, but it would probably take a considerable amount of time.

I can reproduce the behaviour for this example file: https://raw.githubusercontent.com/buildingSMART/Sample-Test-Files/master/IFC%202x3/Duplex%20Apartment/Duplex_A_20110907.ifc with this query: ``` { "type": "IfcPropertySingleValue", "name": "Classification Description" } ``` To me it looks like the problem is...

It's two different IFC Files checked in into two different subprojects.

There were two rollbacks during the checkin of the first model. The Server was restarted twice before the checkin of the second model.

I'd like to know that too. Wanted to try a newer Version of BimServer but now I cant use Bimsurfer anymore.

You're right I haven't covered uniform scaling. I'll add that and update the PR. Not sure when I will get around to imporve the issue with the style assignments. Is...

Hi, are there any news regarding support for IFC4.3?

If I wanted to add support for IFC4X3 or some other IFC Schema myself, what steps would I go through to accomplish that? Is there some documentation regarding that topic?