Glenn-Thomas
Glenn-Thomas
JCHJava Community | Help. Code. Learn.
Created by Glenn-Thomas on 3/30/2025 in #java-help
Java newbie (1 year). Im trying to write a chat app in java..
i fixed it, thank you for the help
10 replies
JCHJava Community | Help. Code. Learn.
Created by Glenn-Thomas on 3/30/2025 in #java-help
Java newbie (1 year). Im trying to write a chat app in java..
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)])
10 replies
JCHJava Community | Help. Code. Learn.
Created by Glenn-Thomas on 3/30/2025 in #java-help
Java newbie (1 year). Im trying to write a chat app in java..
now its this
10 replies
JCHJava Community | Help. Code. Learn.
Created by Glenn-Thomas on 3/30/2025 in #java-help
Java newbie (1 year). Im trying to write a chat app in java..
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.
10 replies
JCHJava Community | Help. Code. Learn.
Created by Glenn-Thomas on 3/30/2025 in #java-help
Java newbie (1 year). Im trying to write a chat app in java..
i get this error when i try Sender
10 replies