[JBoss-user] [Beginners Corner] - Re: Cant get xdoclet to include create or getter method in i

2004-11-11 Thread sunofra
A HA! I figured it out ... and as I suspected, I'm an idiot. If you notice the comments like this ... /* * @ejb.interface-method */ where they should be like this ... /** * @ejb.interface-method */ The difference is one little asterisk was missing! :-) View the original post : http://www.

[JBoss-user] [Beginners Corner] - Re: Cant get xdoclet to include create or getter method in i

2004-11-11 Thread sunofra
Hm. Im not sure my tags came out looking like that but hopefully you can still see that clearly. :-( View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854807#3854807 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38548

[JBoss-user] [Beginners Corner] - Re: Cant get xdoclet to include create or getter method in i

2004-11-11 Thread sunofra
My pleasure. Here is the target which builds the "generated source" ... i.e., the remote, remotehome, local, and localhome interfaces.

[JBoss-user] [Beginners Corner] - Cant get xdoclet to include create or getter method in inter

2004-11-10 Thread sunofra
I hate to ask this here but I'm getting desperate... No matter what I do I cant get Xdoclet to include my create method for my CMP test bean. Nor will it include any of the getter or setter methods. I must be doing something utterly stupid. Please feel free to point out my stupidity... Thanks

[JBoss-user] [Beginners Corner] - Re: J2EE Application Client : How do they work?

2004-11-04 Thread sunofra
I really wish someone would answer this. I have the same exact question. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854012#3854012 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854012

[JBoss-user] [Beginners Corner] - Re: SecurityException in Duke's Bank example

2004-10-25 Thread sunofra
I looked at the sourceforge bug and got this to work for me for the web-app. I'm wondering how I can add authentication ability like this to the app-client. Can someone point me in the right direction? I guess I'm wondering if there is some default LoginDialogin the client jars that can be ma