On Mon, 2002-08-19 at 16:36, Anthony Geoghegan wrote:
> Perfect!
> JBuilder Enterprise doesn't seem to like the syntax but hey!
> Also Class loading order seems to make a huge issue.
> Does anybody know why JBoss doesn't just load classes on demand but actually
> seems to pre-load classes jar by jar?
I think we had the problem that the jar with the bean beeing linked to
had to be deployed first, before beeing linked to from other jars. This
has to be a bug in jboss? I thought it would wait for the requried beans
it depends on were deployed.


> 
> Best Regards,
> Anthony Geoghegan.
> J2EE Developer
> CPS Ireland Ltd.
> ----- Original Message -----
> From: "Ole Husgaard" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, August 19, 2002 2:44 PM
> Subject: Re: [JBoss-user] ejb-link
> 
> 
> > Hi,
> >
> > I have no problems refering to my IntegerSequence bean in
> > base-ejb.jar:
> >   <ejb-local-ref>
> >     <description>Primary key generator</description>
> >     <ejb-ref-name>ejb/IntegerSequenceLocal</ejb-ref-name>
> >     <ejb-ref-type>Entity</ejb-ref-type>
> >     <local-home>dk.sparre.book.base.IntegerSequenceLocalHome</local-home>
> >     <local>dk.sparre.book.base.IntegerSequenceLocal</local>
> >     <ejb-link>base-ejb.jar#IntegerSequence</ejb-link>
> >   </ejb-local-ref>
> >
> > Hope this helps.
> >
> >
> > Best Regards,
> >
> > Ole Husgaard.
> >
> >
> > Anthony Geoghegan wrote:
> > >
> > > I have a <ejb-local-ref > element pointing to a bean in a seperate jar.
> > > However when I deploy the bean I get:
> > >
> > > 2002-08-19 11:01:57,984 WARN  [org.jboss.system.ServiceController]
> Problem
> > > starting service
> > > jboss.j2ee:service=EJB,jndiName=comp/env/ejb/messageDirector
> > > org.jboss.deployment.DeploymentException: Local references currently
> require
> > > ejb-link
> > >
> > > I understood that <ejb-link> only points to refernces within the current
> > > JAR.  When I asked on Friday could local references be made between
> seperate
> > > JARs I was told I could.  What am I doing wrong?
> > >
> > > Best Regards,
> > > Anthony Geoghegan.
> > > J2EE Developer
> > > CPS Ireland Ltd.
> > >
> > > -------------------------------------------------------
> > > This sf.net email is sponsored by: OSDN - Tired of that same old
> > > cell phone?  Get a new here for FREE!
> > > https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
> > > _______________________________________________
> > > JBoss-user mailing list
> > > [EMAIL PROTECTED]
> > > https://lists.sourceforge.net/lists/listinfo/jboss-user
> >
> >
> > -------------------------------------------------------
> > This sf.net email is sponsored by: OSDN - Tired of that same old
> > cell phone?  Get a new here for FREE!
> > https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
> > _______________________________________________
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-user
> >
> 
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by: OSDN - Tired of that same old
> cell phone?  Get a new here for FREE!
> https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
-- 
Marius Kotsbak
Boost Communications A/S
Trondheim, Norway



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to