Java newbie (1 year). Im trying to write a chat app in java..

Im using JPQL and PostgreSQL. Im having problems with the mapping, it worked okay before, but after i used copilot on it, it broke... Could anyone help me please? code: https://github.com/h679172/chatapp.git Thank you
GitHub
GitHub - h679172/chatapp: Chat application
Chat application. Contribute to h679172/chatapp development by creating an account on GitHub.
4 Replies
JavaBot
JavaBot4d ago
This post has been reserved for your question.
Hey @Glenn-Thomas! Please use /close or the Close Post button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
Glenn-Thomas
Glenn-ThomasOP4d ago
i get this error when i try Sender Exception in thread "main" Local Exception Stack: Exception [EclipseLink-30005] (Eclipse Persistence Services - 4.0.2.v202306130914): org.eclipse.persistence.exceptions.PersistenceUnitLoadingException Exception Description: An exception was thrown while searching for persistence archives with ClassLoader: jdk.internal.loader.ClassLoaders$AppClassLoader@70dea4e Internal Exception: jakarta.persistence.PersistenceException: Exception [EclipseLink-28018] (Eclipse Persistence Services - 4.0.2.v202306130914): org.eclipse.persistence.exceptions.EntityManagerSetupException Exception Description: Predeployment of PersistenceUnit [WestsecPU] failed. now its this Exception [EclipseLink-48] (Eclipse Persistence Services - 4.0.2.v202306130914): org.eclipse.persistence.exceptions.DescriptorException Exception Description: Multiple writable mappings exist for the field [westsec_chat.users.user_id]. Only one may be defined as writable, all others must be specified read-only. Mapping: org.eclipse.persistence.mappings.ManyToOneMapping[recipient] Descriptor: RelationalDescriptor(no.westsec.chat.Recipient --> [DatabaseTable(westsec_chat.users)]) i fixed it, thank you for the help
JavaBot
JavaBot4d ago
If you are finished with your post, please close it. If you are not, please ignore this message. Note that you will not be able to send further messages here after this post have been closed but you will be able to create new posts.
JavaBot
JavaBot4d ago
Post Closed
This post has been closed by <@1277254115189063742>.

Did you find this page helpful?