Skip to content
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

[DSpace 7 Upgrade] Reimplement administrative metadata import confirm and upload customizations #226

Open
wwelling opened this issue Jan 3, 2024 · 2 comments
Assignees

Comments

@wwelling
Copy link

wwelling commented Jan 3, 2024

org.dspace.app.xmlui.aspect.administrative.metadataimport.MetadataImportConfirm

// TAMU Customization - Reload entity to avoid Hibernate no session error

org.dspace.app.xmlui.aspect.administrative.metadataimport.MetadataImportUpload

// TAMU Customization - Reload entity to avoid Hibernate no session error

This addressed a ORM session bug in DSpace 6.x. and prior that would prevent batch metadata import. Likely this has been addressed already in 7.x, but we will want to test to see if we need to bring in our fix again.

@wwelling wwelling changed the title [DSpace 7 Upgrade] Reimplement administrative metadata import confirm and upload customizations <Spike> [DSpace 7 Upgrade] Reimplement administrative metadata import confirm and upload customizations Jan 3, 2024
@jsavell
Copy link
Member

jsavell commented Jan 24, 2024

Here's the original local PR:
#143

And we delivered the fix upstream, which removed the need for our customization:
DSpace#7122
DSpace#1977

@jsavell jsavell self-assigned this Jan 31, 2024
@jsavell
Copy link
Member

jsavell commented Feb 1, 2024

Ran a local metadata import from csv. The process completed without a Hibernate or other error:

metadata-import15.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants