[jboss-user] [JBoss Seam] - Re: Ajax4jsf UnboundedFifoBuffer

2007-09-22 Thread ctomc
hello, with seam 2.0CR1 (or anything from cvs after 5.9.2007) you dont need ajax4jsf jar anymore, becouse the code is merged in richfaces jars. in seam2migration.txt in root of seam 2.0CR distro you have instructions what jar to change and what is not needed anymore. And also what to change in

[jboss-user] [JBoss Seam] - Re: Problem with injection when using jbpm process

2007-09-20 Thread ctomc
it looks like if injections are not called at all. if I do manual lookup in context then it works. uporabnik = (Uporabnik)Contexts.getSessionContext().get(uporabnik); Is problem somewhere in configuration and some interceptor is not set? I've upgraded to CR1 that I am running on jboss 4.0.5.GA

[jboss-user] [JBoss Seam] - Re: Problem with injection when using jbpm process

2007-09-19 Thread ctomc
Does anyone has idea what is wrong? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085938#4085938 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4085938 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Problem with injection when using jbpm process

2007-09-19 Thread ctomc
i have tryed to use ScopeType.BUSINESS_PROCESS for component but it doesn't change anything. Have even try to ouptut the object to business scope but it doesnt help. any other ideas? tomaz View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085995#4085995 Reply

[jboss-user] [JBoss Seam] - Problem with injection when using jbpm process

2007-09-18 Thread ctomc
Hi, I have a component that handles the actions that are invoked by user and by jbpm process. In a case when user calls method #{handler.startProcess} all object are properly injected, but if i call methods on same component from jbpm process, the object is null! Why would this happen? the

[jboss-user] [EJB 3.0] - Re: @EJB annotation inside a SAR module

2007-09-18 Thread ctomc
Hello, I had the same problem. If you have .sar archive than @EJB etc annotations are not processed, just deploy as .jar and it should deploy. tomaz View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085523#4085523 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: How to run multiple JBoss Server instances on one machin

2007-08-20 Thread ctomc
Hello, but to make sure that server folder that you are copying is the one that was derived from all configuration otherwise it does not have support for clustering. Ga?per one way is to have machine with more ip's or you can configure jboss that uses different ports. All about running more

[jboss-user] [JBoss Seam] - Re: Seam without internet connection hangs

2007-08-09 Thread ctomc
hi, check all the configuration files components.xml pages.xml navigation.xml *.page.xml they should all have reference to the seam 2.0 xsd-s cheers, tomaz View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4072444#4072444 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam without internet connection hangs

2007-08-08 Thread ctomc
The connection to the internet is needed when sax parser is trying to fetch the DTD or xsd files for validating the shema. This usually happens when you have pages.xml that has different version of seam shema than version of seam. for instance the pages.xml schema for seam 2.0 should be pages

[jboss-user] [EJB 3.0] - Problem deploying EJB3 to jboss 4.2.0GA

2007-05-22 Thread ctomc
Hi, I have a EJB 3 session bean that deploys with no problems in jboss 4.0.5GA and also 4.2.0rc1 but when I tried to deploy it in GA version of 4.2 I get this exception: | 11:06:16,765 WARN [ServiceController] Problem starting service jboss.j2ee:service=EJB3,module=cp2-remoteshell-3.0.jar

[jboss-user] [EJB 3.0] - Re: Problem deploying EJB3 to jboss 4.2.0GA

2007-05-22 Thread ctomc
Hi, I doubt there is a problem in JDK because if it would be it wouldn't work in jboss 4.0.5GA or at least I think so. I have also tried with java 1.5.0_02 and 1.6.0 and result is the same. I don't actually know which method is bothering him... I have about 30 methods in that class and error

[jboss-user] [EJB 3.0] - Re: Problem deploying EJB3 to jboss 4.2.0GA

2007-05-22 Thread ctomc
Hi, yes that was a problem, I just recompiled with libs from jboss 4.2.0GA and everything works as it should. thanks for your help, tomaz View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4047662#4047662 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - JBoss with IIS 6, cannot get client certificate

2006-11-13 Thread ctomc
Hi, We have an application where user can authenticate himself with Client certificate. SSL and certificate authentication is done by IIS 6. The problem is that after auth is successful I don't get client certificate in servlet. request.getAttribute(javax.servlet.request.X509Certificate)

[jboss-user] [JBoss Messaging] - Re: Message redelivery

2006-11-02 Thread ctomc
Hi guys. I can confirm that problem exists only when I use EJB3 MDB. Jboss is 4.0.5.GA with ejb3 implementation that came with it. :-) all the configuration is default(only what messaging install changed it) I have created a simple test case that i attached to issue

[jboss-user] [JBoss Messaging] - Re: Message redelivery

2006-11-01 Thread ctomc
Hi guys, I have been out for little holidays I am using EJB3. And I will make some simple test case when I come to office tomorrow. If you think that ejb 2.1 would behave behave differently I can try that also. cheers, tomaz View the original post :

[jboss-user] [JBoss Messaging] - Message redelivery

2006-10-27 Thread ctomc
Hi, I have problems with message redelivery. I am using messaging 1.0.1GA and i sent messages to MDB and when runtime exception is thrown in mdb systems says: anonymous wrote : 15:51:03,357 ERROR [MessageCallbackHandler] RuntimeException was thrown from onMessage, 90625 will be redelivered

[jboss-user] [JBoss Messaging] - Re: Changing defaultDS to postgres: NoSuchMethodException

2006-10-26 Thread ctomc
Ovidiu, I have attached file for presistence on db2 in issue: http://jira.jboss.com/jira/browse/JBMESSAGING-624 because to make it fully work there must be a small change in code. cheers, toma? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980939#3980939

[jboss-user] [JBoss Messaging] - Re: availability of a db2-persistence-service.xml

2006-10-26 Thread ctomc
Hi, I have managed to get messaging working on DB2 process is described in: http://jira.jboss.com/jira/browse/JBMESSAGING-624 and persistence file attached. cheers, Toma? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980940#3980940 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Changing defaultDS to postgres: NoSuchMethodException

2006-10-25 Thread ctomc
Hello Ovidiu, I have managed to get 1.0.1 running. I had EJB 3 configuration broken, and that effected some other services too. I reinstalled jboss 4.0.5GA from scratch and then installed messaging 1.0.1 and it worked fine. btw, I have messaging running on DB2, if anyone needs configuration

[jboss-user] [JBoss Messaging] - Re: Changing defaultDS to postgres: NoSuchMethodException

2006-10-24 Thread ctomc
I have exact same error but when using DB2 as database (I modified oracle-persistence-service.xml to make it work with db2) it was working ok on jboss 4.0.3SP1 with messaging 1.0.1GA but when I upgraded to 1.2alpha1 i get this exception... I tried to use 1.2alpha because I had problems running