[jboss-user] [EJB 3.0] - Re: javax.ejb.EJBNoSuchObjectException: Could not find State

2007-02-19 Thread wolfc
Note that EJBTHREE-769 only propagates a proper exception from an interceptor method. You still have a system exception popping up somewhere which causes the removal. We're close to finishing RC10, it'll be easier to debug your problem in that release. (I'll not give release dates. It's done,

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - How to work with two deiiferent databases in a single applic

2007-02-19 Thread varshita
Can any one please tell me how to work with two databases with in a single application? I wanna update the tables of oracle and hypersonic. thanks in advance... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018711#4018711 Reply to the post :

[jboss-user] [JBoss Seam] - Re: duplicate id error using ICE data paginator - need help

2007-02-19 Thread sherkan777
Hi Henry! I got same error using facelets, seam and PaneltabSet... When i start app, everythink works fine and after couple of minutes using app i got info about duplicate id's and my tabs fall down! Seam links works still fine but all icefaces components not. Previously had modal info with

[jboss-user] [JBoss Seam] - Re: Seam, Trinidad, Ajax4Jsf and Facelets

2007-02-19 Thread lowecg2004
Sergey, I'm still having problems with getting ajax4jsf to render in my environment, are there any pointers you could give me on where I might look in the code? Cheers, Chris. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018713#4018713 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - Re: Proxy ClassCastException after successful EJB lookup

2007-02-19 Thread skymic
Hi Peter, thanks for replying anyway ... Yes I am using EJB3.0. The EJB I am trying to lookup is registered in JNDI as: +- SDOCIBusinessApp (class: org.jnp.interfaces.NamingContext) | +- ExcelConverterImpl (class: org.jnp.interfaces.NamingContext) | | +- local (proxy: $Proxy94

[jboss-user] [Beginners Corner] - Server started but not working

2007-02-19 Thread thirumalmarugan
hellow everybody, i have installed the jboss in Linux.the server is also started but while typing http:\\localhost:8080 in browser .it showing the following errors.i am using the fedro 6 and jboss latest version. Error Server Error The following error occurred:

[jboss-user] [EJB/JBoss] - Re: Probleme java/Jboss ?

2007-02-19 Thread tinico
Ok, Thank you very much ! This EJB work on WebLogic, but, I want use JBoss now !! I'll test with 2 separate String fields ! So, thank you jwenting. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018716#4018716 Reply to the post :

[jboss-user] [JBoss Seam] - Re: seam-space and NotLoggedInException, exceptions.xml

2007-02-19 Thread Smurfs
Thanks for quick response. Presumably the page attribute login-required, as in anonymous wrote : | page view-id=/main.xhtml login-required=true | performs the same function as the empty page element restrict/ so only one needs to be specified? View the original post :

[jboss-user] [JBoss Seam] - Re: Seam Authenticator and GlassFish

2007-02-19 Thread klaro78
I also had problems with Authenticator on Glassfish v1_ur1_p01. I solved this making the Authenticator a SLSB. Maybe this will work for v2 too... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018720#4018720 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Fill selectOneMenu on page load.

2007-02-19 Thread petemuir
try h:selectOneMenu value=#{foo.bar} |s:selectItems value=#{billAdmin.languages} var=language label=#{language.name} / |ec:convertEntity | /h:selectOneMenu View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018722#4018722 Reply to the post :

[jboss-user] [JBoss Seam] - Problem debugging Seam apps in Eclipse/JBossIDE

2007-02-19 Thread lawrieg
I'm having a problem trying to debug Seam apps in Eclipse (I'm using Eclipse 3.2.1, JBossIDE 2.0.0 Beta2, and JBoss AS 4.0.5 with EJB3 profile). When I set a breakpoint inside any class which uses annotations, and try to debug code, I get the following dialog: Unable to install breakpoint in

[jboss-user] [JBoss jBPM] - Re: jpdl-3.2.Beta2: how to access variable from task form in

2007-02-19 Thread kukeltje
avbentem wrote : | Documentation: http://docs.jboss.org/jbpm/v3/userguide/jpdl.html#condition.element states | anonymous wrote : The contents of the condition element is a jPDL expression that should evaluate to a boolean. A decision takes the first transition (as ordered in the

[jboss-user] [JBoss jBPM] - Re: jpdl-3.2.Beta2: how to access variable from task form in

2007-02-19 Thread kukeltje
avbentem wrote : avbentem wrote : If I understand correctly then | | decision name=Fits in mailbox | | | transition name=Yes to=ship item | | | condition expression=#{false}/ | | | /transition | | | transition name=No to=Inform customer/ | | | /decision

[jboss-user] [JBoss Seam] - Re: Fill selectOneMenu on page load.

2007-02-19 Thread grdzeli_kaci
hi petemuir. i tryed this: 1.my session bean : | @Local(BillAdminManagement.class) | @Stateless | @Name(billAdmin) | @TransactionAttribute(TransactionAttributeType.REQUIRES_NEW) | public class BillAdminManagementBean implements BillAdminManagement{ | | @PersistenceContext

[jboss-user] [JBoss Seam] - Booking example question

2007-02-19 Thread lawrieg
Hi, I've just been re-reading the Seam tutorial and I just wanted to check if my understanding is correct regarding the Booking example code... In the HotelBookingAction class the selectHotel method reads as follows: @Begin | public String selectHotel(Hotel selectedHotel) { | hotel =

[jboss-user] [JBoss Seam] - will MyFaces 1.1.5 be in Seam 1.1.7 ?

2007-02-19 Thread codelion
MyFaces 1.1.5 has a release date of Feb 16th 2007, Seam 1.1.7 appears to be scheduled for Feb 20th 2007. I'm asking because MyFaces 1.1.5 supposedly does a few things better in regards to portlets. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018732#4018732

[jboss-user] [JBoss Seam] - Re: Fill selectOneMenu on page load.

2007-02-19 Thread petemuir
That (obviously) is a problem with your converter. Either try the entityConverter as I suggested or take a look at the Seam ui-example for how to write a suitable converter. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018733#4018733 Reply to the post :

[jboss-user] [JBoss Seam] - A question about facelets

2007-02-19 Thread xinhua
Hi all, When my application starts on my JBoss 4.0.5 server I get the following ERRORS: | 11:17:48,545 ERROR [STDERR] 19.02.2007 11:17:48 com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from:

[jboss-user] [JBoss Seam] - Re: When is @Out necessary?

2007-02-19 Thread quilleashm
Pretty much spot on, as you say, @Out is only required if the object reference may change and you want it updated in the relevant context after the action method has completed. If you just mutate (e.g. use a setter) an injected component you don't need to outject it. View the original post :

[jboss-user] [JBoss Seam] - Re: When is @Out necessary?

2007-02-19 Thread lawrieg
Many thanks for that - I couldn't seem to find a clear answer for that in the docs. Thanks, Lawrie View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018743#4018743 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4018743

[jboss-user] [Beginners Corner] - Unable to load to deserialize result

2007-02-19 Thread morenito9000
Hi all, I store attachments file (like jpg, bmp, doc, pdf) inside a db table (postgresql db, column type is BYTEA). Insert is performed via a Stateful SessionBean that uses an Entity Bean. (at Entity Level the db column is mapped using the generic Object class). Insert is ok. When I try to

[jboss-user] [JBoss Seam] - Re: Fill selectOneMenu on page load.

2007-02-19 Thread grdzeli_kaci
petemuir wrote : That (obviously) is a problem with your converter. Either try the entityConverter as I suggested or take a look at the Seam ui-example for how to write a suitable converter. ok i tryed to write own converter, i got it from wiki : 1.Converter | import java.io.Serializable;

[jboss-user] [JBoss Messaging] - Re: Receiving IllegalStateExceptions in client

2007-02-19 Thread timfox
Strange. The settings should certainly be picked up. Are you using ServiceBindingManager? (I.e. are you mapping ports, ports01, ports02 etc?) If so you need to make sure the SBM is using the exact same config as remoting-service.xml. View the original post :

[jboss-user] [JBoss Seam] - Re: Fill selectOneMenu on page load.

2007-02-19 Thread petemuir
grdzeli_kaci wrote : i could not find about converter into seam-ui examples. | examples/ui/src/org/jboss/seam/example/ui/Converters View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018755#4018755 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Predestroy!

2007-02-19 Thread wolfc
The spec actually contains more info on PreDestroy calls, see 4.4.3. There is currently no timeout thread on passivated beans, please create a Jira issue for it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018756#4018756 Reply to the post :

[jboss-user] [JBoss Seam] - Re: When is @Out necessary?

2007-02-19 Thread quilleashm
Raise a feature request against the documentation in JIRA if you think it could be enhanced. Chances are if you weren't sure about it then a bunch of other people aren't/weren't either! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018757#4018757 Reply to

[jboss-user] [EJB 3.0] - Re: ConsumerContainer

2007-02-19 Thread wolfc
Using JMX you can get to the container and instruct it to stop and start. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018758#4018758 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4018758

[jboss-user] [JBoss Seam] - Re: Security Remember Me Functionality

2007-02-19 Thread przemjaskier
Ok, but in case when only user name is used for creation of the remember me cookie, someone can simply create such cookie without performing any sophisticated attacks like XSS or cookie-hijacking. Amazon's approach mentioned by Christian and hashing cookie value can be the recommended

[jboss-user] [Management, JMX/JBoss] - Management interface to webapps

2007-02-19 Thread nappinc
We have an existing J2EE 1.4 (servlets/JSP only) web application we'd like to add a management interface to, so application server administrators can manage our application via the JBoss JMX/Web Console (get status, alter configuration, get monitoring stats). I've been advised to create a new

[jboss-user] [JBossWS] - Re: Help: how to consume webservice in ejb3 ?

2007-02-19 Thread michea
Solved, thanks to rlamie : The port=null problem came from the configuration of jboss server in netbeans. I just had to uncheck Use IDE Proxy Settings View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018781#4018781 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Use JBoss behind a DMZ

2007-02-19 Thread jrapillard
Can somebody explain me how to use JBoss behind a DMZ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018788#4018788 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4018788 ___

[jboss-user] [JBoss Seam] - Re: Seam Authenticator and GlassFish

2007-02-19 Thread [EMAIL PROTECTED]
Does the glassfish version of the booking demo work? It uses a SLSB for authentication. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018790#4018790 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4018790

[jboss-user] [Beginners Corner] - JBOSS SEAM and JavaScript

2007-02-19 Thread andipesel88
Hello to everyone! I'm a bloody Jboss novice - the only thing already now are Java itself and JSP's. Right now I need to learn JBOSS Seam in connection with hibernate for a school project. The installation and development of my project is fine, everything works. But my problem is the

[jboss-user] [JBoss Seam] - Re: Booking example question

2007-02-19 Thread lawrieg
Also, is there any reason why you couldn't / wouldn't code the method as follows instead??? @Begin | public String selectHotel(Hotel selectedHotel) { | hotel = em.find(Hotel.class, selectedHotel.getId()); | return hotel; | } View the original post :

[jboss-user] [Installation, Configuration Deployment] - Is JBOSS AS 4.03SP1 compatible with jdk 1.6?

2007-02-19 Thread seanduddy
Does anyone know if JBOSS AS 4.03SP1 is compatible with jdk 1.6? i.e. I want to run the AS with 1.6 and deploy code compiled with 1.6 onto it... I looked at the following matrix but it does not have any entry for jdk 1.6... http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossVsJavaJDKVersionMatrix

[jboss-user] [JBoss Seam] - Re: A question about facelets

2007-02-19 Thread baz
Hello, The messages are expected and normal. facelets initialize. But when i start my app (using the facelets version form seam1.1.6) i my output looks like: 19.02.2007 13:57:38 com.sun.facelets.compiler.TagLibraryConfig loadImplicit So i thing there could be an erroneus debug level in facelets,

[jboss-user] [JBoss Seam] - this forum / max topics per page

2007-02-19 Thread baz
Hello, The count of newly posted topics per day increases. For me, it would be nice if the topic count per page would be increased, too. Perhaps up to 25. Possibly configurable in my profile. Other opinions? Ciao, Carsten View the original post :

[jboss-user] [JBoss Seam] - Re: Fill selectOneMenu on page load.

2007-02-19 Thread grdzeli_kaci
Great Thanks petemuir, i got seam from CVS and i found your examples and all works fine. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018806#4018806 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4018806

[jboss-user] [JBoss Seam] - Another Seam, Myfaces, Facelets, Ajax4JSF and Trinidad probl

2007-02-19 Thread ehstowa
Hi, I m using Seam 1.1.6 , Myfaces 1.1.4 , Facelets 1.1.12 , Ajax4JSF 1.0.6 , Trinidad incubator-m1-SNAPSHOT , but cant get it to run with the trinidad part. I have tried to follow all the example apps the a4j, seam and trinidad sites have posted, but still get the error below. My web.xml:

[jboss-user] [JBoss Seam] - Re: Seam, Trinidad, Ajax4Jsf and Facelets

2007-02-19 Thread dajevtic
Use the SeamFaceletViewHandler instead of sun's as the alternate view handler. Parameters for method bindings are seam specific. the sun facelet view handler does not know how to handle those. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018808#4018808

[jboss-user] [JBoss Seam] - Re: Running the booking example on JBoss with the JSF 1.2 RI

2007-02-19 Thread h0ppy
I don't use eclipse so I can't comment on that, but I think the tutorial asks you to use the el jars from the faclet project (https://facelets.dev.java.net/servlets/ProjectDocumentList?folderID=3635expandFolder=3635folderID=0) althogh wsollers suggested the juel el implementation packaged as a

[jboss-user] [JBoss Seam] - Re: Another Seam, Myfaces, Facelets, Ajax4JSF and Trinidad p

2007-02-19 Thread dajevtic
see your original post in another thread View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018810#4018810 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4018810 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Seam, Trinidad, Ajax4Jsf and Facelets

2007-02-19 Thread lawrieg
@ehstowa I believe that in order to pass parameters to your EL action listener method you need to be using Seam's enhanced expression language (and from your stack trace it doesn't look like you've got this configured). From the Seam reference manual (Chapter 23): anonymous wrote : To use

[jboss-user] [JBoss jBPM] - Creating a custom controller

2007-02-19 Thread Froschfinger
Hi, i implemented my own webapplication using JBPM-3.1.2. Now i want to create some own controllers for the tasks. Has somebody an example custom controller, where i could see how you could do it? Thanks for any help. View the original post :

[jboss-user] [Beginners Corner] - Re: Deploying TrailBlazer

2007-02-19 Thread eiben
OK, I figured something ... if I change the annotation of the @Remove to @Remove(retainIfException=false) at least my solution can be deployed ... but why do I have to add this attribute? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018815#4018815 Reply to

[jboss-user] [JCA/JBoss] - Howto retrieve DataSource inside of WrapperDataSource

2007-02-19 Thread aschulz
Hi, I have configured a datasource for oracle connections. The datasource object that i retrieve from the JNDI-Context is of typ WrapperDataSource. I need the datasource as parameter for Oracle AQ AQjmsFactory.getTopicConnectionFactory(someds). Now I get JMS-112: Connection is invalid from

[jboss-user] [JBoss Seam] - Re: Seam, Trinidad, Ajax4Jsf and Facelets

2007-02-19 Thread lowecg2004
ehstowa, From your stack trace I agree with lawieg so give his suggestion a go, however please be aware that the Trinidad Wiki specifies that *no* view handlers should be defined in faces-config.xml http://wiki.apache.org/myfaces/TrinidadSeamAjax4Jsf If you do get past your current issue,

[jboss-user] [JBoss Seam] - Re: Seam, Trinidad, Ajax4Jsf and Facelets

2007-02-19 Thread lowecg2004
Pete, Nope - I have had no success, but would very much like to have this functionality. Cheers, Chris. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018827#4018827 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4018827

[jboss-user] [Installation, Configuration Deployment] - How do I configure a MDB so that multiple instance of it are

2007-02-19 Thread kspreddy
Hello All, I have configured and deployed a jms queue and a MDB that is listening to the queue. I am observing that at any point of time, there is ONLY one receiver/consumer for this queue. The MDB is configured to have a minimum of 10 instances in the pool. ThreadPool is also setup to have

[jboss-user] [Messaging, JMS JBossMQ] - JMS Exception - session closed

2007-02-19 Thread rnavanee
Hi, I tried to process a huge volume (50 to 100 messages per sec) of messages. I am using jBoss as JMS provider. I am using 3 separate queues to process incoming data and to send response back. I have the following code in constructor of message producer qProducer.q =

[jboss-user] [JBoss Seam] - Re: extended EL rendered=

2007-02-19 Thread petemuir
No, it's for method bindings only. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018833#4018833 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4018833 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Another Seam, Myfaces, Facelets, Ajax4JSF and Trinidad p

2007-02-19 Thread ehstowa
Hi again, thanks but as I am using the correct view_handler context-param | param-nameorg.apache.myfaces.trinidad.ALTERNATE_VIEW_HANDLER/param-name | param-valueorg.jboss.seam.ui.facelet.SeamFaceletViewHandler/param-value | !--

[jboss-user] [Beginners Corner] - Re: Unable to load to deserialize result

2007-02-19 Thread morenito9000
I changed java type from Object to byte[] and everything (insert, select, remove) seems to be ok (I hope ;-)). Moreno View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018837#4018837 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Another Seam, Myfaces, Facelets, Ajax4JSF and Trinidad p

2007-02-19 Thread lowecg2004
Thomas, Are your Ajax4Jsf components rendering correctly? Regards, Chris. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018839#4018839 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4018839

[jboss-user] [JBoss Seam] - Re: Seam Authenticator and GlassFish

2007-02-19 Thread umrzyk
[EMAIL PROTECTED] wrote : Does the glassfish version of the booking demo work? It uses a SLSB for authentication. yes, it works perfectly but it doesn't use JAAS SeamLoginModule what I would like to achieve. The only example that uses JAAS is propably seamspace but i cannot get it working on

[jboss-user] [JBoss Seam] - Re: Running the booking example on JBoss with the JSF 1.2 RI

2007-02-19 Thread [EMAIL PROTECTED]
ekusnitz wrote : I'm also trying to get this running on jboss 4.0.5 and I observe the following: | 1. In jbossweb-tomcat55.sar, the web.xml in the conf folder does not have any reference to myfaces-api.jar, but it does refer to myfaces-impl.jar | There is a mistake in Gavin's original

[jboss-user] [JBoss Seam] - DataModelSelection with two beans without using session scop

2007-02-19 Thread hamtho2
Hi, is there a possibility to use the @DataModelSelection over two different beans without using the session-scope for injection? Right now it works if I use the bean with the @DataModel and the @DataModelSelection with session-scope and use this value through an @In annotation in my other

[jboss-user] [JBoss Seam] - Re: Help, who uses EntityHome with SFSB? I don't know how to

2007-02-19 Thread Seto
No one knows it? help me please. Waiting urgently. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018846#4018846 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4018846 ___

[jboss-user] [JBoss jBPM] - Runa

2007-02-19 Thread petitit
Hi everybody, I would like to know if you ever use Runa (http://wf.runa.ru/English/About/About.html) to design your processes. Is it stable? Is it powerful? I'm searching a good way to design processes graphically for JBPM... thanks, François Petitit View the original post :

[jboss-user] [JBoss Seam] - Re: Help, who uses EntityHome with SFSB? I don't know how to

2007-02-19 Thread petemuir
[url]http://jira.jboss.org/jira/browse/JBSEAM-474[/ur] View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018848#4018848 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4018848 ___

[jboss-user] [JNDI/Naming/Network] - ClassCastException in remote EJB3.0 lookup from tomcat webap

2007-02-19 Thread skymic
Hi everyone, I am trying to connect to an EJB3.0 remote session bean (deployed in an ear on JBoss V4.0.5) from a tomcat V5.5 webapp. The tomcat and the JBoss installation are deployed on different machines. I get the following ClassCastException in a call to PortableRemoteObject.narrow:

[jboss-user] [JBoss Seam] - Re: Help, who uses EntityHome with SFSB? I don't know how to

2007-02-19 Thread Seto
Thanks, that's the problem of remove(). It cause the exception that void and String method return. I will wait for it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018850#4018850 Reply to the post :

[jboss-user] [Management, JMX/JBoss] - Re: Management interface to webapps

2007-02-19 Thread nappinc
Problem solved! By ignoring the advice to use a .sar file, I've added code to my main application that programmatically registers the MBean. And if using Spring this code can be replaced by some very simple configuration instead. | // get the JBoss JMX MBean Server | MBeanServer server =

[jboss-user] [JBoss Seam] - parameterised method receives null object

2007-02-19 Thread damatrix
I'm using Seam 1.1.6.GA. My problem is with the following bit of code on my facelet: | h:form | h:outputLabel for=name value=Customer's name: / | h:outputText id=name value=#{registration.customer.fullname}/ | br/br/ |

[jboss-user] [JBoss Seam] - Re: parameterised method receives null object

2007-02-19 Thread petemuir
You've misspelt the parameter. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018860#4018860 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4018860 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: How to tell how far the process has moved along in the w

2007-02-19 Thread kpalania
Anyone else with some useful answers, please respond (and kukeltje, please ignore this thread). Are there some samples out there that could help someone get a quick start on this? I've worked on several different technologies over the years, and I don't believe the jBPM documentation is upto

[jboss-user] [JBoss Seam] - Re: Problem debugging Seam apps in Eclipse/JBossIDE

2007-02-19 Thread lawrieg
Is it only me having this problem? (Or perhaps I'm the only person on this forum who uses Eclipse ;) ) Are you able to successfully debug your Seam apps in Eclipse? (And, if so, what versions are you using, and did you have to set up any special config options?) Any help would be much

[jboss-user] [JBoss Seam] - Re: Problem debugging Seam apps in Eclipse/JBossIDE

2007-02-19 Thread petemuir
http://www.jboss.com/index.html?module=bbop=viewtopict=98294 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018865#4018865 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4018865

[jboss-user] [JCA/JBoss] - Re: idle time out question

2007-02-19 Thread arparikh
Here is the code snippets. Below is the getConnection which returns Connection object public void init(String resourceId, String resourceName, boolean defaultResource) throws DBException { try { Context initCtx = new InitialContext(); Context envCtx = (Context)

[jboss-user] [JBossCache] - One node in two clusters?

2007-02-19 Thread chrismeadows
Is it possible for one cache node to be in two clusters? I've read in a couple of places around the JBoss website that it is possible, but haven't seen how to configure the cache in that way. What config sections do I duplicate? The reason I want to do this as follows; I have a cluster in

[jboss-user] [JBossWS] - 1.2.0CR3: Default for @WebService(targetNamespace=

2007-02-19 Thread Juergen.Zimmermann
I just tried 1.2.0CR3 from the repository location and was using JEMS 1.2 / JBoss 4.0.5 If I ommit the attribute targetNamespace within the annotation @WebService then the resulting target namespace is http://my.package;. IMHO according to the spec it should be http://my.package/jaws; View

[jboss-user] [JBoss Seam] - Re: parameterised method receives null object

2007-02-19 Thread damatrix
that error is a typo when i was posting. parameter is still received as null. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018872#4018872 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4018872

[jboss-user] [JBoss Portal] - Re: JBoss Portal LDAP Setup

2007-02-19 Thread dhartford
Usecase: *Use LDAP for username/passwords (authenticate). *Use DB for roles/ACL/everything else related to Portal (authorization/etc). I've been poking at this for a while on the 2.6 alpha1, and alpha2. There are some comments in the configs, but no success yet. Is there a reason not to

[jboss-user] [JBoss Eclipse IDE (users)] - JBoss-IDE preferences and Launch Configuration not working i

2007-02-19 Thread RuiRosado
Hi all, I am working in the JBossIDE-2.0.0 Beta 2 on Eclipse 3.2. Using JBoss server v4.0.5GA. Things are working fine. One thing I cannot do is changing the server configuration: 1. First of all, in the Windowpreferences ...JBoss-IDE page I get an error: The currently displayed page contains

[jboss-user] [JBossWS] - 1.2.0CR3 returns

2007-02-19 Thread Juergen.Zimmermann
I tested the new JBossWS 1.2.0CR3 with a) Eclipse/WTP and the generic Web Services Explorer b) The reference implementation for JAX-WS on the client side. There is no problem if the web service doesn't need any input parameter and just returns a result, e.g. a string. However, if the web

[jboss-user] [Beginners Corner] - Re: Server not Starting

2007-02-19 Thread luke802
Okay.. I fixed the Sym link of the java file and I was able to get the system up... many thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018877#4018877 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4018877

[jboss-user] [Management, JMX/JBoss] - how can i check if some ear file is deployed?

2007-02-19 Thread gmeroz
I want to check if an ear file was deployed. what is the best way to do it? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018884#4018884 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4018884

[jboss-user] [Security JAAS/JBoss] - Re: https

2007-02-19 Thread smeaggie
you can use a security-constraint tag in your web.xml to enforce https connections: | -- snip -- | security-constraint | display-namemanager_access/display-name | web-resource-collection | web-resource-namemanager_pages/web-resource-name

[jboss-user] [JBoss Seam] - Re: Is it possible to send mail from asynchronous method

2007-02-19 Thread piotr.walczyszyn
I guess I wasn't clear in my previous posts. This is exactly what I'm doing, I tried to stick it in to all possible contexts that are available throug Contexts class. Everytime I get NPE when running Renderer.render() method and I understand that this is because my objects are not found in

[jboss-user] [JBoss Seam] - Re: Is it possible to send mail from asynchronous method

2007-02-19 Thread petemuir
Post the stack trace. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018893#4018893 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4018893 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: How to tell how far the process has moved along in the w

2007-02-19 Thread kukeltje
no problem just don't expect any further help in the future... oh and just for the sake of ignoring this thread... sometimes sticky posts at the top of the forum are interesting...at least others have told us that it was real helpful... but I will not tell you this. View the original

[jboss-user] [JBoss Seam] - Re: outject problem

2007-02-19 Thread petemuir
You probably need to be in a conversation View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018896#4018896 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4018896 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: outject problem

2007-02-19 Thread laxu
How do I do that? go is annotated with @Begin. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018899#4018899 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4018899 ___ jboss-user

[jboss-user] [Security JAAS/JBoss] - Re: Latest JAAS Tutorial for Database communication

2007-02-19 Thread smeaggie
don't know about jGuard, but this is JAAS with database login (a real quicky tho, feel free to ask more). 1) setup the connection to the database. put a database-ds.xml file in the deploy directory wich contains something like: | datasources | local-tx-datasource |

[jboss-user] [JBoss Seam] - outject problem

2007-02-19 Thread laxu
I already (http://www.jboss.com/index.html?module=bbop=viewtopict=101517) had asked this in this forum and I could not solve the problem yet. Here I have downsized my dummy app to even simpler and it still cannot outject. I must be missing or misunderstanding something fundamental. I have the

[jboss-user] [JBossWS] - Re: 1.2.0CR3 returns

2007-02-19 Thread Juergen.Zimmermann
Instead of the WSDL file generated by wstools I used the WSDL file in server\default\tmp\jbossws: Eclipse' Web Services Explorer works fine. Thus there seems to be any difference between the output of wstools and the WSDL file generated at runtime... However, using JAX-WS RI for the client

[jboss-user] [JBossCache] - Re: Performance expectations

2007-02-19 Thread mvlior
anonymous wrote : I'd recommend to try it with pessimistic locking. Not sure how much of the performance impact it will have but I think it does without further tuning. After changing to pessimistic locking, our test results have dramatically improved. It turns out to be a known issue in 1.2.4

[jboss-user] [JBoss Seam] - Re: outject problem

2007-02-19 Thread petemuir
Sorry, I'm blind :( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018905#4018905 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4018905 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Help: sessionContext

2007-02-19 Thread xinhua
Hallo all, i have a problem when i want to inject sessionContext in code: | @In Context sessionContext; | The bean is SLSB and sessionContext is always null!!! Need help! :(( Thanks in advance! View the original post :

[jboss-user] [Beginners Corner] - Re: Server started but not working

2007-02-19 Thread PeterJ
Please post the contents of your /etc/hosts file. Most likely localhost is not properly registered. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018909#4018909 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4018909

[jboss-user] [JBoss Seam] - Re: parameterised method receives null object

2007-02-19 Thread damatrix
To correct the first post it should have appeared as follows | h:form | h:outputLabel for=name value=Customer's name: / | h:outputText id=name value=#{registration.customer.fullname}/ | br/br/ | h:outputLabel for=fair

[jboss-user] [Security JAAS/JBoss] - Re: Latest JAAS Tutorial for Database communication

2007-02-19 Thread aleksab
What about when you want to secure a client? I've added a policy to the conf/login-config.xml, which seems to work. It connects to the database, but the username is always null (found out by examining the mysql log) In the client i'm using a LoginContext, and i've included | login-module

[jboss-user] [JBoss Portal] - Re: JBoss Portal LDAP Setup

2007-02-19 Thread bdaw
I recently added SynchronizingLdapLoginModule that extends LdapLoginModule from JBossSX and SynchronizingLdapExtLoginModule that does the same for LdapExtLoginModule You can use them to - just authenticate against LDAP + inject additional role principal which is used to secure portal

[jboss-user] [JBoss jBPM] - Re: Creating a custom controller

2007-02-19 Thread Johan.Parent
Maybe you'll find what you need in : jbpm-3.1.2\src\java.jbpm\org\jbpm\taskmgmt\def\ There are a few controllors in that example. Best regards, Johan View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018917#4018917 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Problem debugging Seam apps in Eclipse/JBossIDE

2007-02-19 Thread lawrieg
Currently I'm freally just using Eclipse as a glorified editor, and using Ant to compile/build/deploy, but I am using JBossIDE JBoss Server View to start JBoss AS in debug mode. I take it I would have to set up my Seam project completely as an Eclipse project (with compile/build/deploy being

[jboss-user] [JBoss Seam] - Re: Problem debugging Seam apps in Eclipse/JBossIDE

2007-02-19 Thread petemuir
Nope. I use an seam-gen based ant script, I just add -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n as 'VM arguements' to the server launch config, start it in normal mode, then attach a debugger as described. I've never got it to launch using the debug start. View the

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: CAnnot deploy exploded war

2007-02-19 Thread mailinator
I have a same problem. My exploded war resides outside jboss's deploy directory and is linked to be deployed in jboss-service.xml mbean code=org.jboss.deployment.scanner.URLDeploymentScanner | name=jboss.deployment:type=DeploymentScanner,flavor=URL | | ... | attribute

[jboss-user] [JBoss Portal] - Re: JBoss Portal LDAP Setup

2007-02-19 Thread dhartford
That's great bdaw!! I would like to carry over roles from the LDAP, but since the Portal may have new roles I was going with the use-case of moving all the roles to the portal-oriented-DB. With that last option for the SynchronizingLdapLoginModule: - authenticate against LDAP + synchronize

[jboss-user] [JBoss Seam] - Re: Problem debugging Seam apps in Eclipse/JBossIDE

2007-02-19 Thread fhh
anonymous wrote : | I take it I would have to set up my Seam project completely as an Eclipse project (with compile/build/deploy being performed by Eclipse rather than Ant) in order to set up debugging as detailed in the other post? | Just start the JBoss server in debug mode from the

[jboss-user] [JBoss Portal] - Re: JBoss Portal LDAP Setup

2007-02-19 Thread bdaw
Happy to hear that :) Look here. It's the second login module (commented). It's just a quick prototype so it's not much tested but should work. The code is also quite simple (ext one here: here) We may think about providing something more general to use with any login module if there will

  1   2   3   >