Re: [JBoss-user] JBoss-user Digest, Vol 2, Issue 184

2006-07-24 Thread Fairoz Sharif
this is an issue in jboss classloader
 go to the deploy folder.
 inside \jbossweb-tomcat55.sar\META-INF\jboss-service.xml file you'll find.
 
 false
 false
 
 edit this tags to true.
 another possibility, is your deployed ejb(class files) and class inside the 
classes folder of war is a different output from different compilation.
 this happens because you may be implementing seializble and while compiling it 
generates some id that is diffrent evertime you compile. so compile the ejb's 
and remove the old ones abd copy the class files to required place  and run 
your struts program

- Original Message 
From: [EMAIL PROTECTED]
To: jboss-user@lists.sourceforge.net
Sent: Tuesday, July 25, 2006 12:42:24 AM
Subject: JBoss-user Digest, Vol 2, Issue 184

Send JBoss-user mailing list submissions to
jboss-user@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/jboss-user
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]

You can reach the person managing the list at
[EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of JBoss-user digest..."


Today's Topics:

   1. JBoss 4.x error: GenericEJBInterceptor (Anand Kulkarni)
   2. jBPM (jPDL) pageflow - use without jboss, ejb3 (Torsten Krah)


--

Message: 1
Date: Mon, 24 Jul 2006 00:19:38 -0700 (PDT)
From: Anand Kulkarni <[EMAIL PROTECTED]>
Subject: [JBoss-user] JBoss 4.x error: GenericEJBInterceptor
To: jboss-user@lists.sourceforge.net
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=iso-8859-1

Hi,

I am working on JBoss server with struts and EJB. 
I am presently using JBoss4.x.. I deploy my struts and
EJB application in the same JBoss server.

If I try to invoke stateless EJB from struts action
class then it gives me the following error:

//
22:50:23,718 INFO  [STDOUT] ctx =
[EMAIL PROTECTED]
22:50:23,906 INFO  [STDOUT] ERROR
[http-0.0.0.0-8080-1] (Log4JLogger.java:119) -
 Servlet.service() for servlet action threw exception
java.io.InvalidClassException:
org.jboss.proxy.ejb.GenericEJBInterceptor; local
class incompatible: stream classdesc serialVersionUID
= 3844706474734439975, loc
al class serialVersionUID = 4582256576523491346
at
java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:519)
//

The code works perfectly in JBoss 3.0.8 but for JBoss
4.x it gives the above errors.

Can somebody tell me how to invoke EJB from web
application using JBoss 4.x app server ?

Waiting for the early reply.

Thanks.
regards,

Anand


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



--

Message: 2
Date: Mon, 24 Jul 2006 16:31:06 +0200
From: Torsten Krah <[EMAIL PROTECTED]>
Subject: [JBoss-user] jBPM (jPDL) pageflow - use without jboss, ejb3
To: jboss-user@lists.sourceforge.net
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain

Can i use the pageflow from jBPM ( instead the one of JSF navigation )
without jboss application server and without ejb3?
Are hibernate and tomcat 5 enough?

If yes, how to configure it to make it work? Looking at the Guide for
jBPM 3.1, the "pageflow" section 4.5.3 is empty, any hints or
suggestions?

thx for help.

kind regards




--

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

--

___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


End of JBoss-user Digest, Vol 2, Issue 184
**




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] JBoss 4.x error: GenericEJBInterceptor

2006-07-24 Thread Anand Kulkarni
Hi,

I am working on JBoss server with struts and EJB. 
I am presently using JBoss4.x.. I deploy my struts and
EJB application in the same JBoss server.

If I try to invoke stateless EJB from struts action
class then it gives me the following error:

//
22:50:23,718 INFO  [STDOUT] ctx =
[EMAIL PROTECTED]
22:50:23,906 INFO  [STDOUT] ERROR
[http-0.0.0.0-8080-1] (Log4JLogger.java:119) -
 Servlet.service() for servlet action threw exception
java.io.InvalidClassException:
org.jboss.proxy.ejb.GenericEJBInterceptor; local
class incompatible: stream classdesc serialVersionUID
= 3844706474734439975, loc
al class serialVersionUID = 4582256576523491346
at
java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:519)
//

The code works perfectly in JBoss 3.0.8 but for JBoss
4.x it gives the above errors.

Can somebody tell me how to invoke EJB from web
application using JBoss 4.x app server ?

Waiting for the early reply.

Thanks.
regards,

Anand


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] Jboss, EJB, & SSL

2006-07-18 Thread Patricio Farrell
Hi I'an having a problem while deploying stateless session EJBs to work with SSL in a JBoss 4.0.2.I follow the instructions from the jboss guide but still doesn't workIt keeps throwing the following errors.Does anyone know what could by the problem?

Thanks 

    Patricio


2006-07-17 20:30:57,390 DEBUG [org.jboss.ejb.StatelessSessionContainer] Begin java:comp/env for EJB: Prueba2006-07-17 20:30:57,390 DEBUG [org.jboss.ejb.StatelessSessionContainer] TCL: [EMAIL PROTECTED]
2006-07-17 20:30:57,390 DEBUG [org.jboss.ejb.StatelessSessionContainer] Unable to retrieve orbjavax.management.InstanceNotFoundException: jboss:service=CorbaORB is not registered.2006-07-17 20:30:57,406 DEBUG [org.jboss.ejb.StatelessSessionContainer
] End java:comp/env for EJB: Prueba2006-07-17 20:30:57,406 DEBUG [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJBLocalHome of Prueba to local/[EMAIL PROTECTED]2006-07-17 20:30:57,406 ERROR [org.jboss.ejb.StatelessSessionContainer
] Starting failed jboss.j2ee:jndiName=Prueba,service=EJBjava.lang.RuntimeException: invoker is null: jboss:service=invoker,socketType=SSL,type=jrmp    at org.jboss.proxy.ejb.ProxyFactory.setupInvokers(ProxyFactory.java
:244)    at org.jboss.proxy.ejb.ProxyFactory.start(ProxyFactory.java:228)2006-07-17 20:30:57,812 ERROR [org.jboss.deployment.scanner.URLDeploymentScanner] Incomplete Deployment listing:--- MBeans waiting for other MBeans ---
ObjectName: jboss.j2ee:jndiName=Prueba,service=EJB  State: FAILED  Reason: java.lang.RuntimeException: invoker is null: jboss:service=invoker,socketType=SSL,type=jrmp--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.j2ee:jndiName=Prueba,service=EJB  State: FAILED  Reason: java.lang.RuntimeException: invoker is null: jboss:service=invoker,socketType=SSL,type=jrmpThe configuration changes I made are the:
I put the SSL domain and the JRMP invoker in de jboss-service.xml                                            
Riesgos.keystore        rmi+ssl        
        14445        org.jboss.security.ssl.RMISSLClientSocketFactory
        org.jboss.security.ssl.RMISSLServerSocketFactory        java:/jaas/RMI+SSL
        ${jboss.bind.address}        jboss.security:service=JaasSecurityDomain,domain=RMI+SSL    
and in the jboss.xml of the jar y put the following            Prueba
    Standard Stateless SessionBean            
    stateless-ssl-invoker                    
                stateless-ssl-invoker    jboss:service=invoker,type=jrmp,socketType=SSL
    org.jboss.proxy.ejb.ProxyFactory                
org.jboss.proxy.ejb.HomeInterceptor    org.jboss.proxy.SecurityInterceptor    org.jboss.proxy.TransactionInterceptor
    org.jboss.invocation.InvokerInterceptor            
org.jboss.proxy.ejb.StatelessSessionInterceptor    org.jboss.proxy.SecurityInterceptor    org.jboss.proxy.TransactionInterceptor
    org.jboss.invocation.InvokerInterceptor            
        

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] [jboss-seam] jboss-seam example 1.0.1 GA + JBoss 4.0.4 AS Patch1 ejb3 profile - examples broken.

2006-07-17 Thread Torsten Krah
Works now.

I have to use jems installer + ejb3 profile.
Using the patch1installer does not work.

kind regards

Torsten



-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] [jboss-seam] jboss-seam example 1.0.1 GA + JBoss 4.0.4 AS Patch1 ejb3 profile - examples broken.

2006-07-17 Thread Torsten Krah
Am Montag, den 17.07.2006, 16:53 +0200 schrieb Thomas Heute:
> Please read the getting started document.
> 
> http://labs.jboss.com/portal/jbossseam/gettingstarted/index.html

Did read that - wont work, compile did fine, but click on the login
button results only in an exception.

Register a new user results in:

exception

javax.servlet.ServletException: /register.xhtml @67,80
value="#{register.verify}": $Proxy262
javax.faces.webapp.FacesServlet.service(FacesServlet.java:121)

org.jboss.seam.servlet.SeamRedirectFilter.doFilter(SeamRedirectFilter.java:30)

org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)

So from my view they dont work fine - not out of the box as written at
the link you posted.

thx for help anyway, i'll try my luck at the forum.

kind regards

Torsten

> 
> All the examples work fine.
> 
> If you find places where the doc is not up to date, please point us to those 
> places so we can fix that.
> 
> Also please use the specific forum instead of this mailing list.
> http://www.jboss.com/index.html?module=bb&op=viewforum&f=231
> 
> Thanks.
> 
> On Monday 17 July 2006 16:28, Torsten Krah wrote:
> > Hello.
> >
> > Using the doc on the homepage i tried to setup the examples.
> >
> > I can deploy them, but login @booking example or register action at
> > register example only ends in exceptions:
> >
> > javax.servlet.ServletException: Error calling action method of component
> > with id _id0:_id6
> > javax.faces.webapp.FacesServlet.service(FacesServlet.java:121)
> > 
> > org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.
> >java:96)
> >
> > http://wiki.jboss.org/wiki/Wiki.jsp?page=UseJBossEclipseIDEToDoJBossSeamsBo
> >okingExample This documentation for JBoss IDE and Seam is also out of date (
> > using eclipse 3.2 ).
> >
> > Is there any documentation refering to jboss 4.0.4 and seam examples 1.0.1
> > which is up to date? Its a little bit annoying to read docs and ending up
> > in exceptions instead of exspected results.
> >
> > Reading Chapter 1.2 of the Seam documentation didn't end in a positive
> > result - only the mentioned exception above.
> >
> > What should i do at this point ( asking mailing list yeah ), if the
> > examples mentioned in the documentation fails - its really hard to learn
> > when the documentation is not in sync with the "real world".
> >
> > I took an up to date jboss installation and latest seam 1.0.1.
> > Updated build.properties and used "ant deploy" in examples/registration
> > directory - won't work like exspected - did i miss something? Is it broken?
> > Something wrong with my setup?
> >
> > thx for help.
> >
> > kind regards
> >
> > Torsten
> >
> >
> >
> >
> >
> >
> >
> > -
> > 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=lnk&kid=120709&bid=263057&dat=121642
> > ___
> > JBoss-user mailing list
> > JBoss-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/jboss-user



-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] [jboss-seam] jboss-seam example 1 .0.1 GA + JBoss 4.0.4 AS Patch1 ejb3 prof ile - examples broken.

2006-07-17 Thread Thomas Heute

Please read the getting started document.

http://labs.jboss.com/portal/jbossseam/gettingstarted/index.html

All the examples work fine.

If you find places where the doc is not up to date, please point us to those 
places so we can fix that.

Also please use the specific forum instead of this mailing list.
http://www.jboss.com/index.html?module=bb&op=viewforum&f=231

Thanks.

On Monday 17 July 2006 16:28, Torsten Krah wrote:
> Hello.
>
> Using the doc on the homepage i tried to setup the examples.
>
> I can deploy them, but login @booking example or register action at
> register example only ends in exceptions:
>
> javax.servlet.ServletException: Error calling action method of component
> with id _id0:_id6
>   javax.faces.webapp.FacesServlet.service(FacesServlet.java:121)
>   
> org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.
>java:96)
>
> http://wiki.jboss.org/wiki/Wiki.jsp?page=UseJBossEclipseIDEToDoJBossSeamsBo
>okingExample This documentation for JBoss IDE and Seam is also out of date (
> using eclipse 3.2 ).
>
> Is there any documentation refering to jboss 4.0.4 and seam examples 1.0.1
> which is up to date? Its a little bit annoying to read docs and ending up
> in exceptions instead of exspected results.
>
> Reading Chapter 1.2 of the Seam documentation didn't end in a positive
> result - only the mentioned exception above.
>
> What should i do at this point ( asking mailing list yeah ), if the
> examples mentioned in the documentation fails - its really hard to learn
> when the documentation is not in sync with the "real world".
>
> I took an up to date jboss installation and latest seam 1.0.1.
> Updated build.properties and used "ant deploy" in examples/registration
> directory - won't work like exspected - did i miss something? Is it broken?
> Something wrong with my setup?
>
> thx for help.
>
> kind regards
>
> Torsten
>
>
>
>
>
>
>
> -
> 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=lnk&kid=120709&bid=263057&dat=121642
> ___
> JBoss-user mailing list
> JBoss-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jboss-user


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [jboss-seam] jboss-seam example 1.0.1 GA + JBoss 4.0.4 AS Patch1 ejb3 profile - examples broken.

2006-07-17 Thread Torsten Krah
Hello.

Using the doc on the homepage i tried to setup the examples.

I can deploy them, but login @booking example or register action at
register example only ends in exceptions:

javax.servlet.ServletException: Error calling action method of component
with id _id0:_id6
javax.faces.webapp.FacesServlet.service(FacesServlet.java:121)

org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)

http://wiki.jboss.org/wiki/Wiki.jsp?page=UseJBossEclipseIDEToDoJBossSeamsBookingExample
This documentation for JBoss IDE and Seam is also out of date ( using eclipse 
3.2 ).

Is there any documentation refering to jboss 4.0.4 and seam examples 1.0.1 
which is up to date? 
Its a little bit annoying to read docs and ending up in exceptions instead of 
exspected results.

Reading Chapter 1.2 of the Seam documentation didn't end in a positive result - 
only the mentioned exception above.

What should i do at this point ( asking mailing list yeah ), if the examples 
mentioned in the documentation fails - its really hard to learn 
when the documentation is not in sync with the "real world".

I took an up to date jboss installation and latest seam 1.0.1.
Updated build.properties and used "ant deploy" in examples/registration 
directory - won't work like exspected - did i miss something?
Is it broken? Something wrong with my setup?

thx for help.

kind regards

Torsten







-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Long Term Job/Project Opportunity

2006-07-10 Thread floridaguys
"floridaguys" wrote : Florida-based company looking for Florida based or to be 
based Java/jBPM  experts to write unique application around jBPM. Immediate 
openings for programming and technical support. Long termers or short termes 
will be interviewed but you will want to stick around for these projects.
  | Preference to go to expert programmers and/or potential manager/partner. 
Florida Guys uninterested in hawking over the programming and support 
processes. Intranet/Internet and enterprise project capabilities.
  | 
  | Take off the pants and Email [EMAIL PROTECTED] with resume, info, location, 
give it all to us.
More info.

MySQL, Crystal reporting (other acceptable), programming can be performed off 
client site, need to be near the Florida Guys or willing to move to qualify, MS 
Server 2K environment.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956810#3956810

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956810


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Long Term Job/Project Opportunity

2006-07-10 Thread floridaguys
Florida-based company looking for Florida based or to be based Java/jBPM  
experts to write unique application around jBPM. Immediate openings for 
programming and technical support. Long termers or short termes will be 
interviewed but you will want to stick around for these projects.
Preference to go to expert programmers and/or potential manager/partner. 
Florida Guys uninterested in hawking over the programming and support 
processes. Intranet/Internet and enterprise project capabilities.

Take off the pants and Email [EMAIL PROTECTED] with resume, info, location, 
give it all to us.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956809#3956809

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956809


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: How to tweak output based on HTTP header for wired/mobil

2006-07-10 Thread dbatcn
Putting a little information about this (dependence or lack thereof of 
javascript) in the Seam documentation area would be very helpful I think, 
particularly to people like me new to 
Seam/JSF/facelets/MyFaces/EJB3/JavaPersistence.  I think that there's a large 
population of people like me who are Java-competent who need to create web apps 
and trying to decide whether to go forward with more recent  Java stuff or move 
(defect?) to Ruby on Rails.  Anything that gets people like this going will be 
hepful.  I will admit as a newbie to this that the boundaries between the 
several projects/APIs I mentioned above are only slowly becoming clear, even 
with considerable reading from several sources.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956807#3956807

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956807


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Continuously server restarting

2006-07-10 Thread jboss-Nth-Fan
I've been using seam for a while. It's great.

However, one of the things that seems to slow down the development process  is 
that any minor change in the code (even resource files) would require Tomcat to 
restart. - at least in my config -

I've noticed also after one of the RCs that the EJB microcont. now takes 
forever to load.

My environment is Eclipse 3.2, Callisto w/WTP plugin, Tomcat 5.5.x, Seam 
1.0.1GA. The code is based on the DVD example.

I've search the forums but only found other cases that report slugish 
performance but no answer yet.

Would anything in my eclipse/wtp/Tomcat config be changed to avoid restarting 
the server? Any Jira issue to improve performance in EJB embeeded container?

Your suggestions/comments very much appreciated.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956800#3956800

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956800


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - JSF pages caching

2006-07-10 Thread adamw
Hello,
   are the JSF pages (portlets) cached in any way? I have a jsf portlet on a 
page and when I open it, I see that a call to a request-scoped bean is made 
only once. When I refresh it, no calls are made. This affects the page 
behaviour: that bean checks if a user is logged in or not. So, if you open the 
page with this portlet, then login, the page won't "notice" - you need to 
delete the session cookie first to make it work.

-- 
Cheers,
Adam

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956797#3956797

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956797


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Beta 2.4: Login Problem with IExplorer

2006-07-10 Thread kraptor
I'm using Portal 2.4.0 CR1 and I'm facing the same problem. I would appreciate 
any help on the same issue too... perhaps there is a timeout setting that can 
be tweaked?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956796#3956796

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956796


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: How to tweak output based on HTTP header for wired/mobil

2006-07-10 Thread petemuir
http://facelets.dev.java.net is the facelets homepage, it's linked off there, 
nabble carries it, perhaps others.

Gavin et al, this is perhaps something that that should be on the FAQ.  In 
fact, can the FAQ be a wiki page so it is easily editable? Or developed on the 
wiki or something?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956793#3956793

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956793


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Entities with one/many_to_many relationships and SEAM

2006-07-10 Thread petemuir
I'm sorry, I'm not quite sure what you mean.

The @SelectItems annotation (mine, not Jim's) in concert with the 
EntityConverter allows you to select multiple objects (from a generated list) 
and set them 'directly' (via the value attribute) as a collection on any object.

The only caveat is that the objects being selected MUST be entities which have 
been previously persisted (as it uses the @Id annotation as the identifier).  I 
don't think it will work for composite foreign keys either. 

Othewise you'll need to write a converter for that specific case.  I've got 
some ideas for a non-entity generic converter but tbh I can't really think of 
many situations where a combination of PAGE scope and Strategy.INDEX or 
Strategy.STRING don't work.

So you can do


  | 
  |
  | 
  | 


  | @Name("yLister")
  | @Stateless
  | public class YListerBean implements YLister {
  | 
  |@SelectItems
  |private List yList;
  | 
  |@In(create=true)
  |private EntityManager em;
  | 
  |@Factory("yList")
  |public void buildYList() {
  |   yList = em.createQuery("select y from Y y").getResultList();
  |}
  | 
  | }
  | 

where YLister is an interface declaring public void buildYList() and the entity 
classes x and y are as you describe and there is a FormActionBean for loading x.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956791#3956791

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956791


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: jbpm & OAS

2006-07-10 Thread kukeltje
you do not *have* to bundle it in each webapp. Just putting the jar file on the 
classpath and using a generic config file on the classpath does the job

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956790#3956790

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956790


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: How to tweak output based on HTTP header for wired/mobil

2006-07-10 Thread dbatcn
Yes, you're right.  For example in my XHTML file:

User-Agent: 
  | 

I think that I was thrown off by looking at the source code instead of taking 
the right part of the reference manual at face value... ;-)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956788#3956788

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956788


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: collection of classified tasks

2006-07-10 Thread kukeltje
no, you have to implement it yourself using hibernate queries or by 
sorting/grouping afterwards. It is something that is of iterest to jBPM webapp 
I think so if you develop something, please share.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956787#3956787

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956787


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: re : Decision Hanlder

2006-07-10 Thread krsenthil
Thanks! In order to be complaint with all other Node implementations I think 
the Decision class must also call the actions. So that way I don't have to add 
new API to set decisionDelegation. Please let me know your thoughts. BTW I have 
not committed code to Jboss before so any pointers to the right directions 
would be appreciated.



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956786#3956786

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956786


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: how to access the the process without UI from other (sta

2006-07-10 Thread kukeltje
look at the testcases/examples. LOTS of info there on how to do this. 
sigh

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956783#3956783

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956783


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: [jBPM][3.1.1] Get a timer instance with API

2006-07-10 Thread cpob
This looks like a bug to me.

I made a change in Timer.java to fix this.

I inserted a line around line # 75 (in the execute() method):
executionContext.setTimer( this );

This sets the execution context's timer properly.

I have yet to write a JIRA issue for this though.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956780#3956780

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956780


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Is Master-Detail possible in Seam

2006-07-10 Thread FrustratedBySeam
I think I've got it all working now with a few tweaks and using 
TransactionType.NOT_SUPPORTED. 

Thanks for the comments.

Seams looking good once more.



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956779#3956779

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956779


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Assigning a task to->{group, rolebased, ...}

2006-07-10 Thread falazar
We have implemented the JBPM and are having similar problems trying to use a 
group as an assignment.

After reading the many forums here, it appears we can modify the 
jbpm/src/java.jbpm/org/jbpm/db/hibernate.queries.hbm.xml

Orig:

 
   
 

To include something like the query posted:
SELECT 
   t.ID_ AS taskid,
   t.NAME_ AS taskname,
   t.DESCRIPTION_ AS taskdescription,
   u.NAME_ AS userid,
   t.START_ AS startdate,
   t.DUEDATE_ AS duedate,
   t.END_ AS enddate
 FROM jbpm_taskinstance t
 INNER JOIN jbpm_taskactorpool p ON t.ID_ =  p.TASKINSTANCE_ 
 INNER JOIN jbpm_pooledactor pa ON p.POOLEDACTOR_ = pa.ID_
 INNER JOIN jbpm_id_group g ON pa.ACTORID_ = g.NAME_
 INNER JOIN jbpm_id_membership m ON m.GROUP_ = g.ID_
 INNER JOIN jbpm_id_user u ON u.ID_ = m.USER_
 WHERE t.END_ IS NUL

Which fetches all tasks for a user that is in any of the groups.
This seems to work fine.
How can we merge these successfully in hibernate mappings, or has there been 
any other solution put forward to implement the group(NAME) usage.

James Ratcliff

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956777#3956777

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956777


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Messaging] - messaging user authentication in portal

2006-07-10 Thread jksmartt
I am using both JBoss Portal and JBoss Messaging.  We are using the built in 
authentication that is in the JBoss Portal to allow users to login to the site. 
 Is it possible to set JBoss Messaging to also use the Portal Users and Roles 
so that when Durable Subscribers subscribe to a Topic it will use the already 
existing user base instead of duplicating users in both?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956776#3956776

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956776


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: JBoss Portal 2.4.0 CR1 and facelets/myfaces

2006-07-10 Thread [EMAIL PROTECTED]
Some of the descriptors have changed in 2.4. Look at the security-contraint 
portion in the -object.xml here: 
http://docs.jboss.org/jbportal/v2.4/reference-guide/en/html/xmldescriptors.html#d0e2611

You can configure security for these pages using the admin portlet as well.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956773#3956773

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956773


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: re : Decision Hanlder

2006-07-10 Thread cpob
You're right... It looks like decision doesn't allow you to programmatically 
create the decision handler.

My suggestion is to build jBPM yourself, and add in a method in Decision that 
allows you to set the decisionDelegation.

Building jBPM yourself is easy, I'm doing it currently for some issue w/ Timers 
not getting their execution context set properly.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956772#3956772

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956772


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - JBoss Portal 2.4.0 CR1 and facelets/myfaces

2006-07-10 Thread scollins311
Describe your environment:
JBoss Portal Version 
2.4.0 CR1

Did you get Portal from CVS? or download it?
download

JBoss AS Version
4.0.4 GA

Database Vendor and Version
enterprise db 8.1

JDBC Connector and Version
EnterpriseDB Native Driver, version: EnterpriseDB 8.1.3.12

OS Platform
windows xp sp2

Describe the problem:
I'm trying to use jboss portal, facelets/myfaces, and seam.  When I initially 
load a portlet, everything works fine.  After logging in, the server gets the 
information from the database and displays it correctly.  Once I click on any 
command link or command button on the page, I get an authentication error.  Is 
it possible that the authentication information is lost somewhere.   Also, this 
worked fine in 2.4.0 Beta 1.

Post the error messages, if any.
Just the browser error : 401 "This request requires HTTP authentication ()"

Post important sections of stack traces inside Code blocks, if any.
none

Thanks,
Shaun

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956771#3956771

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956771


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Problems with pages.xml...

2006-07-10 Thread [EMAIL PROTECTED]
anonymous wrote : Does @Begin(join=true) still invoke the code in the annotated 
method if you're joining an existing conversation?

Yes it does. I assumed that your method was basically a no-op.

anonymous wrote : I'm now guessing that the documentation was speaking of a 
user who wasn't in a conversation at all, joining a still running conversation 
that the user had left without closing earlier during the user session. 

Right.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956768#3956768

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956768


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Problems with pages.xml...

2006-07-10 Thread bkyrlach
Gavin...

Does @Begin(join=true) still invoke the code in the annotated method if you're 
joining an existing conversation? If not, that definitely would be a solution 
to my problem. Either way, what you just said pointed me to the real problem 
(yes, I feel pretty dumb now). When I changed folder structure inside my web 
app, I forgot to update faces-config.xml where I had my navigation rules 
defined. This is most likely what was causing the page action to fire even when 
form actions were executed that should have resulted in navigating to a new 
page.

I was also misunderstanding the part of the documentation that said if you 
called an @Begin method where the (id="some el") "some el" expression evaluated 
to an already existing conversation ID to say that even if you were already in 
a conversation, that you'd be rejoined to that conversation. I'm now guessing 
that the documentation was speaking of a user who wasn't in a conversation at 
all, joining a still running conversation that the user had left without 
closing earlier during the user session.

Thanks again for your patience.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956767#3956767

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956767


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Doc/Info on HOW JPortal is Implemented?

2006-07-10 Thread IceWolf20
Thanks for the info..."Action class" is a reference to the hierarchy of classes 
within the framework:

JSP -> Action Class -> Business Object -> Data Access Object -> Value Object 
(deprecated) -> Hibernate Mapping

The "Action class" in my context is simply the term I used for the class that 
(in Jetspeed) indirectly implements (through turbine) the GenericPortlet class. 
 It has a method called "buildNormalContext" that must be defined in the class 
that JspPortletAction class that functions like the "doView" method does in 
JPortal.  Essentially "Action class" in JPortal is the class that extends the 
JbossPortlet class.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956765#3956765

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956765


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Doc/Info on HOW JPortal is Implemented?

2006-07-10 Thread bdaw
but remember that JBossPortlet stuff extends the spec so you always lose 
portability of your portlet. 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956763#3956763

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956763


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: How to tweak output based on HTTP header for wired/mobil

2006-07-10 Thread [EMAIL PROTECTED]
Sorry?

@In FacesContext facesContext

works.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956762#3956762

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956762


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Entities with one/many_to_many relationships and SEAM

2006-07-10 Thread trouby
What? this one?
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=78323


These annotations are nice, but I'd like to see (if possible) a demonstration 
of multiple selection of objects, and not only values out of a collection.



Cheers.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956760#3956760

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956760


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Doc/Info on HOW JPortal is Implemented?

2006-07-10 Thread bdaw
Ad. 2) I'm not sure if I understand your question well. You can simply use  and 
access most of portlet objects from JSP. 
You can also pass your objects to jsp within a session or using 
RenderRequest.setAttribute (set object in portlet and get in jsp/servlet).

Ad. 3) You can do such thing if you extend JBossPortlet (instead of 
GenericPortlet). You pass method name which should be invoked in action phase 
as request parameter - default param name is "op" but it can be changed by 
overwriting .getDefaultOperation() method

Generally some more advenced stuff can be used when you extend JBossPortlet 
instead of GenericPortlet.

Look at ForumsPortlet class in forums module in portal sources. 
You can easily pass things into jsp using custom taglib.

 For example you do:

1) in portlet you fill DelegateContext object with your data - which have 
nested structure
2) you dispatch with passing DelegateContext to JSP like:

req.setAttribute(PortalJsp.CTX_REQUEST, delegateContextObject);
PortletRequestDispatcher rd = getPortletContext()
  .getRequestDispatcher("yourJSPFile.jsp");

3) In your JSP you can use a set of tags to get data from DelegateContext 
object like:





all of those are implemented in org.jboss.portal.core.servlet.jsp.taglib.* 
package

If you want to investigate it more just analize ForumsPortlet doView() method. 
RolePortlet and UserPortlet uses this stuff as well






View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956758#3956758

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956758


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: How to tweak output based on HTTP header for wired/mobil

2006-07-10 Thread dbatcn
Pete,

Thanks for the hints.  Could you please give the URL for the facelets list you 
mentioned?

Gavin,

I'll look into SiteMesh, thanks.  Would it make sense to add the current 
FacesContext to the FacesApplicationContext or to make it a separately 
injectable component?  Would this be a good way to set response headers too?  

Thank you both,
David


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956757#3956757

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956757


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - collection of classified tasks

2006-07-10 Thread eskina
Hi!

Using the example websale (jBPM 3.1), 
I need to recoup the collection of executed tasks (finished), for this I am 
using the method processInstance.getTaskMgmtInstance().getTaskInstances();. The 
problem is that I need this collection classified for Name of the Task. 
Exists some method that makes this?

Thanks!

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956756#3956756

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956756


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Problems with pages.xml...

2006-07-10 Thread [EMAIL PROTECTED]
BTW, the problem is easily fixed by using @Begin(join=true)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956753#3956753

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956753


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Problems with pages.xml...

2006-07-10 Thread [EMAIL PROTECTED]
Right, i think what you are telling me is that the page action is called twice: 
once when we first navigate to the page, and again when we submit the form.

The second time blows up, b/c it tries to start a conversation when one already 
exists. Right?

Page actions are called *every* time a view-id is rendered, not just during GET 
requests. 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956752#3956752

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956752


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: re : Decision Hanlder

2006-07-10 Thread krsenthil
Thanks for your help. I am copying the implementation of execute method code in 
Decision class. This code checks the private decisionDelegation list for 
handlers if there is one defined then it calls the handler. If you notice it 
doesn't look for decision handlers in action list (If that is expected behavior 
then this Decision implementation has broken the contract). So I guess that's 
why the decision handlers were not called. I do not know if there is any other 
alternative way to initialize the decisionDelegation.  Please help me.  

  public void execute(ExecutionContext executionContext) {
String transitionName = null;

try {
  if (decisionDelegation!=null) {
DecisionHandler decisionHandler = (DecisionHandler) 
decisionDelegation.instantiate();
transitionName = decisionHandler.decide(executionContext);

  } else if (decisionExpression!=null) {
Object result = JbpmExpressionEvaluator.evaluate(decisionExpression, 
executionContext);
if (result==null) {
  throw new JbpmException("decision expression '"+decisionExpression+"' 
returned null");
}
transitionName = result.toString();

  } else {

Iterator iter = decisionConditions.iterator();
while (iter.hasNext() && (transitionName==null)) {
  DecisionCondition decisionCondition = (DecisionCondition) iter.next();
  Object result = 
JbpmExpressionEvaluator.evaluate(decisionCondition.getExpression(), 
executionContext);
  if (Boolean.TRUE.equals(result)) {
transitionName = decisionCondition.getTransitionName();
  }
}

if (transitionName==null) {
  getDefaultLeavingTransition().getName();
}
  }
} catch (Throwable exception) {
  raiseException(exception, executionContext);
}

Transition transition = null;
if (transitionName!=null) {
  log.debug("selected transition name '"+transitionName+"'");
  transition = getLeavingTransition(transitionName);
} else {
  log.debug("no transition name selected: taking default leaving 
transition");
  transition = getDefaultLeavingTransition();
}

if (transition==null) {
  throw new JbpmException("decision '"+name+"' selected non existing 
transition '"+transitionName+"'" );
}
executionContext.leaveNode(transition);
  }



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956747#3956747

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956747


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: ERROR IN org.jboss.portal.core.CoreController Object Nor

2006-07-10 Thread [EMAIL PROTECTED]
Did you try: 
http://wiki.jboss.org/wiki/Wiki.jsp?page=AvoidMySQL5DataTruncationErrors

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956745#3956745

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956745


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Doc/Info on HOW JPortal is Implemented?

2006-07-10 Thread [EMAIL PROTECTED]
"IceWolf20" wrote : Is there a way in JPortal to directly map a JSP to a class 
as there is in Jetspeed with the MyPortlet.xreg (register and binds all Action 
classes to JSP's).
  | 

No, and I'm not familiar with why or how this works in JS. Makes as much sense 
as binding a JSP to a Servlet.

"IceWolf20" wrote : Can this same methodology be applied to a JPortal portlet?  
Can I use request variables of lists from the database to build a JSP?

Yes. Set your List as a parameter and retrieve if in the JSP. 


  | class:
  | request.setAttribute("somelist", someList);
  | 
  | jsp:
  | List blah = (List) request.getAttribute("somelist");
  | 

"IceWolf20" wrote : How can I get JPortal to execute a specific method inside 
the Action class without having to parse through the expected parameters from 
the portlet inside the processAction class (if at all)?

You can't. All actionUrls post to the processAction, and from there you call 
your specific method.

You mention "Action Class" a lot. Not sure if you mean the actual portlet 
class, or some other thing thats JS specific.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956743#3956743

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956743


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Problems with pages.xml...

2006-07-10 Thread bkyrlach
It's happening when right before the render-response phase after a form 
submission. I guess I'm still misunderstanding the way conversation works. It 
definitely still throws the exception when I remove the (id=1) part. I'm not 
sure what you mean by "calling the method twice", but either way, I'm trying a 
different solution now. It doesn't make sense to me that the page action is 
getting invoked again after the form submission.

Anyways, thanks for your help so far.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956741#3956741

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956741


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Doc/Info on HOW JPortal is Implemented?

2006-07-10 Thread IceWolf20
Alrighty, time to swallow some pride.  I've been working in a portlet 
environment for some time now, using the Jetspeed 1.x portlet container.  I'm 
attempting to make the switch from Jetspeed to JPortal to make things easier 
for our AS managers, but making the coding switch from Jetspeed to JPortal is 
proving to be more...complex than origionally thought.  Basically, what I'm 
looking for is a "how to" for JPortal insomuch as the portal to portlet 
building is concerned.

I've refreshed myself with the Portlet specification, and in doing so realized 
that JPortal is more closely tied to the specification than Jetspeed was 
(missing quite a few layers of middleware [Torque/Turbine]).  If I can be 
pointed to a general implementation doc and save people the trouble of doing a 
point-by-piont, it would be appreciated.  I've hammered the docs and the 
examples, but yet I cannot get a grip on how JPortal would implement something 
as Jetspeed does:

1.  I'd like to use JSP's to create the portlets, but I cannot find a mechanism 
for binding a JSP to a portlet class.  The examples only show two ways that 
I've found--directly building the page in a writer on the reponse object, or 
referencing a JSP directly in the doView through the requestDispatcher.  Is 
there a way in JPortal to directly map a JSP to a class as there is in Jetspeed 
with the MyPortlet.xreg (register and binds all Action classes to JSP's).

2.  Jetspeed relied heavily on the request and session parameters comming from 
the portlet/portal.  The methods of the JBossPortlet do make use of request 
variables that have attributes.  Does JPortal use the request variable to pass 
parameters BACK to the JSP for building the page?  For example, if I have a 
portlet that I want to display (for the sake of argument) a list of all the 
records in a table.  I'd have the doView() method call a back end hibernate 
method to query the database and return a list of records.  I would then set a 
request variable, giving it the value of the returned list, and then on the JSP 
use a  tag to print out the values as specified by the Value Object 
of that class.  Can this same methodology be applied to a JPortal portlet?  Can 
I use request variables of lists from the database to build a JSP?

3.  When processing an action from the portlet, be it from a hyperlink or a 
button, how do I get the Action class to execute a specific method?  In 
jetspeed, if I wanted a "doSomeaction()" method to be executed in the Action 
class bound to the JSP, I'd have to give the name of the button (or hidden 
parameter) a name like "eventSubmit_doSomeaction", and that method would be 
executed on form submission/button click.  How can I get JPortal to execute a 
specific method inside the Action class without having to parse through the 
expected parameters from the portlet inside the processAction class (if at all)?

I apologize for the lengthy questions and examples, but I really need to get a 
better grasp on how JPortal functions and get my mind off of Jetspeed and 
around a much better solution.  Thanks in advance for any help and direction.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956740#3956740

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956740


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: No transaction manager provided

2006-07-10 Thread araiguma
I was getting exactly same error when trying to run jboss-4.0.4.GA with 
portal-2.2 with MySql 5.0.22.

Easy way I got around this issue is by simply downloading and deploying the  
bundled SP2 portal zip.

However, I was really puzzled as to why the non-bundled deployment was not 
working. FYI, I am not an expert, so the steps I relate below to get the 
non-bundled release may not be 100% kosher.

It seems that the TransationManager was somehow not being recognized. Comparing 
the *xml files betweens the non-bundled and the bundled jboss-4.0.4.GA 
releases, it appears that the TransactionManager is defined in different 
places. The nonbundled release has it defined in deploy/jta-service.xml, 
whereas the bundled release has it defined in conf/jboss-service.xml.

Since it's the bundled release that works fine, this is what I did: I simply 
copied the  definition for the XidFactory and TransactionManager services from 
the bundled release into the conf/jboss-service.xml for nonbundled release, and 
then removed the deploy/jta-service.xml for the nonbunlded release.

That is, in addition to removing deploy/jta-service.xml, I simply added the 
following lines into the conf/jboss-service.xml:


  |
  |
  |   
  |
  | 
  |
  |
  |   300
  |   
  |   true
  |   jboss:service=XidFactory
  | 
  |   
  |   
  |   
  |
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956739#3956739

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956739


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Breaking changes to pageflow

2006-07-10 Thread rpiaggio
That's what I was doing when I said:
anonymous wrote : 
  |   | @Begin(pageflow="PaymentAuthorization")
  |   | public  voidstart() {   
  |   | }
  | However, if I started via a GET (calling the above method via pages.xml) ...

When I do that, I get the ClassCastException:java.lang.ClassCastException: 
org.jbpm.graph.node.StartState
  | at org.jboss.seam.core.Pageflow.getPage(Pageflow.java:135)

due to this line in Pageflow.java:
   public Page getPage() 
  |{
  |   return (Page) getNode();
  |}

(Line number has changed because I just upgraded to Seam 1.0.1 to make sure we 
are on the same page).

Seems to me that a page node is expected instead of a start state and so the 
exception is thrown. 


Just in case, heres the extract from pages.xml:  
  |  and from AuthorizerAction.java: @Name("authorizer")
  | @Stateful
  | @Scope(ScopeType.CONVERSATION)
  | public class AuthorizerAction implements Authorizer {
  | 
  | @Begin(pageflow="PaymentAuthorization")
  | public  voidstart() {   
  | }

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956733#3956733

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956733


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: ORA-00972: identifier is too long using Oracle to instal

2006-07-10 Thread bdaw
yep it's fixed. just use sources from cvs head:

cvs co jboss-portal-2.4

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956730#3956730

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956730


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: re : Decision Hanlder

2006-07-10 Thread cpob
That is how you define actions... almost.  Actions do not always have to be 
with events.  An action can be defined inside a Node (or Decision) as well.

You're on the right path, but don't be too quick to give up. You gotta make 
sure all the elements are set up properly

Try doing a .setProcessDefinition(processDefinition); on both your action and 
your delegation in addition to what you have.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956728#3956728

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956728


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: jbpm & OAS

2006-07-10 Thread aloggins
Has anyone successfully done this?  I am trying to convert the sar deployment 
of JBPM into something that another application server can use, specifically 
the Oracle Application Server.  I want the service like functionality of the 
SAR deployment instead of deploying JBPM with each web application.

Thanks,

adaml

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956727#3956727

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956727


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: How to use Annotation attributes that are variables

2006-07-10 Thread jboss-Nth-Fan

Thanks Gaving, 
Indeed has businessProcess component has it:
jboss-seam\src\main\org\jboss\seam\core\BusinessProcess.java

I was halfway writing a wrapper like this...seam could have a nickname: "The 
JBoss Glue"

Thanks again,

Yeyo



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956725#3956725

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956725


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Got it!

2006-07-10 Thread jboss-Nth-Fan
Thanks for pointing to this component:
jboss-seam\src\main\org\jboss\seam\core\BusinessProcess.java

I was halfway writing a component like this built-in one... Seam could easily 
have a nickname: "The jboss Glue"

Thanks again!
Yeyo

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956724#3956724

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956724


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Entities with one/many_to_many relationships and SEAM

2006-07-10 Thread petemuir
Look at the SelectItems thread, it discusses support for selectitems and 
contains links to a couple of SelectItems implementations (but I don't think 
either of them are finalised).

I'll try to get mine packaged properly over the next day or two and I may alter 
the API.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956723#3956723

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956723


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Help on converting to myfaces/tiles + JSF + EJB3 + Seam

2006-07-10 Thread [EMAIL PROTECTED]
So my suggestion is to try using the built-in tiles-like features of facelets.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956719#3956719

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956719


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Jboss portal

2006-07-10 Thread rkandola
Hi,

We are thing of using JBoss Portal.  Do you know any sites that are using it ? 
Is there good book on Portal and Jboss? I have "Builing Portals with Java 
Portlet API" by Linwood & Minter, but they use Pluto ( Apache's version).

Thanks,

Ranbir

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956718#3956718

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956718


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: How to use Annotation attributes that are variables

2006-07-10 Thread petemuir
>From http://java.sun.com/j2se/1.5.0/docs/guide/language/annotations.html

anonymous wrote : 
  | Annotations consist of an at-sign (@) followed by an annotation type and a 
parenthesized list of element-value pairs. The values must be compile-time 
constants.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956717#3956717

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956717


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Help on converting to myfaces/tiles + JSF + EJB3 + Seam

2006-07-10 Thread gus888
Hi Gavin,
Yes, I used myfaces/tiles in my project, and it is great. Now, I also want to 
use facelets, but I don't know whether it is possible to keep the myfaces/tiles 
and also use facelets functions. Thank you.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956715#3956715

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956715


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: How to use Annotation attributes that are variables

2006-07-10 Thread [EMAIL PROTECTED]
In the CVS version of Seam, the right way to do this is to call the built-in 
Seam component named "businessProcess".

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956713#3956713

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956713


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - How to use Annotation attributes that are variables

2006-07-10 Thread jboss-Nth-Fan
Hi there,

When using Seam annotations I need to use annotation attributes that are not 
string constants.

In this code fragment:
@CreateProcess(definition="myProcessDefinition")  
  | @Begin(nested=true, pageflow="myPageFlowDefinition")
  | public void startProcess() {
  | ...
  | }
  | 
Is it possible to use variables instead of strings like: "myProcessDefinition".
I've tried referencing a private variable but I get a compilation error:

The value for annotation attribute CreateProcess.definition must be a constant 
expression

I know that this annotation in particular could be implemented using jBPMs api 
method:
public ProcessInstance newProcessInstance(java.lang.String 
processDefinitionName)

But I would prefer to use annotations (cleaner, compact code).

Is there an elegant workaround or do I just drop this annotation and call their 
corresponding api method.

Thanks for all your possible suggestions.

Yeyo



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956706#3956706

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956706


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: how to access the the process without UI from other (sta

2006-07-10 Thread newbie007
You can load the process definition using the graph session like:

JbpmContext  jbpmContext = JbpmContext.getCurrentJbpmContext();
GraphSession  graphSession = jbpmContext.getGraphSession();

ProcessDefinition processDefinition = 
graphSession.loadProcessDefinition(processDefinitionId);

Once the process is loaded, you can access any of its children.

Thanks.




View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956705#3956705

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956705


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - how to access the the process without UI from other (standal

2006-07-10 Thread sunilkumar679
Hi,

  I have created a process in jbpm with some nodes, and to access the process i 
know only, that i have to login with some of the existing user.

  Now, I want to access the created process from some other application and i 
don't want to use any UI like signin as a user.

  So, can somebody help me out how can a access the the process without UI.

Thanks and Regards
Sunil Kumar

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956702#3956702

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956702


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Problems with pages.xml...

2006-07-10 Thread [EMAIL PROTECTED]
OK then, but you typed:

anonymous wrote : However, when submitting the form on the page, the following 
exception is thrown

Is it thrown when you render the page, or when you submit the form?

Anyway, AFAICT, the exception is being thrown because you already have a 
long-running conversation associated with the request when the @Begin method is 
called.

Remove the "id=1" bit, I'm sure the exception still occurs.

(If it goes away, then yes, that would be a bug.)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956699#3956699

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956699


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Problems with pages.xml...

2006-07-10 Thread bkyrlach
Gavin...

I think you misunderstood me. There is no form action that starts a 
conversation. That method annotated with @Begin is the method that the page 
action is calling... not the form action. Either way, the documentation clearly 
states that calling a method annotated with @Begin(id="something") where 
something = a currently running conversation id that the user session will 
seamlessly join the conversation and the @Begin method will never be invoked.

What's happening for me is that any form action is causing the page action to 
be run again... which is causing the @Begin annotated method to be called 
again. Even though this method is given a hard coded conversation ID, it's 
still throwing this exception.

Sorry if I was unclear.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956694#3956694

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956694


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: selectBooleanCheckbox with a dataTable

2006-07-10 Thread trouby
I'm not sure, but probably...

Is there any way to see if the Map i'm trying to set is really outjected?

Seems like JSF fails before the invoke-application phase if the property is not 
available...

This is the property in the Statless bean:

  | @Out(scope=ScopeType.EVENT,required=false)
  | Map accountSelection;
  | 

This is the code within the DataTable where 'var=account'


  |   
  | 


Thanks.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956693#3956693

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956693


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: GPD 3.0.9 Freezes Upon Opening Sample Process

2006-07-10 Thread gustavo.ambrozio
Koen,

You mentioned this issue is solved. Has it been released yet? It's still 
unresolved in jira (http://jira.jboss.com/jira/browse/JBPM-651) I mentioned 
this problem in another topic 
(http://www.jboss.com/index.html?module=bb&op=viewtopic&t=68996) and Ronals 
said that my problem is that Eclipse 3.2 is still unsupported. Is this the 
issue? I'm using jpdl version 3.0.10, with eclipse 3.2. I tried compiling the 
whole code from CVS, but I'm having a NullPointerException.

Regards

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956691#3956691

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956691


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Problems with pages.xml...

2006-07-10 Thread [EMAIL PROTECTED]
If the page action begins the conversation, there is already a conversation  - 
so you should not have a @Begin annotation on the form action method.

This is not in any way contrary to the documentation.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956690#3956690

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956690


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Insert of a foreign key

2006-07-10 Thread urswag
Hello

I would to use import.sql to setup the data. When I use

anonymous wrote : 
  | insert into Assortment (assortname) values ('Antiquitäten & Kunst')
  | insert into Category (categoryname) values ('Antikes aus Glas')
  | 

assortid is the foreign key of the category table. It is set to null. How can I 
set it to the assortment table?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956689#3956689

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956689


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: selectBooleanCheckbox with a dataTable

2006-07-10 Thread [EMAIL PROTECTED]
So then it sounds like a pure-jsf problem, nothing to do with Seam, right?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956688#3956688

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956688


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: dataTable with method execution per row

2006-07-10 Thread trouby
Cool, but thanks,

I'll stick with the @Transient pre-loaded data options for now...

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956687#3956687

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956687


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Problems with pages.xml...

2006-07-10 Thread bkyrlach
Problem 3: So, trying it a new way, I had the pages action start a conversation 
by invoking a method with the following annotation...

@Begin(id=1)

in a stateful conversational bean. However, when submitting the form on the 
page, the following exception is thrown...

14:15:21,805 ERROR [PhaseListenerManager] Exception in PhaseListener 
RENDER_RESPONSE(6) beforePhase.
javax.faces.el.EvaluationException: Exception while invoking expression 
#{processInfozapAction.createInfoZapDTO}
at 
org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:153)
at org.jboss.seam.core.Pages.callAction(Pages.java:169)
at org.jboss.seam.core.Pages.callAction(Pages.java:151)
at 
org.jboss.seam.jsf.AbstractSeamPhaseListener.callPageActions(AbstractSeamPhaseListener.java:135)
at 
org.jboss.seam.jsf.AbstractSeamPhaseListener.beforeRender(AbstractSeamPhaseListener.java:106)
at 
org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:53)
at 
org.apache.myfaces.lifecycle.PhaseListenerManager.informPhaseListenersBefore(PhaseListenerManager.java:70)
at 
org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:373)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:138)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:144)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at 
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:541)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:199)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:282)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:754)
at 
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:684)
at 
org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:876)
at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:595)
Caused by: javax.ejb.EJBException: java.lang.IllegalStateException: begin 
method invoked from a long running conversation, try using @Begin(join=true)
at 
org.jboss.ejb3.tx.Ejb3TxPolicy.handleExceptionInOurTx(Ejb3TxPolicy.java:69)
at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:83)
at 
org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:197)
at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at 
org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76)
at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at 
org.jboss.ejb3.stateful.StatefulInstanceInterceptor.invoke(StatefulInstanceInterceptor.java:81)
at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at 
org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:78)
at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at 
org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:47)
at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at 
org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106)
at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at 
org.jboss

[JBoss-user] [JBoss Seam] - Re: selectBooleanCheckbox with a dataTable

2006-07-10 Thread trouby
Hey,
I dont think this is the problem,

the stateless bean is accessible ( I use a DataModel to display the dataTable 
where each of its rows is a checkbox ) and the methods are accessible, the 
problem -ONLY- occures when I use a 'selectBooleanCheckbox' where its value is 
an array! when the value is not an array the action is executed fine :-/

Thanks


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956683#3956683

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956683


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Help on converting to myfaces/tiles + JSF + EJB3 + Seam

2006-07-10 Thread [EMAIL PROTECTED]
facelets has ui:composition/ui:define which lets you do the stuff that tiles is 
mostly used for. I understand that tiles has some extra functionality but are 
you sure you need it?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956682#3956682

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956682


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Breaking changes to pageflow

2006-07-10 Thread [EMAIL PROTECTED]
Add a @Begin annotation to the page action method.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956681#3956681

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956681


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Quick Question: Propagate from nested conversation to pa

2006-07-10 Thread [EMAIL PROTECTED]
Note that the correct way to handle this problem today is to put a mutable 
component in the parent conversation context, and set a property value from the 
child conversation.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956680#3956680

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956680


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: selectBooleanCheckbox with a dataTable

2006-07-10 Thread [EMAIL PROTECTED]
Check the Seam startup log, to make sure that all your components are actually 
getting installed.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956679#3956679

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956679


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Messaging] - Re: Problem re-delivering to Durable Subscriber

2006-07-10 Thread DreadPirateFlint
Tim,

Thanks for attempting and succesfully reproducing.  I have been away from the 
net for awhile with heath issues.  I was able to figure out what was happening. 
 I was attempting to re-subscribe with the same clientID (not subscription ID), 
and it was taking awhile for the jboss server to time out the clientID.  
Reconnecting with a different client ID did the trick.  Looks like you may have 
found a problem anyway.  Thanks for the effort!

/kurt


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956678#3956678

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956678


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Eclipse IDE 2.0.0.Alpha released! - NOT WORKING

2006-07-10 Thread [EMAIL PROTECTED]
"oabidian" wrote : Right click and remove from server. Does not remove it from 
the disk (removes it from the view but not disk). Anyhow, I am giving up on it. 
I will wait until a stable release is available (JBoss Eclipse IDE).
  | Thanks for the replies.

Thanks for reporting this, oabidan. I had thought I had fixed this problem but 
upon delving deeper I found some upstream coad caching something that I wasn't 
aware of. Thanks again. 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956677#3956677

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956677


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Seam mailer component

2006-07-10 Thread rpiaggio
I think it is great to have a component for email manipulation, but IMHO this 
concern is orthogonal to that of a web framework. Including something like this 
in the Seam standard would add unnecesary complexity to the framework and its 
documentation. Again, IM(Very)HO, I see a place for a repository of optional 
additional components for specific concerns.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956676#3956676

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956676


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Default scope for JavaBeans

2006-07-10 Thread [EMAIL PROTECTED]
The docs are wrong.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956675#3956675

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956675


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Implementation question. ConversationContext.

2006-07-10 Thread [EMAIL PROTECTED]
This is all designed to minimize the traffic involved in replicating changes 
across a cluster.

Your proposal would require replicating the entire conversation on each request 
to the server. 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956674#3956674

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956674


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Need help with ds.xml/datasource and Seam Injection

2006-07-10 Thread [EMAIL PROTECTED]
Right, but EJB3 injection is just perfect here, no need for anything new, I 
guess...

Of course, it would be -totally- trivial to create a manager component for a 
datasource, but I don't see the need.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956672#3956672

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956672


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: re : Decision Hanlder

2006-07-10 Thread krsenthil
Hi cpob,

Thanks for your response. The Action allows to set up handler?s trap one of the 
below event type. I don't think you can use it for setting up Decision handler. 
I think API for setting up decision handler in "Decision" class is missing or 
may be I am missing something here. Also I have modified my code to create an 
action and associate with Decision but my handler wasn't called.

Decision amountcheck = new Decision();
amountcheck.setName("amountcheck");
processDefinition.addNode(amountcheck);

Delegation delegation = new Delegation();
delegation.setClassName("com.mycomp.test.AmountDecisionHandler");
Action action = new Action();
action.setActionDelegation(delegation);
amountcheck.setAction(action);

Action events types :

public static final String EVENTTYPE_TRANSITION = "transition";
  public static final String EVENTTYPE_BEFORE_SIGNAL = "before-signal";
  public static final String EVENTTYPE_AFTER_SIGNAL = "after-signal";
  public static final String EVENTTYPE_PROCESS_START = "process-start";
  public static final String EVENTTYPE_PROCESS_END = "process-end";
  public static final String EVENTTYPE_NODE_ENTER = "node-enter";
  public static final String EVENTTYPE_NODE_LEAVE = "node-leave";
  public static final String EVENTTYPE_SUPERSTATE_ENTER = "superstate-enter";
  public static final String EVENTTYPE_SUPERSTATE_LEAVE = "superstate-leave";
  public static final String EVENTTYPE_SUBPROCESS_CREATED = 
"subprocess-created";
  public static final String EVENTTYPE_SUBPROCESS_END = "subprocess-end";
  public static final String EVENTTYPE_TASK_CREATE = "task-create";
  public static final String EVENTTYPE_TASK_ASSIGN = "task-assign";
  public static final String EVENTTYPE_TASK_START = "task-start";
  public static final String EVENTTYPE_TASK_END = "task-end";
  public static final String EVENTTYPE_TIMER = "timer";


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956671#3956671

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956671


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Seam mailer component

2006-07-10 Thread [EMAIL PROTECTED]
The whole area of processing email is an important one that I wanted to get 
sorted out, but it just keeps getting pushed and pushed...

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956670#3956670

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956670


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: ORA-00972: identifier is too long using Oracle to instal

2006-07-10 Thread halversp
I worked around it by changing the mapped table name from 
   
   JBP_OBJECT_NODE_SECURITY_ACTIONS

to 

   JBP_OBJ_NODE_SEC_ACTS

in the hibernate mapping file.  Seemed to work (after I dropped the schema and 
rebuilt), but I'm surprised it wasn't caught before.

pch

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956669#3956669

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956669


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: @In vs. @EJB

2006-07-10 Thread [EMAIL PROTECTED]
"bambata" wrote : So, in case of a stateless Bean Seam uses for Injection via 
@In a common
  |  JNDI-lookup to the containers registry(ENC) ?
  | 
  | 

In the case of a SLSB, @In does a JNDI lookup (global or ENC). In the case of a 
JavaBean, it does a new.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956668#3956668

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956668


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Ajax¤JSF wit h Seam

2006-07-10 Thread [EMAIL PROTECTED]
I have not looked at Ajax4JSf before, so I can't help you with your immediate 
problem - try using your debugger.

Our plan for partial rendering in JSF was to implement something probably quite 
similar to Ajax4JSF on top of the work that Jacob/Adam/Ed have been doing. 
Actually I was going to work on that stuff over the next couple of weeks and 
release it as Seam 1.1.

However, I will take a closer look at Ajax4JSF and see if it is a better 
starting point.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956667#3956667

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956667


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: ORA-00972: identifier is too long using Oracle to instal

2006-07-10 Thread halversp
Was this fix incorporated into 2.4?  I'm getting the same error:


  | 2006-07-10 13:20:06,109 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] 
Unsuccessful: create table JBP_OBJECT_NODE_SECURITY_ACTIONS (PK number(19,0) 
not null, ACTIONS varchar2(255 char))
  | 2006-07-10 13:20:06,109 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] 
ORA-00972: identifier is too long
  | 

JBoss Portal 2.4.0 Beta1 Bundled
Oracle 10g

Pete



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=395#395

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=395


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Seam mailer component

2006-07-10 Thread petemuir
No it can only send email.

When I wrote this I started off with the JavaMail API (which jboss has an impl 
of) which CAN be used to receive email but changed to commons email (which is 
build on JavaMail API) as it presented an easier to use interface. And I have 
no need to receive emails ;)

I might have another look at how much worse it would be to use the javamail api 
rather than commons.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956665#3956665

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956665


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: problem with running a Seam application

2006-07-10 Thread [EMAIL PROTECTED]
What version of myfaces are you using?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956664#3956664

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956664


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: How to use JAX-WS with Seam?

2006-07-10 Thread [EMAIL PROTECTED]
Not at present no, sorry. 

Basically, for now, just use the capabilities that are built in to EJB3.

Seam 1.5 will provide deep integration with the WS/ESB layer.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956663#3956663

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956663


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: entity beans binding to stateless context

2006-07-10 Thread [EMAIL PROTECTED]
You must retrieve the entity from the conversation-scoped PC, and then whenever 
a transaction commits, changes to the entity will be flushed to the database.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956661#3956661

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956661


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Seam mailer component

2006-07-10 Thread [EMAIL PROTECTED]
Do we have a component registry?  It might be interesting to start collecting 
some of these to give seam developers more tools to choose from.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956660#3956660

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956660


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Breaking changes to pageflow

2006-07-10 Thread rpiaggio
How do I specify the pageflow to start from pages.xml?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956659#3956659

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956659


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Help on converting to myfaces/tiles + JSF + EJB3 + Seam

2006-07-10 Thread gus888
Petemuir and Gavin,

Thank you very much for your directions, I fixed my problem after removing 
javax.faces.CONFIG and recoding my web.xml.

I have one more question, did anyone ever combine faces/tiles with facelets? Or 
is it possible? Thank you. 

Best regards,

GUS

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956658#3956658

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956658


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Can't get a conversational stateful bean to work

2006-07-10 Thread [EMAIL PROTECTED]
Any non-null result that does not have an explicit navigation rule defined is 
ignored by the navigation handler" So just return "success".

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956657#3956657

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956657


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Quick Question: Propagate from nested conversation to pa

2006-07-10 Thread rpiaggio
http://jira.jboss.org/jira/browse/JBSEAM-300

I also included some sueggestions for possible ways to implement it.

Thank you.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956654#3956654

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956654


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Seam mailer component

2006-07-10 Thread [EMAIL PROTECTED]
Nice. It might be worth including this in Seam.

Can commons-email also be used for processing incoming emails? If so, could get 
something decent be combining this with JCA message inflow mapped to a 
message-driven bean.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956653#3956653

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956653


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Breaking changes to pageflow

2006-07-10 Thread [EMAIL PROTECTED]
Try beginning the conversation from a Seam page action.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956650#3956650

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956650


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Migrating to JBOSS 4.0.4 GA and seam 1.0.1.GA @In doesnt wor

2006-07-10 Thread Awia
I have spent 3 days to migrate seam application working well on JBOSS 
JBoss_4_0_4_RC1 date=200602071519 and Seam 1.0 beta 2

I had many issuse with EJB migration, but i have fixed it. But Seam is not 
working. I have used special JEMS installation (JEMS-installer 1.2.0-beta) Now 
seam examples/booking demo works well.

My current state:
Deployment is without errors now but it looks like @In annotation does not work 
and my application crashes. In debugging I sysout the values of injected beans 
and it is always null.

application.xml:


FG Management



fg.war
/fg



fg.ejb3




ejb-jar.xml:

   
  
 *
 
org.jboss.seam.ejb.SeamInterceptor
  
   


jboss-app.xml:

   
  seam.jboss.org:loader=seam-seamapp
   
 

persistence.xml:

   
   org.hibernate.ejb.HibernatePersistence
   java:/FG_DS
   
  
  
  
  
  
  
  
   
   


components.xml:



true
fg/#{ejbName}/local


java:/fgEntityManager



faces-config.xml:

http://java.sun.com/dtd/web-facesconfig_1_0.dtd";>



  ...






org.jboss.seam.jsf.SeamVariableResolver






org.jboss.seam.jsf.SeamExtendedManagedPersistencePhaseListener







web.xml:

http://java.sun.com/xml/ns/j2ee";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee 
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";>


javax.faces.STATE_SAVING_METHOD
client



Seam Exception Filter

org.jboss.seam.servlet.SeamExceptionFilter




MyFacesExtensionsFilter

org.apache.myfaces.component.html.util.ExtensionsFilter


maxFileSize
500k






Seam Exception Filter
*.jsf






MyFacesExtensionsFilter

Faces Servlet




MyFacesExtensionsFilter
/faces/myFacesExtensionResource/*






org.jboss.seam.servlet.SeamListener





org.apache.myfaces.webapp.StartupServletContextListener




Faces Servlet
javax.faces.webapp.FacesServlet
1

 

 

Faces Servlet
*.jsf




View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956649#3956649

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956649


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Is Master-Detail possible in Seam

2006-07-10 Thread [EMAIL PROTECTED]
"FrustratedBySeam" wrote : The next problem is that when I delete a child row, 
the action is persisted to the db. Is there a way to stop this. 

One way to stop this is to use TransactionType.NOT_SUPPORTED

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956648#3956648

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956648


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: selectBooleanCheckbox with a dataTable

2006-07-10 Thread trouby
Hey,

Nothing, no errors in , nothing at the backend (server logs), but 
as I said, it's for sure related to the checkboxes, no clue what...

any way to debug such a situation? i'm clueless...


thanks for answering :)

Asaf.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956647#3956647

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956647


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Problems with pages.xml...

2006-07-10 Thread bkyrlach
I'm replacing part of a struts web application with Seam and I'm having some 
strange problems with pages.xml

Problem one: I have a pages.xml that runs an action on pageload that grabs some 
request values and stores them in a session scoped Seam component so that I can 
use them later. However, when I preform any action on said page that would 
navigate me to a new page, the action defined for this page runs again. Since 
the request parameters are now lost, this results in all the values in my bean 
being nulled out, and my application throws null pointer exceptions.

pages.xml

   


InfoZap action:
@Stateless
@Name("infozapAction")
@Interceptors(SeamInterceptor.class)
public class InfozapActionImpl implements InfozapAction
{
@RequestParameter
String[] schoolList;

@RequestParameter
String productAreaID;

@RequestParameter
String infozapType;

@RequestParameter
String productTypeID;

@Out
private InfoZapDTO izdto;

//@In(create=true) 
//private Redirect redirect;

public void createInfoZapDTO()
{
izdto = new InfoZapDTO();

if(schoolList != null)
{
izdto.setSchoolList(schoolList);
}

if(productAreaID != null)
{
izdto.setProductAreaID(productAreaID);
}

if(infozapType != null)
{
izdto.setInfozapType(infozapType);
}

if(productTypeID != null)
{
izdto.setProductTypeID(productTypeID);
}
//redirect.setViewId("/ben/infozap.jsf");
//redirect.execute();
}
}

infozap.xhtml
...

...

Problem two: In light of the above, I made a dummy page and edited the URL 
pattern in pages.xml to fire my action when the dummy page is navigated to. I 
edited the action to redirect to the correct page after it grabs the request 
values. I can see in my code that the method is fired, but even though I 
outject the member variable, after the redirect, it's no longer available

pages.xml

   


InfoZap action:
same as above with redirect lines uncommented

Any help would be greatly appreciated.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956646#3956646

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956646


-
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=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


  1   2   3   4   5   6   7   8   9   10   >