Re: User Feedback Request -- this means you!

2006-03-29 Thread Stefan Schmidt

Ok, here are my priorities:

1) JDK 1.5 support
2) EJB 3
3) JAX-WS
4) more minor releases
5) More docs on GBeans (explaining its merits and implementation in 
different scenarios)


Regards,

Stefan Schmidt


David Blevins wrote:
So this is the first of what I think should be a quarterly event.  
Geronimo is ultimately your project and we committers are but your 
humble servants.  To serve you best, we need some critical high level 
feedback to help us steer the project and focus on what matters most 
to you!


Please, every user out there, give us your top 5 things we can do to 
make Geronimo better for you.  Here is my list:


1)  More interaction with you guys, the users!
2)  More frequent releases incorporating more user feedback (small 
releases more often vs. big releases only 4 times a year)

3)  Less deployment requirements (simpler plans, more defaults, etc.)
4)  More application validation at deployment
5)  More powerful text configuration

That's just to get the ball rolling.  More detail is always good if 
you have the time.  In general anything you think we need to correct 
as a community, technical or non-technical.  Let us know.


If you've ever uttered the words, Geronimo would be such a great 
project if it only then now is your time to shine.


We want to hear from everyone!  This is not just for the hard-core 
Geronimo users or J2EE experts.  If you are new to J2EE and downloaded 
Geronimo and had to give up after an hour of no progress, let us know 
what we might do!



It's all about you.


Best Regards,
David Blevins







geronimo build fails

2005-06-12 Thread Stefan Schmidt

Hi,

I am getting the following error when trying to build Geronimo from 
source (maven m:rebuild-all):


BUILD FAILED
File.. .maven\cache\maven-multiproject-plugin-1.3.1\plugin.jelly
Element... maven:reactor21:41:15,982 WARN  [HOWLLog] Received unexpected 
log record: [EMAIL PROTECTED]

21:41:15,982 INFO  [HOWLLog] In doubt transactions recovered from log
Line.. 217
Column 9
Unable to obtain goal [default] -- 
geronimo\modules\assembly\maven.xml:379:63: deploy:waitForStarted null
21:41:16,402 INFO  [GeronimoLoginConfiguration] Added ApplTotal time: 50 
minutes

14 seconds
ication Configuration Entry geronimo-properties-realm
21:41:16,402 INFO  [GeronimoLoginConfiguration] Added Application 
Configuration

Entry JMX
21:41:16,402 INFO  [GeronimoLoginConfiguration] Installed Geronimo login 
configu

ration
21:41:16,743 INFO  [Credential] Checking Resource aliases
21:41:17,354 INFO  [SslListener] SslListener.needClientAuth=false
21:41:17,354 INFO  [SocketListener] Started SocketListener on 0.0.0.0:8443

:Stefan


Re: Web Service tests

2005-06-11 Thread Stefan Schmidt
I am using a build which is about two weeks old, so you might be correct 
that your fixes are not included. Are the 'latest unstable build' 
downloads current or do I have to use maven (last time it took 6 
attempts before it worked without a build error)?


:Stefan

Jeremy Boynes wrote:

Quick question - are you using the current HEAD build? There were a 
couple of bugs in our JAF implementation which would lead to similar 
failures to the first one which I checked fixes in for earlier this week.


--
Jeremy

Stefan Schmidt wrote:


Hi,

I am currently trying to get some JAX-RPC Web services running on 
Geronimo. Since there are not too many examples out there I chose to 
try the jBoss examples which are described here: 
http://docs.jboss.org/jbossas/jboss4guide/r2/html/ch12.html.


After inserting a proper url in the HelloService.wsdl (soap:address 
location=http://localhost:8080/hello-servlet/Hello?WSDL/) I was 
able to deploy the war file with the JSE Web Service.


The problem here is if I invoke 
http://localhost:8080/hello-servlet/Hello?method=hellos=test I get 
the following SOAP-Fault:

[]
faultcodesoapenv:Server.userException/faultcode
-
   faultstring
org.xml.sax.SAXParseException: Premature end of file.
/faultstring
[...]

..when I use the supplied Client I get the following error:
[..]
[java]  faultString: Tried to invoke method public abstract 
java.lang.String org.jboss.chap12.hello.Hello.hello(java.lang.String) 
throws java.rmi.RemoteException with arguments java.lang.String.  The 
arguments do not match the signature.; nested exception is:
[java] java.lang.IllegalArgumentException: object is not an 
instance of declaring class

[...]

In a second attempt I tried to deploy the hello-ejb.jar example which 
serves as an EJB endpoint. Unfortunately I get a exception during 
deployment:

[...]
558 WARN  [BasicLifecycleMonitor] Exception occured while notifying 
listener
java.lang.NoSuchMethodError: 
org.apache.geronimo.webservices.SoapHandler.addWebService
(Ljava/lang/String;Lorg/apache/geronimo/webservices/WebServiceContainer;)V 

   at 
org.openejb.server.axis.WSContainer.init(WSContainer.java:87)

[...]

Both of these Applications work perfectly in jBoss and I can't see 
why they shouldn't work in Geronimo.


I would be grateful if someone could try to deploy these applications 
as well and tell me whether this is rather my problem or a Geronimo 
Problem.


Thanks in advance.

Stefan








Re: Web Service tests

2005-06-11 Thread Stefan Schmidt
Yes I experienced those maven problems already (three attempts failed). 
Thanks for asking to upload a new binary distribution.


:Stefan

Jeremy Boynes wrote:


Stefan Schmidt wrote:

I am using a build which is about two weeks old, so you might be 
correct that your fixes are not included. Are the 'latest unstable 
build' downloads current or do I have to use maven (last time it took 
6 attempts before it worked without a build error)?




Looking at the site the rev number is older than my checkin so I'm 
afraid it is back to maven (where there appear to be problems right 
now) or hold on until a new binary is uploaded. I will ask on the dev 
list if someone can build and refresh the distro.


--
Jeremy





Axis WS integration

2005-06-03 Thread Stefan Schmidt




Hi,

I am currently evaluating Geronimo and build the latest Geronimo from
CVS with Maven. My questions:

What is the current status of WS integration into Geronimo? 

I can see the repository/axis folder and assume it is integrated as a
module. In the Wiki there is a short (and obsolete) tutorial
(http://wiki.apache.org/geronimo/HowToAxisGeronimo) explaining the
deployment of Axis as an (external) Web application. Is this the
intended way to use WS in Geronimo?

Is there any information about how to expose EJB's as a WS?

Thanks!!

Stefan