Tagged Questions
-1
votes
0answers
22 views
Advantage of Glassfish server over JBoss and all other J2EE servers [closed]
What is the advantage of Glassfish server over other j2EE server like JBoss,Tomcat etc ?
0
votes
0answers
17 views
How to make Glassfish use different configuration for every application
I am using GlassFish, JBoss, Tomcat for my application servers.
I want to use different log4j.properties for my applications on local, dev, test and prod envirment. So every project's application ...
0
votes
0answers
16 views
<no-tx-separate-pools> in Glassfish?
Is there a configuration equivalent to JBoss' <no-tx-separate-pools> for Glassfish?
We are in the process of migrating our application from JBoss to Glassfish, and just noticed that the old ...
1
vote
0answers
35 views
Tomcat External Executable Call
I am using an application that runs on Tomcat 5 environment. This application needs to call an external application (Delphi Executable). I am using the following command line to make the call:
...
0
votes
1answer
71 views
Is it possible to change log4j trace level without restart of WebLogic or GlassFish?
Is it possible to change log4j trace level without restart of WebLogic or GlassFish?
We use -Dlog4j.configuration JVM argument to set log4j config file.
And now neither WebLogic or GlassFish reloads ...
0
votes
0answers
57 views
Migration of my application from Glassfish 2.1. to JBoss 7.1.3 -Related to user shared lib
Good day!
My application is running fine in Glass fish 2.1. It is .ear file. I am using more configuration file like xsl,xsd,apache log4j xml and some property files to my application. So I have ...
0
votes
2answers
159 views
Ejb 3 lookup not working in Jboss AS 6
I have migrated my app from Glassfish 2.2.1 to JBoss AS 6.
Previously i have a generic class for lookup the ejbs, Below is the code:
public class BeanUtil {
private static InitialContext ctx;
...
0
votes
1answer
58 views
Glassfish/JBoss different DB for the same application, depending on who is logged in?
I'm developing an Java EE 6 application that will run as a SaaS but each client will have a completely isolated database. Also, the security will be managed using the server (JBoss or Glassfish) JAAS. ...
0
votes
1answer
83 views
Cross development aspects between different Java EE implementations (especially Glassfish and JBoss)
I am working on an AddOn Web Application for an existing Enterprise Application deployed on a JBoss 4 AS instance. To keep it easy I am using the Glassfish Application Server delivered in Netbeans. ...
0
votes
0answers
64 views
Java Server that supports multi-tenant web apps with Realm Security
I'm looking for an advice for this task:
A Multitenant-GWT Webapp (JAR) with different login screens and different security realms per tenant, but with the WAR only deployed once.
What I have:
...
1
vote
0answers
72 views
JBoss Web Service Client alternative to Glassfish Client
Glassfish gives a really nice tester page once you deploy your webservice and you can quickly and easily test your webservice (client side). I have to use JBoss, I can't seem to find any alternative ...
0
votes
0answers
71 views
xerces dependency for JBoss 4 and GlassFish 3.1.2
While trying to deploy my Java web application to GlassFish AS v.3.1.2 i was been faced with a problem of xerces dependency conflict - xerces implementation is already included to Java since 1.5. ...
1
vote
1answer
54 views
Heterogeneous Java EE cluster
Is it possible to form a cluster in which there are different types of application servers? For instance, 1 JBoss, 1 Glassfish and 1 WebSphere? Lets assume we are using EJB3.0.
Stateless session ...
0
votes
3answers
148 views
Need for an application Server - Java [closed]
I come from a client side programming background (C++ mostly). However, I now have the occasional need to get into some small server side projects in Java & hence need some advice from experienced ...
1
vote
0answers
468 views
Glassfish V3.1 Invalid ejb jar it contains zero ejb
I'm just about migrating from JBoss 6.1 to Glassfish 3.1 (don't ask why). The following occurs:
Invalid ejb jar [mmsUserMgmtAct-0.0.1-SNAPSHOT.jar]: it contains zero ejb
...
Note:
1. A valid ejb jar ...
1
vote
2answers
262 views
BPM for Glassfish
Currently we're developing an enterprise app that requires JMS so we decided to get a JavaEE6 compliant app server which is Glassfish 3.1.2.2. We selected it over the rest because it's the reference ...
0
votes
2answers
815 views
Where to put property file in JBOSS 7 or Glassflish? (Best practice)
I have developed applications for JBOSS EAP 5 with eclipse. I placed property files under server-conf/conf/...
I am now developing in Netbeans (7.2). The bundled glassfish server is used for easier ...
0
votes
0answers
60 views
Deploy Java EE application on JBoss AS which was previously deployed on GlassFish
I have created a Java EE application and have successfully deployed it to GlassFish. This application contains an EJB module and a web module.
I'm now trying to deploy it to JBoss AS, but I'm running ...
1
vote
0answers
138 views
Consistent JSON representations with JAXB and JAX-RS?
I am writing a Java EE app to be run within either Glassfish or JBoss, and I've been asked to provide JSON support for our JAX-RS clients.
Of course, simply enabling the JSON media type is simple ...
0
votes
1answer
48 views
Can I deploy a datasource and it's corresponding driver using an ear?
I'm wondering if I can deploy a datasource (the *-ds.xml) and it's required jdbcrealm driver using an ear file to either glassfish or jboss? If so is it recommended or better to manually install them?
...
3
votes
1answer
1k views
JNDI lookup on different application servers
I have an EAR app with an ejb module inside and SomeService:
some-ear.ear -> some-ejb.jar -> SomeBean implements ISomeBean
In Java EE specification I see that the JNDI name of this bean ...
0
votes
1answer
150 views
Failover for EJBs?
Java EE app container provide "failover" support for EJBs, in their docs never cite any reasons why you would need to failover an EJB in the first place!
When do these "failover" conditions take ...
0
votes
0answers
192 views
Error deploying spring and jax-ws application in jboss server
I'm getting this error when I deploying spring+JAX-WS application in jboss server 6.1.0.
09:14:38,175 ERROR [org.springframework.web.context.ContextLoader] Context initialization failed: ...
0
votes
1answer
69 views
Determining application server at runtime?
Can I determine, during runtime, on which application server my application is deployed: GlassFish, WebLogic or JBoss?
0
votes
1answer
2k views
persistence-unit, different hibernate.transaction.manager_lookup_class property
I have Java EE application, and my EJB module have persistence.xml.
I deploy my app on 3 app servers: JBoss, GlassFish and WebLogic, and every server needs own ...
-2
votes
2answers
106 views
EJB Performance optimisation between different containers [closed]
EJB is slower than pure well optimized JDBC but here http://www.javaperformancetuning.com/news/qotm047.shtml it is said
" the simple JDBC/EJB comparison assumes that your JDBC is as
efficient ...
0
votes
2answers
230 views
Java EE container - self managed threads?
Is it possible to start for example a OrientDB Server Instance inside a Java EE server?
Is this possible or do i need to use only Servlets or EJB inside the containers?
Can you give me a quick ...
1
vote
2answers
283 views
Sharing state in a Glassfish cluster
I'm new to Java EE 6 development and am planning on using Glassfish 3.1.2 open source edition. I need to share a simple map data structure across the cluster (needs to be replicated). I've been doing ...
0
votes
2answers
912 views
GlassFish to Jboss migration
I would like to learn Java EE. In my opinion Glassfish is more user friendly than JBoss, so I decided use Glassfish for my project.
But, in my location Jboss is more popular than Glassfish, so I have ...
4
votes
1answer
107 views
What problems can occur during the lifecycle of a Java application server?
Actually i'm designing a software on top of a Java application server which must be highly available. So i also plan to include a monitoring system which will detect errors on the app server. I'll ...
1
vote
3answers
1k views
Operator does not exist: text = bigint
I am trying to get our application that is currently running on glassfish 2.1 to work on jboss 6.1. And have the following problem, I don't think its related to the application server but rather ...
2
votes
3answers
1k views
How to configure pool size of Message Driven Bean
I would like to configure the pool size of a MDB but just one.
I deploy my application on JBOSS 6 or Glassfish 3 so the solution must be standard.
I found for JBOSS maxSession for ...
1
vote
3answers
753 views
Failed to install JBOSS and GlassFish on Eclipse Indigo - For Java EE developers
I install Eclipe Indigo for Java EE devlopers.
I tried to install apllication sever glassfish or Jboss and consecutive failed to install them.
1.Create new server - select Download addtional server ...
10
votes
5answers
619 views
JavaEE solution configuration best practices
We build 3-tier enterprise solutions that typically consists of several webapp and ejbjar modules that all talk to a db and have several external integration points.
Each module typically needs its ...
0
votes
2answers
735 views
Confusion on Glassfish V3, Jboss, SOA supporting, WSO2(embeded Tomcat)
I'm so confused for developing SOA applications in Java EE:
A) CAN "Glassfish V3 Open Source Edition" support ESB(SOA)? I must add external module on it? if yes, is it open source too or not? ...
0
votes
1answer
183 views
Glassfish and JBI support, (SOA APPLICATION SERVERS)
We could see JBI in Glassfish V2 but it is not in V3, what's happening? Which application server is useful for SOA development?
can I deploy WSO2 on Glassfish or JBoss?
RGDS
1
vote
0answers
162 views
New to EJB:Missing Deploy Tool
I am new to EJB.I am reading EJB HeadFirst to understand various EJB concepts.Throughout the book the author is using the deploy tool that comes with the J2ee server (as specified in the book).So i ...
0
votes
0answers
194 views
JBoss 6.1 / JSF 2.0: Is it possible to use methods @ value bindings or rendered conditions?
I've got a problem with JBoss 6.1 / JSF 2.0:
<h:inputText value="#{orderController.getOrder(orderId).date}" />
Throws this error:
value="#{orderController.getOrder(orderId).date}": The class ...
0
votes
1answer
141 views
Should I use Glassfish as an open source app server in the Enterprise to use with Spring or look at other options?
What is the best choice for an open source Enterprise-level application server when using Java 6 and Spring 3.1? Glassfish or JBOSS? Looking for good support e.g. online documentation, features, ease ...
0
votes
1answer
123 views
bigger java project, what technologies, OSes, hardware to use? [closed]
I have to create bigger Java web application for my company.
It has to be 3tier (or more) web application for our cooperating companies. (100-10000 users per company, so scalability is important).
...
5
votes
1answer
2k views
Spring or CDI or EJB3
I am pretty new to the concept of dependency injection and we are currently writing an web app using JSF and maybe Primefaces. We are currently evaluating whether to use Spring or EJB3. I was realy ...
3
votes
1answer
969 views
Installing JDK for JBoss but not Glassfish
I'm trying to get an environment set up to match a client. They're using JBoss 4.0.5. The installation docs indicate I need to install the JDK 5.0 separately. As far as I can tell, the JDK ...
1
vote
1answer
221 views
Annotated WS in JBoss
I am trying to see the compatibly of different jee6 servers.
With this occasion I did a very basic WS app
http://uploading.com/files/786a932f/HelloWorldWs.war/
It is the most simple one :)
...
2
votes
2answers
2k views
Starting a Seam 3 project using Maven from scratch
I want to start writing a Seam 3 project from scratch using Maven and configure it to be deployable to both of Glassfish 3.1 and JBoss 6 or 7.
Any references or tutorials explaining how my pom.xml ...
1
vote
1answer
530 views
Can JAAS security domain info only be specified in server specific deployment descriptors?
I'm doing form-based authentication in JSF and I can get it to work but it requires a server specific deployment descriptor to specify the JAAS security domain info.
eg. on JBoss 6 I need a ...
5
votes
3answers
551 views
Java EE scenarios that cannot be handled by Tomcat
Tomcat only implements the web container of the Java Enterprise Edition architecture. In contrast, e.g. GlassFish implements a full Java EE stack. This has been discussed a lot on stackoverflow.
...
0
votes
1answer
208 views
Realtime application connecting to GlassFish or JBoss
How can I connect a realtime application which has a totally different life-cycle with WebApp to JBoss or GlassFish?
I need it to create a realtime reporting system. Using Sockets is not possible.
...
0
votes
3answers
997 views
A free Commercial-Use Application server for Java EE?
HI,
Is there a free Commercial-Use Application-Server ?
I found a chart on Wikipedia("Comparison of application servers"), which says that JSAS (now GlassFish) and IBM WebSphere are free.
I am not ...
0
votes
1answer
453 views
Can I port Glassfish jdbcRealm to JBoss?
My application is running on Glassfish 3.1 using jdbcRealm is its authentication and authorization. I want to port this app to JBoss 6. Can I create a jdbcRealm inside JBoss 6 like in Glassfish3 that ...
0
votes
2answers
1k views
JBoss, Tomcat or Glassfish for Bonita Open Solution 5.4?
I'm currently trying to implement BOS 5.4 in one of my projects. Unfortunately I'm quite new with Java-based applications.
It is my understanding that you could implement BOS 5.4 either in JBoss, ...

