• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Jboss EJB jar

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i'm not able to find the org.jboss.seam.annotations.Around class in the Jboss-seam.jar or any of the jars. Can anyone of you, provide me the path for the jar which includes the above mentioned class.

Thanks in Advance,
Varun
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, I found it in my jboss-seam.jar file, in an older version of Seam, whereas in 1.6 I found AroundInvoke, so the name could and probably changed.

Mark
 
varun prakash
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Mark,
Can U send me that Around.class alone to my id:

Thanks in Advance,
varun J
[ April 13, 2007: Message edited by: Mark Spritzler ]
 
Mark Spritzler
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Varun, I am sorry but I cannot. Because I would say you are trying to fix a symptom and not solve the actual problem. WHich means that even if I sent it to you there will be other issues, and it won't work for you.

You need to make sure you have the correct Seam version that you are actually working with. You need to make sure the jars are copied and are put in the correct classpath. That is where you should focus.

Also, it is a bad idea to post your email address directly in posts. Because spammer can take it very easily and they always do.

Good Luck

Mark
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic