[JBoss-user] Good-bye

2002-12-23 Thread N NARAYAN SINGH
> Andy ha scritto:
>
>>Hi Geeks
>>
>>Yesterday my CVS RW access to JBoss was revoked and therefore
>>I will not work on the JBoss project at all.
>>Unfortunately this also means that I cannot update my changes to the
>> Quick Start Guide and the EJB Timer Service I was working on.
>>
>>Even though that it makes me angry that I spent many hours helping
>> JBoss become a success I still wish the project all the success it
>> deserves.
>>
>>Have a nice day
>>
>>Andreas Schaefer
>>"Code or be coded"
>>
>>Check out www.madplanet.com
>>
>>
>>
>>
>>---
>>This SF.NET email is sponsored by:  The Best Geek Holiday Gifts!
>>Time is running out!  Thinkgeek.com has the coolest gifts for
>>your favorite geek.   Let your fingers do the typing.   Visit Now. T H
>> I N K G E E K . C O Mhttp://www.thinkgeek.com/sf/
>>___
>>JBoss-user mailing list
>>[EMAIL PROTECTED]
>>https://lists.sourceforge.net/lists/listinfo/jboss-user
>>.
>>
>>
>>
> Thaks Andy for all your help !
> Kiuma
>
>
>
>
> ---
> This SF.NET email is sponsored by: Order your Holiday Geek Presents Now!
> Green Lasers, Hip Geek T-Shirts, Remote Control Tanks, Caffeinated Soap,
> MP3 Players,  XBox Games,  Flying Saucers,  WebCams,  Smart Putty. T H I
> N K G E E K . C O M   http://www.thinkgeek.com/sf/
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user





---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] unsuscribe

2002-11-13 Thread Narayan Singh


Cheers,
N Narayan Singh
__
*CMC Ltd.,
   VISIC Group, Gachibowli,
   Hyderabad- 500019 .
*(o) 040-3000401 Ext: 2166.









-Original Message-
From: [EMAIL PROTECTED]
[mailto:jboss-user-admin@;lists.sourceforge.net]On Behalf Of Michael
Angelo Libio
Sent: Thursday, November 14, 2002 6:29 AM
To: [EMAIL PROTECTED]
Subject: [JBoss-user] Help with EJB-QL through Multiple Relationships


I'm trying to create a finder method that navigates through multiple related
entities.  Here's a quick setup of my beans (note: plurals return
collections via the already established relationships)

ClientBean:
  getClientRoles()
  getProjects()

ClientRoles:
  getRole()
  getPerson()
  getClient()

ProjectBean
  getProjectRoles()
  getProject()

ProjectRoleBean
  getRole()
  getPerson()
  getProject()

Person
  getProjectRoles()
  getClientRoles()

Role
  getProjectRoles()
  getClientRoles()

Basically, what I want to do is find all those Clients, for a specific
Person where the Person's role exist in the Person<->ClientRole<->Client
relationships.  Simple enough, but now, I need to also include those Clients
that exist in Person<->ProjectRole<->Project<->Client relationship.  Here's
the EJB-QL I came up with:

  SELECT DISTINCT(c)
  FROM Client As c,
IN (c.clientRoles) AS cr,
IN (c.projects) AS p,
IN (p.projectRoles) AS pr
  WHERE cr.person = ?1
OR pr.person = ?1

Obviously, this didn't work when I deployed it.  I got an "Error compiling
ejbql" message.  I'm not asking for anyone to write my code for me; just to
get me on the right track.  Any help would be greatly appreciated...I
couldn't find any good examples from the web.  So, if anyone knows of a good
resource (book, url, etc.) let me know.  Thanks again!

_
The new MSN 8: smart spam protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail



---
This sf.net email is sponsored by: Are you worried about
your web server security? Click here for a FREE Thawte
Apache SSL Guide and answer your Apache SSL security
needs: http://www.gothawte.com/rd523.html
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



---
This sf.net email is sponsored by: Are you worried about 
your web server security? Click here for a FREE Thawte 
Apache SSL Guide and answer your Apache SSL security 
needs: http://www.gothawte.com/rd523.html
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-user] Re: [JBoss-dev] SQLException: [Microsoft][ODBC SQL Server Driver]Optionalfeature not implemented

2002-07-31 Thread Narayan Singh

Thanx Mr Dain for ur suggestion.. and its working fine with JDBC Drivers..

Regards,
N Narayan Singh
__
*CMC Ltd.,
   VISIC Group, Gachibowli,
   Hyderabad- 500019 .
*(o) 040-3000401 Ext: 2166.












---
This sf.net email is sponsored by: Dice - The leading online job board
for high-tech professionals. Search and apply for tech jobs today!
http://seeker.dice.com/seeker.epl?rel_code=31
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] SQLException: [Microsoft][ODBC SQL Server Driver]Optional feature not implemented

2002-07-27 Thread Narayan Singh
org.jboss.ejb.plugins.EntitySynchronizationInterceptor.invokeHome(EntitySync
hronizationInterceptor.java:160)
[JAWS]  at
org.jboss.ejb.plugins.EntityInstanceInterceptor.invokeHome(EntityInstanceInt
erceptor.java:87)
[JAWS]  at
org.jboss.ejb.plugins.TxInterceptorCMT.invokeNext(TxInterceptorCMT.java:135)
[JAWS]  at
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.
java:263)
[JAWS]  at
org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:86)
[JAWS]  at
org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.jav
a:164)
[JAWS]  at
org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:106)
[JAWS]  at
org.jboss.ejb.EntityContainer.invokeHome(EntityContainer.java:316)
[JAWS]  at
org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker.invokeHome(JRMPContai
nerInvoker.java:369)
[JAWS]  at java.lang.reflect.Method.invoke(Native Method)
[JAWS]  at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
[JAWS]  at sun.rmi.transport.Transport$1.run(Unknown Source)
[JAWS]  at java.security.AccessController.doPrivileged(Native Method)
[JAWS]  at sun.rmi.transport.Transport.serviceCall(Unknown Source)
[JAWS]  at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
[JAWS]  at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown
Source)
[JAWS]  at java.lang.Thread.run(Unknown Source)

***
Thanx in advance
Regards,
N Narayan Singh











---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user