[JBoss-user] [JBoss Seam] - Re: SEAM examples not working...Does the installer cache fil

2006-06-27 Thread c_eric_ray
I'm pretty sure this is a RC7 vs RC8 thing...

here's the error i get from jboss

Caused by: java.lang.NoSuchMethodError: 
javax.interceptor.InvocationContext.getTarget()Ljava/lang/Object;
  | at 
org.jboss.seam.ejb.SeamInterceptor.aroundInvoke(SeamInterceptor.java:37)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118)
  | ... 52 more

and the RC8 migration guide said something about 
InvocationContext.getBean() should be named getTarget() as noted in 
http://jira.jboss.com/jira/browse/EJBTHREE-609


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3953849#3953849

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3953849

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: SEAM examples not working...Does the installer cache fil

2006-06-27 Thread [EMAIL PROTECTED]
Yes this looks like a CR7 vs CR8 error

Make sure to use the JEMS installer:
http://sourceforge.net/project/showfiles.php?group_id=22866package_id=193295release_id=424215

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3953867#3953867

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3953867

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Seam Examples on Mac OS X?

2006-05-16 Thread MikePloed
Thanks Norman!

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3943714#3943714

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3943714


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Seam Examples on Mac OS X?

2006-05-16 Thread [EMAIL PROTECTED]
The version of Seam in CVS now is compatible with JBoss 4.0.4.  I assume we'll 
have an updated build soon, but you can get by until then with just a little 
extra effort.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3943693#3943693

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3943693


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Seam Examples on Mac OS X?

2006-05-16 Thread [EMAIL PROTECTED]
Are you _sure_ you have installed the ejb3 profile? That error usually means 
you have not.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3943639#3943639

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3943639


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Seam Examples on Mac OS X?

2006-05-16 Thread MikePloed
yes, just tried it again. this works perfectly on my windows box but actually 
not on my macbook. maybe some classpath issue on the mac?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3943655#3943655

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3943655


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Seam Examples on Mac OS X?

2006-05-16 Thread MikePloed
I installed ejb3 but I did not install CR2 but the GA Version of JBoss 4.0.4 
and the Seam examples don't run out of the box on that version (yet).


Anyway, thanks Gavin for your help! I hope Seam takes off as hibernate did!! 
Good Work!

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3943684#3943684

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3943684


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Seam Examples on Mac OS X?

2006-05-16 Thread MikePloed
Thanks Norman!

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3943713#3943713

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3943713


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Seam examples

2006-01-30 Thread kryptontri
Sorry, i just realised, is this more a question directed towards jsf/tags 
rather than seam ?

Does the user object/var mean the same in terms of managed jsf object hence 
using jsf control logic as seam is a bind framework between jsf and ejb3 etc ?

TIA
k

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3920494#3920494

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3920494


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Seam examples

2006-01-30 Thread kryptontri
Hi guys, 

Sorry about my question, seems like jstl/jsf is new to me, anyway, this is the 
way

Declare:


  |  xmlns:c=http://java.sun.com/jstl/core;
  | 

then kowabunga! errr ok i'm outta date


  | h1Profile Name/h1
  | p
  |  c:if test=${user.profileName==null}
  |  Click here to create a profile
  |  /c:if 
  | /p
  | 

WASSUP mofo !

Err Sorry, so there you go. Hope this helps newbies

k

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3920501#3920501

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3920501


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Seam examples

2006-01-30 Thread kryptontri
WASSUP !

:-)

K is happy now.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3920502#3920502

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3920502


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Seam examples

2006-01-30 Thread kryptontri
Ahh .. life is good.

ok i stop now.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3920503#3920503

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3920503


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user