Webservices client problem

2008-06-06 Thread sainath chowdary
hi, I have the following code in my java class which basically is trying to access the webservice deployed. --URL url = new URL( http://localhost:8080/jaxws-calculator-1.0/calculator?wsdl;); QName qname = new QName(http://jws.samples.geronimo.apache.org;, Calculator); Service service =

CommandFailedException when using geronimo in a standalone J2SE application

2008-06-06 Thread AScandaroli
I am trying to use Geronimo's javamail implementation to access IMAP email servers. I have referenced M2_REPO/org/apache/geronimo/javamail/geronimo-javamail_1.4_mail/1.4/geronimo-javamail_1.4_mail-1.4.jar jar file in my classpath. The application successfully retrieves the javamail

Re: Webservices client problem

2008-06-06 Thread Jarek Gawor
That's a standalone client on Java 5, right? You will need to add a bunch of Axis2 (or CXF depending which engine you want to use) jars to the classpath. For example, for Axis2 you will need to add axis2-jaxws-*.jar, axis2-kernel-*.jar, axis2-saaj-*.jar, and a bunch of others jars. Also, if

Upgrading to Dojo 1.1.1

2008-06-06 Thread Joseph Leong
Hi everyone, I've been tossing the idea around in my head of taking the initiative to upgrade the current items written in Dojo to 1.1.1, I know we still have some Dojo 0.4.3, which isn't supported anymore, in use and there has been vast improvements with their new Dijit package for widgets among

Re: DeploymentException: Module was not an EJB: EntitiesES.jar

2008-06-06 Thread hofmanndavid
Hmm, I have exactly the same problem. Doesn't the EJB3 spec state that there shoud be at least one session bean in a ejb module ? ismael GranPollÿf3n wrote: Hello, and thanks for answering. I solved the problem: I had the entity beans in EntitiesES.jar and the session beans in

Re: JSPWiki - Context did not start for an unknown reason

2008-06-06 Thread Kevan Miller
On Jun 5, 2008, at 6:48 PM, David Jencks wrote: I tried it with geronimo-jetty6-javaee5-2.2-SNAPSHOT (trunk) and it deployed OK and is partially usable. I see this on deploy: 15:33:07,298 WARN [JettyModuleBuilder] Web application . does not contain a WEB-INF/geronimo-web.xml deployment

Re: DeploymentException: Module was not an EJB: EntitiesES.jar

2008-06-06 Thread David Blevins
On Jun 6, 2008, at 11:23 AM, hofmanndavid wrote: Hmm, I have exactly the same problem. Doesn't the EJB3 spec state that there shoud be at least one session bean in a ejb module ? Yes. It has to have an ejb-jar.xml (with at least on ejb in it) or at least one bean annotated with

Re: JSPWiki - Context did not start for an unknown reason

2008-06-06 Thread Kevan Miller
On Jun 5, 2008, at 3:53 PM, Juergen Weber wrote: Hi, I tried to install the JSPWiki.war (JSPWiki 2.6.3) from http://www.jspwiki.org/ under geronimo-tomcat6-javaee5-2.1.1 via console. Console says The application was successfully deployed. The application was successfully started but

Re: how to apply GERONIMO-4072.patch?

2008-06-06 Thread jklcom99
I applied the patch to Geronimo source. I have set MAVEN_OPTS -Xmx1024m but I'm still getting...with mvn build Is there some other settings I can set to get Geronimo built? [INFO] Compiling 21 source files to C:\downloads\apache\geronimo\plugins\openejb \geronimo-openejb\target\classes [INFO]

Re: how to apply GERONIMO-4072.patch?

2008-06-06 Thread Jason Warner
Hello, Try adding the -XX:MaxPermSize option to your MAVEN_OPTS. Something like MAVEN_OPTS=-Xmx1024m -XX:MaxPermSize=128m should work Hope this helps! On Fri, Jun 6, 2008 at 5:06 PM, jklcom99 [EMAIL PROTECTED] wrote: I applied the patch to Geronimo source. I have set MAVEN_OPTS -Xmx1024m

RMI connection over SSL

2008-06-06 Thread Ghattu, Satya
Folks, Is there a way I can configure SSL around the RMI and JMX protocols? I would like all the traffic flowing between any JMX/RMI Client and Geronimo to be encrypted. We are using Geronimo 2.0.1 Thank You

Re: RMI connection over SSL

2008-06-06 Thread Kevan Miller
On Jun 6, 2008, at 1:27 PM, Ghattu, Satya wrote: Folks, Is there a way I can configure SSL around the RMI and JMX protocols? I would like all the traffic flowing between any JMX/RMI Client and Geronimo to be encrypted. We are using Geronimo 2.0.1 Hi Satya, No, not on Geronimo 2.0.1. It is