0
votes
1answer
46 views
+100
How can I add a InterBase JDBC connection pool in GlassFish V3?
Using: InterBase 2007, latest interclient.jar (8.1.8), GlassFish v3 b68.
I try to configure the connection pool in the web admin console page "Edit Connection Pool" with these set …
1
vote
1answer
36 views
Persistence Unit SQLException No suitable driver
I have a j2ee application deployed on GlassFish.
I have mysql jars in GlassFish's lib directory.
I am trying to use JPA, and my persistence file is:
<persistence-unit name="tea …
0
votes
1answer
10 views
Teaching javax.mail, javax.activation to recognize mime type of mail attachment in web application
Im sending mails from a web application running on a glassfish server, which was quite easy with the java mail API.
I'm starting now to attach files (mainly pdf and odt) to the ma …
0
votes
0answers
3 views
GlassFish System.getProperty() not working on Mac
I have GlassFish installed on a Windows box and a MacBook Pro.
The simple call
System.getProperty()
works, able to get a property value, but always returns null on the Mac.
I …
0
votes
0answers
2 views
GlassFish SSL not working in Mac
I cannot surf to my localhost via https on any port.
On my Windows boxes, it works fine, and GlassFish comes standard with an SSL port set.
Anyone know why it would be different on …
0
votes
1answer
25 views
Maximum number of messages sent to a Queue in OpenMQ ?
I am currently using Glassfish v2.1 and I have set up a queue to send and receive messages from with Sesion beans and MDBs respectively. However, I have noticed that I can send onl …
1
vote
4answers
423 views
Problem with Java Web service. Unable to create JAXBContext
Dears,
I used NetBeans to create a Metro Web service and GlassFish to be deployed on.
I get an error when I try to build -but only- if one of the operations in the web service ret …
0
votes
3answers
57 views
What is the glassfish alternative to context.xml
I am used to configuring web application in context.xml, including jdbc resorces, and application configuration parameters.
Under glassfish, what is considered the standard place …
0
votes
1answer
67 views
Persistence.createEntityManagerFactory() in J2EE ignores jta source
I have a perfectly working application client deployed to a glassfish v2 server inside an ear with some EJBs, Entities, etc. I'm using eclipselink.
Currently I have in my persiste …
0
votes
1answer
13 views
Unable to load jars in a Rails app on Glassfish
Hi all,
I have a Rails app that I'm trying to deploy onto Glassfish using the Glassfish gem, but it's unable to load the jar files I've written. I've tried passing the jars' path …
0
votes
1answer
16 views
EJB help needed
public void runTest() throws Exception {
InitialContext ctx = new InitialContext();
ResourceManager bean = (ResourceManager) ctx.lookup("ejb/ResourceManagerJNDI");
S …
0
votes
1answer
5 views
New URLStreamHandlers in glassfish
I have a legacy application that I'm trying to port to Java EE. Presently this application calls URL.setURLStreamHandlerFactory() to register some custom URL protocol handlers. T …
0
votes
1answer
26 views
com iplanet ias JAR
I've been struggling with this for past couple of days. I am trying to test a DAO outside the container but while running the test case I am getting the error:
Error creating …
1
vote
6answers
43 views
NoClassDefFoundError exception when deploying dynamic web app from eclipse
I have a small Dynamic web project in Eclipse gallileo that references another project. When I deploy my project to Glassfish v2.1, as soon as I try instantiating the class that is …
0
votes
0answers
35 views
Sharing authentication between Glassfish and Apache?
We are running a Grails application under Glassfish V2. From within the application, we refer to files that are served up from Apache.
http://mysite.com/index.jsp - Grails or JS …
