[JBoss-dev] [JBossWS] - Re: wsee, xdoclet, session bean example

2004-11-18 Thread tdiesler
You need to use the the unix diff and patch utilities. If you are running 
windows, use cygwin as your command shell. It contains these utils.

1) checkout the latest Branch_4_0
   
cvs co -r Branch_4_0 jboss-4.0

2) make a copy of it

3) make your changes to the webservices/samples

4) run the samples test suite

5) use diff to create the patch file 

6) now check your patch by applying it to your clean copy

7) run the samples test suite on the patched version

8) submit the patch file to sourceforge

It's only hard the first time ;-)

good luck

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=382#382

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=382


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: wsee, xdoclet, session bean example

2004-11-18 Thread Scharlau
Hi all,

I've not been checking my mail lists lately due to teaching commitments, but 
you can find an example of pulling all of these together here at this page 
http://www.csd.abdn.ac.uk/~bscharla/teaching/CS5302/practicals/practical9.shtml

I used xdoclet-1.2.2RC1 when I did it, but see that xdoclet-1.2.2 is now out, 
and suspect that a few of the problems noted in the practical have been sorted 
out thanks to Heiko, who I told about them.

Thomas, feel free to point the wiki to the page, and when I get a chance I'll 
sort out a proper page for the wiki.

cheers,

Bruce

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3855606#3855606

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855606


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: wsee, xdoclet, session bean example

2004-11-17 Thread tdiesler
You could create a patch for jboss-4.0/webservice/samples then we can have it 
publically available in jboss-4.0.1

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3855483#3855483

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855483


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: wsee, xdoclet, session bean example

2004-11-17 Thread dijkstra
Alright... 

I'd be willing to go ant create a patch of my crimeportal... kind of cool to 
have an example of mine packed with the jboss 4.0.1 examples. But how would I 
go and create such a patch? Would it be enough if I rebuild my current version 
in a standallone version which only would need ant?

Second... i'm not sure I did everything the right way. And I did made a few 
changes to the original crimeportal example considering class names and 
packages, ofcourse the webservice still behaves exactly the same as the 
original.

I'd be more then willing to provide an contribution. I'd realy appriciate a 
check of my code and please tell me how to create such a patch.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3855540#3855540

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855540


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: wsee, xdoclet, session bean example

2004-11-16 Thread dijkstra
I DID IT... well kind of...

I took the crimeportal example from the samples.zip file ( 
(http://www.jboss.org/wiki/Wiki.jsp?page=JBossWS at the bottom ) and made it an 
eclipse project.

My crimeportal is a working example of an ws4ee webservice. All necessary files 
and classes are generated from a main class... a slsb using XDoclet tags. 
Except for the wsdl file, this is generated from a build.xml file (just run ant 
in the project dir).

What u need to run the example:
Jboss 4.0.0
Eclipse with the jboss-ide plugin
Ant
The source ( www.soren.nl/crimeportal_xdoclet_eclipse_ws4ee.zip )

You have to patch the jboss-ide pluging to make use of XDoclet 1.2.2 see:  
http://www.jboss.com/index.html?module=bbop=viewtopict=56020 

Could somebody do me a huge favor (tdiesler?? please :) ) and have a good look 
at my code and the generated xml files. All suggestions and error are greatly 
appreciated.[/url]

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3855376#3855376

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855376


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: wsee, xdoclet, session bean example

2004-11-13 Thread pilhuhn
Ok, after some more thinking... the solution probably lies in using both. Tag 
your EJB accordingly, have xdoclet generate the Service interface. Compile this 
and then let wscompile produce wsdl from that.

And yes, Xdoclet should handle multiple port components and handlers. Christoph 
put quite some effort in that.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3855071#3855071

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855071


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: wsee, xdoclet, session bean example

2004-11-13 Thread tdiesler
Jason, 

A good proof would be to refactor the webservice/samples to use XDoclet. Do you 
want to have a go?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3855078#3855078

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855078


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: wsee, xdoclet, session bean example

2004-11-13 Thread pilhuhn
Thomas,
pilhuhn = Heiko :-)

I'll do it when I have time. You will see a writen sample soon anyway :-)

  Heiko


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3855081#3855081

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855081


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: wsee, xdoclet, session bean example

2004-11-11 Thread hktgan
Yes, a VERY GOD Question !



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854780#3854780

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854780


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: wsee, xdoclet, session bean example

2004-11-11 Thread tdiesler
There is supposed to be some support for J2EE-1.4 (i.e. EJB-2.1, webservices, 
etc ...) in the current XDoclet version. I've not tried it. Maybe somebody 
wants to write a wiki about it.

In future, JBossWS will support JSR-181 Web Service MetaData. We won't be doing 
XDoclet for WS4EE.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854784#3854784

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854784


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: wsee, xdoclet, session bean example

2004-11-11 Thread pilhuhn
I wrote a few lines in the wiki at 
http://www.jboss.org/wiki/PageInfo.jsp?page=JBossWSandXdoclet, but this is not 
yet linked into the main Wiki.


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854799#3854799

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854799


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: wsee, xdoclet, session bean example

2004-11-11 Thread tdiesler
If this is all there is today, I don't see an advantage over using wscompile.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854842#3854842

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854842


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: wsee, xdoclet, session bean example

2004-11-11 Thread pilhuhn
Advantages are probably:
- no need to download another package when people use xdoclet anyway
- generation of decriptor parts for ejb-jar.xml

But you are correct, that the webservice part of Xdoclet is not yet fully up to 
speed.

  Heiko


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854845#3854845

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854845


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: wsee, xdoclet, session bean example

2004-11-11 Thread tdiesler
Point one is not valid. How do you generated the wsdl?

Does XDoclet support the WS4EE client programming model, if not all you get is 
service-endpoint-interface in ejb-jar.xml.

Does XDoclet support multiple port components, handlers in webservices.xml?

What can JBossIDE do for you?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854849#3854849

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854849


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: wsee, xdoclet, session bean example

2004-11-11 Thread jasong
A colleague of mine is working on an alternative to the ws4ee xdoclet module, 
as well as fixing several problems (mostly missing elements) with the endpoint 
functionality of the jbossdoclets and ejbdoclets.  This solution is designed to 
work hand and hand with wscompile, instead of trying to replace it. I will post 
when things are further along.

-Jason


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854859#3854859

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854859


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: wsee, xdoclet, session bean example

2004-11-11 Thread tdiesler
Perhaps your colleague wants join me in the JSR-181 Web Service MetaData 
efford. Bill has written an annotation compiler that makes it possible to use 
annotations with jdk-1.4

In future there is little point to anything else but annotated source code / 
annotated wsdl.

See the JBossWS JIRA project for roadmap and TODOs

http://tck1.jboss.com/jira/secure/BrowseProject.jspa?id=10050 

There are also some word docs in CVS

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854876#3854876

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854876


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] [JBossWS] - Re: wsee, xdoclet, session bean example

2004-11-11 Thread Max Rydahl Andersen
On Thu, 11 Nov 2004 15:21:03 -0500 (EST), tdiesler [EMAIL PROTECTED] wrote:
Perhaps your colleague wants join me in the JSR-181 Web Service MetaData  
efford. Bill has written an annotation compiler that makes it possible  
to use annotations with jdk-1.4
How is the status for this compiler ?
How much cross-compatibility is there ?
Does the bb-annotation compiler generate .class'es that is compatible with
the jdk 1.5 annotation api ?
Can anyone elaborate on it ? the Hibernate Team consider using it to
make our AnnotationBinder useable on both 1.4 and 1.5 platforms.
/max
In future there is little point to anything else but annotated source  
code / annotated wsdl.

See the JBossWS JIRA project for roadmap and TODOs
http://tck1.jboss.com/jira/secure/BrowseProject.jspa?id=10050
There are also some word docs in CVS
View the original post :  
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854876#3854876

Reply to the post :  
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854876

---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernate.org
JBoss Inc
[EMAIL PROTECTED]
http://jboss.com
---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development