Started 2 weeks, 2 days ago (2009-11-24 18:17:00)
by bmw01281991
I see where you are saying to set this property, thanks, it worked. I was setting in the http-listener area.
Started 1 week, 1 day ago (2009-12-03 03:27:00)
by gadnex
I think my problem has smething to do with this forum post: http://forums.java.net/jive/message.jspa?messageID =214039
Started 1 week, 3 days ago (2009-12-01 10:51:00)
by dmocek
Marina, thanks for the response. The problem I'm seeing is that calling the timer service and creating a timer is what is causing the TransactionRollbackException: Client's Transaction
aborted error. If I remove the call to create a timer, I do not get this error.
Started 1 week, 1 day ago (2009-12-02 19:55:00)
by itdude
Thanks ! root@ubuntu:~/glassfishv3/glassfish/domains/domain 1/logs# cat
server.log Dec 3, 2009 3:53:50 AM com.sun.enterprise.admin.launcher.GFLauncherLogger info INFO: JVM invocation command line: /usr/lib/jvm/java-6-sun-1.6.0.13/bin/java -cp /root/glassfishv3/glassfish/modules/glassfish.jar -XX:+UnlockDiagnosticVMOptions -XX:MaxPermSize=192m -XX:NewRatio=2 -XX:+LogVMOutput -...
Started 1 year, 1 month ago (2008-11-05 05:23:00)
by Frull
Anyone, please? Or could you give me a hint on where I can find people how can answer questions like this?
Started 1 week ago (2009-12-04 15:43:00)
by km
You can just unzip a
zip file, won't that work? -Kedar
Started 1 week, 1 day ago (2009-12-03 09:37:00)
by jsaindon
Have you gotten any further with this? We're trying to do the same. We've attempted to create a user in the admin realm (
full access) and still can't connect with that user. Post back if you find anything. I'll do likewise.
Started 1 week ago (2009-12-04 00:24:00)
by donmarcoef
Hello Marina, thank you for your answer. There was a probem in my
data model. I have the parent in ModelItem also defined as cascade (persist / delete). This was a false. When I now delete the offer and then remove it from the offer collection in customer, all works fine. Thanks Marco
Started 1 week ago (2009-12-04 10:49:00)
by arshadnoor
Thank you, Jitendra. I'm going through the JSSE docs to determine the details, but if you have a pointer to something that tells me what the default values are for the SSL Session, that would be helpful. The WS client and service I've built was created by NetBeans 6.7.1 on
GF 2.1 with JDK6U17 on both sides. If you know the defaults Metro uses within this configuration, that...
Started 1 week ago (2009-12-04 13:39:00)
by jthoennes
> I am new to trying to debug a deployed EJB on a > running
glassfish server from Eclipse. Here is what > I tried. > > (1) Go to JVM settings in Glassfish and click "enable > debugging". That is correct. I guess you restarted Glassfish afterwards and it is running before you go the the Eclipse debugging session. > (2) Create debug configuration and pass it these > ...