ear
make one ejb-jar uses another ejb-jar classess in the same EAR
I\'ve an EAR which contains two ejb jars.. I need for the second EJB Jar to access classes from the first EJB Jar...[详细]
2023-03-27 04:17 分类:问答Importing several individual files into an eclipse project
I have several files comprising a tomcat web application that I need to import into an eclipse project so that I can easily create an EAR file from them.[详细]
2023-03-26 15:56 分类:问答Deploy EAR file to WAS 7 from command line
I need to deploy an EAR file that is located in sever A to a WebSphere Server located in server B. I need to know how to deploy the EAR from server A to my WAS through command line. I have seared the[详细]
2023-03-25 19:05 分类:问答Create ear file in Jdeveloper from jpr and jws project
I am currently workin开发者_StackOverflow社区g on Jdeveloper IDE, a project already is being setup by someone else and he is no longer with organization.[详细]
2023-03-25 09:10 分类:问答Gradle - how to create an ear file
I am new to Gradle, How to create a ear file using Gradle? It will have , including set of java projects and web project (war file). Java project will have set of compling resources. Web projec开发者_[详细]
2023-03-23 14:57 分类:问答Including the MySql's connector/j as part of an EAR file: Glassfish
We want to simplify the deployment process of an app by including the MySql connector/j jar as part of the EAR. (so we won\'t need to manually copy it in the /lib folder of our Glassfish servers)[详细]
2023-03-22 22:26 分类:问答Create complete EAR Project with Maven and Eclipse Helios
I read some articles about how to set up eclipse and maven to create a new empty ear project but all solutions weren\'t complete or are to old.[详细]
2023-03-22 19:23 分类:问答WAR loads differently on weblogic when inside an EAR, why?
How does WebLogic 11g load libraries in an EAR file? I have this problem with a web application, that when deployed as a WAR (with libraries it depends on in WEB-INF/lib), it works just fine. However,[详细]
2023-03-22 05:37 分类:问答How can I get attributes from the MANIFEST.MF file in a EAR-packaged application?
I\'d like to be able to get attributes like Implementation-Version that are set in my EAR file\'s MANIFEST.MF, so that I can make them available in a webapp.[详细]
2023-03-19 01:35 分类:问答Load external properties files into EJB 3 app running on WebLogic 11
Am researching the best way to load external properties files from and EJB 3 app whose EAR file is deployed to WebLogic.[详细]
2023-03-17 00:58 分类:问答