[jboss-user] [JBoss Seam] - Re: No selected element from h:selectOneListbox

2008-01-15 Thread haefti
You made my morning! ;) Thanks a lot! Overriding the two methods solved the problem. I couldn't figure that out. Be prepared for more newbie questions! ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119934#4119934 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: lock when commit to multiple database

2008-01-15 Thread coolin
helped this parameters: track-connection-by-tx/ isSameRM-override-valuefalse/isSameRM-override-value View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119936#4119936 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119936

[jboss-user] [JBoss Seam] - Re: SWP and quartz propertie file

2008-01-15 Thread hispeedsurfer
Ok, I tried to put seam.quartz.properties file to ejbModule folder of the project. After some ClassNotFoundExceptions I putted the missing apache-commons jars to jboss default lib folder. Then I received the following error: org.quartz.JobPersistenceException: Couldn't store trigger: No

[jboss-user] [JBoss Seam] - Re: No selected element from h:selectOneListbox

2008-01-15 Thread nickarls
Heh, it's a case of The blind leading the blind here but glad I could help. I've run into the same trap myself. It's really a JSF issue more than a Seam issue but it comes up often in the convertEntity case so it could be worth a note in the documentation under 29.1... View the original post :

[jboss-user] [JBoss Seam] - Re: SWP and quartz propertie file

2008-01-15 Thread nickarls
The AS has it's own quartz.jar, are you using that or including your own? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119943#4119943 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119943

[jboss-user] [JBossWS] - Re: WSSE UsernameToken without HTTP basic auth?

2008-01-15 Thread mikaeljl
Continuing this little discussion between me myself and I... Found the following logs: 2008-01-15 09:19:36,480 DEBUG [org.jboss.wsf.framework.DefaultSPIProvider] class org.jboss.wsf.spi.invocation.SecurityAdaptorFactory Implementation: [EMAIL PROTECTED] 2008-01-15 09:19:36,482 TRACE

Re: [jboss-user] Jboss portal trainings in belgium?

2008-01-15 Thread David Delbecq
Anybody has suggestions? En l'instant précis du 12/01/08 23:13, david delbecq s'exprimait en ces termes: Hello, we are planning at our company to convert from a current tomcat based intranet to a jboss portal based one (jsf, portlet, wiki, forums), for that we are trying to find out some

[jboss-user] [JBossWS] - Re: Web Serivce Response Missing the XML Declaration

2008-01-15 Thread [EMAIL PROTECTED]
Hi, according to our current implementation this is not possible and there's no workaround available to achieve that :-( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119945#4119945 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam remoting or DWR

2008-01-15 Thread milli
I'm using flex in one of the pages and need to find out if a user is logged in and get his id. I would need a synchronous WebRemote call in this case so that flex can call a javascript function and get the result. Fangzx, I couldn't make your utility method to work but I was able to override

[jboss-user] [JBoss Seam] - Re: Start quartz cron when Seam apps is up

2008-01-15 Thread thejavafreak
I've got it working now. I was just curious why didn't you have an Observer method for the comeEvent? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119938#4119938 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119938

[jboss-user] [JBoss Seam] - Re: Configuring Seam Mail programmatically

2008-01-15 Thread mahbe
With Contexts, I think you suppose org.jboss.seam.contexts.Contexts? I tried that, but Seam Mail still uses localhost:25 as mailserver (exchange:25 would be right): 09:15:03,296 INFO [MailSession] Creating JavaMail Session (exchange:25) | 09:15:03,296 INFO [MailSession] connected to mail

[jboss-user] [JBoss Seam] - Re: SWP and quartz propertie file

2008-01-15 Thread nickarls
Found a thread that wrestles this issue, although I'm not quite sure who won in the end: http://www.jboss.com/index.html?module=bbop=viewtopicp=4073459 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119944#4119944 Reply to the post :

[jboss-user] [JBoss Seam] - Seam component not getting called when in default conversati

2008-01-15 Thread bludginozzie
I am having a problem with what I would have thought would be a very simple use of seam. I have a Stateful component (using ejb's) and when I put the component in default scope it doesn't work however in session scope it does. Here is the code; | Stateful | //@Scope(ScopeType.SESSION)

[jboss-user] [JBoss Seam] - Re: SWP and quartz propertie file

2008-01-15 Thread hispeedsurfer
Hi nickarls, thank you for response. In a Seam-Web-Project all libraries from server are automatically put to build-path. So I use quartz.jar from server. The strange is that I already used the same configuration in a console created seam-project. View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - OneToMany Behaviour

2008-01-15 Thread linux.enthusiast768
I have a requirement to model a ManyToMany with additional attributes in the intersection table and based on all my reaearch, it looks like modelling this as a 2 OneToMany relationships is the right approach. Design. 1. Create three clases Class A, ClassB and ClassAB (Intersection) 2. Define

[jboss-user] [EJB 3.0] - Re: Accessing EJB3s through a firewall

2008-01-15 Thread magnus.ahlander
Thanks, tried -b [externalAddress] which gives plenty of: java.rmi.server.ExportException: Port already in use: 1098; nested exception is: | java.net.BindException: Cannot assign requested address: JVM_Bind Regards, Magnus View the original post :

[jboss-user] [JBoss Messaging] - Re: Error : Cannot create timer table

2008-01-15 Thread ataylor
you're type mapping is wrong. you have sysbase instead of sybase. see http://wiki.jboss.org/wiki/Wiki.jsp?page=WhyDoIGetCannotObtainTypeMappingAtDeployment View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119953#4119953 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Date parameter at s:button

2008-01-15 Thread jamesjmp
Yeah, passing a long value works ok and solves the problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119956#4119956 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119956

[jboss-user] [JBoss Messaging] - Re: unable to choose a default cluster node for messaging

2008-01-15 Thread bodrin
Imagine you have designated a powerfull hardware box for your messaging system only - the master node. Just to ensure that when something goes wrong with this box you want your clients still to be able to send messages you are running a cluster. And you have no enough money to buy the same kind

[jboss-user] [JBoss Messaging] - Re: Error : Cannot create timer table

2008-01-15 Thread tedyw
Ok,hehe. Thanks for ataylor's help.I checked my sybase.xml and change to:type-mappingSybase/type-mapping View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119966#4119966 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119966

[jboss-user] [JBoss Seam] - taghandler passing of action parameters ?

2008-01-15 Thread dreuzel
I've an odd problem using seam and facelets a) what I want to do : i've a generic tag with the ability to handle multiple facelet functionalities hidden away in the end it comes down to ui:composition my:xxx action=Submit entity=${mymodule} I get different results

[jboss-user] [JBoss Seam] - Re: Seam component not getting called when in default conver

2008-01-15 Thread nickarls
Hmmm, I can't tell how the @Scope makes the difference between nextPage() being called or not. Hope you have a long-running-conversation anyway, otherwise the pageNo will be mostly 0(?) Tried POJO as backing bean? Does changing the signature to public String and returning null affect the

[jboss-user] [Messaging, JMS JBossMQ] - jms persistant manager config issue.

2008-01-15 Thread 143564
when trying to configure oracle distination manager in jms/oracle-jdbc2-service.xml., i get following error. i followed as per the specification. how to fix the error. Please help me org.jboss.deployment.DeploymentException: Trying to install an already registere d mbean:

[jboss-user] [JBossWS] - log xml messages

2008-01-15 Thread AJanz
Hello, i want to log the received xml messages from the webservice. but got no idea how. i am using netbeans 6.0 with a web service generated from an wsdl file. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119971#4119971 Reply to the post :

[jboss-user] [JBossWS] - Re: webservice class injecting EJB, nullpointerexception

2008-01-15 Thread HTroeng
I have done exactly according to the http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossws/stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1822/ example, but no success, still got a Nullpointerexception. The SurveillanceService is located in the same jar as the webservice. Annotated

[jboss-user] [JBossWS] - Authentication problem.

2008-01-15 Thread fdifonzo
Hello everybody, I'm using jboss 4.2.2 and I've deployed a simple webservice as a pojo. When my webservice tries to access to an ejb I get the following error: javax.xml.rpc.ServiceException: java.rmi.AccessException: SecurityException; nested exception is: |

[jboss-user] [JBossWS] - Re: webservice class injecting EJB, nullpointerexception

2008-01-15 Thread [EMAIL PROTECTED]
Hi, could you post the stacktrace and minimized version of your application to reproduce your problem? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119974#4119974 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119974

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: EAR verification

2008-01-15 Thread jaikiran
preetam_pict wrote : | a) jsp pre-compilations to ensure that all jsps are correct. | No, this is not available. However, you can package pre-compiled jsps in your ear and deploy it. For pre-compilation, Ant provides a task which you can use. preetam_pict wrote : | b) checking

[jboss-user] [JBoss Seam] - Re: Problem in starting JBoss4.2.0 Application Server

2008-01-15 Thread satyamsahay
Hi Nick Thank you very much. That problem has been solved, Actually xercesImpl.jar is present in jre\lib\ext\xercesImpl.jar java1.5.0_10 as well as in jboss-4.2.0.GA\lib\endorsed\xercesImpl.jar folder I have removed the xercesImpl.jar from java1.5.0_10 as there is a confliction between

[jboss-user] [JBossWS] - Re: webservice class injecting EJB, nullpointerexception

2008-01-15 Thread HTroeng
The nullpointerexception is on the row: String s = funnyService.getFunnyMessage(); so I guess the FunnyService is never set. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119987#4119987 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Configuring Seam Mail programmatically

2008-01-15 Thread [EMAIL PROTECTED]
Ah. I forgot I had actually coded in support for what you want: m:message mailSession=#{myMailSession} |... So, just expose your javax.mail.Session as a context variable, and set it in the mail template. View the original post :

[jboss-user] [JBossWS] - Re: avoid lazy-initialization exceptions

2008-01-15 Thread florian79
I have the same problems using JAX-WS and EJB3. I am very interested in a solution for this problem. ghinkle introduced an extended ServiceEndpointInvoker - is there any document how to do that or can you gif me a small intro please. View the original post :

[jboss-user] [JBossWS] - Re: log xml messages

2008-01-15 Thread [EMAIL PROTECTED]
Hi, implement JAX-WS client handler. Tutorial is e.g. here: http://jbws.dyndns.org/mediawiki/index.php?title=Tutorials View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119978#4119978 Reply to the post :

[jboss-user] [JBoss Seam] - How to tell Seam jBPM integration to use JMS for async?

2008-01-15 Thread SunFire
Hi there, until now we use the default jBPM mechanism for async tasks in workflows. So we had to use the execution servlet provided by jBPM. For multiple reasons we'd like to switch the Seam jBPM integration to leverage JMS instead of the servlet for async stuff. Can somebody please point out

[jboss-user] [JBoss Messaging] - Re: unable to choose a default cluster node for messaging

2008-01-15 Thread timfox
Ok, you just described the HA singleton. JBM supports this mode too, as mentioned before: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBMHASingleton HTH View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119981#4119981 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Problem in starting JBoss4.2.0 Application Server

2008-01-15 Thread nickarls
Multiple Hibernate jars somewhere (in server lib and application archive)? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119985#4119985 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119985

[jboss-user] [JBossWS] - Re: webservice class injecting EJB, nullpointerexception

2008-01-15 Thread HTroeng
Ok, starting with the EJB service: Interface: @Local public interface FunnyService { public String getFunnyMessage(); } Impl: @Stateless @LocalBinding(jndiBinding = FunnyService) public class FunnyServiceImpl implements FunnyService { public String getFunnyMessage() { return Hello my

[jboss-user] [JBossWS] - How can I use session sope in jbossws?

2008-01-15 Thread chicochen
I use flash lite client to access jbossws webservice, ServletContexts.instance().getRequest() return null, so I can't get the session scope. Maybe I need to use a token in soap header? If so, is there a good way to map the session scope to the token? View the original post :

[jboss-user] [JBoss Seam] - expression language empty parameter

2008-01-15 Thread EverlastX1
hello, I have a strange problem with the seam EL that I didn't had with version 1.2.1 GA . Now I moved from 1.2.1 to 2.0.0GA. The problem is that if I pass a parameter like #{searcher.searchByCreator(c)} the function is getting called in my bean searchBean.searchByCreator(String creator) but

[jboss-user] [JBoss Seam] - Re: transaction:ejb-transaction / troubles

2008-01-15 Thread efbiaiinzinz
The exception is not related to glassfish only, we also deployed on weblogic server and the icefaces inputfile failed in same way. Do you have any pointers or ideas what to change in icefaces upload servlet to make is use seam contexts and things correctly ? I'm willing to be the testsubject

[jboss-user] [JBossWS] - Re: webservice class injecting EJB, nullpointerexception

2008-01-15 Thread [EMAIL PROTECTED]
Hi, remove the web.xml it is not necessary because your webservice is EJB3 (not POJO) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119992#4119992 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119992

[jboss-user] [JBossWS] - Re: webservice class injecting EJB, nullpointerexception

2008-01-15 Thread [EMAIL PROTECTED]
You can annotate your webservice impl with WebContext annotation to specify the context path and other staff View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119993#4119993 Reply to the post :

[jboss-user] [JBoss Seam] - Re: expression language empty parameter

2008-01-15 Thread nickarls
and #{docResult.doc.creator} resolves to a normal String? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119994#4119994 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119994 ___

[jboss-user] [JBoss jBPM] - Re: How to config jbpm-console for mysql and jboss correct!!

2008-01-15 Thread inxaoc
Advise me how to find right articles and right links? Why not working articles are located on jboss wiki page? I've made what is described in the mentioned article above but again I've got exceptions about faces and jsf. I don't know jsf, but I think it's terrible lib. In each my experiments

[jboss-user] [JBoss Seam] - Re: Seam Jbpm integration problem: Injecting jbpmContext doe

2008-01-15 Thread [EMAIL PROTECTED]
Sorry, missed the bottom of your message. So, declare the namespace. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119996#4119996 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119996

[jboss-user] [JBoss Seam] - Re: Seam Jbpm integration problem: Injecting jbpmContext doe

2008-01-15 Thread [EMAIL PROTECTED]
Did you follow the advice of the exception? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119995#4119995 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119995 ___ jboss-user

[jboss-user] [JBoss Messaging] - Exception with EJB3 MDB strictmaxpool

2008-01-15 Thread mwelss
jboss 4.2.2, messaging 1.4.0SP3, non-clustered I'm not sure if this is related to messaging or ejb3... anonymous wrote : | 2008-01-15 11:42:35,076 ERROR [org.jboss.resource.adapter.jms.inflow.JmsServerSession] Unexpected error delivering message delegator-JBos |

[jboss-user] [JBoss Seam] - Re: jboss-seam-1.1.0.GA embedded ejb container won't run

2008-01-15 Thread [EMAIL PROTECTED]
Which JRE, which platform? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120001#4120001 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4120001 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: SWP and quartz propertie file

2008-01-15 Thread [EMAIL PROTECTED]
I just checked and seam-gen has no quartz property file - you must have created it yourself. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120003#4120003 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4120003

[jboss-user] [JBoss jBPM] - Problems with Forms

2008-01-15 Thread rodosa
Hello!! I have a problem with the forms. I have a process definition and I have created a form associated with my start state. The .XHTML file is generated but when I enter in the web console ... I couldn't see anything. The form is in white. Anybody knows why? Thanks View the

[jboss-user] [JBoss Seam] - Re: Problem in starting JBoss4.2.0 Application Server

2008-01-15 Thread satyamsahay
Thank you Nick You are correct there is a multiple jars confliction. I have many jars including hibernate jars present in ext folder of my C:\jdk1.5.0_10\jre\lib\ext location, which is used in my previous Project Thanks once again. Cheers Satyam View the original post :

[jboss-user] [JBoss Messaging] - Re: Exception with EJB3 MDB strictmaxpool

2008-01-15 Thread ataylor
Can you supply some more information, are you running a client against an MDB. It looks like you are running out of connections, are you closing them when you are finished? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120004#4120004 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Pageflow: Illegal Navigation Error

2008-01-15 Thread [EMAIL PROTECTED]
anonymous wrote : i have several entry-points (link to the same wizard from different pages) from where the wizard is called. how could i map this in jpdl? I was answering this. But I guess this isn't your problem, and because you just posted on an old topic you got the wrong answer. Try

[jboss-user] [JBoss Seam] - Re: FacesExpressions.isFacesContextActive()

2008-01-15 Thread [EMAIL PROTECTED]
Thats because it should be FacesContext.getCurrentInstance() != null surely. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120006#4120006 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4120006

[jboss-user] [JBoss Messaging] - Re: Exception with EJB3 MDB strictmaxpool

2008-01-15 Thread mwelss
we are running this in production with jboss4.2.1 and messaging 1.4.0 since last summer. I basically just switched to newer versions. That problem is new. How can I increase the number od connections? Thanks, Martin View the original post :

[jboss-user] [JBoss Seam] - Re: Form Validation Question:Entity Bean @NotNull vs. requir

2008-01-15 Thread [EMAIL PROTECTED]
Marx3 wrote : so if there will not be required=true for example on email field (but @Email will be defined on column in @Entity bean) validateAll will not validate and there will be persistance exception? | Is this bug or by design? It makes s:validateAll rather useless... JSF doesn't attempt

[jboss-user] [JBoss Messaging] - Re: Exception with EJB3 MDB strictmaxpool

2008-01-15 Thread ataylor
actually, i think its the ejb pool. to increase the pool size see http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJBossMDB View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120017#4120017 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: LocalTx, ClientTransaction leak?

2008-01-15 Thread ataylor
just to inform, I'm currently investigating this issue and will get back to you as soon as i can. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120018#4120018 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4120018

[jboss-user] [JBoss jBPM] - Re: errors in jbpm.jpdl.mysql.sql

2008-01-15 Thread inxaoc
Is it connected with http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmOnMySQL? This error type is described here http://forums.mysql.com/read.php?25,15717,25969. The cause of this is Foreign key constraint is incorrectly formed. Maybe did the script which was in those article be a wrong? What the

[jboss-user] [JBossWS] - Re: webservice class injecting EJB, nullpointerexception

2008-01-15 Thread HTroeng
Thanks, it worked! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120021#4120021 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4120021 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: SWP and quartz propertie file

2008-01-15 Thread hispeedsurfer
Ok, than I have read this in post from jboss-developer-member that when I would like to persist quartz scheduling after server restart, I have to put seam.quartz.properties file to project - this was a few month ago and worked in a Seam console project. Now in a Seam-Web-Project I get the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Hibernate Version Conflict in EAR File

2008-01-15 Thread leandro3.marinho
My jboss-app.xml contains this code: | jboss-app | loader-repositoryvigisus:loader=spiv.ear/loader-repository | /jboss-app | I'm beginner in enterprise applications and I'm confused with this configuration. View the original post :

[jboss-user] [JBoss jBPM] - Re: How to config jbpm-console for mysql and jboss correct!!

2008-01-15 Thread mputz
Hi, the link Ronald provided contains a section 'Additional Notes for jBPM 3.2.1/jBPM 3.2.2' with two possible ways to get the right libraries in the web-console on JBoss 4.2.x: * checkout the sources from cvs and use the provided ant task OR * manually include the listed jars in the web

[jboss-user] [JBoss Seam] - Re: Form Validation Question:Entity Bean @NotNull vs. requir

2008-01-15 Thread Marx3
the problem is not IF it fails but HOW it fails. I think when using s:validateAll there never should be persistanceError raised by validation View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120014#4120014 Reply to the post :

[jboss-user] [JBoss Seam] - Injecting an array of bytes

2008-01-15 Thread fady.matar
I have the following scenario In one of my pages a transaction executes and returns an object of type byte[]. Now I would like to inject this object into another Seam component. I thought about having the object as a hidden input but that won't work any suggestions? View the original post

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

2008-01-15 Thread dreuzel
I'm using JTA transaction and try to manage my transactions myself (many independent updates) using seam 2.0.0.ga | core:init debug=@debug@ jndi-pattern=@jndiPattern@ transaction-management-enabled=false / | conversation-timeout=1200-- |

[jboss-user] [JBoss Seam] - pageflow illegal navigation error

2008-01-15 Thread tjakopec
I have two pageflows, Radna mjesta and Kriteriji. On one pageflows I get illegal navigation, on other nothing. Radna mjesta pageflow pageflow-definition xmlns=http://jboss.com/products/seam/pageflow; | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; |

[jboss-user] [JBoss Seam] - Re: Start quartz cron when Seam apps is up

2008-01-15 Thread cavani
sorry, I show you half side of code (timed event generator), so yes... and this name was a typo should be someEvent... you must set observer over some public method on any seam component. In my case, it is on another component that it is SLSB: | @Local | public interface Handler | {

[jboss-user] [JBoss jBPM] - Re: Problems with Forms

2008-01-15 Thread Pebbels
Hi, are there spaces within our task name? Spaces are replaced by hyphen in forms.xhtml. Regards Tina View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120012#4120012 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4120012

[jboss-user] [JBoss Seam] - Re: Injecting an array of bytes

2008-01-15 Thread nickarls
Can you wrap it in something? Or even use a String as wrapper? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120015#4120015 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4120015

[jboss-user] [JBoss Messaging] - SecurityException - Wrong credentials

2008-01-15 Thread cornhoolio22
Hi, i try to send a message transacted to a queue, but an exception is thrown while processing: | 2008-01-15 10:57:02,932 ERROR [org.jboss.jms.tx.ResourceManager] org.jboss.jms.exception.MessagingXAException: A security exception happend! | org.jboss.jms.exception.MessagingXAException: A

[jboss-user] [JBoss Messaging] - Re: Exception with EJB3 MDB strictmaxpool

2008-01-15 Thread mwelss
I tried it, but it makes no difference View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120027#4120027 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4120027 ___ jboss-user mailing

[jboss-user] [JBossWS] - Re: Authentication problem.

2008-01-15 Thread rukus
post part code where you do ws invoke View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120033#4120033 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4120033 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - roles redirecting methods

2008-01-15 Thread zhamdi
Hi, I'm learning Seam and its role extended features. It's a very big step compared to JAAS but I recognize I expected a more adapted behavior :-/ In fact, the code is always full of test cases that redirect to the corresponding method for a given role if( role1 ) doThis(); else doThat(); to

[jboss-user] [JBoss Messaging] - Re: Exception with EJB3 MDB strictmaxpool

2008-01-15 Thread timfox
Martin- It might be worth asking the EJB3 guys to comment - they may have more insight. One other thing you could do: In the 10 seconds before the timeout occurs, could you get a fully Java thread dump (killall -3 java) and post it here? View the original post :

[jboss-user] [JBoss Seam] - Re: Injecting an array of bytes

2008-01-15 Thread fady.matar
wrapping it up doesn't make sense the byte[] is a representation of an uploaded file View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120025#4120025 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4120025

[jboss-user] [JBoss Messaging] - Re: unable to choose a default cluster node for messaging

2008-01-15 Thread bodrin
OK, I see.. The bad thing is that : ... When running this way you will lose other benefits of JBoss Messaging like automatic failover and distributed destinations. ... But anyway I have to survive a cluster restarts also. So I suppose the only way to survive cluster restart even in the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Hibernate Version Conflict in EAR File

2008-01-15 Thread jaikiran
This configuration helps you configure a classloader for your application. This way you can use your own version of libraries (jars) instead of using the ones that are shipped in JBoss. More details can be found at : http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases

[jboss-user] [JBoss Seam] - Re: taghandler passing of action parameters ?

2008-01-15 Thread [EMAIL PROTECTED]
Try using code tags to make your post readable. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120037#4120037 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4120037 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: error while reading /WEB-INF/components.xml

2008-01-15 Thread Carl Pritchett
Hi, I have the same issue - eclipse with all JBossTools plugins 2.0.0.GA, JBoss AS 4.2.2.GA and seam 2.0.0.GA. I'm selecting Dynamic Web Project with Seam 2.0 (technology preview). Appeared to help when I added replaced the @jiniPattern@ with #{ejbName}/local in the component.xml Still won't

[jboss-user] [JBoss Seam] - Re: transaction:ejb-transaction / troubles

2008-01-15 Thread [EMAIL PROTECTED]
Try it on JBoss AS and post the stack trace, I'll see if I can spot anything :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120038#4120038 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4120038

[jboss-user] [EJB 3.0] - Exception in MDB

2008-01-15 Thread mwelss
jboss 4.2.2, messaging 1.4.0SP3, non-clustered The same application works fine with jboss 4.2.1 anonymous wrote : | 2008-01-15 11:42:35,076 ERROR [org.jboss.resource.adapter.jms.inflow.JmsServerSession] Unexpected error delivering message delegator-JBos |

[jboss-user] [JBoss Messaging] - Re: LocalTx, ClientTransaction leak?

2008-01-15 Thread ydzsidemiik
Much appreciated. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120045#4120045 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4120045 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Update exiting BLOB does not work

2008-01-15 Thread CarstenRudat
Hi all, I have a problem updating a existing or null BLOB. I run jboss-4.2.1.GA (all-config) with its EJB3 implementation and MySQL 5.x with mysql-connector-java-5.0.7-bin.jar-driver. I have an entity Signature with a unidirectional relationship to Image (which holds the BLOB): | public

[jboss-user] [JBossWS] - Re: underscore variables

2008-01-15 Thread mow
after looking for hours i decided to play it quick and dirty. im applying a patchfile everytime i generate the stubs to add the missing methods View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120062#4120062 Reply to the post :

[jboss-user] [JBoss Seam] - Re: error while reading /WEB-INF/components.xml

2008-01-15 Thread Carl Pritchett
Update (fixed) - relocating the jboss-seam-2.0.0.GA and jboss-4.2.2.GA to C:\ and regenerating the application from scratch works like a treat. Of course I had to recreate the server and remap the path to the seam runtimes. So root installs it is (though there seems to be some activity in JIRA

[jboss-user] [JBoss Seam] - Re: SWP and quartz propertie file

2008-01-15 Thread [EMAIL PROTECTED]
The same as its always was. Add the properties file. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120067#4120067 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4120067 ___

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: HIbernate Session Factory exception

2008-01-15 Thread Artec
no one ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120071#4120071 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4120071 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [Security JAAS/JBoss] - JAAS on JBoss very simple

2008-01-15 Thread kmalinow
Hi, Can you help me, describing or pointing any link, where I can find how step by step set up authentication on JBoss server? Thanks Krzysztof View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120069#4120069 Reply to the post :

[jboss-user] [JBossCache] - Re: JDBCCacheLoader bad performance when writing to DB

2008-01-15 Thread mircea.markus
please take a look at last comment on http://jira.jboss.org/jira/browse/JBCACHE-1261 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120064#4120064 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4120064

[jboss-user] [JBoss Tools (users)] - Spring IDE and JBoss Tools

2008-01-15 Thread speleomaniac
I can't access it. Is it included in JBoss Tools or it is a feature of the JBoss Developer Studio? Thx View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120055#4120055 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4120055

[jboss-user] [JBossCache] - Re: java.lang.NoSuchFieldError: TRACE

2008-01-15 Thread [EMAIL PROTECTED]
what version of log4j are you using? One that has trace level logging? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120051#4120051 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4120051

[jboss-user] [JBoss Messaging] - Re: Exception with EJB3 MDB strictmaxpool

2008-01-15 Thread ydzsidemiik
I experienced this problem in 1.4.0.GA due to JBMESSAGING-1159, but it went away after I hot-patched just that fix into the 1.4.0.GA jar. Maybe your maxSession is too high? Try sticking a @PoolClass(value=StrictMaxPool.class, maxSize=1024, timeout=1000) on your MDB. View the original post :

[jboss-user] [JBoss Messaging] - Re: unable to choose a default cluster node for messaging

2008-01-15 Thread timfox
bodrin wrote : OK, I see.. | | The bad thing is that : | | ... | When running this way you will lose other benefits of JBoss Messaging like automatic failover and distributed destinations. | | Well distributed destinations are meaningless anyway if you only have one active

[jboss-user] [JBossCache] - Re: What happens if number of buddies is 0 and Data Gravitat

2008-01-15 Thread [EMAIL PROTECTED]
yes, it will be achieved with gravitation. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120056#4120056 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4120056 ___ jboss-user

[jboss-user] [JBossCache] - Re: Query related to jboss cache transaction

2008-01-15 Thread [EMAIL PROTECTED]
No. A transaction will just scope locks on your local cache instance for the duration of the transaction. During the 2-phase commit (for sync replication) remote locks are acquired. If these cannot be acquired, the transaction fails and rolls back. View the original post :

[jboss-user] [JBoss Seam] - ui:define and injection

2008-01-15 Thread schlafsack
I've come up against a problem with using facelets templates and seam injection. I have the following two classes: | @Name(query) | @Scope(value = ScopeType.PAGE) | public class Query | { |... | } | | @Name(search) | @Scope(ScopeType.EVENT) | public class Search | {

[jboss-user] [JBossWS] - Jbossws 2.0.2 Java 6 client

2008-01-15 Thread ike
Hello, experts! I am using jbossws on JBossAS 4.2.2.GA and I managed to run it under Java 6 (I moved jaxb-api.jar, jboss-jaxrpc.jar, jboss-jaxws.jar and jboss-saaj.jar files to $JBOSS_HOME/lib/endorsed dir as it was mentioned in

[jboss-user] [JBoss jBPM] - Re: Problems with Forms

2008-01-15 Thread [EMAIL PROTECTED]
If you use the latest release of the designer (3.1.2) this should normally be fixed. Let me know if the problems persist. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120080#4120080 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: JAAS on JBoss very simple

2008-01-15 Thread mmoyses
Check the documentation: http://docs.jboss.org/jbossas/jboss4guide/r4/html/ch8.chapter.html#d0e18319 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120079#4120079 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4120079

  1   2   3   >