IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Applets Java Discussion :

Problème d'intégration d'un Applet JAVA tournant avec Spring / Hibernate / JPA


Sujet :

Applets Java

  1. #1
    Membre à l'essai
    Homme Profil pro
    Étudiant
    Inscrit en
    Mai 2013
    Messages
    29
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Étudiant
    Secteur : High Tech - Multimédia et Internet

    Informations forums :
    Inscription : Mai 2013
    Messages : 29
    Points : 13
    Points
    13
    Par défaut Problème d'intégration d'un Applet JAVA tournant avec Spring / Hibernate / JPA
    Bonjour,

    J'essaye actuellement d'intégrer mon Applet JAVA utilisant Spring / Hibernate / JPA.

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    <html>
     
    	<head>
    		<title></title>
    	</head>
     
    	<body style = "background-color : #dcdcdc">
     
    		<center>
     
    			<applet 
     
    			code    = "client.Api.class" 
    			archive = 
    			"
    			Buggup8.jar,
    			lib\divers\derbyclient.jar,
    			lib\divers\ehcache-1.2.4.jar,
    			lib\divers\ehcache-spring-annotations-1.1.0.jar,
    			lib\divers\geronimo-jpa_2.0_spec-1.1.jar,
    			lib\divers\hsqldb.jar,
    			lib\divers\jaybird-full-2.1.1.jar,
    			lib\divers\jcl-over-slf4j-1.7.5-sources.jar,
    			lib\divers\jcl-over-slf4j-1.7.5.jar,
    			lib\divers\jul-to-slf4j-1.7.5-sources.jar,
    			lib\divers\jul-to-slf4j-1.7.5.jar,
    			lib\divers\log4j-1.2.13.jar,
    			lib\divers\log4j-over-slf4j-1.7.5-sources.jar,
    			lib\divers\log4j-over-slf4j-1.7.5.jar,
    			lib\divers\logback-core-0.9.29.jar,
    			lib\divers\mysql-connector-java-5.0.5-bin.jar,
    			lib\divers\ojdbc14.jar,
    			lib\divers\postgresql-8.2-505.jdbc4.jar,
    			lib\divers\slf4j-api-1.7.5.jar,
    			lib\divers\slf4j-simple-1.7.5.jar,
    			lib\divers\sqljdbc.jar,
    			lib\divers\testng-5.5-jdk15.jar,
    			lib\hibernate\antlr-2.7.6.jar,
    			lib\hibernate\asm-attrs.jar,
    			lib\hibernate\asm.jar,
    			lib\hibernate\c3p0-0.9.0.jar,
    			lib\hibernate\cglib-2.1.3.jar,
    			lib\hibernate\commons-collections-2.1.1.jar,
    			lib\hibernate\commons-logging-1.0.4.jar,
    			lib\hibernate\dom4j-1.6.1.jar,
    			lib\hibernate\ejb3-persistence.jar,
    			lib\hibernate\hibernate-annotations.jar,
    			lib\hibernate\hibernate-entitymanager.jar,
    			lib\hibernate\hibernate-tools.jar,
    			lib\hibernate\hibernate3.jar,
    			lib\hibernate\javassist.jar,
    			lib\hibernate\jboss-archive-browsing.jar,
    			lib\hibernate\jta.jar,
    			lib\jbossejb3\hibernate-all.jar,
    			lib\jbossejb3\jboss-ejb3-all.jar,
    			lib\jbossejb3\thirdparty-all.jar,
    			lib\spring\aopalliance.jar,
    			lib\spring\com.springsource.org.aopalliance-sources-1.0.0.jar,
    			lib\spring\commons-codec-1.6-javadoc.jar,
    			lib\spring\commons-codec-1.6-sources.jar,
    			lib\spring\commons-codec-1.6-tests.jar,
    			lib\spring\commons-codec-1.6.jar,
    			lib\spring\commons-collections-2.1.1.jar,
    			lib\spring\commons-dbcp.jar,
    			lib\spring\commons-logging-1.0.4.jar,
    			lib\spring\commons-pool.jar,
    			lib\spring\org.springframework.aop-3.1.0.RELEASE.jar,
    			lib\spring\org.springframework.aop-sources-3.1.0.RELEASE.jar,
    			lib\spring\org.springframework.asm-3.1.0.RELEASE.jar,
    			lib\spring\org.springframework.asm-sources-3.1.0.RELEASE.jar,
    			lib\spring\org.springframework.aspects-3.1.0.RELEASE.jar,
    			lib\spring\org.springframework.aspects-sources-3.1.0.RELEASE.jar,
    			lib\spring\org.springframework.beans-3.1.0.RELEASE.jar,
    			lib\spring\org.springframework.beans-sources-3.1.0.RELEASE.jar,
    			lib\spring\org.springframework.context-3.1.0.RELEASE.jar,
    			lib\spring\org.springframework.context-sources-3.1.0.RELEASE.jar,
    			lib\spring\org.springframework.context.support-3.1.0.RELEASE.jar,
    			lib\spring\org.springframework.context.support-sources-3.1.0.RELEASE.jar,
    			lib\spring\org.springframework.core-3.1.0.RELEASE.jar,
    			lib\spring\org.springframework.core-sources-3.1.0.RELEASE.jar,
    			lib\spring\org.springframework.expression-3.1.0.RELEASE.jar,
    			lib\spring\org.springframework.expression-sources-3.1.0.RELEASE.jar,
    			lib\spring\org.springframework.instrument-3.1.0.RELEASE.jar,
    			lib\spring\org.springframework.instrument-sources-3.1.0.RELEASE.jar,
    			lib\spring\org.springframework.instrument.tomcat-3.1.0.RELEASE.jar,
    			lib\spring\org.springframework.instrument.tomcat-sources-3.1.0.RELEASE.jar,
    			lib\spring\org.springframework.jdbc-3.1.0.RELEASE.jar,
    			lib\spring\org.springframework.jdbc-sources-3.1.0.RELEASE.jar,
    			lib\spring\org.springframework.jms-3.1.0.RELEASE.jar,
    			lib\spring\org.springframework.jms-sources-3.1.0.RELEASE.jar,
    			lib\spring\org.springframework.orm-3.1.0.RELEASE.jar,
    			lib\spring\org.springframework.orm-sources-3.1.0.RELEASE.jar,
    			lib\spring\org.springframework.oxm-3.1.0.RELEASE.jar,
    			lib\spring\org.springframework.oxm-sources-3.1.0.RELEASE.jar,
    			lib\spring\org.springframework.test-3.1.0.RELEASE.jar,
    			lib\spring\org.springframework.test-sources-3.1.0.RELEASE.jar,
    			lib\spring\org.springframework.transaction-3.1.0.RELEASE.jar,
    			lib\spring\org.springframework.transaction-sources-3.1.0.RELEASE.jar,
    			lib\spring\org.springframework.web-3.1.0.RELEASE.jar,
    			lib\spring\org.springframework.web-sources-3.1.0.RELEASE.jar,
    			lib\spring\org.springframework.web.portlet-3.1.0.RELEASE.jar,
    			lib\spring\org.springframework.web.portlet-sources-3.1.0.RELEASE.jar,
    			lib\spring\org.springframework.web.servlet-3.1.0.RELEASE.jar,
    			lib\spring\org.springframework.web.servlet-sources-3.1.0.RELEASE.jar,
    			lib\spring\org.springframework.web.struts-3.1.0.RELEASE.jar,
    			lib\spring\org.springframework.web.struts-sources-3.1.0.RELEASE.jar,
    			lib\toplink\toplink-essentials-agent.jar,
    			lib\toplink\toplink-essentials.jar
    			" 
    			width   = "1200" 
    			height  = "800" 
     
    			>
     
    				  <param name="folderNameOfRacine" value = "GraineHabitat" />
    				  <param name="isHeight" value = "800" />
    				  <param name="isWidth" value = "1200" />
     
    			 </applet>
     
    		 </center>
     
    	</body>
     
    </html>
    Mon applet tourne comme il faut sur Eclipse, mais une fois lancée dans l'environnement du navigateur Web, j'ai cette erreur finale :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
     
    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor#0' defined in class path resource [spring-config.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [spring-config.xml]: Invocation of init method failed; nested exception is java.lang.RuntimeException: error trying to scan <jar-file>: http://localhost/buggup/Buggup8.jar
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:527)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
    	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
    	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
    	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
    	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
    	at org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:728)
    	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:449)
    	at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)
    	at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:83)
    	at client.Api.init(Api.java:80)
    	at com.sun.deploy.uitoolkit.impl.awt.AWTAppletAdapter.init(Unknown Source)
    	at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
    	at java.lang.Thread.run(Unknown Source)
    Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [spring-config.xml]: Invocation of init method failed; nested exception is java.lang.RuntimeException: error trying to scan <jar-file>: http://localhost/buggup/Buggup8.jar
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1455)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
    	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
    	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
    	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
    	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
    	at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:400)
    	at org.springframework.beans.factory.BeanFactoryUtils.beansOfTypeIncludingAncestors(BeanFactoryUtils.java:275)
    	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.detectPersistenceExceptionTranslators(PersistenceExceptionTranslationInterceptor.java:139)
    	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.<init>(PersistenceExceptionTranslationInterceptor.java:79)
    	at org.springframework.dao.annotation.PersistenceExceptionTranslationAdvisor.<init>(PersistenceExceptionTranslationAdvisor.java:70)
    	at org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor.setBeanFactory(PersistenceExceptionTranslationPostProcessor.java:103)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeAwareMethods(AbstractAutowireCapableBeanFactory.java:1475)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.access$0(AbstractAutowireCapableBeanFactory.java:1466)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$5.run(AbstractAutowireCapableBeanFactory.java:1437)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1435)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
    	... 13 more
    Caused by: java.lang.RuntimeException: error trying to scan <jar-file>: http://localhost/buggup/Buggup8.jar
    	at org.hibernate.ejb.Ejb3Configuration.scanForClasses(Ejb3Configuration.java:597)
    	at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:341)
    	at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:126)
    	at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:257)
    	at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:310)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$6.run(AbstractAutowireCapableBeanFactory.java:1504)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1502)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1452)
    	... 31 more
    Caused by: java.lang.RuntimeException: NOT IMPLEMENTED
    	at org.jboss.util.file.ArchiveBrowser.getBrowser(Unknown Source)
    	at org.hibernate.ejb.Ejb3Configuration.scanForClasses(Ejb3Configuration.java:588)
    	... 39 more
    Sachant que la ligne 80 de Api.class est celle-ci :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    ApplicationContext ctx = new ClassPathXmlApplicationContext("spring-config.xml");
    et que mon fichier de configuration Spring nommé "spring-config.xml" est celui-ci :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
     
    <?xml version="1.0" encoding="UTF-8"?>
    <beans 
    	xmlns="http://www.springframework.org/schema/beans" 
    	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    	xmlns:ehcache="http://ehcache-spring-annotations.googlecode.com/svn/schema/ehcache-spring"
        xmlns:tx="http://www.springframework.org/schema/tx"
    	xsi:schemaLocation="
    		http://www.springframework.org/schema/beans 
         	http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
         	http://ehcache-spring-annotations.googlecode.com/svn/schema/ehcache-spring
         	http://ehcache-spring-annotations.googlecode.com/svn/schema/ehcache-spring/ehcache-spring-1.2.xsd
         	http://www.springframework.org/schema/tx 
    		http://www.springframework.org/schema/tx/spring-tx-3.0.xsd">
     
    	<!--  Cache de second niveau : ehcache -->
    	<bean id="cacheManager" class="org.springframework.cache.ehcache.EhCacheManagerFactoryBean">
    	  <property name="configLocation">
    	    <value>classpath:ehcache.xml</value>
    	  </property>
    	</bean>
     
    	<bean id="methodCache" class="org.springframework.cache.ehcache.EhCacheFactoryBean">
    	  <property name="cacheManager">
    	    <ref local="cacheManager"/>
    	  </property>
    	  <property name="cacheName">
    	    <value>elementCache</value>
    	  </property>
    	</bean>
     
    	<bean id="methodCache2" class="org.springframework.cache.ehcache.EhCacheFactoryBean">
    	  <property name="cacheManager">
    	    <ref local="cacheManager"/>
    	  </property>
    	  <property name="cacheName">
    	    <value>personneCache</value>
    	  </property>
    	</bean>
     
    	<!-- couches applicatives -->
    	<bean id="dao" class="dao.Dao" />
    	<bean id="service" class="service.Service">
    		<property name="dao" ref="dao" />
    	</bean>
     
    	<bean id="entityManagerFactory" class="org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean">
    		<property name="dataSource" ref="dataSource" />
    		<property name="jpaVendorAdapter">
    			<bean class="org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter">
    				<!-- 
    					<property name="showSql" value="true" />
    				-->
    				<property name="databasePlatform" value="org.hibernate.dialect.MySQL5InnoDBDialect" />
    				<property name="generateDdl" value="true" />
    			</bean>
    		</property>
    		<property name="loadTimeWeaver">
    			<bean class="org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver" />
    		</property>
     
    	</bean>
     
    	<!-- la source de donnéees DBCP -->
    	<bean id="dataSource" class="org.apache.commons.dbcp.BasicDataSource" destroy-method="close">
    		<property name="driverClassName" value="com.mysql.jdbc.Driver" />
    		<property name="url" value="jdbc:mysql://localhost:3306/jpaTest" />
    		<property name="username" value="root" />
    		<property name="password" value="" />
    	</bean>
     
    	<!-- le gestionnaire de transactions -->
    	<tx:annotation-driven transaction-manager="txManager" />
    	<bean id="txManager" class="org.springframework.orm.jpa.JpaTransactionManager">
    		<property name="entityManagerFactory" ref="entityManagerFactory" />
    	</bean>
     
    	<!-- traduction des exceptions -->
    	<bean class="org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor" />
     
    	<!-- persistence -->
    	<bean class="org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor" />
     
    </beans>
    Quelqu'un pourrais m'aider, s'il vous plait, à résoudre ce problème ? Merci d'avance.

  2. #2
    Expert éminent sénior
    Avatar de tchize_
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Avril 2007
    Messages
    25 481
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 44
    Localisation : Belgique

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Avril 2007
    Messages : 25 481
    Points : 48 806
    Points
    48 806
    Par défaut
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    Caused by: java.lang.RuntimeException: error trying to scan <jar-file>: http://localhost/buggup/Buggup8.jar
     
    Caused by: java.lang.RuntimeException: NOT IMPLEMENTED
    	at org.jboss.util.file.ArchiveBrowser.getBrowser(Unknown Source)
    Visiblement le code (hibernate) que tu utilise a besoins de scanner les jar à la recherche d'informations, ce qui est impossible dans le cas d'une applet car le jar n'est pas local, d'où le NOT IMPLEMENTED en exception.


    C'est une limitation de cette librairie (org.jboss.util.file.ArchiveBrowser) que tu utilise. Il va falloir revoir ton code pour ne pas avoir besoin d'elle. Par exemple en configurant autrement hibernate qu'en lui disant de scanner à la chercehr de classe.

    D'une manière général, les specs J2EE, ça marche très mal dans une applet, en raison des limitations du classloader.

  3. #3
    Membre à l'essai
    Homme Profil pro
    Étudiant
    Inscrit en
    Mai 2013
    Messages
    29
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Étudiant
    Secteur : High Tech - Multimédia et Internet

    Informations forums :
    Inscription : Mai 2013
    Messages : 29
    Points : 13
    Points
    13
    Par défaut
    Merci pour ta réponse.

    Serais-tu comment y remédier ?

  4. #4
    Expert éminent sénior
    Avatar de tchize_
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Avril 2007
    Messages
    25 481
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 44
    Localisation : Belgique

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Avril 2007
    Messages : 25 481
    Points : 48 806
    Points
    48 806
    Par défaut
    Revois ton code. Le scan hibernate n'est pas possible.

  5. #5
    Membre à l'essai
    Homme Profil pro
    Étudiant
    Inscrit en
    Mai 2013
    Messages
    29
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Étudiant
    Secteur : High Tech - Multimédia et Internet

    Informations forums :
    Inscription : Mai 2013
    Messages : 29
    Points : 13
    Points
    13
    Par défaut
    J'ai cherché comment faire pour ne pas permettre le scan d'Hibernate, en vain

    Aurais-tu un exemple s'il te plais ?

  6. #6
    Expert éminent sénior
    Avatar de tchize_
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Avril 2007
    Messages
    25 481
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 44
    Localisation : Belgique

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Avril 2007
    Messages : 25 481
    Points : 48 806
    Points
    48 806
    Par défaut
    Tu as probablement mis dans ton fichier hibernate qu'il faut utiliser un "package" plutot que d'énumérer toutes les classes à utiliser. Montre ton fichier de config qu'on regarde à ça.

  7. #7
    Membre à l'essai
    Homme Profil pro
    Étudiant
    Inscrit en
    Mai 2013
    Messages
    29
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Étudiant
    Secteur : High Tech - Multimédia et Internet

    Informations forums :
    Inscription : Mai 2013
    Messages : 29
    Points : 13
    Points
    13
    Par défaut
    Je pense avoir empêché le scan de hibernate avec ceci :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    <?xml version="1.0" encoding="UTF-8"?>
    <beans 
    	xmlns="http://www.springframework.org/schema/beans" 
    	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    	xmlns:ehcache="http://ehcache-spring-annotations.googlecode.com/svn/schema/ehcache-spring"
        xmlns:tx="http://www.springframework.org/schema/tx"
    	xsi:schemaLocation="
    		http://www.springframework.org/schema/beans 
         	http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
         	http://ehcache-spring-annotations.googlecode.com/svn/schema/ehcache-spring
         	http://ehcache-spring-annotations.googlecode.com/svn/schema/ehcache-spring/ehcache-spring-1.2.xsd
         	http://www.springframework.org/schema/tx 
    		http://www.springframework.org/schema/tx/spring-tx-3.0.xsd">
     
    	<!--  Cache de second niveau : ehcache -->
    	<bean id="cacheManager" class="org.springframework.cache.ehcache.EhCacheManagerFactoryBean">
    	  <property name="configLocation">
    	    <value>classpath:ehcache.xml</value>
    	  </property>
    	</bean>
     
    	<bean id="methodCache" class="org.springframework.cache.ehcache.EhCacheFactoryBean">
    	  <property name="cacheManager">
    	    <ref local="cacheManager"/>
    	  </property>
    	  <property name="cacheName">
    	    <value>elementCache</value>
    	  </property>
    	</bean>
     
    	<bean id="methodCache2" class="org.springframework.cache.ehcache.EhCacheFactoryBean">
    	  <property name="cacheManager">
    	    <ref local="cacheManager"/>
    	  </property>
    	  <property name="cacheName">
    	    <value>personneCache</value>
    	  </property>
    	</bean>
     
    	<!-- couches applicatives -->
    	<bean id="dao" class="dao.Dao" />
    	<bean id="service" class="service.Service">
    		<property name="dao" ref="dao" />
    	</bean>
     
    	<bean id="entityManagerFactory" class="org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean">
    		<property name="dataSource" ref="dataSource" />
    		<property name="jpaVendorAdapter">
    			<bean class="org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter">
    				<!-- 
    					<property name="showSql" value="true" />
    				-->
    				<property name="databasePlatform" value="org.hibernate.dialect.MySQL5InnoDBDialect" />
    				<property name="generateDdl" value="true" />
    			</bean>
    		</property>
    <!-- 		<property name="loadTimeWeaver"> -->
    <!-- 			<bean class="org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver" /> -->
    <!-- 		</property> -->
     
    	</bean>
     
    	<!-- la source de donnéees DBCP -->
    	<bean id="dataSource" class="org.apache.commons.dbcp.BasicDataSource" destroy-method="close">
    		<property name="driverClassName" value="com.mysql.jdbc.Driver" />
    		<property name="url" value="jdbc:mysql://localhost:3306/jpaTest" />
    		<property name="username" value="root" />
    		<property name="password" value="" />
    	</bean>
     
    	<!-- RAJOUTE -->
    	<bean id="persistenceUnitManager" class="org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager">
               <property name="persistenceXmlLocations">
                  <list>
                    <value>classpath*:META-INF/persistence.xml</value>
                  </list>
               </property>
               <property name="dataSources">
                   <map>
                      <entry key="dataSource" value-ref="dataSource"/>
                   </map>
               </property>
         </bean>
     
    	<!-- le gestionnaire de transactions -->
    	<tx:annotation-driven transaction-manager="txManager" />
    	<bean id="txManager" class="org.springframework.orm.jpa.JpaTransactionManager">
    		<property name="entityManagerFactory" ref="entityManagerFactory" />
    	</bean>
     
    	<!-- traduction des exceptions -->
    	<bean class="org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor" />
     
    	<!-- persistence -->
    	<bean class="org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor" />
     
    </beans>
    et ceci :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    <?xml version="1.0" encoding="UTF-8"?>
    <persistence version="1.0"
    	xmlns="http://java.sun.com/xml/ns/persistence"
    	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    	xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd">
    	<persistence-unit name="jpa" transaction-type="RESOURCE_LOCAL">
     
    		<provider>org.hibernate.ejb.HibernatePersistence</provider> 
    		<class>entites.Droit</class> 
    		<class>entites.Element</class> 
    		<class>entites.Personne</class> 
    		<exclude-unlisted-classes>true</exclude-unlisted-classes>
     
    	</persistence-unit>
     
    </persistence>
    Cependant j'ai cette erreur maintenant :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor#0' defined in class path resource [spring-config.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [spring-config.xml]: Invocation of init method failed; nested exception is java.lang.reflect.UndeclaredThrowableException
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:527)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
    	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
    	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
    	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
    	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
    	at org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:728)
    	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:449)
    	at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)
    	at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:83)
    	at client.Api.init(Api.java:80)
    	at com.sun.deploy.uitoolkit.impl.awt.AWTAppletAdapter.init(Unknown Source)
    	at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
    	at java.lang.Thread.run(Unknown Source)
    Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [spring-config.xml]: Invocation of init method failed; nested exception is java.lang.reflect.UndeclaredThrowableException
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1455)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
    	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
    	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
    	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
    	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
    	at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:400)
    	at org.springframework.beans.factory.BeanFactoryUtils.beansOfTypeIncludingAncestors(BeanFactoryUtils.java:275)
    	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.detectPersistenceExceptionTranslators(PersistenceExceptionTranslationInterceptor.java:139)
    	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.<init>(PersistenceExceptionTranslationInterceptor.java:79)
    	at org.springframework.dao.annotation.PersistenceExceptionTranslationAdvisor.<init>(PersistenceExceptionTranslationAdvisor.java:70)
    	at org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor.setBeanFactory(PersistenceExceptionTranslationPostProcessor.java:103)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeAwareMethods(AbstractAutowireCapableBeanFactory.java:1475)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.access$0(AbstractAutowireCapableBeanFactory.java:1466)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$5.run(AbstractAutowireCapableBeanFactory.java:1437)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1435)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
    	... 13 more
    Caused by: java.lang.reflect.UndeclaredThrowableException
    	at com.sun.proxy.$Proxy3.getNewTempClassLoader(Unknown Source)
    	at org.hibernate.ejb.Ejb3Configuration.addXMLEntities(Ejb3Configuration.java:398)
    	at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:351)
    	at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:126)
    	at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:257)
    	at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:310)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$6.run(AbstractAutowireCapableBeanFactory.java:1504)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1502)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1452)
    	... 31 more
    Caused by: java.lang.reflect.InvocationTargetException
    	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    	at java.lang.reflect.Method.invoke(Unknown Source)
    	at org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager$Jpa2PersistenceUnitInfoDecorator.invoke(DefaultPersistenceUnitManager.java:570)
    	... 41 more
    Caused by: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "createClassLoader")
    	at java.security.AccessControlContext.checkPermission(Unknown Source)
    	at java.security.AccessController.checkPermission(Unknown Source)
    	at java.lang.SecurityManager.checkPermission(Unknown Source)
    	at java.lang.SecurityManager.checkCreateClassLoader(Unknown Source)
    	at java.lang.ClassLoader.checkCreateClassLoader(Unknown Source)
    	at java.lang.ClassLoader.<init>(Unknown Source)
    	at org.springframework.core.DecoratingClassLoader.<init>(DecoratingClassLoader.java:53)
    	at org.springframework.core.OverridingClassLoader.<init>(OverridingClassLoader.java:50)
    	at org.springframework.instrument.classloading.SimpleThrowawayClassLoader.<init>(SimpleThrowawayClassLoader.java:36)
    	at org.springframework.orm.jpa.persistenceunit.SpringPersistenceUnitInfo.getNewTempClassLoader(SpringPersistenceUnitInfo.java:120)
    	... 46 more

  8. #8
    Expert éminent sénior
    Avatar de tchize_
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Avril 2007
    Messages
    25 481
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 44
    Localisation : Belgique

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Avril 2007
    Messages : 25 481
    Points : 48 806
    Points
    48 806
    Par défaut
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    Caused by: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "createClassLoader")
    	at java.security.AccessControlContext.checkPermission(Unknown Source)
    	at java.security.AccessController.checkPermission(Unknown Source)
    	at java.lang.SecurityManager.checkPermission(Unknown Source)
    	at java.lang.SecurityManager.checkCreateClassLoader(Unknown Source)
    	at java.lang.ClassLoader.checkCreateClassLoader(Unknown Source)
    	at java.lang.ClassLoader.<init>(Unknown Source)
    	at org.springframework.core.DecoratingClassLoader.<init>(DecoratingClassLoader.java:53)
    	at org.springframework.core.OverridingClassLoader.<init>(OverridingClassLoader.java:50)
    	at org.springframework.instrument.classloading.SimpleThrowawayClassLoader.<init>(SimpleThrowawayClassLoader.java:36)
    Tu utilise l'instrumentation Spring, qui a besoin de créer un classloader. Mais comme une applet, ça doit tourner dans une SandBox, tu n'as pas le droit de créer un classloader.

    Tu as deux possibilité:

    1) ne pas utiliser l'instrumentation (ni l'ouverture de fichier, de connexion réseau, etc, car tout ça est interdit dans une applet)
    2) Demander à ce que l'applet tourne en dehors de la sandbox, pour ça il te faut un certificat de signature de code et signer ton code avec (voir la FAQ de developpez à ce sujet)

  9. #9
    Membre à l'essai
    Homme Profil pro
    Étudiant
    Inscrit en
    Mai 2013
    Messages
    29
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Étudiant
    Secteur : High Tech - Multimédia et Internet

    Informations forums :
    Inscription : Mai 2013
    Messages : 29
    Points : 13
    Points
    13
    Par défaut
    Bonjour,

    J'ai pourtant signé mon Applet avec Keytool et Jarsigner ... Je vais refaire la manip' pour voir si c'est une fausse manip' de ma part.

  10. #10
    Membre à l'essai
    Homme Profil pro
    Étudiant
    Inscrit en
    Mai 2013
    Messages
    29
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Étudiant
    Secteur : High Tech - Multimédia et Internet

    Informations forums :
    Inscription : Mai 2013
    Messages : 29
    Points : 13
    Points
    13
    Par défaut
    Dois-je signer tous les jar de mes librairies aussi ? Car j'ai refait la manip' pour signer mon Applet et j'ai toujours la même erreur.

    Voici comment j'ai fait :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
    320
    321
    322
    323
    324
    325
    326
    327
    328
    329
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
    341
    342
    343
    344
    345
    346
    347
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
    358
    359
    360
    361
    362
    363
    364
    365
    366
    367
    368
    369
    370
    371
    372
    373
    374
    375
    376
    377
    378
    379
    380
    381
    382
    383
    384
    385
    386
    387
    388
    389
    390
    391
    392
    393
    394
    395
    396
    397
    398
    399
    400
    401
    402
    403
    404
    405
    406
    407
    408
    409
    410
    411
    412
    413
    414
    415
    416
    417
    418
    419
    420
    421
    422
    423
    424
    425
    426
    427
    428
    429
    430
    431
    432
    433
    434
    435
    436
    437
    438
    439
    440
    441
    442
    443
    444
    445
    446
    447
    448
    449
    450
    451
    452
    453
    454
    455
    456
    457
    458
    459
    460
    461
    462
    463
    464
    465
    466
    467
    468
    469
    470
    471
    472
    473
    474
    475
    476
    477
    478
    479
    480
    C:\Users\Anthony>cd "C:\Program Files\Java\jdk1.7.0_21\bin"
     
    C:\Program Files\Java\jdk1.7.0_21\bin>keytool   -certreq -alias buggupKey -file buggup13.crt
    Entrez le mot de passe du fichier de clés :
     
    C:\Program Files\Java\jdk1.7.0_21\bin>jarsigner -verbose C:\wamp\www\buggup\Buggup13.jar buggupKey
    Enter Passphrase for keystore:
     updating: META-INF/MANIFEST.MF
       adding: META-INF/BUGGUPKE.SF
       adding: META-INF/BUGGUPKE.DSA
      signing: .classpath
      signing: .project
      signing: ant-hibernate.xml
      signing: /UploaderBuggUpVersion1/ddl/derby/schema.sql
      signing: /UploaderBuggUpVersion1/ddl/firebird/schema.sql
      signing: /UploaderBuggUpVersion1/ddl/hsql/schema.sql
      signing: /UploaderBuggUpVersion1/ddl/mysql5/schema.sql
      signing: /UploaderBuggUpVersion1/ddl/oracle/schema.sql
      signing: /UploaderBuggUpVersion1/ddl/postgres/schema.sql
      signing: /UploaderBuggUpVersion1/ddl/schema.sql
      signing: /UploaderBuggUpVersion1/ddl/sqlserver/schema.sql
      signing: test-output/Default suite/Default test (Copie en conflit de Anthony-PC 2013-06-14).html
      signing: test-output/Default suite/Default test (Copie en conflit de Anthony-PC 2013-06-14).xml
      signing: test-output/Default suite/Default test.html
      signing: test-output/Default suite/Default test.xml
      signing: test-output/Default suite/testng-failed.xml
      signing: test-output/bullet_point.png
      signing: test-output/collapseall.gif
      signing: test-output/emailable-report (Copie en conflit de Anthony-PC 2013-06-14).html
      signing: test-output/emailable-report.html
      signing: test-output/failed.png
      signing: test-output/index (Copie en conflit de Anthony-PC 2013-06-14).html
      signing: test-output/index.html
      signing: test-output/jquery-1.7.1.min.js
      signing: test-output/junitreports/TEST-tests.TestNG (Copie en conflit de Anthony-PC 2013-06-14).xml
      signing: test-output/junitreports/TEST-tests.TestNG.xml
      signing: test-output/navigator-bullet.png
      signing: test-output/old/Default suite/Default test.properties
      signing: test-output/old/Default suite/classes.html
      signing: test-output/old/Default suite/groups.html
      signing: test-output/old/Default suite/index.html
      signing: test-output/old/Default suite/main.html
      signing: test-output/old/Default suite/methods (Copie en conflit de Anthony-PC 2013-06-14).html
      signing: test-output/old/Default suite/methods-alphabetical (Copie en conflit de Anthony-PC 2013-06-14).html
      signing: test-output/old/Default suite/methods-alphabetical.html
      signing: test-output/old/Default suite/methods-not-run.html
      signing: test-output/old/Default suite/methods.html
      signing: test-output/old/Default suite/reporter-output.html
      signing: test-output/old/Default suite/testng.xml.html
      signing: test-output/old/Default suite/toc.html
      signing: test-output/old/index.html
      signing: test-output/passed.png
      signing: test-output/skipped.png
      signing: test-output/testng-failed.xml
      signing: test-output/testng-reports.css
      signing: test-output/testng-reports.js
      signing: test-output/testng-results (Copie en conflit de Anthony-PC 2013-06-14).xml
      signing: test-output/testng-results.xml
      signing: test-output/testng.css
      signing: genJAR.class
      signing: genJAR.java
      signing: client/Api$1.class
      signing: client/Api.class
      signing: client/Api.java
      signing: dao/IDao.class
      signing: dao/IDao.java
      signing: dao/Dao.class
      signing: dao/Dao.java
      signing: dao/DaoException.class
      signing: dao/DaoException.java
      signing: entites/Element.class
      signing: entites/Element.java
      signing: entites/Droit.class
      signing: entites/Droit.java
      signing: entites/Pers_elem_droit.class
      signing: entites/Pers_elem_droit.java
      signing: entites/Personne.class
      signing: entites/Personne.java
      signing: images/icones-128/avi.png
      signing: images/icones-128/bat.png
      signing: images/icones-128/bin.png
      signing: images/icones-128/bmp.png
      signing: images/icones-128/closed_folder.png
      signing: images/icones-128/default.png
      signing: images/icones-128/dll.png
      signing: images/icones-128/gif.png
      signing: images/icones-128/html.png
      signing: images/icones-128/inf.png
      signing: images/icones-128/ini.png
      signing: images/icones-128/jpg.png
      signing: images/icones-128/js.png
      signing: images/icones-128/log.png
      signing: images/icones-128/mp3.png
      signing: images/icones-128/open_folder.png
      signing: images/icones-128/pdf.png
      signing: images/icones-128/png.png
      signing: images/icones-128/rar.png
      signing: images/icones-128/reg.png
      signing: images/icones-128/txt.png
      signing: images/icones-128/xml.png
      signing: images/icones-128/zip.png
      signing: images/icones-256/avi.png
      signing: images/icones-256/bat.png
      signing: images/icones-256/bin.png
      signing: images/icones-256/bmp.png
      signing: images/icones-256/closed_folder.png
      signing: images/icones-256/default.png
      signing: images/icones-256/dll.png
      signing: images/icones-256/gif.png
      signing: images/icones-256/html.png
      signing: images/icones-256/inf.png
      signing: images/icones-256/ini.png
      signing: images/icones-256/jpg.png
      signing: images/icones-256/js.png
      signing: images/icones-256/log.png
      signing: images/icones-256/mp3.png
      signing: images/icones-256/open_folder.png
      signing: images/icones-256/pdf.png
      signing: images/icones-256/png.png
      signing: images/icones-256/rar.png
      signing: images/icones-256/reg.png
      signing: images/icones-256/txt.png
      signing: images/icones-256/xml.png
      signing: images/icones-256/zip.png
      signing: images/icones-32/closed_folder.png
      signing: images/icones-32/default.png
      signing: images/icones-32/open_folder.png
      signing: images/icones-32/txt.png
      signing: images/icones-64/avi.png
      signing: images/icones-64/bat.png
      signing: images/icones-64/bin.png
      signing: images/icones-64/bmp.png
      signing: images/icones-64/closed_folder.png
      signing: images/icones-64/default.png
      signing: images/icones-64/dll.png
      signing: images/icones-64/gif.png
      signing: images/icones-64/html.png
      signing: images/icones-64/inf.png
      signing: images/icones-64/ini.png
      signing: images/icones-64/jpg.png
      signing: images/icones-64/js.png
      signing: images/icones-64/log.png
      signing: images/icones-64/mp3.png
      signing: images/icones-64/open_folder.png
      signing: images/icones-64/pdf.png
      signing: images/icones-64/png.png
      signing: images/icones-64/rar.png
      signing: images/icones-64/reg.png
      signing: images/icones-64/txt.png
      signing: images/icones-64/xml.png
      signing: images/icones-64/zip.png
      signing: images/autres/ShareUp.png
      signing: images/autres/U25BA.png
      signing: images/autres/U25BAConnexion.png
      signing: images/autres/U25BAConnexion.psd
      signing: images/autres/bg.PNG
      signing: images/autres/bg.jpg
      signing: images/autres/buttonBackground.png
      signing: images/autres/deconnexion.png
      signing: images/autres/mdp_field.png
      signing: images/autres/next---original.png
      signing: images/autres/next-disable---original.png
      signing: images/autres/next-disable.png
      signing: images/autres/next.png
      signing: images/autres/patron-icone-fichier.psd
      signing: images/autres/perso.png
      signing: images/autres/prev---original.png
      signing: images/autres/prev-disable---original.png
      signing: images/autres/prev-disable.png
      signing: images/autres/prev-next.psd
      signing: images/autres/prev.png
      signing: images/autres/treeMinus.gif
      signing: images/autres/treePlus.gif
      signing: images/autres/user_field.png
      signing: service/Service.class
      signing: service/Service.java
      signing: service/IService.class
      signing: service/IService.java
      signing: tests/InitDB.class
      signing: tests/InitDB.java
      signing: tests/TestNG.class
      signing: tests/TestNG.java
      signing: utils/InfosGUI.class
      signing: utils/InfosGUI.java
      signing: utils/InfosConnexion.class
      signing: utils/InfosConnexion.java
      signing: vues/Ihm$1.class
      signing: vues/Ihm.class
      signing: vues/Ihm.java
      signing: vues/affichageWs/GrilleIcones.class
      signing: vues/affichageWs/GrilleIcones.java
      signing: vues/affichageWs/Details.class
      signing: vues/affichageWs/Details.java
      signing: vues/affichageWs/iElementWS.class
      signing: vues/affichageWs/iElementWS.java
      signing: vues/affichageWs/iAffichage.class
      signing: vues/affichageWs/iAffichage.java
      signing: vues/command/Command.class
      signing: vues/command/Command.java
      signing: vues/concreteCommand/Undo.class
      signing: vues/concreteCommand/Undo.java
      signing: vues/concreteCommand/Redo.class
      signing: vues/concreteCommand/Redo.java
      signing: vues/concreteCommand/Coller.class
      signing: vues/concreteCommand/Coller.java
      signing: vues/concreteCommand/TrierParNom.class
      signing: vues/concreteCommand/TrierParNom.java
      signing: vues/concreteCommand/InverserSelection.class
      signing: vues/concreteCommand/InverserSelection.java
      signing: vues/concreteCommand/changerOptionAffichage.class
      signing: vues/concreteCommand/changerOptionAffichage.java
      signing: vues/concreteCommand/TrierParAuteur.class
      signing: vues/concreteCommand/TrierParAuteur.java
      signing: vues/concreteCommand/SupprimerUnElement.class
      signing: vues/concreteCommand/SupprimerUnElement.java
      signing: vues/concreteCommand/Couper.class
      signing: vues/concreteCommand/Couper.java
      signing: vues/concreteCommand/PartagerAvec.class
      signing: vues/concreteCommand/PartagerAvec.java
      signing: vues/concreteCommand/RegrouperParAuteur.class
      signing: vues/concreteCommand/RegrouperParAuteur.java
      signing: vues/concreteCommand/Copier.class
      signing: vues/concreteCommand/Copier.java
      signing: vues/concreteCommand/SelectionnerTout.class
      signing: vues/concreteCommand/SelectionnerTout.java
      signing: vues/concreteCommand/AjouterUnFichier.class
      signing: vues/concreteCommand/AjouterUnFichier.java
      signing: vues/concreteCommand/TrierParDateModification.class
      signing: vues/concreteCommand/TrierParDateModification.java
      signing: vues/concreteCommand/RenommerUnElement.class
      signing: vues/concreteCommand/RenommerUnElement.java
      signing: vues/concreteCommand/AfficherAide.class
      signing: vues/concreteCommand/AfficherAide.java
      signing: vues/concreteCommand/NouveauDossier.class
      signing: vues/concreteCommand/NouveauDossier.java
      signing: vues/concreteCommand/RegrouperParDossier.class
      signing: vues/concreteCommand/RegrouperParDossier.java
      signing: vues/concreteCommand/TrierParType.class
      signing: vues/concreteCommand/TrierParType.java
      signing: vues/concreteCommand/TrierParTaille.class
      signing: vues/concreteCommand/TrierParTaille.java
      signing: vues/concreteCommand/TrierParOrdreCroissant.class
      signing: vues/concreteCommand/TrierParOrdreCroissant.java
      signing: vues/concreteCommand/TrierParOrdreDecroissant.class
      signing: vues/concreteCommand/TrierParOrdreDecroissant.java
      signing: vues/concreteCommand/CreerNouvelUtilisateur.class
      signing: vues/concreteCommand/CreerNouvelUtilisateur.java
      signing: vues/datatype/ThreadImportData.class
      signing: vues/datatype/ThreadImportData.java
      signing: vues/datatype/NotificationUpload.class
      signing: vues/datatype/NotificationUpload.java
      signing: vues/datatype/RoundedBorder.class
      signing: vues/datatype/RoundedBorder.java
      signing: vues/datatype/JLabelElementWS$1.class
      signing: vues/datatype/JLabelElementWS.class
      signing: vues/datatype/JLabelElementWS.java
      signing: vues/datatype/ElementDefaultMutableTreeNode.class
      signing: vues/datatype/ElementDefaultMutableTreeNode.java
      signing: vues/datatype/ThreadDeleteData.class
      signing: vues/datatype/ThreadDeleteData.java
      signing: vues/datatype/NotificationDelete.class
      signing: vues/datatype/NotificationDelete.java
      signing: vues/datatype/Notification.class
      signing: vues/datatype/Notification.java
      signing: vues/datatype/MovingProgressBar$DelayRunnable.class
      signing: vues/datatype/MovingProgressBar.class
      signing: vues/datatype/MovingProgressBar.java
      signing: vues/datatype/JLabelElement.class
      signing: vues/datatype/JLabelElement.java
      signing: vues/datatype/JPanelElementWS$1.class
      signing: vues/datatype/JPanelElementWS.class
      signing: vues/datatype/JPanelElementWS.java
      signing: vues/factory/ConcreteFactoryV1.class
      signing: vues/factory/ConcreteFactoryV1.java
      signing: vues/factory/AbstractFactory.class
      signing: vues/factory/AbstractFactory.java
      signing: vues/invoker/Menu.class
      signing: vues/invoker/Menu.java
      signing: vues/invoker/NotificationAndStateBar.class
      signing: vues/invoker/NotificationAndStateBar.java
      signing: vues/invoker/JtreeExplorer$LeafRenderer.class
      signing: vues/invoker/JtreeExplorer.class
      signing: vues/invoker/JtreeExplorer.java
      signing: vues/invoker/InfosCompte$1.class
      signing: vues/invoker/InfosCompte.class
      signing: vues/invoker/InfosCompte.java
      signing: vues/invoker/BreadCrumb.class
      signing: vues/invoker/BreadCrumb.java
      signing: vues/listeners/MouseListenerOpenCloseNotifBar.class
      signing: vues/listeners/MouseListenerOpenCloseNotifBar.java
      signing: vues/listeners/MouseListenerBreadCrumbLink.class
      signing: vues/listeners/MouseListenerBreadCrumbLink.java
      signing: vues/listeners/MouseAdapterJtree.class
      signing: vues/listeners/MouseAdapterJtree.java
      signing: vues/listeners/MouseListenerElementWS.class
      signing: vues/listeners/MouseListenerElementWS.java
      signing: vues/listeners/FocusListenerCreatDossier$1.class
      signing: vues/listeners/FocusListenerCreatDossier.class
      signing: vues/listeners/FocusListenerCreatDossier.java
      signing: vues/listeners/MouseListenerNextPrevious.class
      signing: vues/listeners/MouseListenerNextPrevious.java
      signing: vues/listeners/AbstractActionCommand.class
      signing: vues/listeners/AbstractActionCommand.java
      signing: vues/logger/Logger$1.class
      signing: vues/logger/Logger$2.class
      signing: vues/logger/Logger$3.class
      signing: vues/logger/Logger.class
      signing: vues/logger/Logger.java
      signing: vues/logger/CopyOfLogger$1.class
      signing: vues/logger/CopyOfLogger$2.class
      signing: vues/logger/CopyOfLogger$3.class
      signing: vues/logger/CopyOfLogger.class
      signing: vues/logger/CopyOfLogger.java
      signing: vues/managerNotificationUpload/AskTreatCenter.class
      signing: vues/managerNotificationUpload/AskTreatCenter.java
      signing: vues/memento/Enregistrable.class
      signing: vues/memento/Enregistrable.java
      signing: vues/memento/Memento.class
      signing: vues/memento/Memento.java
      signing: vues/memento/breadCrumb/PairBreadCrumb.class
      signing: vues/memento/breadCrumb/PairBreadCrumb.java
      signing: vues/memento/breadCrumb/HistoriqueBreadCrumb.class
      signing: vues/memento/breadCrumb/HistoriqueBreadCrumb.java
      signing: vues/memento/breadCrumb/JLabelElementMemento.class
      signing: vues/memento/breadCrumb/JLabelElementMemento.java
      signing: vues/mementoNextPrevious/HistoriqueNextPrevious.class
      signing: vues/mementoNextPrevious/HistoriqueNextPrevious.java
      signing: vues/myObserverPattern/ObserverUpdateSelection.class
      signing: vues/myObserverPattern/ObserverUpdateSelection.java
      signing: vues/myObserverPattern/SubjectJTreeExplorer.class
      signing: vues/myObserverPattern/SubjectJTreeExplorer.java
      signing: vues/myObserverPattern/Observer.class
      signing: vues/myObserverPattern/Observer.java
      signing: vues/myObserverPattern/Subject.class
      signing: vues/myObserverPattern/Subject.java
      signing: vues/myObserverPattern/ObserverOpenFolderJtree.class
      signing: vues/myObserverPattern/ObserverOpenFolderJtree.java
      signing: vues/myObserverPattern/SubjectOpenFolderJtree.class
      signing: vues/myObserverPattern/SubjectOpenFolderJtree.java
      signing: vues/myObserverPattern/ObserverLogger.class
      signing: vues/myObserverPattern/ObserverLogger.java
      signing: vues/myObserverPattern/SubjectUpdateSelection.class
      signing: vues/myObserverPattern/SubjectUpdateSelection.java
      signing: vues/myObserverPattern/ObserverNotifsBarre.class
      signing: vues/myObserverPattern/ObserverNotifsBarre.java
      signing: vues/myObserverPattern/SubjectLogger.class
      signing: vues/myObserverPattern/SubjectLogger.java
      signing: vues/myObserverPattern/SubjectNavBreadCrumb.class
      signing: vues/myObserverPattern/SubjectNavBreadCrumb.java
      signing: vues/myObserverPattern/ObserverJTreeExplorer.class
      signing: vues/myObserverPattern/ObserverJTreeExplorer.java
      signing: vues/myObserverPattern/ObserverNavBreadCrumb.class
      signing: vues/myObserverPattern/ObserverNavBreadCrumb.java
      signing: vues/myObserverPattern/SubjectNotifsBarre.class
      signing: vues/myObserverPattern/SubjectNotifsBarre.java
      signing: vues/receiver/Selection.class
      signing: vues/receiver/Selection.java
      signing: vues/receiver/WorkspaceUser$1.class
      signing: vues/receiver/WorkspaceUser.class
      signing: vues/receiver/WorkspaceUser.java
      signing: vues/transfertHandler/MyFileTransferHandler.class
      signing: vues/transfertHandler/MyFileTransferHandler.java
      signing: vues/transfertHandler/CopyOfMyFileTransferHandler.class
      signing: vues/transfertHandler/CopyOfMyFileTransferHandler.java
      signing: vues/transfertHandler/Copy_2_of_MyFileTransferHandler.class
      signing: vues/transfertHandler/Copy_2_of_MyFileTransferHandler.java
      signing: ehcache.xml
      signing: log4j.properties
      signing: spring-config.xml
      signing: /UploaderBuggUpVersion1/conf/derby/persistence.xml
      signing: /UploaderBuggUpVersion1/conf/firebird/persistence.xml
      signing: /UploaderBuggUpVersion1/conf/hsql/persistence.xml
      signing: /UploaderBuggUpVersion1/conf/mysql5/persistence.xml
      signing: /UploaderBuggUpVersion1/conf/oracle/persistence.xml
      signing: /UploaderBuggUpVersion1/conf/potsgres/persistence.xml
      signing: /UploaderBuggUpVersion1/conf/sqlserver/persistence.xml
      signing: lib/divers/commons-net-1.4.0.jar
      signing: lib/divers/derbyclient.jar
      signing: lib/divers/ehcache-1.2.4.jar
      signing: lib/divers/ehcache-spring-annotations-1.1.0.jar
      signing: lib/divers/geronimo-jpa_2.0_spec-1.1.jar
      signing: lib/divers/hsqldb.jar
      signing: lib/divers/jaybird-full-2.1.1.jar
      signing: lib/divers/jcl-over-slf4j-1.7.5-sources.jar
      signing: lib/divers/jcl-over-slf4j-1.7.5.jar
      signing: lib/divers/jul-to-slf4j-1.7.5-sources.jar
      signing: lib/divers/jul-to-slf4j-1.7.5.jar
      signing: lib/divers/log4j-1.2.13.jar
      signing: lib/divers/log4j-over-slf4j-1.7.5-sources.jar
      signing: lib/divers/log4j-over-slf4j-1.7.5.jar
      signing: lib/divers/logback-core-0.9.29.jar
      signing: lib/divers/mysql-connector-java-5.0.5-bin.jar
      signing: lib/divers/ojdbc14.jar
      signing: lib/divers/postgresql-8.2-505.jdbc4.jar
      signing: lib/divers/slf4j-api-1.7.5.jar
      signing: lib/divers/slf4j-simple-1.7.5.jar
      signing: lib/divers/sqljdbc.jar
      signing: lib/divers/testng-5.5-jdk15.jar
      signing: lib/hibernate/antlr-2.7.6.jar
      signing: lib/hibernate/asm-attrs.jar
      signing: lib/hibernate/asm.jar
      signing: lib/hibernate/c3p0-0.9.0.jar
      signing: lib/hibernate/cglib-2.1.3.jar
      signing: lib/hibernate/commons-collections-2.1.1.jar
      signing: lib/hibernate/commons-logging-1.0.4.jar
      signing: lib/hibernate/dom4j-1.6.1.jar
      signing: lib/hibernate/ejb3-persistence.jar
      signing: lib/hibernate/hibernate-annotations.jar
      signing: lib/hibernate/hibernate-entitymanager.jar
      signing: lib/hibernate/hibernate-tools.jar
      signing: lib/hibernate/hibernate3.jar
      signing: lib/hibernate/javassist.jar
      signing: lib/hibernate/jboss-archive-browsing.jar
      signing: lib/hibernate/jta.jar
      signing: lib/jbossejb3/hibernate-all.jar
      signing: lib/jbossejb3/jboss-ejb3-all.jar
      signing: lib/jbossejb3/thirdparty-all.jar
      signing: lib/spring/aopalliance.jar
      signing: lib/spring/com.springsource.org.aopalliance-sources-1.0.0.jar
      signing: lib/spring/commons-codec-1.6-javadoc.jar
      signing: lib/spring/commons-codec-1.6-sources.jar
      signing: lib/spring/commons-codec-1.6-tests.jar
      signing: lib/spring/commons-codec-1.6.jar
      signing: lib/spring/commons-collections-2.1.1.jar
      signing: lib/spring/commons-dbcp.jar
      signing: lib/spring/commons-logging-1.0.4.jar
      signing: lib/spring/commons-pool.jar
      signing: lib/spring/org.springframework.aop-3.1.0.RELEASE.jar
      signing: lib/spring/org.springframework.aop-sources-3.1.0.RELEASE.jar
      signing: lib/spring/org.springframework.asm-3.1.0.RELEASE.jar
      signing: lib/spring/org.springframework.asm-sources-3.1.0.RELEASE.jar
      signing: lib/spring/org.springframework.aspects-3.1.0.RELEASE.jar
      signing: lib/spring/org.springframework.aspects-sources-3.1.0.RELEASE.jar
      signing: lib/spring/org.springframework.beans-3.1.0.RELEASE.jar
      signing: lib/spring/org.springframework.beans-sources-3.1.0.RELEASE.jar
      signing: lib/spring/org.springframework.context-3.1.0.RELEASE.jar
      signing: lib/spring/org.springframework.context-sources-3.1.0.RELEASE.jar
      signing: lib/spring/org.springframework.context.support-3.1.0.RELEASE.jar
      signing: lib/spring/org.springframework.context.support-sources-3.1.0.RELEASE.jar
      signing: lib/spring/org.springframework.core-3.1.0.RELEASE.jar
      signing: lib/spring/org.springframework.core-sources-3.1.0.RELEASE.jar
      signing: lib/spring/org.springframework.expression-3.1.0.RELEASE.jar
      signing: lib/spring/org.springframework.expression-sources-3.1.0.RELEASE.jar
      signing: lib/spring/org.springframework.instrument-3.1.0.RELEASE.jar
      signing: lib/spring/org.springframework.instrument-sources-3.1.0.RELEASE.jar
      signing: lib/spring/org.springframework.instrument.tomcat-3.1.0.RELEASE.jar
      signing: lib/spring/org.springframework.instrument.tomcat-sources-3.1.0.RELEASE.jar
      signing: lib/spring/org.springframework.jdbc-3.1.0.RELEASE.jar
      signing: lib/spring/org.springframework.jdbc-sources-3.1.0.RELEASE.jar
      signing: lib/spring/org.springframework.jms-3.1.0.RELEASE.jar
      signing: lib/spring/org.springframework.jms-sources-3.1.0.RELEASE.jar
      signing: lib/spring/org.springframework.orm-3.1.0.RELEASE.jar
      signing: lib/spring/org.springframework.orm-sources-3.1.0.RELEASE.jar
      signing: lib/spring/org.springframework.oxm-3.1.0.RELEASE.jar
      signing: lib/spring/org.springframework.oxm-sources-3.1.0.RELEASE.jar
      signing: lib/spring/org.springframework.test-3.1.0.RELEASE.jar
      signing: lib/spring/org.springframework.test-sources-3.1.0.RELEASE.jar
      signing: lib/spring/org.springframework.transaction-3.1.0.RELEASE.jar
      signing: lib/spring/org.springframework.transaction-sources-3.1.0.RELEASE.jar
      signing: lib/spring/org.springframework.web-3.1.0.RELEASE.jar
      signing: lib/spring/org.springframework.web-sources-3.1.0.RELEASE.jar
      signing: lib/spring/org.springframework.web.portlet-3.1.0.RELEASE.jar
      signing: lib/spring/org.springframework.web.portlet-sources-3.1.0.RELEASE.jar
      signing: lib/spring/org.springframework.web.servlet-3.1.0.RELEASE.jar
      signing: lib/spring/org.springframework.web.servlet-sources-3.1.0.RELEASE.jar
      signing: lib/spring/org.springframework.web.struts-3.1.0.RELEASE.jar
      signing: lib/spring/org.springframework.web.struts-sources-3.1.0.RELEASE.jar
      signing: /UploaderBuggUpVersion1/lib/toplink/toplink-essentials-agent.jar
      signing: /UploaderBuggUpVersion1/lib/toplink/toplink-essentials.jar
     
    C:\Program Files\Java\jdk1.7.0_21\bin>java -jar C:\wamp\www\buggup\Buggup13.jar
    aucun attribut manifest principal dans C:\wamp\www\buggup\Buggup13.jar
     
    C:\Program Files\Java\jdk1.7.0_21\bin>jar cvfm C:\wamp\www\buggup\Buggup13.jar META-INF/MANIFEST.MF
    java.io.FileNotFoundException: META-INF\MANIFEST.MF (Le chemin dÆaccÞs spÚcifiÚ est introuvable)
            at java.io.FileInputStream.open(Native Method)
            at java.io.FileInputStream.<init>(FileInputStream.java:138)
            at java.io.FileInputStream.<init>(FileInputStream.java:97)
            at sun.tools.jar.Main.run(Main.java:171)
            at sun.tools.jar.Main.main(Main.java:1177)

  11. #11
    Expert éminent sénior
    Avatar de tchize_
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Avril 2007
    Messages
    25 481
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 44
    Localisation : Belgique

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Avril 2007
    Messages : 25 481
    Points : 48 806
    Points
    48 806
    Par défaut
    Citation Envoyé par anthony22360 Voir le message
    Dois-je signer tous les jar de mes librairies aussi ?
    Oui, tout doit être signé.

  12. #12
    Membre à l'essai
    Homme Profil pro
    Étudiant
    Inscrit en
    Mai 2013
    Messages
    29
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Étudiant
    Secteur : High Tech - Multimédia et Internet

    Informations forums :
    Inscription : Mai 2013
    Messages : 29
    Points : 13
    Points
    13
    Par défaut
    Citation Envoyé par tchize_ Voir le message
    Oui, tout doit être signé.
    Mais là j'ai une tonne de jar ! ^^
    Il n'y a pas moyen que j'utilise les librairies dans mon .jar de mon application qui ont été signés ?

  13. #13
    Expert éminent sénior
    Avatar de tchize_
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Avril 2007
    Messages
    25 481
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 44
    Localisation : Belgique

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Avril 2007
    Messages : 25 481
    Points : 48 806
    Points
    48 806
    Par défaut
    tout classe non signée n'a aucun droit, pour des raison évidentes. si ce n'est pas signé, ça peux être interverti par une personne mal intentionnée et exécuter du code dangereux.

  14. #14
    Membre à l'essai
    Homme Profil pro
    Étudiant
    Inscrit en
    Mai 2013
    Messages
    29
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Étudiant
    Secteur : High Tech - Multimédia et Internet

    Informations forums :
    Inscription : Mai 2013
    Messages : 29
    Points : 13
    Points
    13
    Par défaut
    J'ai du faire un programme pour signer mes librairies --".

    Après les avoir signées, l'application se lance bien mais j'ai cependant des erreurs "cachées" :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
    320
    321
    322
    323
    324
    325
    326
    327
    328
    329
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
    341
    342
    343
    344
    345
    346
    347
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
    358
    359
    360
    361
    362
    363
    364
    365
    366
    367
    368
    369
    370
    371
    372
    373
    374
    375
    376
    377
    378
    379
    380
    381
    382
    383
    384
    385
    386
    387
    388
    389
    390
    391
    392
    393
    394
    395
    396
    397
    398
    399
    400
    401
    402
    403
    404
    405
    406
    407
    408
    409
    410
    411
    412
    413
    414
    415
    416
    417
    418
    419
    420
    421
    422
    423
    424
    425
    426
    427
    428
    429
    430
    431
    432
    433
    434
    435
    436
    437
    438
    439
    440
    441
    442
    443
    444
    445
    446
    447
    448
    449
    450
    451
    452
    453
    454
    455
    456
    457
    458
    459
    460
    461
    462
    463
    464
    465
    466
    467
    468
    469
    470
    471
    472
    473
    474
    475
    476
    477
    478
    479
    480
    481
    482
    483
    484
    485
    486
    487
    488
    489
    490
    491
    492
    493
    494
    495
    496
    497
    498
    499
    500
    501
    502
    503
    504
    505
    506
    507
    508
    509
    510
    511
    512
    513
    514
    515
    516
    517
    518
    519
    520
    521
    522
    523
    524
    525
    526
    527
    528
    529
    530
    531
    532
    533
    534
    535
    536
    537
    538
    539
    540
    541
    542
    543
    544
    545
    546
    547
    548
    549
    550
    551
    552
    553
    554
    555
    556
    557
    558
    559
    560
    561
    562
    563
    564
    565
    566
    567
    568
    569
    570
    571
    572
    573
    574
    575
    576
    577
    578
    579
    580
    581
    582
    583
    584
    585
    586
    587
    588
    589
    590
    591
    592
    593
    594
    595
    596
    597
    598
    599
    600
    601
    602
    603
    604
    605
    606
    607
    608
    609
    610
    611
    612
     
    ...
    network: Connexion de http://localhost/buggup21/org.springframework.orm-sources.jar avec proxy=DIRECT
    java.io.FileNotFoundException: http://localhost/buggup21/org.springframework.orm-sources.jar
    	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    	at sun.plugin.PluginURLJarFileCallBack.downloadJAR(Unknown Source)
    	at sun.plugin.PluginURLJarFileCallBack.access$000(Unknown Source)
    	at sun.plugin.PluginURLJarFileCallBack$1.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at sun.plugin.PluginURLJarFileCallBack.retrieve(Unknown Source)
    	at sun.net.www.protocol.jar.URLJarFile.retrieve(Unknown Source)
    	at sun.net.www.protocol.jar.URLJarFile.getJarFile(Unknown Source)
    	at sun.net.www.protocol.jar.JarFileFactory.get(Unknown Source)
    	at sun.net.www.protocol.jar.JarURLConnection.connect(Unknown Source)
    	at sun.plugin.net.protocol.jar.CachedJarURLConnection.connect(Unknown Source)
    	at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFileInternal(Unknown Source)
    	at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.getJarFile(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.access$1000(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader$1.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.ensureOpen(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.<init>(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader$4.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.getResource(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.getResource(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath.getResource(Unknown Source)
    	at sun.plugin2.applet.Plugin2ClassLoader$2.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at sun.plugin2.applet.Plugin2ClassLoader.findClassHelper(Unknown Source)
    	at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
    	at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
    	at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
    	at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
    	at java.lang.ClassLoader.loadClass(Unknown Source)
    	at java.lang.Class.forName0(Native Method)
    	at java.lang.Class.forName(Unknown Source)
    	at com.sun.beans.finder.ClassFinder.findClass(Unknown Source)
    	at java.beans.Introspector.findCustomizerClass(Unknown Source)
    	at java.beans.Introspector.getTargetBeanDescriptor(Unknown Source)
    	at java.beans.Introspector.getBeanInfo(Unknown Source)
    	at java.beans.Introspector.getBeanInfo(Unknown Source)
    	at org.springframework.beans.CachedIntrospectionResults.<init>(CachedIntrospectionResults.java:224)
    	at org.springframework.beans.CachedIntrospectionResults.forClass(CachedIntrospectionResults.java:149)
    	at org.springframework.beans.BeanWrapperImpl.getCachedIntrospectionResults(BeanWrapperImpl.java:324)
    	at org.springframework.beans.BeanWrapperImpl.getPropertyDescriptors(BeanWrapperImpl.java:331)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.filterPropertyDescriptorsForDependencyCheck(AbstractAutowireCapableBeanFactory.java:1242)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1101)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
    	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
    	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
    	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
    	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
    	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:585)
    	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:913)
    	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:464)
    	at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)
    	at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:83)
    	at client.Api.init(Api.java:82)
    	at com.sun.deploy.uitoolkit.impl.awt.AWTAppletAdapter.init(Unknown Source)
    	at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
    	at java.lang.Thread.run(Unknown Source)
    network: Entrée de cache introuvable [URL*: http://localhost/buggup21/org.springframework.orm-sources.jar, version*: null]
    network: Connexion de http://localhost/buggup21/org.springframework.orm-sources.jar avec proxy=DIRECT
    network: Entrée de cache introuvable [URL*: http://localhost/buggup21/org/springframework/orm/jpa/JpaTransactionManagerCustomizer.class, version*: null]
    network: Connexion de http://localhost/buggup21/org/springframework/orm/jpa/JpaTransactionManagerCustomizer.class avec proxy=DIRECT
    network: Entrée de cache introuvable [URL*: http://localhost/buggup21/org.springframework.aspects.jar, version*: null]
    network: Connexion de http://localhost/buggup21/org.springframework.aspects.jar avec proxy=DIRECT
    java.io.FileNotFoundException: http://localhost/buggup21/org.springframework.aspects.jar
    	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    	at sun.plugin.PluginURLJarFileCallBack.downloadJAR(Unknown Source)
    	at sun.plugin.PluginURLJarFileCallBack.access$000(Unknown Source)
    	at sun.plugin.PluginURLJarFileCallBack$1.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at sun.plugin.PluginURLJarFileCallBack.retrieve(Unknown Source)
    	at sun.net.www.protocol.jar.URLJarFile.retrieve(Unknown Source)
    	at sun.net.www.protocol.jar.URLJarFile.getJarFile(Unknown Source)
    	at sun.net.www.protocol.jar.JarFileFactory.get(Unknown Source)
    	at sun.net.www.protocol.jar.JarURLConnection.connect(Unknown Source)
    	at sun.plugin.net.protocol.jar.CachedJarURLConnection.connect(Unknown Source)
    	at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFileInternal(Unknown Source)
    	at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.getJarFile(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.access$1000(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader$1.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.ensureOpen(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.<init>(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader$4.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.getResource(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.getResource(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath.getResource(Unknown Source)
    	at sun.plugin2.applet.Plugin2ClassLoader$2.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at sun.plugin2.applet.Plugin2ClassLoader.findClassHelper(Unknown Source)
    	at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
    	at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
    	at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
    	at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
    	at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
    	at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
    	at java.lang.ClassLoader.loadClass(Unknown Source)
    	at java.lang.Class.forName0(Native Method)
    	at java.lang.Class.forName(Unknown Source)
    	at com.sun.beans.finder.ClassFinder.findClass(Unknown Source)
    	at com.sun.beans.finder.ClassFinder.findClass(Unknown Source)
    	at java.beans.Introspector.findCustomizerClass(Unknown Source)
    	at java.beans.Introspector.getTargetBeanDescriptor(Unknown Source)
    	at java.beans.Introspector.getBeanInfo(Unknown Source)
    	at java.beans.Introspector.getBeanInfo(Unknown Source)
    	at org.springframework.beans.CachedIntrospectionResults.<init>(CachedIntrospectionResults.java:224)
    	at org.springframework.beans.CachedIntrospectionResults.forClass(CachedIntrospectionResults.java:149)
    	at org.springframework.beans.BeanWrapperImpl.getCachedIntrospectionResults(BeanWrapperImpl.java:324)
    	at org.springframework.beans.BeanWrapperImpl.getPropertyDescriptors(BeanWrapperImpl.java:331)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.filterPropertyDescriptorsForDependencyCheck(AbstractAutowireCapableBeanFactory.java:1242)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1101)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
    	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
    	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
    	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
    	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
    	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:585)
    	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:913)
    	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:464)
    	at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)
    	at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:83)
    	at client.Api.init(Api.java:82)
    	at com.sun.deploy.uitoolkit.impl.awt.AWTAppletAdapter.init(Unknown Source)
    	at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
    	at java.lang.Thread.run(Unknown Source)
    network: Entrée de cache introuvable [URL*: http://localhost/buggup21/org.springframework.aspects.jar, version*: null]
    network: Connexion de http://localhost/buggup21/org.springframework.aspects.jar avec proxy=DIRECT
    network: Entrée de cache introuvable [URL*: http://localhost/buggup21/org.springframework.aspects-sources.jar, version*: null]
    network: Connexion de http://localhost/buggup21/org.springframework.aspects-sources.jar avec proxy=DIRECT
    java.io.FileNotFoundException: http://localhost/buggup21/org.springframework.aspects-sources.jar
    	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    	at sun.plugin.PluginURLJarFileCallBack.downloadJAR(Unknown Source)
    	at sun.plugin.PluginURLJarFileCallBack.access$000(Unknown Source)
    	at sun.plugin.PluginURLJarFileCallBack$1.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at sun.plugin.PluginURLJarFileCallBack.retrieve(Unknown Source)
    	at sun.net.www.protocol.jar.URLJarFile.retrieve(Unknown Source)
    	at sun.net.www.protocol.jar.URLJarFile.getJarFile(Unknown Source)
    	at sun.net.www.protocol.jar.JarFileFactory.get(Unknown Source)
    	at sun.net.www.protocol.jar.JarURLConnection.connect(Unknown Source)
    	at sun.plugin.net.protocol.jar.CachedJarURLConnection.connect(Unknown Source)
    	at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFileInternal(Unknown Source)
    	at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.getJarFile(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.access$1000(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader$1.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.ensureOpen(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.<init>(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader$4.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.getResource(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.getResource(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath.getResource(Unknown Source)
    	at sun.plugin2.applet.Plugin2ClassLoader$2.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at sun.plugin2.applet.Plugin2ClassLoader.findClassHelper(Unknown Source)
    	at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
    	at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
    	at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
    	at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
    	at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
    	at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
    	at java.lang.ClassLoader.loadClass(Unknown Source)
    	at java.lang.Class.forName0(Native Method)
    	at java.lang.Class.forName(Unknown Source)
    	at com.sun.beans.finder.ClassFinder.findClass(Unknown Source)
    	at com.sun.beans.finder.ClassFinder.findClass(Unknown Source)
    	at java.beans.Introspector.findCustomizerClass(Unknown Source)
    	at java.beans.Introspector.getTargetBeanDescriptor(Unknown Source)
    	at java.beans.Introspector.getBeanInfo(Unknown Source)
    	at java.beans.Introspector.getBeanInfo(Unknown Source)
    	at org.springframework.beans.CachedIntrospectionResults.<init>(CachedIntrospectionResults.java:224)
    	at org.springframework.beans.CachedIntrospectionResults.forClass(CachedIntrospectionResults.java:149)
    	at org.springframework.beans.BeanWrapperImpl.getCachedIntrospectionResults(BeanWrapperImpl.java:324)
    	at org.springframework.beans.BeanWrapperImpl.getPropertyDescriptors(BeanWrapperImpl.java:331)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.filterPropertyDescriptorsForDependencyCheck(AbstractAutowireCapableBeanFactory.java:1242)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1101)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
    	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
    	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
    	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
    	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
    	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:585)
    	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:913)
    	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:464)
    	at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)
    	at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:83)
    	at client.Api.init(Api.java:82)
    	at com.sun.deploy.uitoolkit.impl.awt.AWTAppletAdapter.init(Unknown Source)
    	at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
    	at java.lang.Thread.run(Unknown Source)
    network: Entrée de cache introuvable [URL*: http://localhost/buggup21/org.springframework.aspects-sources.jar, version*: null]
    network: Connexion de http://localhost/buggup21/org.springframework.aspects-sources.jar avec proxy=DIRECT
    network: Entrée de cache introuvable [URL*: http://localhost/buggup21/org.springframework.orm.jar, version*: null]
    network: Connexion de http://localhost/buggup21/org.springframework.orm.jar avec proxy=DIRECT
    java.io.FileNotFoundException: http://localhost/buggup21/org.springframework.orm.jar
    	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    	at sun.plugin.PluginURLJarFileCallBack.downloadJAR(Unknown Source)
    	at sun.plugin.PluginURLJarFileCallBack.access$000(Unknown Source)
    	at sun.plugin.PluginURLJarFileCallBack$1.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at sun.plugin.PluginURLJarFileCallBack.retrieve(Unknown Source)
    	at sun.net.www.protocol.jar.URLJarFile.retrieve(Unknown Source)
    	at sun.net.www.protocol.jar.URLJarFile.getJarFile(Unknown Source)
    	at sun.net.www.protocol.jar.JarFileFactory.get(Unknown Source)
    	at sun.net.www.protocol.jar.JarURLConnection.connect(Unknown Source)
    	at sun.plugin.net.protocol.jar.CachedJarURLConnection.connect(Unknown Source)
    	at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFileInternal(Unknown Source)
    	at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.getJarFile(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.access$1000(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader$1.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.ensureOpen(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.<init>(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader$4.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.getResource(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.getResource(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath.getResource(Unknown Source)
    	at sun.plugin2.applet.Plugin2ClassLoader$2.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at sun.plugin2.applet.Plugin2ClassLoader.findClassHelper(Unknown Source)
    	at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
    	at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
    	at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
    	at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
    	at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
    	at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
    	at java.lang.ClassLoader.loadClass(Unknown Source)
    	at java.lang.Class.forName0(Native Method)
    	at java.lang.Class.forName(Unknown Source)
    	at com.sun.beans.finder.ClassFinder.findClass(Unknown Source)
    	at com.sun.beans.finder.ClassFinder.findClass(Unknown Source)
    	at java.beans.Introspector.findCustomizerClass(Unknown Source)
    	at java.beans.Introspector.getTargetBeanDescriptor(Unknown Source)
    	at java.beans.Introspector.getBeanInfo(Unknown Source)
    	at java.beans.Introspector.getBeanInfo(Unknown Source)
    	at org.springframework.beans.CachedIntrospectionResults.<init>(CachedIntrospectionResults.java:224)
    	at org.springframework.beans.CachedIntrospectionResults.forClass(CachedIntrospectionResults.java:149)
    	at org.springframework.beans.BeanWrapperImpl.getCachedIntrospectionResults(BeanWrapperImpl.java:324)
    	at org.springframework.beans.BeanWrapperImpl.getPropertyDescriptors(BeanWrapperImpl.java:331)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.filterPropertyDescriptorsForDependencyCheck(AbstractAutowireCapableBeanFactory.java:1242)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1101)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
    	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
    	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
    	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
    	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
    	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:585)
    	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:913)
    	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:464)
    	at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)
    	at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:83)
    	at client.Api.init(Api.java:82)
    	at com.sun.deploy.uitoolkit.impl.awt.AWTAppletAdapter.init(Unknown Source)
    	at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
    	at java.lang.Thread.run(Unknown Source)
    network: Entrée de cache introuvable [URL*: http://localhost/buggup21/org.springframework.orm.jar, version*: null]
    network: Connexion de http://localhost/buggup21/org.springframework.orm.jar avec proxy=DIRECT
    network: Entrée de cache introuvable [URL*: http://localhost/buggup21/org.springframework.orm-sources.jar, version*: null]
    network: Connexion de http://localhost/buggup21/org.springframework.orm-sources.jar avec proxy=DIRECT
    java.io.FileNotFoundException: http://localhost/buggup21/org.springframework.orm-sources.jar
    	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    	at sun.plugin.PluginURLJarFileCallBack.downloadJAR(Unknown Source)
    	at sun.plugin.PluginURLJarFileCallBack.access$000(Unknown Source)
    	at sun.plugin.PluginURLJarFileCallBack$1.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at sun.plugin.PluginURLJarFileCallBack.retrieve(Unknown Source)
    	at sun.net.www.protocol.jar.URLJarFile.retrieve(Unknown Source)
    	at sun.net.www.protocol.jar.URLJarFile.getJarFile(Unknown Source)
    	at sun.net.www.protocol.jar.JarFileFactory.get(Unknown Source)
    	at sun.net.www.protocol.jar.JarURLConnection.connect(Unknown Source)
    	at sun.plugin.net.protocol.jar.CachedJarURLConnection.connect(Unknown Source)
    	at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFileInternal(Unknown Source)
    	at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.getJarFile(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.access$1000(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader$1.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.ensureOpen(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.<init>(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader$4.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.getResource(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.getResource(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath.getResource(Unknown Source)
    	at sun.plugin2.applet.Plugin2ClassLoader$2.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at sun.plugin2.applet.Plugin2ClassLoader.findClassHelper(Unknown Source)
    	at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
    	at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
    	at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
    	at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
    	at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
    	at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
    	at java.lang.ClassLoader.loadClass(Unknown Source)
    	at java.lang.Class.forName0(Native Method)
    	at java.lang.Class.forName(Unknown Source)
    	at com.sun.beans.finder.ClassFinder.findClass(Unknown Source)
    	at com.sun.beans.finder.ClassFinder.findClass(Unknown Source)
    	at java.beans.Introspector.findCustomizerClass(Unknown Source)
    	at java.beans.Introspector.getTargetBeanDescriptor(Unknown Source)
    	at java.beans.Introspector.getBeanInfo(Unknown Source)
    	at java.beans.Introspector.getBeanInfo(Unknown Source)
    	at org.springframework.beans.CachedIntrospectionResults.<init>(CachedIntrospectionResults.java:224)
    	at org.springframework.beans.CachedIntrospectionResults.forClass(CachedIntrospectionResults.java:149)
    	at org.springframework.beans.BeanWrapperImpl.getCachedIntrospectionResults(BeanWrapperImpl.java:324)
    	at org.springframework.beans.BeanWrapperImpl.getPropertyDescriptors(BeanWrapperImpl.java:331)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.filterPropertyDescriptorsForDependencyCheck(AbstractAutowireCapableBeanFactory.java:1242)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1101)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
    	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
    	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
    	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
    	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
    	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:585)
    	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:913)
    	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:464)
    	at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)
    	at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:83)
    	at client.Api.init(Api.java:82)
    	at com.sun.deploy.uitoolkit.impl.awt.AWTAppletAdapter.init(Unknown Source)
    	at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
    	at java.lang.Thread.run(Unknown Source)
    network: Entrée de cache introuvable [URL*: http://localhost/buggup21/org.springframework.orm-sources.jar, version*: null]
    network: Connexion de http://localhost/buggup21/org.springframework.orm-sources.jar avec proxy=DIRECT
    network: Entrée de cache introuvable [URL*: http://localhost/buggup21/org.springframework.aspects.jar, version*: null]
    network: Connexion de http://localhost/buggup21/org.springframework.aspects.jar avec proxy=DIRECT
    java.io.FileNotFoundException: http://localhost/buggup21/org.springframework.aspects.jar
    	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    	at sun.plugin.PluginURLJarFileCallBack.downloadJAR(Unknown Source)
    	at sun.plugin.PluginURLJarFileCallBack.access$000(Unknown Source)
    	at sun.plugin.PluginURLJarFileCallBack$1.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at sun.plugin.PluginURLJarFileCallBack.retrieve(Unknown Source)
    	at sun.net.www.protocol.jar.URLJarFile.retrieve(Unknown Source)
    	at sun.net.www.protocol.jar.URLJarFile.getJarFile(Unknown Source)
    	at sun.net.www.protocol.jar.JarFileFactory.get(Unknown Source)
    	at sun.net.www.protocol.jar.JarURLConnection.connect(Unknown Source)
    	at sun.plugin.net.protocol.jar.CachedJarURLConnection.connect(Unknown Source)
    	at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFileInternal(Unknown Source)
    	at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.getJarFile(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.access$1000(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader$1.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.ensureOpen(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.<init>(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader$4.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.getResource(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.getResource(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath.getResource(Unknown Source)
    	at sun.plugin2.applet.Plugin2ClassLoader$2.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at sun.plugin2.applet.Plugin2ClassLoader.findClassHelper(Unknown Source)
    	at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
    	at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
    	at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
    	at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
    	at java.lang.ClassLoader.loadClass(Unknown Source)
    	at java.lang.Class.forName0(Native Method)
    	at java.lang.Class.forName(Unknown Source)
    	at com.sun.beans.finder.ClassFinder.findClass(Unknown Source)
    	at com.sun.beans.finder.ClassFinder.findClass(Unknown Source)
    	at java.beans.Introspector.findCustomizerClass(Unknown Source)
    	at java.beans.Introspector.getTargetBeanDescriptor(Unknown Source)
    	at java.beans.Introspector.getBeanInfo(Unknown Source)
    	at java.beans.Introspector.getBeanInfo(Unknown Source)
    	at org.springframework.beans.CachedIntrospectionResults.<init>(CachedIntrospectionResults.java:224)
    	at org.springframework.beans.CachedIntrospectionResults.forClass(CachedIntrospectionResults.java:149)
    	at org.springframework.beans.BeanWrapperImpl.getCachedIntrospectionResults(BeanWrapperImpl.java:324)
    	at org.springframework.beans.BeanWrapperImpl.getPropertyDescriptors(BeanWrapperImpl.java:331)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.filterPropertyDescriptorsForDependencyCheck(AbstractAutowireCapableBeanFactory.java:1242)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1101)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
    	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
    	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
    	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
    	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
    	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:585)
    	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:913)
    	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:464)
    	at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)
    	at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:83)
    	at client.Api.init(Api.java:82)
    	at com.sun.deploy.uitoolkit.impl.awt.AWTAppletAdapter.init(Unknown Source)
    	at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
    	at java.lang.Thread.run(Unknown Source)
    network: Entrée de cache introuvable [URL*: http://localhost/buggup21/org.springframework.aspects.jar, version*: null]
    network: Connexion de http://localhost/buggup21/org.springframework.aspects.jar avec proxy=DIRECT
    network: Entrée de cache introuvable [URL*: http://localhost/buggup21/org.springframework.aspects-sources.jar, version*: null]
    network: Connexion de http://localhost/buggup21/org.springframework.aspects-sources.jar avec proxy=DIRECT
    java.io.FileNotFoundException: http://localhost/buggup21/org.springframework.aspects-sources.jar
    	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    	at sun.plugin.PluginURLJarFileCallBack.downloadJAR(Unknown Source)
    	at sun.plugin.PluginURLJarFileCallBack.access$000(Unknown Source)
    	at sun.plugin.PluginURLJarFileCallBack$1.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at sun.plugin.PluginURLJarFileCallBack.retrieve(Unknown Source)
    	at sun.net.www.protocol.jar.URLJarFile.retrieve(Unknown Source)
    	at sun.net.www.protocol.jar.URLJarFile.getJarFile(Unknown Source)
    	at sun.net.www.protocol.jar.JarFileFactory.get(Unknown Source)
    	at sun.net.www.protocol.jar.JarURLConnection.connect(Unknown Source)
    	at sun.plugin.net.protocol.jar.CachedJarURLConnection.connect(Unknown Source)
    	at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFileInternal(Unknown Source)
    	at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.getJarFile(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.access$1000(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader$1.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.ensureOpen(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.<init>(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader$4.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.getResource(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.getResource(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath.getResource(Unknown Source)
    	at sun.plugin2.applet.Plugin2ClassLoader$2.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at sun.plugin2.applet.Plugin2ClassLoader.findClassHelper(Unknown Source)
    	at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
    	at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
    	at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
    	at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
    	at java.lang.ClassLoader.loadClass(Unknown Source)
    	at java.lang.Class.forName0(Native Method)
    	at java.lang.Class.forName(Unknown Source)
    	at com.sun.beans.finder.ClassFinder.findClass(Unknown Source)
    	at com.sun.beans.finder.ClassFinder.findClass(Unknown Source)
    	at java.beans.Introspector.findCustomizerClass(Unknown Source)
    	at java.beans.Introspector.getTargetBeanDescriptor(Unknown Source)
    	at java.beans.Introspector.getBeanInfo(Unknown Source)
    	at java.beans.Introspector.getBeanInfo(Unknown Source)
    	at org.springframework.beans.CachedIntrospectionResults.<init>(CachedIntrospectionResults.java:224)
    	at org.springframework.beans.CachedIntrospectionResults.forClass(CachedIntrospectionResults.java:149)
    	at org.springframework.beans.BeanWrapperImpl.getCachedIntrospectionResults(BeanWrapperImpl.java:324)
    	at org.springframework.beans.BeanWrapperImpl.getPropertyDescriptors(BeanWrapperImpl.java:331)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.filterPropertyDescriptorsForDependencyCheck(AbstractAutowireCapableBeanFactory.java:1242)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1101)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
    	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
    	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
    	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
    	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
    	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:585)
    	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:913)
    	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:464)
    	at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)
    	at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:83)
    	at client.Api.init(Api.java:82)
    	at com.sun.deploy.uitoolkit.impl.awt.AWTAppletAdapter.init(Unknown Source)
    	at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
    	at java.lang.Thread.run(Unknown Source)
    network: Entrée de cache introuvable [URL*: http://localhost/buggup21/org.springframework.aspects-sources.jar, version*: null]
    network: Connexion de http://localhost/buggup21/org.springframework.aspects-sources.jar avec proxy=DIRECT
    network: Entrée de cache introuvable [URL*: http://localhost/buggup21/org.springframework.orm.jar, version*: null]
    network: Connexion de http://localhost/buggup21/org.springframework.orm.jar avec proxy=DIRECT
    java.io.FileNotFoundException: http://localhost/buggup21/org.springframework.orm.jar
    	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    	at sun.plugin.PluginURLJarFileCallBack.downloadJAR(Unknown Source)
    	at sun.plugin.PluginURLJarFileCallBack.access$000(Unknown Source)
    	at sun.plugin.PluginURLJarFileCallBack$1.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at sun.plugin.PluginURLJarFileCallBack.retrieve(Unknown Source)
    	at sun.net.www.protocol.jar.URLJarFile.retrieve(Unknown Source)
    	at sun.net.www.protocol.jar.URLJarFile.getJarFile(Unknown Source)
    	at sun.net.www.protocol.jar.JarFileFactory.get(Unknown Source)
    	at sun.net.www.protocol.jar.JarURLConnection.connect(Unknown Source)
    	at sun.plugin.net.protocol.jar.CachedJarURLConnection.connect(Unknown Source)
    	at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFileInternal(Unknown Source)
    	at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.getJarFile(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.access$1000(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader$1.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.ensureOpen(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.<init>(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader$4.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.getResource(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.getResource(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath.getResource(Unknown Source)
    	at sun.plugin2.applet.Plugin2ClassLoader$2.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at sun.plugin2.applet.Plugin2ClassLoader.findClassHelper(Unknown Source)
    	at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
    	at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
    	at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
    	at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
    	at java.lang.ClassLoader.loadClass(Unknown Source)
    	at java.lang.Class.forName0(Native Method)
    	at java.lang.Class.forName(Unknown Source)
    	at com.sun.beans.finder.ClassFinder.findClass(Unknown Source)
    	at com.sun.beans.finder.ClassFinder.findClass(Unknown Source)
    	at java.beans.Introspector.findCustomizerClass(Unknown Source)
    	at java.beans.Introspector.getTargetBeanDescriptor(Unknown Source)
    	at java.beans.Introspector.getBeanInfo(Unknown Source)
    	at java.beans.Introspector.getBeanInfo(Unknown Source)
    	at org.springframework.beans.CachedIntrospectionResults.<init>(CachedIntrospectionResults.java:224)
    	at org.springframework.beans.CachedIntrospectionResults.forClass(CachedIntrospectionResults.java:149)
    	at org.springframework.beans.BeanWrapperImpl.getCachedIntrospectionResults(BeanWrapperImpl.java:324)
    	at org.springframework.beans.BeanWrapperImpl.getPropertyDescriptors(BeanWrapperImpl.java:331)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.filterPropertyDescriptorsForDependencyCheck(AbstractAutowireCapableBeanFactory.java:1242)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1101)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
    	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
    	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
    	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
    	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
    	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:585)
    	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:913)
    	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:464)
    	at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)
    	at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:83)
    	at client.Api.init(Api.java:82)
    	at com.sun.deploy.uitoolkit.impl.awt.AWTAppletAdapter.init(Unknown Source)
    	at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
    	at java.lang.Thread.run(Unknown Source)
    network: Entrée de cache introuvable [URL*: http://localhost/buggup21/org.springframework.orm.jar, version*: null]
    network: Connexion de http://localhost/buggup21/org.springframework.orm.jar avec proxy=DIRECT
    network: Entrée de cache introuvable [URL*: http://localhost/buggup21/org.springframework.orm-sources.jar, version*: null]
    network: Connexion de http://localhost/buggup21/org.springframework.orm-sources.jar avec proxy=DIRECT
    java.io.FileNotFoundException: http://localhost/buggup21/org.springframework.orm-sources.jar
    	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    	at sun.plugin.PluginURLJarFileCallBack.downloadJAR(Unknown Source)
    	at sun.plugin.PluginURLJarFileCallBack.access$000(Unknown Source)
    	at sun.plugin.PluginURLJarFileCallBack$1.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at sun.plugin.PluginURLJarFileCallBack.retrieve(Unknown Source)
    	at sun.net.www.protocol.jar.URLJarFile.retrieve(Unknown Source)
    	at sun.net.www.protocol.jar.URLJarFile.getJarFile(Unknown Source)
    	at sun.net.www.protocol.jar.JarFileFactory.get(Unknown Source)
    	at sun.net.www.protocol.jar.JarURLConnection.connect(Unknown Source)
    	at sun.plugin.net.protocol.jar.CachedJarURLConnection.connect(Unknown Source)
    	at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFileInternal(Unknown Source)
    	at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.getJarFile(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.access$1000(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader$1.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.ensureOpen(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.<init>(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader$4.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.getResource(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath$JarLoader.getResource(Unknown Source)
    	at com.sun.deploy.security.DeployURLClassPath.getResource(Unknown Source)
    	at sun.plugin2.applet.Plugin2ClassLoader$2.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at sun.plugin2.applet.Plugin2ClassLoader.findClassHelper(Unknown Source)
    	at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
    	at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
    	at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
    	at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
    	at java.lang.ClassLoader.loadClass(Unknown Source)
    	at java.lang.Class.forName0(Native Method)
    	at java.lang.Class.forName(Unknown Source)
    	at com.sun.beans.finder.ClassFinder.findClass(Unknown Source)
    	at com.sun.beans.finder.ClassFinder.findClass(Unknown Source)
    	at java.beans.Introspector.findCustomizerClass(Unknown Source)
    	at java.beans.Introspector.getTargetBeanDescriptor(Unknown Source)
    	at java.beans.Introspector.getBeanInfo(Unknown Source)
    	at java.beans.Introspector.getBeanInfo(Unknown Source)
    	at org.springframework.beans.CachedIntrospectionResults.<init>(CachedIntrospectionResults.java:224)
    	at org.springframework.beans.CachedIntrospectionResults.forClass(CachedIntrospectionResults.java:149)
    	at org.springframework.beans.BeanWrapperImpl.getCachedIntrospectionResults(BeanWrapperImpl.java:324)
    	at org.springframework.beans.BeanWrapperImpl.getPropertyDescriptors(BeanWrapperImpl.java:331)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.filterPropertyDescriptorsForDependencyCheck(AbstractAutowireCapableBeanFactory.java:1242)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1101)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
    	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
    	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
    	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
    	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
    	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:585)
    	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:913)
    	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:464)
    	at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)
    	at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:83)
    	at client.Api.init(Api.java:82)
    	at com.sun.deploy.uitoolkit.impl.awt.AWTAppletAdapter.init(Unknown Source)
    	at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
    	at java.lang.Thread.run(Unknown Source)
    network: Entrée de cache introuvable [URL*: http://localhost/buggup21/org.springframework.orm-sources.jar, version*: null]
    network: Connexion de http://localhost/buggup21/org.springframework.orm-sources.jar avec proxy=DIRECT
    network: Entrée de cache introuvable [URL*: http://localhost/buggup21/org/springframework/orm/jpa/JpaTransactionManagerCustomizer.class, version*: null]
    network: Connexion de http://localhost/buggup21/org/springframework/orm/jpa/JpaTransactionManagerCustomizer.class avec proxy=DIRECT
    basic: Applet initialized
    basic: Starting applet
    basic: completed perf rollup
    basic: Applet made visible
    basic: Applet started
    basic: Told clients applet is started

  15. #15
    Expert éminent sénior
    Avatar de tchize_
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Avril 2007
    Messages
    25 481
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 44
    Localisation : Belgique

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Avril 2007
    Messages : 25 481
    Points : 48 806
    Points
    48 806
    Par défaut
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    java.io.FileNotFoundException: http://localhost/buggup21/org.springframework.aspects.jar
    Ces fichiers existent bien sur le serveur?

  16. #16
    Membre à l'essai
    Homme Profil pro
    Étudiant
    Inscrit en
    Mai 2013
    Messages
    29
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Étudiant
    Secteur : High Tech - Multimédia et Internet

    Informations forums :
    Inscription : Mai 2013
    Messages : 29
    Points : 13
    Points
    13
    Par défaut
    Non pas du tout. Mais les équivalents sont dans mon dossier /lib. Mais en aucun cas ils ont le même nom (exemple : /lib/Spring/org.springframework.aspects-3.1.0.RELEASE.jar)

  17. #17
    Expert éminent sénior
    Avatar de tchize_
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Avril 2007
    Messages
    25 481
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 44
    Localisation : Belgique

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Avril 2007
    Messages : 25 481
    Points : 48 806
    Points
    48 806
    Par défaut
    tu dois avoir des jar qui référencent ces fichiers dans le class-path: de leur manifest.

    Est-ce que ça influence ton programme? En général spring ignore les jar qu'il ne trouve pas.

  18. #18
    Membre à l'essai
    Homme Profil pro
    Étudiant
    Inscrit en
    Mai 2013
    Messages
    29
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Étudiant
    Secteur : High Tech - Multimédia et Internet

    Informations forums :
    Inscription : Mai 2013
    Messages : 29
    Points : 13
    Points
    13
    Par défaut
    Non ça n'a pas l'air d'impacter mon programme, mais bon ce n'est pas très propre :/

  19. #19
    Expert éminent sénior
    Avatar de tchize_
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Avril 2007
    Messages
    25 481
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 44
    Localisation : Belgique

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Avril 2007
    Messages : 25 481
    Points : 48 806
    Points
    48 806
    Par défaut
    regarde si tu n'aurais pas demandé à Spring d'être un peu trop verbeux. Sinon le plus simple est de virer les class-path: des jars

  20. #20
    Membre à l'essai
    Homme Profil pro
    Étudiant
    Inscrit en
    Mai 2013
    Messages
    29
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Étudiant
    Secteur : High Tech - Multimédia et Internet

    Informations forums :
    Inscription : Mai 2013
    Messages : 29
    Points : 13
    Points
    13
    Par défaut
    Citation Envoyé par tchize_ Voir le message
    regarde si tu n'aurais pas demandé à Spring d'être un peu trop verbeux. Sinon le plus simple est de virer les class-path: des jars
    J'ai finalement renommé mes librairies. Et ensuite, lors de l'exportation en .jar de mon application, j'ai décoché mon fichier "lib" du projet qui contenait l'ensemble de mes librairies.

    J'ai lancé, aucunes erreurs.

    Mon problème d'intégration est donc clos. Merci tchize_, c'est un plaisir d'avoir eu affaire à toi.

    Passe une bonne journée et à bientôt peut-être.

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. [Integration] Problème d'intégration d'un Applet JAVA tournant avec Spring / Hibernate / JPA
    Par anthony22360 dans le forum Spring
    Réponses: 1
    Dernier message: 02/07/2013, 17h41
  2. Réponses: 3
    Dernier message: 10/02/2009, 10h52
  3. Réponses: 10
    Dernier message: 10/02/2009, 10h25
  4. Problème d'affichage d'une applet java sous Linux
    Par Dave Ridic dans le forum Applets
    Réponses: 1
    Dernier message: 29/05/2008, 15h51

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo