diff --git a/ProjectDAE/ProjectDAE-ejb/build/classes/.netbeans_automatic_build b/ProjectDAE/ProjectDAE-ejb/build/classes/.netbeans_automatic_build deleted file mode 100644 index e69de29..0000000 diff --git a/ProjectDAE/ProjectDAE-ejb/build/classes/.netbeans_update_resources b/ProjectDAE/ProjectDAE-ejb/build/classes/.netbeans_update_resources deleted file mode 100644 index e69de29..0000000 diff --git a/ProjectDAE/ProjectDAE-ejb/build/classes/META-INF/MANIFEST.MF b/ProjectDAE/ProjectDAE-ejb/build/classes/META-INF/MANIFEST.MF deleted file mode 100644 index ecd2f79..0000000 --- a/ProjectDAE/ProjectDAE-ejb/build/classes/META-INF/MANIFEST.MF +++ /dev/null @@ -1,4 +0,0 @@ -Manifest-Version: 1.0 -Ant-Version: Apache Ant 1.9.4 -Created-By: 1.8.0_66-b17 (Oracle Corporation) - diff --git a/ProjectDAE/ProjectDAE-ejb/build/classes/META-INF/persistence.xml b/ProjectDAE/ProjectDAE-ejb/build/classes/META-INF/persistence.xml deleted file mode 100644 index 55b14f6..0000000 --- a/ProjectDAE/ProjectDAE-ejb/build/classes/META-INF/persistence.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - jdbc/ProjectDAE - false - - - - - diff --git a/ProjectDAE/ProjectDAE-ejb/build/classes/dtos/AdministratorDTO.class b/ProjectDAE/ProjectDAE-ejb/build/classes/dtos/AdministratorDTO.class deleted file mode 100644 index 7f53228..0000000 Binary files a/ProjectDAE/ProjectDAE-ejb/build/classes/dtos/AdministratorDTO.class and /dev/null differ diff --git a/ProjectDAE/ProjectDAE-ejb/build/classes/dtos/EventDTO.class b/ProjectDAE/ProjectDAE-ejb/build/classes/dtos/EventDTO.class deleted file mode 100644 index 87fa7c0..0000000 Binary files a/ProjectDAE/ProjectDAE-ejb/build/classes/dtos/EventDTO.class and /dev/null differ diff --git a/ProjectDAE/ProjectDAE-ejb/build/classes/dtos/ParticipantDTO.class b/ProjectDAE/ProjectDAE-ejb/build/classes/dtos/ParticipantDTO.class deleted file mode 100644 index adb8905..0000000 Binary files a/ProjectDAE/ProjectDAE-ejb/build/classes/dtos/ParticipantDTO.class and /dev/null differ diff --git a/ProjectDAE/ProjectDAE-ejb/build/classes/dtos/ResponsibleDTO.class b/ProjectDAE/ProjectDAE-ejb/build/classes/dtos/ResponsibleDTO.class deleted file mode 100644 index 50de49a..0000000 Binary files a/ProjectDAE/ProjectDAE-ejb/build/classes/dtos/ResponsibleDTO.class and /dev/null differ diff --git a/ProjectDAE/ProjectDAE-ejb/build/classes/dtos/SubjectDTO.class b/ProjectDAE/ProjectDAE-ejb/build/classes/dtos/SubjectDTO.class deleted file mode 100644 index 7700780..0000000 Binary files a/ProjectDAE/ProjectDAE-ejb/build/classes/dtos/SubjectDTO.class and /dev/null differ diff --git a/ProjectDAE/ProjectDAE-ejb/build/classes/dtos/UserDTO.class b/ProjectDAE/ProjectDAE-ejb/build/classes/dtos/UserDTO.class deleted file mode 100644 index 76e76e7..0000000 Binary files a/ProjectDAE/ProjectDAE-ejb/build/classes/dtos/UserDTO.class and /dev/null differ diff --git a/ProjectDAE/ProjectDAE-ejb/build/classes/ejbs/AdministratorBean.class b/ProjectDAE/ProjectDAE-ejb/build/classes/ejbs/AdministratorBean.class deleted file mode 100644 index 07bb6dd..0000000 Binary files a/ProjectDAE/ProjectDAE-ejb/build/classes/ejbs/AdministratorBean.class and /dev/null differ diff --git a/ProjectDAE/ProjectDAE-ejb/build/classes/ejbs/ConfigBean.class b/ProjectDAE/ProjectDAE-ejb/build/classes/ejbs/ConfigBean.class deleted file mode 100644 index d3bf089..0000000 Binary files a/ProjectDAE/ProjectDAE-ejb/build/classes/ejbs/ConfigBean.class and /dev/null differ diff --git a/ProjectDAE/ProjectDAE-ejb/build/classes/ejbs/EventBean.class b/ProjectDAE/ProjectDAE-ejb/build/classes/ejbs/EventBean.class deleted file mode 100644 index e5e97c5..0000000 Binary files a/ProjectDAE/ProjectDAE-ejb/build/classes/ejbs/EventBean.class and /dev/null differ diff --git a/ProjectDAE/ProjectDAE-ejb/build/classes/ejbs/ParticipantBean.class b/ProjectDAE/ProjectDAE-ejb/build/classes/ejbs/ParticipantBean.class deleted file mode 100644 index 5d69ef2..0000000 Binary files a/ProjectDAE/ProjectDAE-ejb/build/classes/ejbs/ParticipantBean.class and /dev/null differ diff --git a/ProjectDAE/ProjectDAE-ejb/build/classes/ejbs/ResponsibleBean.class b/ProjectDAE/ProjectDAE-ejb/build/classes/ejbs/ResponsibleBean.class deleted file mode 100644 index 4a8ae17..0000000 Binary files a/ProjectDAE/ProjectDAE-ejb/build/classes/ejbs/ResponsibleBean.class and /dev/null differ diff --git a/ProjectDAE/ProjectDAE-ejb/build/classes/ejbs/SubjectBean.class b/ProjectDAE/ProjectDAE-ejb/build/classes/ejbs/SubjectBean.class deleted file mode 100644 index a11d147..0000000 Binary files a/ProjectDAE/ProjectDAE-ejb/build/classes/ejbs/SubjectBean.class and /dev/null differ diff --git a/ProjectDAE/ProjectDAE-ejb/build/classes/entity/Administrator.class b/ProjectDAE/ProjectDAE-ejb/build/classes/entity/Administrator.class deleted file mode 100644 index fceed92..0000000 Binary files a/ProjectDAE/ProjectDAE-ejb/build/classes/entity/Administrator.class and /dev/null differ diff --git a/ProjectDAE/ProjectDAE-ejb/build/classes/entity/Administrator_.class b/ProjectDAE/ProjectDAE-ejb/build/classes/entity/Administrator_.class deleted file mode 100644 index 975023a..0000000 Binary files a/ProjectDAE/ProjectDAE-ejb/build/classes/entity/Administrator_.class and /dev/null differ diff --git a/ProjectDAE/ProjectDAE-ejb/build/classes/entity/Event.class b/ProjectDAE/ProjectDAE-ejb/build/classes/entity/Event.class deleted file mode 100644 index 2fe8226..0000000 Binary files a/ProjectDAE/ProjectDAE-ejb/build/classes/entity/Event.class and /dev/null differ diff --git a/ProjectDAE/ProjectDAE-ejb/build/classes/entity/EventParticipant.class b/ProjectDAE/ProjectDAE-ejb/build/classes/entity/EventParticipant.class deleted file mode 100644 index 294a14a..0000000 Binary files a/ProjectDAE/ProjectDAE-ejb/build/classes/entity/EventParticipant.class and /dev/null differ diff --git a/ProjectDAE/ProjectDAE-ejb/build/classes/entity/EventParticipant_.class b/ProjectDAE/ProjectDAE-ejb/build/classes/entity/EventParticipant_.class deleted file mode 100644 index 45818a1..0000000 Binary files a/ProjectDAE/ProjectDAE-ejb/build/classes/entity/EventParticipant_.class and /dev/null differ diff --git a/ProjectDAE/ProjectDAE-ejb/build/classes/entity/Event_.class b/ProjectDAE/ProjectDAE-ejb/build/classes/entity/Event_.class deleted file mode 100644 index c42dd8f..0000000 Binary files a/ProjectDAE/ProjectDAE-ejb/build/classes/entity/Event_.class and /dev/null differ diff --git a/ProjectDAE/ProjectDAE-ejb/build/classes/entity/Participant.class b/ProjectDAE/ProjectDAE-ejb/build/classes/entity/Participant.class deleted file mode 100644 index 0acba06..0000000 Binary files a/ProjectDAE/ProjectDAE-ejb/build/classes/entity/Participant.class and /dev/null differ diff --git a/ProjectDAE/ProjectDAE-ejb/build/classes/entity/ParticipantEvent.class b/ProjectDAE/ProjectDAE-ejb/build/classes/entity/ParticipantEvent.class deleted file mode 100644 index f02bbfe..0000000 Binary files a/ProjectDAE/ProjectDAE-ejb/build/classes/entity/ParticipantEvent.class and /dev/null differ diff --git a/ProjectDAE/ProjectDAE-ejb/build/classes/entity/ParticipantEvent_.class b/ProjectDAE/ProjectDAE-ejb/build/classes/entity/ParticipantEvent_.class deleted file mode 100644 index 17a8688..0000000 Binary files a/ProjectDAE/ProjectDAE-ejb/build/classes/entity/ParticipantEvent_.class and /dev/null differ diff --git a/ProjectDAE/ProjectDAE-ejb/build/classes/entity/Participant_.class b/ProjectDAE/ProjectDAE-ejb/build/classes/entity/Participant_.class deleted file mode 100644 index 557128d..0000000 Binary files a/ProjectDAE/ProjectDAE-ejb/build/classes/entity/Participant_.class and /dev/null differ diff --git a/ProjectDAE/ProjectDAE-ejb/build/classes/entity/Responsible.class b/ProjectDAE/ProjectDAE-ejb/build/classes/entity/Responsible.class deleted file mode 100644 index a6555cc..0000000 Binary files a/ProjectDAE/ProjectDAE-ejb/build/classes/entity/Responsible.class and /dev/null differ diff --git a/ProjectDAE/ProjectDAE-ejb/build/classes/entity/Responsible_.class b/ProjectDAE/ProjectDAE-ejb/build/classes/entity/Responsible_.class deleted file mode 100644 index 9f9553e..0000000 Binary files a/ProjectDAE/ProjectDAE-ejb/build/classes/entity/Responsible_.class and /dev/null differ diff --git a/ProjectDAE/ProjectDAE-ejb/build/classes/entity/Subject.class b/ProjectDAE/ProjectDAE-ejb/build/classes/entity/Subject.class deleted file mode 100644 index b36bd3e..0000000 Binary files a/ProjectDAE/ProjectDAE-ejb/build/classes/entity/Subject.class and /dev/null differ diff --git a/ProjectDAE/ProjectDAE-ejb/build/classes/entity/Subject_.class b/ProjectDAE/ProjectDAE-ejb/build/classes/entity/Subject_.class deleted file mode 100644 index 9fe8f76..0000000 Binary files a/ProjectDAE/ProjectDAE-ejb/build/classes/entity/Subject_.class and /dev/null differ diff --git a/ProjectDAE/ProjectDAE-ejb/build/classes/entity/User.class b/ProjectDAE/ProjectDAE-ejb/build/classes/entity/User.class deleted file mode 100644 index 0c7a7da..0000000 Binary files a/ProjectDAE/ProjectDAE-ejb/build/classes/entity/User.class and /dev/null differ diff --git a/ProjectDAE/ProjectDAE-ejb/build/classes/entity/User_.class b/ProjectDAE/ProjectDAE-ejb/build/classes/entity/User_.class deleted file mode 100644 index 8cf936b..0000000 Binary files a/ProjectDAE/ProjectDAE-ejb/build/classes/entity/User_.class and /dev/null differ diff --git a/ProjectDAE/ProjectDAE-ejb/build/classes/exceptions/EntityAlreadyExistsException.class b/ProjectDAE/ProjectDAE-ejb/build/classes/exceptions/EntityAlreadyExistsException.class deleted file mode 100644 index f8eb87e..0000000 Binary files a/ProjectDAE/ProjectDAE-ejb/build/classes/exceptions/EntityAlreadyExistsException.class and /dev/null differ diff --git a/ProjectDAE/ProjectDAE-ejb/build/classes/exceptions/EntityDoesNotExistsException.class b/ProjectDAE/ProjectDAE-ejb/build/classes/exceptions/EntityDoesNotExistsException.class deleted file mode 100644 index d2fc7d5..0000000 Binary files a/ProjectDAE/ProjectDAE-ejb/build/classes/exceptions/EntityDoesNotExistsException.class and /dev/null differ diff --git a/ProjectDAE/ProjectDAE-ejb/build/classes/exceptions/MyConstraintViolationException.class b/ProjectDAE/ProjectDAE-ejb/build/classes/exceptions/MyConstraintViolationException.class deleted file mode 100644 index 7795604..0000000 Binary files a/ProjectDAE/ProjectDAE-ejb/build/classes/exceptions/MyConstraintViolationException.class and /dev/null differ diff --git a/ProjectDAE/ProjectDAE-ejb/build/classes/exceptions/ParticipantEnrolledException.class b/ProjectDAE/ProjectDAE-ejb/build/classes/exceptions/ParticipantEnrolledException.class deleted file mode 100644 index 75c9efb..0000000 Binary files a/ProjectDAE/ProjectDAE-ejb/build/classes/exceptions/ParticipantEnrolledException.class and /dev/null differ diff --git a/ProjectDAE/ProjectDAE-ejb/build/classes/exceptions/ParticipantNotEnrolledException.class b/ProjectDAE/ProjectDAE-ejb/build/classes/exceptions/ParticipantNotEnrolledException.class deleted file mode 100644 index fd2e1d8..0000000 Binary files a/ProjectDAE/ProjectDAE-ejb/build/classes/exceptions/ParticipantNotEnrolledException.class and /dev/null differ diff --git a/ProjectDAE/ProjectDAE-ejb/build/classes/exceptions/ParticipantNotEnrolledException.rapt b/ProjectDAE/ProjectDAE-ejb/build/classes/exceptions/ParticipantNotEnrolledException.rapt deleted file mode 100644 index 4562cba..0000000 --- a/ProjectDAE/ProjectDAE-ejb/build/classes/exceptions/ParticipantNotEnrolledException.rapt +++ /dev/null @@ -1,8 +0,0 @@ -entity/Administrator_.java -entity/EventParticipant_.java -entity/Event_.java -entity/Participant_.java -entity/Responsible_.java -entity/ParticipantEvent_.java -entity/Subject_.java -entity/User_.java diff --git a/ProjectDAE/ProjectDAE-ejb/build/classes/exceptions/Utils.class b/ProjectDAE/ProjectDAE-ejb/build/classes/exceptions/Utils.class deleted file mode 100644 index 74ad915..0000000 Binary files a/ProjectDAE/ProjectDAE-ejb/build/classes/exceptions/Utils.class and /dev/null differ diff --git a/ProjectDAE/ProjectDAE-ejb/build/classes/resouces.res b/ProjectDAE/ProjectDAE-ejb/build/classes/resouces.res deleted file mode 100644 index a209f9e..0000000 --- a/ProjectDAE/ProjectDAE-ejb/build/classes/resouces.res +++ /dev/null @@ -1,2 +0,0 @@ -META-INF/eclipselink-orm.xml -META-INF/orm.xml diff --git a/ProjectDAE/ProjectDAE-ejb/build/generated-sources/ap-source-output/entity/Administrator_.java b/ProjectDAE/ProjectDAE-ejb/build/generated-sources/ap-source-output/entity/Administrator_.java deleted file mode 100644 index 561928d..0000000 --- a/ProjectDAE/ProjectDAE-ejb/build/generated-sources/ap-source-output/entity/Administrator_.java +++ /dev/null @@ -1,11 +0,0 @@ -package entity; - -import javax.annotation.Generated; -import javax.persistence.metamodel.StaticMetamodel; - -@Generated(value="EclipseLink-2.5.2.v20140319-rNA", date="2015-12-07T23:13:25") -@StaticMetamodel(Administrator.class) -public class Administrator_ extends User_ { - - -} \ No newline at end of file diff --git a/ProjectDAE/ProjectDAE-ejb/build/generated-sources/ap-source-output/entity/EventParticipant_.java b/ProjectDAE/ProjectDAE-ejb/build/generated-sources/ap-source-output/entity/EventParticipant_.java deleted file mode 100644 index 609eef9..0000000 --- a/ProjectDAE/ProjectDAE-ejb/build/generated-sources/ap-source-output/entity/EventParticipant_.java +++ /dev/null @@ -1,15 +0,0 @@ -package entity; - -import javax.annotation.Generated; -import javax.persistence.metamodel.SingularAttribute; -import javax.persistence.metamodel.StaticMetamodel; - -@Generated(value="EclipseLink-2.5.2.v20140319-rNA", date="2015-12-07T23:13:25") -@StaticMetamodel(EventParticipant.class) -public class EventParticipant_ { - - public static volatile SingularAttribute id_event; - public static volatile SingularAttribute presence; - public static volatile SingularAttribute id_participant; - -} \ No newline at end of file diff --git a/ProjectDAE/ProjectDAE-ejb/build/generated-sources/ap-source-output/entity/Event_.java b/ProjectDAE/ProjectDAE-ejb/build/generated-sources/ap-source-output/entity/Event_.java deleted file mode 100644 index 81c4259..0000000 --- a/ProjectDAE/ProjectDAE-ejb/build/generated-sources/ap-source-output/entity/Event_.java +++ /dev/null @@ -1,24 +0,0 @@ -package entity; - -import entity.Participant; -import entity.Responsible; -import java.util.Date; -import javax.annotation.Generated; -import javax.persistence.metamodel.ListAttribute; -import javax.persistence.metamodel.SingularAttribute; -import javax.persistence.metamodel.StaticMetamodel; - -@Generated(value="EclipseLink-2.5.2.v20140319-rNA", date="2015-12-07T23:13:25") -@StaticMetamodel(Event.class) -public class Event_ { - - public static volatile SingularAttribute date; - public static volatile SingularAttribute openInscriptions; - public static volatile SingularAttribute responsible; - public static volatile SingularAttribute name; - public static volatile SingularAttribute id; - public static volatile SingularAttribute type; - public static volatile SingularAttribute local; - public static volatile ListAttribute participants; - -} \ No newline at end of file diff --git a/ProjectDAE/ProjectDAE-ejb/build/generated-sources/ap-source-output/entity/ParticipantEvent_.java b/ProjectDAE/ProjectDAE-ejb/build/generated-sources/ap-source-output/entity/ParticipantEvent_.java deleted file mode 100644 index 21886bd..0000000 --- a/ProjectDAE/ProjectDAE-ejb/build/generated-sources/ap-source-output/entity/ParticipantEvent_.java +++ /dev/null @@ -1,15 +0,0 @@ -package entity; - -import javax.annotation.Generated; -import javax.persistence.metamodel.SingularAttribute; -import javax.persistence.metamodel.StaticMetamodel; - -@Generated(value="EclipseLink-2.5.2.v20140319-rNA", date="2015-12-07T23:13:25") -@StaticMetamodel(ParticipantEvent.class) -public class ParticipantEvent_ { - - public static volatile SingularAttribute event_id; - public static volatile SingularAttribute participant_id; - public static volatile SingularAttribute present; - -} \ No newline at end of file diff --git a/ProjectDAE/ProjectDAE-ejb/build/generated-sources/ap-source-output/entity/Participant_.java b/ProjectDAE/ProjectDAE-ejb/build/generated-sources/ap-source-output/entity/Participant_.java deleted file mode 100644 index 2fa5dc4..0000000 --- a/ProjectDAE/ProjectDAE-ejb/build/generated-sources/ap-source-output/entity/Participant_.java +++ /dev/null @@ -1,16 +0,0 @@ -package entity; - -import entity.Event; -import entity.Subject; -import javax.annotation.Generated; -import javax.persistence.metamodel.ListAttribute; -import javax.persistence.metamodel.StaticMetamodel; - -@Generated(value="EclipseLink-2.5.2.v20140319-rNA", date="2015-12-07T23:13:25") -@StaticMetamodel(Participant.class) -public class Participant_ extends User_ { - - public static volatile ListAttribute subjects; - public static volatile ListAttribute events; - -} \ No newline at end of file diff --git a/ProjectDAE/ProjectDAE-ejb/build/generated-sources/ap-source-output/entity/Responsible_.java b/ProjectDAE/ProjectDAE-ejb/build/generated-sources/ap-source-output/entity/Responsible_.java deleted file mode 100644 index 19d0b6c..0000000 --- a/ProjectDAE/ProjectDAE-ejb/build/generated-sources/ap-source-output/entity/Responsible_.java +++ /dev/null @@ -1,14 +0,0 @@ -package entity; - -import entity.Event; -import javax.annotation.Generated; -import javax.persistence.metamodel.ListAttribute; -import javax.persistence.metamodel.StaticMetamodel; - -@Generated(value="EclipseLink-2.5.2.v20140319-rNA", date="2015-12-07T23:13:25") -@StaticMetamodel(Responsible.class) -public class Responsible_ extends User_ { - - public static volatile ListAttribute events; - -} \ No newline at end of file diff --git a/ProjectDAE/ProjectDAE-ejb/build/generated-sources/ap-source-output/entity/Subject_.java b/ProjectDAE/ProjectDAE-ejb/build/generated-sources/ap-source-output/entity/Subject_.java deleted file mode 100644 index 3f2bae4..0000000 --- a/ProjectDAE/ProjectDAE-ejb/build/generated-sources/ap-source-output/entity/Subject_.java +++ /dev/null @@ -1,19 +0,0 @@ -package entity; - -import entity.Participant; -import javax.annotation.Generated; -import javax.persistence.metamodel.ListAttribute; -import javax.persistence.metamodel.SingularAttribute; -import javax.persistence.metamodel.StaticMetamodel; - -@Generated(value="EclipseLink-2.5.2.v20140319-rNA", date="2015-12-07T23:13:25") -@StaticMetamodel(Subject.class) -public class Subject_ { - - public static volatile SingularAttribute courseYear; - public static volatile SingularAttribute name; - public static volatile SingularAttribute scholarYear; - public static volatile SingularAttribute id; - public static volatile ListAttribute participants; - -} \ No newline at end of file diff --git a/ProjectDAE/ProjectDAE-ejb/build/generated-sources/ap-source-output/entity/User_.java b/ProjectDAE/ProjectDAE-ejb/build/generated-sources/ap-source-output/entity/User_.java deleted file mode 100644 index 90e2e1c..0000000 --- a/ProjectDAE/ProjectDAE-ejb/build/generated-sources/ap-source-output/entity/User_.java +++ /dev/null @@ -1,16 +0,0 @@ -package entity; - -import javax.annotation.Generated; -import javax.persistence.metamodel.SingularAttribute; -import javax.persistence.metamodel.StaticMetamodel; - -@Generated(value="EclipseLink-2.5.2.v20140319-rNA", date="2015-12-07T23:13:25") -@StaticMetamodel(User.class) -public class User_ { - - public static volatile SingularAttribute password; - public static volatile SingularAttribute name; - public static volatile SingularAttribute id; - public static volatile SingularAttribute email; - -} \ No newline at end of file diff --git a/ProjectDAE/ProjectDAE-ejb/dist/ProjectDAE-ejb.jar b/ProjectDAE/ProjectDAE-ejb/dist/ProjectDAE-ejb.jar deleted file mode 100644 index 3a93dba..0000000 Binary files a/ProjectDAE/ProjectDAE-ejb/dist/ProjectDAE-ejb.jar and /dev/null differ diff --git a/ProjectDAE/ProjectDAE-ejb/nbproject/genfiles.properties b/ProjectDAE/ProjectDAE-ejb/nbproject/genfiles.properties index 57c89a5..20f9b81 100644 --- a/ProjectDAE/ProjectDAE-ejb/nbproject/genfiles.properties +++ b/ProjectDAE/ProjectDAE-ejb/nbproject/genfiles.properties @@ -1,8 +1,8 @@ -build.xml.data.CRC32=73227301 +build.xml.data.CRC32=286fe6b4 build.xml.script.CRC32=2639f0b7 build.xml.stylesheet.CRC32=5910fda3@1.55.1 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. -nbproject/build-impl.xml.data.CRC32=73227301 +nbproject/build-impl.xml.data.CRC32=286fe6b4 nbproject/build-impl.xml.script.CRC32=683baaed nbproject/build-impl.xml.stylesheet.CRC32=6096d939@1.55.1 diff --git a/ProjectDAE/ProjectDAE-ejb/nbproject/private/private.properties b/ProjectDAE/ProjectDAE-ejb/nbproject/private/private.properties index bbfeee9..ba8230c 100644 --- a/ProjectDAE/ProjectDAE-ejb/nbproject/private/private.properties +++ b/ProjectDAE/ProjectDAE-ejb/nbproject/private/private.properties @@ -5,4 +5,3 @@ j2ee.server.home=C:/Users/franc/GlassFish_Server/glassfish j2ee.server.instance=[C:\\Users\\franc\\GlassFish_Server\\glassfish;C:\\Users\\franc\\GlassFish_Server\\glassfish\\domains\\domain1]deployer:gfv3ee6wc:localhost:4848 j2ee.server.middleware=C:/Users/franc/GlassFish_Server netbeans.user=C:\\Users\\franc\\AppData\\Roaming\\NetBeans\\8.1 -user.properties.file=C:\\Users\\franc\\AppData\\Roaming\\NetBeans\\8.1\\build.properties diff --git a/ProjectDAE/ProjectDAE-ejb/nbproject/private/private.xml b/ProjectDAE/ProjectDAE-ejb/nbproject/private/private.xml deleted file mode 100644 index 35683ea..0000000 --- a/ProjectDAE/ProjectDAE-ejb/nbproject/private/private.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - file:/D:/Users/Francisco/Documents/NetBeansProjects/ProjectDAE/ProjectDAE-ejb/src/java/ejbs/EventBean.java - file:/D:/Users/Francisco/Documents/NetBeansProjects/ProjectDAE/ProjectDAE-ejb/src/java/ejbs/ResponsibleBean.java - file:/D:/Users/Francisco/Documents/NetBeansProjects/ProjectDAE/ProjectDAE-ejb/src/java/ejbs/ParticipantBean.java - - - diff --git a/ProjectDAE/ProjectDAE-ejb/nbproject/project.properties b/ProjectDAE/ProjectDAE-ejb/nbproject/project.properties index 839cd6f..e1308a3 100644 --- a/ProjectDAE/ProjectDAE-ejb/nbproject/project.properties +++ b/ProjectDAE/ProjectDAE-ejb/nbproject/project.properties @@ -35,6 +35,7 @@ j2ee.platform.wsit.classpath= j2ee.server.type=gfv3ee6 jar.compress=false jar.name=ProjectDAE-ejb.jar +jars.in.ejbjar=false javac.classpath= javac.debug=true javac.deprecation=false diff --git a/ProjectDAE/ProjectDAE-ejb/nbproject/project.xml b/ProjectDAE/ProjectDAE-ejb/nbproject/project.xml index 7a89e27..3defc7d 100644 --- a/ProjectDAE/ProjectDAE-ejb/nbproject/project.xml +++ b/ProjectDAE/ProjectDAE-ejb/nbproject/project.xml @@ -6,10 +6,10 @@ ProjectDAE-ejb 1.6.5 - + - + diff --git a/ProjectDAE/ProjectDAE-war/build/web/AdminPage.xhtml b/ProjectDAE/ProjectDAE-war/build/web/AdminPage.xhtml deleted file mode 100644 index 71ce4f8..0000000 --- a/ProjectDAE/ProjectDAE-war/build/web/AdminPage.xhtml +++ /dev/null @@ -1,262 +0,0 @@ - - - - - - Admin Page - - - - - -
Administrators:
- - - ID - - - - - Name - - - - - Email - - - - - - - - - - - - - - - - - - - - - - - -

-
- -



- -
Responsibles:
- - - ID - - - - - Name - - - - - Email - - - - - - - - - - - - - - - - - - - - - - - - - -

-
- -



- -
Participants:
- - - ID - - - - - Name - - - - - Email - - - - - - - - - - - - - - - - - - - - - - - - - -

-
-

- -
Events:
- > - - ID - - - - - Date - - - - - Name - - - - Type - - - - Local - - - - Responsible - - - - - - - - - - - - - - - - - - - - - - - - - - -

- -
Subjects
- > - - ID - - - - - Name - - - - - Ano - - - - Anolectivo - - - - - - - - - - - - - - - - - -

- - -
- - - diff --git a/ProjectDAE/ProjectDAE-war/build/web/EventPage.xhtml b/ProjectDAE/ProjectDAE-war/build/web/EventPage.xhtml deleted file mode 100644 index 939fa3c..0000000 --- a/ProjectDAE/ProjectDAE-war/build/web/EventPage.xhtml +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - Event - - - -
Events Management
- - - - Date - - - - - Name - - - - - Type - - - - - Local - - - - - Responsible - - - - - - - - - - - - - - - - - - - - - - - - -

- -
- - diff --git a/ProjectDAE/ProjectDAE-war/build/web/META-INF/MANIFEST.MF b/ProjectDAE/ProjectDAE-war/build/web/META-INF/MANIFEST.MF deleted file mode 100644 index ecd2f79..0000000 --- a/ProjectDAE/ProjectDAE-war/build/web/META-INF/MANIFEST.MF +++ /dev/null @@ -1,4 +0,0 @@ -Manifest-Version: 1.0 -Ant-Version: Apache Ant 1.9.4 -Created-By: 1.8.0_66-b17 (Oracle Corporation) - diff --git a/ProjectDAE/ProjectDAE-war/build/web/ParticipantPage.xhtml b/ProjectDAE/ProjectDAE-war/build/web/ParticipantPage.xhtml deleted file mode 100644 index fa8b036..0000000 --- a/ProjectDAE/ProjectDAE-war/build/web/ParticipantPage.xhtml +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - Participant Page - - - - -
Participants:
- - - Name - - - - - Email - - - - - - - - - - - - - - - - - -

- - -
- - - diff --git a/ProjectDAE/ProjectDAE-war/build/web/ResponsiblePage.xhtml b/ProjectDAE/ProjectDAE-war/build/web/ResponsiblePage.xhtml deleted file mode 100644 index adf2454..0000000 --- a/ProjectDAE/ProjectDAE-war/build/web/ResponsiblePage.xhtml +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - Responsible Page - - - - -
Responsibles:
- - - Id - - - - Name - - - - Email - - - - - - - - - - - - - - - - - - - -

- - -
- - - diff --git a/ProjectDAE/ProjectDAE-war/build/web/WEB-INF/classes/.netbeans_automatic_build b/ProjectDAE/ProjectDAE-war/build/web/WEB-INF/classes/.netbeans_automatic_build deleted file mode 100644 index e69de29..0000000 diff --git a/ProjectDAE/ProjectDAE-war/build/web/WEB-INF/classes/.netbeans_update_resources b/ProjectDAE/ProjectDAE-war/build/web/WEB-INF/classes/.netbeans_update_resources deleted file mode 100644 index e69de29..0000000 diff --git a/ProjectDAE/ProjectDAE-war/build/web/WEB-INF/classes/webpackage/AdministratorManager.class b/ProjectDAE/ProjectDAE-war/build/web/WEB-INF/classes/webpackage/AdministratorManager.class deleted file mode 100644 index 04a375e..0000000 Binary files a/ProjectDAE/ProjectDAE-war/build/web/WEB-INF/classes/webpackage/AdministratorManager.class and /dev/null differ diff --git a/ProjectDAE/ProjectDAE-war/build/web/WEB-INF/web.xml b/ProjectDAE/ProjectDAE-war/build/web/WEB-INF/web.xml deleted file mode 100644 index c5e7c73..0000000 --- a/ProjectDAE/ProjectDAE-war/build/web/WEB-INF/web.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - javax.faces.PROJECT_STAGE - Development - - - Faces Servlet - javax.faces.webapp.FacesServlet - 1 - - - Faces Servlet - /faces/* - - - - 30 - - - - faces/index.xhtml - - diff --git a/ProjectDAE/ProjectDAE-war/build/web/add_participant_event.xhtml b/ProjectDAE/ProjectDAE-war/build/web/add_participant_event.xhtml deleted file mode 100644 index 3a515bd..0000000 --- a/ProjectDAE/ProjectDAE-war/build/web/add_participant_event.xhtml +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - List Participants - - - -
Lista de Utilizadores / Participantes :
-

- - - - - - - -

- - - - - - - - - -
- - - diff --git a/ProjectDAE/ProjectDAE-war/build/web/admin_administrator_create.xhtml b/ProjectDAE/ProjectDAE-war/build/web/admin_administrator_create.xhtml deleted file mode 100644 index 5917058..0000000 --- a/ProjectDAE/ProjectDAE-war/build/web/admin_administrator_create.xhtml +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - Create User - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ProjectDAE/ProjectDAE-war/build/web/admin_administrator_details.xhtml b/ProjectDAE/ProjectDAE-war/build/web/admin_administrator_details.xhtml deleted file mode 100644 index 46c5316..0000000 --- a/ProjectDAE/ProjectDAE-war/build/web/admin_administrator_details.xhtml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - User List - - - - - - Username - - - - - Name - - - - - Email - - - - - - diff --git a/ProjectDAE/ProjectDAE-war/build/web/admin_administrator_update.xhtml b/ProjectDAE/ProjectDAE-war/build/web/admin_administrator_update.xhtml deleted file mode 100644 index 0786253..0000000 --- a/ProjectDAE/ProjectDAE-war/build/web/admin_administrator_update.xhtml +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - Update User - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ProjectDAE/ProjectDAE-war/build/web/admin_participant_create.xhtml b/ProjectDAE/ProjectDAE-war/build/web/admin_participant_create.xhtml deleted file mode 100644 index 80cc616..0000000 --- a/ProjectDAE/ProjectDAE-war/build/web/admin_participant_create.xhtml +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - Create User - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ProjectDAE/ProjectDAE-war/build/web/admin_participant_update.xhtml b/ProjectDAE/ProjectDAE-war/build/web/admin_participant_update.xhtml deleted file mode 100644 index ece2e24..0000000 --- a/ProjectDAE/ProjectDAE-war/build/web/admin_participant_update.xhtml +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - Update User - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ProjectDAE/ProjectDAE-war/build/web/admin_responsible_create.xhtml b/ProjectDAE/ProjectDAE-war/build/web/admin_responsible_create.xhtml deleted file mode 100644 index 31f5ad3..0000000 --- a/ProjectDAE/ProjectDAE-war/build/web/admin_responsible_create.xhtml +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - Create User - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ProjectDAE/ProjectDAE-war/build/web/admin_responsible_update.xhtml b/ProjectDAE/ProjectDAE-war/build/web/admin_responsible_update.xhtml deleted file mode 100644 index 32102cf..0000000 --- a/ProjectDAE/ProjectDAE-war/build/web/admin_responsible_update.xhtml +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - Update User - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ProjectDAE/ProjectDAE-war/build/web/create_event.xhtml b/ProjectDAE/ProjectDAE-war/build/web/create_event.xhtml deleted file mode 100644 index 613eaf5..0000000 --- a/ProjectDAE/ProjectDAE-war/build/web/create_event.xhtml +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - Create Event - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ProjectDAE/ProjectDAE-war/build/web/event_details.xhtml b/ProjectDAE/ProjectDAE-war/build/web/event_details.xhtml deleted file mode 100644 index 66e43e2..0000000 --- a/ProjectDAE/ProjectDAE-war/build/web/event_details.xhtml +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - Event Details - - - -
Event Details:
- - - ID - - - - - Date - - - - - Name - - - - Type - - - - Local - - - - Responsible - - - - Open Inscriptions - - - - - - - - - - - - - - - - - - - - - - -

- -
Enrolled Participants:
- - - - ID - - - - - Name - - - - - Email - - - - - - Present - - - - - - - - - - - - - - - - - -

- -
Unrolled Participants:
- - - ID - - - - - Name - - - - - Email - - - - - - - - - - - - - - - - -

- - - - - - - diff --git a/ProjectDAE/ProjectDAE-war/build/web/index.xhtml b/ProjectDAE/ProjectDAE-war/build/web/index.xhtml deleted file mode 100644 index 9ce3e1d..0000000 --- a/ProjectDAE/ProjectDAE-war/build/web/index.xhtml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - Events Management - - - - - -
User management
- - - -

- -

- -

- -
- -
- diff --git a/ProjectDAE/ProjectDAE-war/build/web/login.xhtml b/ProjectDAE/ProjectDAE-war/build/web/login.xhtml deleted file mode 100644 index 168dab9..0000000 --- a/ProjectDAE/ProjectDAE-war/build/web/login.xhtml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - Facelet Title - - - - -

Introduza as suas credenciais:

-
- - - - - - - - -

- - - - - - -
- - -
- - diff --git a/ProjectDAE/ProjectDAE-war/build/web/not_implemented_yet.xhtml b/ProjectDAE/ProjectDAE-war/build/web/not_implemented_yet.xhtml deleted file mode 100644 index a472f6f..0000000 --- a/ProjectDAE/ProjectDAE-war/build/web/not_implemented_yet.xhtml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - Not Implemented Yet - - - -
Not Implemented Yet
- - diff --git a/ProjectDAE/ProjectDAE-war/build/web/participant_details.xhtml b/ProjectDAE/ProjectDAE-war/build/web/participant_details.xhtml deleted file mode 100644 index df13d2d..0000000 --- a/ProjectDAE/ProjectDAE-war/build/web/participant_details.xhtml +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - Participant Detail - - - -
Participant Details:
- > - - Id - - - - Name - - - - Email - - - - - -

- -
Participant Events:
- - - Date - - - - Name - - - - Type - - - - Local - - - - Responsible - - - - Responsible - - - - - - - - - - - - - - - diff --git a/ProjectDAE/ProjectDAE-war/build/web/responsible_details.xhtml b/ProjectDAE/ProjectDAE-war/build/web/responsible_details.xhtml deleted file mode 100644 index 46b0f56..0000000 --- a/ProjectDAE/ProjectDAE-war/build/web/responsible_details.xhtml +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - Responsible Detais - - - -
Responsible Details
- - - Id - - - - Name - - - - Email - - - - - -



-
Responsible Events
- - - Date - - - - Name - - - - Type - - - - Local - - - - Open Inscriptions - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



- -

- -
- - diff --git a/ProjectDAE/ProjectDAE-war/build/web/update_event.xhtml b/ProjectDAE/ProjectDAE-war/build/web/update_event.xhtml deleted file mode 100644 index 8d73bca..0000000 --- a/ProjectDAE/ProjectDAE-war/build/web/update_event.xhtml +++ /dev/null @@ -1,79 +0,0 @@ - - - - - - Update User - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ProjectDAE/ProjectDAE-war/dist/ProjectDAE-war.war b/ProjectDAE/ProjectDAE-war/dist/ProjectDAE-war.war deleted file mode 100644 index 0e79154..0000000 Binary files a/ProjectDAE/ProjectDAE-war/dist/ProjectDAE-war.war and /dev/null differ diff --git a/ProjectDAE/ProjectDAE-war/nbproject/private/private.xml b/ProjectDAE/ProjectDAE-war/nbproject/private/private.xml deleted file mode 100644 index cdf1a94..0000000 --- a/ProjectDAE/ProjectDAE-war/nbproject/private/private.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - file:/D:/Users/Francisco/Documents/NetBeansProjects/ProjectDAE/ProjectDAE-war/src/java/webpackage/AdministratorManager.java - - - diff --git a/ProjectDAE/nbproject/project.properties b/ProjectDAE/nbproject/project.properties index 4c36ece..5cd206f 100644 --- a/ProjectDAE/nbproject/project.properties +++ b/ProjectDAE/nbproject/project.properties @@ -13,7 +13,7 @@ j2ee.appclient.mainclass.args=${j2ee.appclient.tool.args} j2ee.compile.on.save=true j2ee.deploy.on.save=true j2ee.platform=1.7 -j2ee.platform.classpath= +j2ee.platform.classpath=${j2ee.server.home}/modules/endorsed/javax.annotation-api.jar:${j2ee.server.home}/modules/endorsed/jaxb-api.jar:${j2ee.server.home}/modules/endorsed/webservices-api-osgi.jar:${j2ee.server.home}/modules/bean-validator.jar:${j2ee.server.home}/modules/cdi-api.jar:${j2ee.server.home}/modules/javax.batch-api.jar:${j2ee.server.home}/modules/javax.ejb-api.jar:${j2ee.server.home}/modules/javax.el.jar:${j2ee.server.home}/modules/javax.enterprise.concurrent-api.jar:${j2ee.server.home}/modules/javax.enterprise.concurrent.jar:${j2ee.server.home}/modules/javax.enterprise.deploy-api.jar:${j2ee.server.home}/modules/javax.faces.jar:${j2ee.server.home}/modules/javax.inject.jar:${j2ee.server.home}/modules/javax.interceptor-api.jar:${j2ee.server.home}/modules/javax.jms-api.jar:${j2ee.server.home}/modules/javax.json.jar:${j2ee.server.home}/modules/javax.mail.jar:${j2ee.server.home}/modules/javax.management.j2ee-api.jar:${j2ee.server.home}/modules/javax.persistence.jar:${j2ee.server.home}/modules/javax.resource-api.jar:${j2ee.server.home}/modules/javax.security.auth.message-api.jar:${j2ee.server.home}/modules/javax.security.jacc-api.jar:${j2ee.server.home}/modules/javax.servlet-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jstl-api.jar:${j2ee.server.home}/modules/javax.servlet.jsp.jstl.jar:${j2ee.server.home}/modules/javax.transaction-api.jar:${j2ee.server.home}/modules/javax.websocket-api.jar:${j2ee.server.home}/modules/javax.ws.rs-api.jar:${j2ee.server.home}/modules/javax.xml.registry-api.jar:${j2ee.server.home}/modules/javax.xml.rpc-api.jar:${j2ee.server.home}/modules/jaxb-osgi.jar:${j2ee.server.home}/modules/webservices-osgi.jar:${j2ee.server.home}/modules/weld-osgi-bundle.jar:${j2ee.server.middleware}/mq/lib/jaxm-api.jar j2ee.platform.embeddableejb.classpath=${j2ee.server.home}/lib/embedded/glassfish-embedded-static-shell.jar j2ee.platform.wscompile.classpath=${j2ee.server.home}/modules/webservices-osgi.jar j2ee.platform.wsgen.classpath=${j2ee.server.home}/modules/webservices-osgi.jar:${j2ee.server.home}/modules/endorsed/webservices-api-osgi.jar:${j2ee.server.home}/modules/jaxb-osgi.jar:${j2ee.server.home}/modules/endorsed/jaxb-api.jar