| Code: |
| 2012-03-02 09:29:42,469 : InjectionClassAdapter.generateAttributesInjection : No jndi name found on class com/timm/mcr/business/ApplicationEmailSender for interface com.timm.mcr.persistence.ApplicationFacade and beanName
2012-03-02 09:29:42,506 : InjectionClassAdapter.generateAttributesInjection : No jndi name found on class com/timm/mcr/business/PartnerManager for interface com.timm.mcr.persistence.PartnerFacade and beanName 2012-03-02 09:29:42,566 : DeployableMonitor.detectNewArchives : Error : Cannot deploy the deployable 'EJB3DeployableImpl[archive=/home/sbonnemaison/jee/domains/jonas-5.2.2/timm.mcr-tomcat6/deploy/mcrBusiness.jar]' |
| Code: |
| *** Date:
vendredi 2 mars 2012 16 h 59 GMT+01:00 ** System properties: OS=Linux OS version=3.2.5 Java version=1.6.0_31 *** MyEclipse details: MyEclipse Enterprise Workbench Version: 10.0 Build id: 10.0-20111028 *** Eclipse details: Eclipse Java EE IDE for Web Developers. Version: Indigo Service Release 2 Build id: 20120216-1857 Eclipse Platform Version: 3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q Build id: M20120208-0800 Eclipse Java Development Tools Version: 3.7.2.v20120120-1414-7z8gFcuFMP7BW5XTz0jLTnz0l9B1 Build id: M20120208-0800 Eclipse Plug-in Development Environment Version: 3.7.2.v20120120-1420-7b7rFUOFEx2Xnqafnpz0E--0 Build id: M20120208-0800 Eclipse Graphical Editing Framework GEF Version: 3.7.0.v20110425-2050-777D-81B2Bz0685C3A6E34272 Build id: 201105020958 Eclipse RCP Version: 3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272 Build id: M20120208-0800 Eclipse startup command=-os linux -ws gtk -arch x86_64 -showsplash -launcher /home/sbonnemaison/bin/eclipse-jee-3.7/eclipse -name Eclipse --launcher.library /home/sbonnemaison/bin/eclipse-jee-3.7//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505/eclipse_1407.so -startup /home/sbonnemaison/bin/eclipse-jee-3.7//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar --launcher.overrideVmargs -exitdata 27800a -product org.eclipse.epp.package.jee.product -vm /usr/bin/javay. |
| Code: |
| jonas.service.dbm.datasources HSQL1,mcr |
| Code: |
| jonas.service.ejb3.jpa.provider eclipselink2 |
| Code: |
| jonas.services jtm,db,resource,ejb3,jaxws,web,ear,depmonitor,dbm |
| Code: |
| datasource.name jdbc/mcr
datasource.url jdbc:mysql://localhost/tonydb datasource.classname com.mysql.jdbc.Driver datasource.username root datasource.password mysql datasource.mapper rdb.mysql datasource.isolationLevel none |
| Code: |
| ...
@EJB ApplicationFacade applicationFacade; ... |
| Code: |
| 2012-03-02 09:29:42,469 : InjectionClassAdapter.generateAttributesInjection : No jndi name found on class com/sample/ApplicationManager for interface com.pack1.ApplicationFacade and beanName |