Re: [JBoss-user] JBossQL

2002-07-23 Thread conrad
> * @jboss:query signature="java.util.Set > ejbSelectGeneric(java.lang.String jbossql, java.lang.Object[] > arguments)" dynamic="true" > > > ejb-jar.xml : > > > >ejbSelectGeneric > >

Re: [JBoss-user] JBossQL

2002-07-23 Thread conrad
Hi I've solved the problem The find method can't return java.util.Set because underlaying java.util.ArrayList doesn't implement Set interface - at least I think so :-). Solution was to change it to Collection :-) Cheers Dnia 2002-07-23 12:26, Użytkownik conrad napisał: &g

[JBoss-user] JBossQL

2002-07-23 Thread conrad
o WHERE o.id=?1 OR o.id=?2 OR o.id=?3 OR o.id=?4 and got such exception: 11:44:40,033 ERROR [STDERR] [CONRAD] UserManager get0 11:44:40,035 ERROR [STDERR] java.lang.ClassCastException: java.util.ArrayList 11:44:40,051 ERROR [STDERR] at $Proxy1230.findDynamic(Unknown Source) . jboss

Re: AW: [JBoss-user] Jboss.net web-service.dtd?

2002-07-19 Thread conrad
view-type="both" * * @jboss-net:web-service * urn="query" * expose-all="true" * it produces: is it correct? Conrad Dnia 2002-07-19 11:48, Użytkownik Jung , Dr. Christoph napisał: > You mean the dtd for the web-service.xml? > > Unfortu

Re: AW: [JBoss-user] Jboss.net web-service.dtd?

2002-07-19 Thread conrad
Thanks. I'll take a look. Conrad Dnia 2002-07-19 11:48, Użytkownik Jung , Dr. Christoph napisał: > You mean the dtd for the web-service.xml? > > Unfortunately there is no such thing, but please look at > > http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis/java/do

[JBoss-user] Jboss.net web-service.dtd?

2002-07-19 Thread conrad
Hi everyone Is there web-service.dtd available anywere? Cheers Conrad? --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ JBoss-user mailing list

Re: [JBoss-user] Jboss.net

2002-07-16 Thread conrad
> Conrad, > > what where you trying to do? The JBoss-3.0.1.RC1 already has the > jboss.net.sar in it, ie it works with Jetty, and should run out of the > box as it were. Or were you trying to get this RC version to work with > Tomcat? If you were trying to get it to work wi

[JBoss-user] Jboss.net

2002-07-15 Thread conrad
:174) at $Proxy3.start(Unknown Source) at org.jboss.deployment.SARDeployer.start(SARDeployer.java:243) Regards Conrad --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf

Re: [JBoss-user] JBoss 3.0 Quick Guide/New JBoss distribution structure

2002-07-10 Thread conrad
Hi Is it somehow possible to debug EJB in JBoss? Regard Conrad --- This sf.net email is sponsored by:ThinkGeek Two, two, TWO treats in one. http://thinkgeek.com/sf ___ JBoss-user mailing list

[JBoss-user] Find method

2002-07-03 Thread conrad
1, column 81. Was expecting one of: "=" ... "<>" ... ) How can I solve it? More logs attached regards conrad err Description: application/java-vm

[JBoss-user] Jboss 3.0 remote deploy

2002-05-28 Thread conrad
Hi I'm new here ... Good afternoon :-) I'd like to ask about remote deploying enterprise application on JBoss, without telnet/ssh access. Is it possible, and if it is how can I do it or where can I find some documentation about it? Thanks in advance. -- Best Regards Conrad [EMAIL