[jboss-user] [JBoss Seam] - Re: Can't get registration sample running on Glassfish

2007-07-08 Thread [EMAIL PROTECTED]
Great, good luck :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061825#4061825 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061825 ___ jboss-user mailing list jboss-user

[jboss-user] [JBoss Seam] - Re: Preserving querystring during redirect.captureCurrentVie

2007-07-08 Thread [EMAIL PROTECTED]
Yes, Seam page parameters are preserved. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061824#4061824 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061824 ___ jboss-user mai

[jboss-user] [JBoss Seam] - Re: bug in exception handling ?

2007-07-08 Thread [EMAIL PROTECTED]
What happens if you add to the exception handler? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061823#4061823 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061823 ___ jbos

[jboss-user] [JBoss Seam] - Re: Locale switch doesn't remove bundles from context

2007-07-08 Thread [EMAIL PROTECTED]
oops, fixed View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061822#4061822 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061822 ___ jboss-user mailing list jboss-user@lists.jb

[jboss-user] [JBoss Seam] - Re: Where is seam-gen getting

2007-07-08 Thread [EMAIL PROTECTED]
Its not hardcoded, its picking up the property set in the build.properties in your root seam dir. I've fixed in CVS. Until then, edit the other build.properties. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061821#4061821 Reply to the post : http://www.jb

[jboss-user] [JBoss Seam] - Re: Seam 2.0 is tightly coupled with Hibernate validator

2007-07-08 Thread [EMAIL PROTECTED]
Hibernate Validator now works with any JPA provider, check the docs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061820#4061820 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061820 __

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0 B1 & validateAll

2007-07-08 Thread [EMAIL PROTECTED]
You don't have an s:validate or s:validateAll, do you? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061819#4061819 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061819 ___

[jboss-user] [JBoss Seam] - Re: rich:tree with a simple s:link?!

2007-07-08 Thread mugwump
Sure, bute tkalactomo already did that (http://www.jboss.com/index.html?module=bb&op=viewtopic&t=112758 ) - and I cross-posted, because the richfaces-forum contains lots of unanswered questions: Looks like the richfaces-guys are hanging around in the seam-forum too often since seam-gen elected

[jboss-user] [Beginners Corner] - connection exception

2007-07-08 Thread raja_c
Hi I am new to jboss i deployed my mdb in the server and I am trying to access from my test application and getting the following error please help me to solve this problem. javax.naming.CommunicationException: Could not obtain connection to any of these urls: localhost: and discovery fail

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0 B1 & validateAll

2007-07-08 Thread FabBoco
Gavin, I still have something wrong. My bean has this method: | @Length(max=2) | public String getNome() | { | return nome; | } | When I submit the form and Nome is shorter then 2 everything works fine. If Nome is longer than 2 I get the following

[jboss-user] [Messaging, JMS & JBossMQ] - Monitoring new connections to a topic

2007-07-08 Thread chris05atm
Hello all! I have an application that will emit a certain JMS message to a topic when a client subscribes to the topic. I am trying to mimic this behavior in JBoss 4.2. I have gone over all of the FAQs, documentation, and wikis I could find but nothing seems to really answer this. I believe Int

[jboss-user] [EJB/JBoss] - Annotation Excepton durng Deployment

2007-07-08 Thread ashusri000
Hi All ... I am getting this exception while deploying an ear which contains a call to the entity bean from a session bean , does anybody have an idea where the things are going wrong : code: 09:44:13,765 WARN [ServiceController] Problem starting service jboss.j2ee:service=EJB3,modu

[jboss-user] [Management, JMX/JBoss] - Re: [deploymentinfo] and temporary files

2007-07-08 Thread jiten007
Re-Hot deployment isn't working I cann't delete files under /tmp/ directories beacause there are other application running. Can anybody help me? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061812#4061812 Reply to the post : http://www.j

[jboss-user] [JBoss Seam] - Re: Where is seam-gen getting

2007-07-08 Thread thejavafreak
I've created a JIRA issue here: http://jira.jboss.org/jira/browse/JBSEAM-1624 since it hasn't been listed yet in JIRA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061811#4061811 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [JBoss Seam] - bug in exception handling ?

2007-07-08 Thread lklm
Is there a bug in seam 1.2.1.GA after unhandled exception in backing bean method called from pageflow or am I not allowed to throw exceptions from pageflow ? I got a pageflow with a decision: | | | | | The method is a follows: | | public boolean action() | thro

[jboss-user] [JBoss Seam] - ICEfaces 1.6 is out.

2007-07-08 Thread [EMAIL PROTECTED]
ICEfaces 1.6 is out. Just a note to say ICEfaces 1.6 is out. Check out the updated component suite on http://www.icefaces.org. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061809#4061809 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [JBoss Seam] - Re: @In(required = false, value =

2007-07-08 Thread jazir1979
BTW- I'm using the workaround of looking up the components myself via the FacesContext ViewRoot in the methods that require it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061808#4061808 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [JBoss Seam] - Seam 2.0 is tightly coupled with Hibernate validator

2007-07-08 Thread thejavafreak
No offence, I think Hibernate validator is one great product. But does it need to be tightly integrated with Seam 2.0? Since in org.jboss.seam.core.validators, it's @Install(precedence=BUILT_IN) The issue is if user chooses not to use Hibernate as the persistence strategy or Hibernate validator

[jboss-user] [JBoss Seam] - Re: Problems with seam and icefaces (sending emails)

2007-07-08 Thread kosl
sorry the link isn't working http://www.mimuw.edu.pl/~barter/exampleear.zip This should be fine. At first it gives 403 error (don't know why) but when you try to go to this adress directly it works fine. Sorry for this inconvenience. Thx. again View the original post : http://www.jboss.com/in

[jboss-user] [JBoss Seam] - Re: @In(required = false, value =

2007-07-08 Thread jazir1979
It looks like this could be fixed with a very simple patch to org.jboss.seam.faces.UIComponent to catch the IllegalArgumentException and return null. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061805#4061805 Reply to the post : http://www.jboss.com/inde

[jboss-user] [JBoss Seam] - Re: Problems with seam and icefaces (sending emails)

2007-07-08 Thread kosl
Dear Pete, Thank you very much for your fast reaction. I've created an Jira issue http://jira.jboss.org/jira/browse/JBSEAM-1623. All you have to do now is download the mail example from the link below, configure the mail server in components.xml in WEB-INF and yous should be able to duplicate

[jboss-user] [JBoss Seam] - Re: Documentation issues

2007-07-08 Thread thejavafreak
Version: 2.0.0.Beta1 Chapter: 25 Sub chapter: 6 Configuring jBPM in Seam. Since Seam 2.0 uses jpdl 3.2.x, we need to add this element inside the jbpm-context element in jbpm.cfg.xml :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061803#4061803 Reply to

[jboss-user] [JBoss Seam] - @In(required = false, value =

2007-07-08 Thread jazir1979
Hi all, We have some code that uses the following: | @In(required = false, value = "#{uiComponent['XXX']}") | Some methods in our bean are called when component XXX does not exist in the ViewRoot, which is why we use required = false. However, this fails now in Seam 2, because the Sun RI

[jboss-user] [JBoss Seam] - Locale switch doesn't remove bundles from context

2007-07-08 Thread gena777
Hello, i think, to get the last changes on locale/bundles working, the line 68 in LocaleSelector.java should be changed from Contexts.removeFromAllContexts("org.jboss.seam.core.resourcebundle"); to Contexts.removeFromAllContexts("org.jboss.seam.core.resourceBundle"); Gena View the original po

[jboss-user] [JBoss AOP] - Can JBoss AOP do dynamic weaving on J2EE application?

2007-07-08 Thread vola
Hi all, I've just done "injboss" example of the tutorial. In this example, the weaving for the J2EE application happens at loadtime. And in the "dynamic AOP" example of the tutorial, I learned that JBoss can do dynamic weaving on normal JAVA application. So, my question is if JBoss AOP can do

[jboss-user] [JBoss Seam] - Re: Instance.hasRole()...

2007-07-08 Thread [EMAIL PROTECTED]
Calling addRole() when you are not authenticated yet puts the roles into a temporary list. They only become real roles once authentication is complete, which is why calling hasRole() in the authenticator method returns false. View the original post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss Tools (users)] - Servlet 2.5 support?

2007-07-08 Thread andrew.rw.robinson
I just installed the nightly tools (JBossTools-200706241629-nightly-ALL-linux-gtk.zip) and was re-adding JSF support to my project. When I am doing so, the servlet version drop down has 2.3 and 2.4. How can I get 2.5 support? View the original post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss Seam] - Re: Preserving querystring during redirect.captureCurrentVie

2007-07-08 Thread gena777
Try to use the page parameters in pages.xml: | | | | if you request "/edit_user.seam?userId=someId" , after login succeeded, you should be redirected to the page with userId set. Gena View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061794#4061794

[jboss-user] [JBoss Seam] - Re: Seam 2: is Spring integration totally broken?

2007-07-08 Thread przemjaskier
Update: removing scope="prototype" from Spring bean definition helped with infinite loop in EL resolver case. But instead I get some huge (houndreds/thousands of lines) stracktraces similiar to the one below. Note: test harness that do not have Seam-managed session works fine. Everything was wo

[jboss-user] [Beginners Corner] - Error Jboss whith jbuilder x enterprise

2007-07-08 Thread jmunoz67
I have configurated jbuilder with jboss-3.2.5, but to do make in jsp page this error me "jsp1.jsp": java.lang.NoClassDefFoundError: org/apache/jasper/JspC please help me View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061792#4061792 Reply to the post : http

[jboss-user] [JBoss jBPM] - Re: jBPM 3.2.1 jbpm-console with a different database

2007-07-08 Thread msandoz
ive added extra logging to the web server configuration and am seeing this: | 19:13:44,272 INFO [[localhost]] --- | 19:13:44,273 INFO [[localhost]] authType=FORM | 19:13:44,274 INFO [[localhost]] contentLength=-1

[jboss-user] [JBoss Seam] - Re: @Unwrap question

2007-07-08 Thread enzhao
Thanks to you all! :-) Regards, Ellen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061788#4061788 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061788 ___ jboss-user mail

[jboss-user] [JBoss Seam] - Re: best way of using application scope constants?

2007-07-08 Thread enzhao
Hi bkroeger, I am now having exactly the same problem like yours (got "failed to lazily initialize " since the entities in the list have their own collections and their collections would be implicitely modified in other stateful beans in my application, not from this dataStore bean...I got

[jboss-user] [JNDI/Naming/Network] - Re: ClassCastException with iiop

2007-07-08 Thread kathy90031
I have fixed my problem, here's the solution in case others are having problems. I had to use rmic.exe in the java runtime to generate the stub classes. I did this in eclipse by selecting Run > External Tools > External Tools from the File Menu I right clicked Program in the external tools dial

[jboss-user] [JBossWS] - Re: Accessing jaxws web service gives error complaining abou

2007-07-08 Thread rickcr
It didn't seem to matter how I tried to access the webservice - whether using the generated stubs, creating the service manually, or I even tried axis2 client stubs - I just had no luck when I tried to use the bean from the jmx console. Yet, if I used this client code from a servlet there wasn't

[jboss-user] [JBoss Tools (users)] - Wrong dependancy on JBossIDE JBossAS Adapter Feature (1.0.0

2007-07-08 Thread hurzeler
I just noticed that the nighly build insists on wst 1.1.0 (under software updates). Does anyone know how to get around this? It prevents me from installing other plugins. | JBossIDE JBossAS Adapter Feature (1.0.0.200707031655-nightly) requires plug-in "org.eclipse.wst.common.project.facet.co

[jboss-user] [JBoss Seam] - Re: @Factory annotation

2007-07-08 Thread enzhao
| List | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061783#4061783 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061783 ___ jboss-user mailing list jboss-user@lists

[jboss-user] [JBoss Seam] - Re: @Factory annotation

2007-07-08 Thread enzhao
I mean List. :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061782#4061782 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061782 ___ jboss-user mailing list jboss-user@lis

[jboss-user] [JBoss Seam] - Re: @Factory annotation

2007-07-08 Thread enzhao
maybe the code | int[] names= {"jim","john","tom","mick","bodger","badger"}; | should be like | String[] names= {"jim","john","tom","mick","bodger","badger"}; | And the int[] type in your first method is a bit tricky if you want to do null testI would like to use the Integer[] or

[jboss-user] [JBoss Seam] - Re: seam2.0beta : tests fail with jdk1.6

2007-07-08 Thread enzhao
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=111930 You can download my patch, compile it (that class requires no other dependency than the jdk), swap out the same class in the jboss-embedded-all.jar. Regards, Ellen View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [EJB 3.0] - Re: ejb 3.0 SFSB timeouts

2007-07-08 Thread mark1.szymczak
Dear forum, I think that I can almost answer my own question. Looks like removal support was added with EJBTHREE-904 with removalTimeout on the @CacheConfig annotation. Looks like its only available in 4.2.0.GA ;-). Another question that I have is : Is it possible to know via the JMX conso

[jboss-user] [JBoss jBPM] - Re: jBPM 3.2.1 jbpm-console with a different database

2007-07-08 Thread msandoz
ive had similar issues now on redhat, windows XP and Vista. i havent had any issues with permissions that ive been able to detect as yet. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061778#4061778 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Seam] - Re: @Factory annotation

2007-07-08 Thread harpritt
nice one pete you rock View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061777#4061777 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061777 ___ jboss-user mailing list jboss-u

[jboss-user] [JBoss Seam] - Re: Problems with seam and icefaces (sending emails)

2007-07-08 Thread [EMAIL PROTECTED]
If you can create a *really simple* test case just showing this issue which deploys to a clean install of JBoss AS then I can take a look. As this is icesfaces, I'll need all the libs - put it up on the net and I'll download it. Create a JIRA issue to track. View the original post : http://ww

[jboss-user] [JBoss Seam] - Problems with seam and icefaces (sending emails)

2007-07-08 Thread kosl
Dear All, I was very happy to see that there is a new version of icefaces released (1.6). In the release notes it says that it is "fully integrated" with seam 1.2.1 GA, That's why on friday I've moved my project from seam 1.2.0path1 to this version and icefaces (1.6) unfortunatelly there are so

[jboss-user] [JBoss Seam] - Re: Where is seam-gen getting

2007-07-08 Thread damianharvey
I get the same thing. The path to JBoss Server path in build.properties would appear to be hardcoded to '/Applications/jboss-4.2.0.GA' View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061774#4061774 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Seam] - Re: @Factory annotation

2007-07-08 Thread [EMAIL PROTECTED]
It should work just fine like this, or in a SLSB. Sounds like its working now anyway. Post back if you have more problems. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061773#4061773 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [JBoss Seam] - Re: Where is seam-gen getting

2007-07-08 Thread ejbengine
Could this be a bug? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061772#4061772 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061772 ___ jboss-user mailing list jboss-user

[jboss-user] [JBoss Seam] - Re: Seam 2: is Spring integration totally broken?

2007-07-08 Thread przemjaskier
Correction to point 2.3: Seam enters infinite loop AFTER HTTP REQUEST. It deploys normally. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061771#4061771 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061771 __

[jboss-user] [JBoss Seam] - Seam 2: is Spring integration totally broken?

2007-07-08 Thread przemjaskier
Env: Tomcat 6.0.13, Spring 2.0.6, Seam CVS snapshot 08-07-2007. Task: I try to get Seam-managed hibernate session to work. Datasource and HibernateSessionFactory are wired by Spring. Then I want to get to that factory from within components.xml, to enable Seam-managed session. I tried both ways

[jboss-user] [JBoss Portal] - Re: RichFaces : sample for ajax jsf portlet provided

2007-07-08 Thread Antoine_h
Hello, JBoss AS 4.0.5GA or 4.2.0GA or 5 beta? about JBoss AS, I don't remember where, but I read something saying that their would be some problems with 4.2.0 (unfortunately !). look at the wiki... may be you'll find about this. I think it is about JSF and things that are newly organized with the

[jboss-user] [JBossWS] - Re: setHeader and setServerURL, using javax.xml.ws.Service?

2007-07-08 Thread palin
Hi, first of all consider upgrading to 2.0.GA. To change the web service address dynamically for a request, you might do something like ((BindingProvider)proxy).getRequestContext().put(BindingProvider.ENDPOINT_ADDRESS_PROPERTY, "..."); Bye Alessio Soldano http://www.javalinux.it View the origin

[jboss-user] [JBoss Seam] - Re: @Factory annotation

2007-07-08 Thread harpritt
Hi Pete I was trying to do this... below the only difference between this and what i actually did was that my multiple @Factory annotations were in a stateless session bean I was calling all 3 from a single UI page. The crappy problem i had was that only one of the 3 @Factory variables got

[jboss-user] [JBoss Seam] - Re: @Factory annotation

2007-07-08 Thread harpritt
That is some VERY cool stuff! especially the in components.xml ... im going to look up to see if i can use an XML file to populate the entity rather than a ejbql query VERY VERY FLIPPING COOL I LOVE THIS STUFF View the original post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Seam] - Re: s:selectItems changes in 2.0.0BETA1?

2007-07-08 Thread harpritt
. sorry i seem to have posted on the wrong board View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061764#4061764 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061764 ___ jb

[jboss-user] [JBossWS] - Re: advice needed

2007-07-08 Thread palin
You should check the content type in your http requests. Valid content types are text/xml(soap1.1) and application/soap+xml (soap1.2) Bye Alessio Soldano http://www.javalinux.it View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061763#4061763 Reply to the post :

[jboss-user] [JBoss Seam] - itex barcode

2007-07-08 Thread nelsonfg
Hi, The tag doesn't implement the barCode UCC/EAN 128; the iText version 2.0.4 implements this barCode; it would be possible that the tag implements that barCode in the next seam version. Bucaramanga, Colombia View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[jboss-user] [JBoss Seam] - Re: s:selectItems changes in 2.0.0BETA1?

2007-07-08 Thread harpritt
That is some VERY cool stuff! especially the in components.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061761#4061761 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061761 __

[jboss-user] [Remoting] - ejb3 and NO_THROW_ON_ERROR, how can it be set.

2007-07-08 Thread rino_salvade
We would like to use ejb3 with http. So far things work fine but we get a problem with exceptions. The problem is that we would like to use the same code to connect with http and rmi. This can be done with the proper configuration on the server side. In the http case we get WebServerException wh

[jboss-user] [JBoss Seam] - Re: @Factory annotation

2007-07-08 Thread [EMAIL PROTECTED]
Post what you are trying to do with @Factory, then I can tell you what is wrong :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061759#4061759 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061759 ___

[jboss-user] [JBossWS] - Re: Accessing jaxws web service gives error complaining abou

2007-07-08 Thread palin
"rickcr" wrote : For now, I'm just trying to test this from a client running on the same server, so I thought I'd only need the generated Service stub. | ... | What I don't even get is why it's complaining about not being able to find: | net.learntechnology.sample.ejb.slsb.jaxws.ProcessSpec

[jboss-user] [JBoss Seam] - Re: @Factory annotation

2007-07-08 Thread harpritt
Cheers man ill give it a look Any idea about the use of multiple @factory annotations in a stateless bean? Cheers again Pete View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061756#4061756 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [JBoss Seam] - Re: using LDAP with Seam security framework

2007-07-08 Thread fhh
It just works(tm). All you have to do is to create a JAAS domain. See http://wiki.jboss.org/wiki/Wiki.jsp?page=LdapLoginModule. Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061755#4061755 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBossWS] - Re: Problem Accessing Web Service

2007-07-08 Thread palin
I'd check the deployment; are client and server side sharing classes? JBossWS stack throws that exception when it can't find @WebService annotation on the specified SEI, thus I suspect the class it's checking for annotation is not what you think it should be (classloading issue?) Bye Alessio Sol

[jboss-user] [EJB 3.0] - Stateful Bean and Ressource Injection

2007-07-08 Thread jmmatrat
Hello, I need a stateful bean that can access a JMS queue. So I use the @Ressource to map to the connection factory and the queue. Untill there everything is OK. But during the passivation the connection factory can not be serialized. Does this mean that I can not use injection into a stateful b

[jboss-user] [JBossWS] - Re: Unsupported content type: application/x-www-form-urlenco

2007-07-08 Thread palin
MessageFactoryImpl is throwing that exception since it only supports text/xml and application/soap+xml content types. I'd suggest to check your ajax client's requests. Alessio Soldano http://www.javalinux.it View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061

[jboss-user] [JBoss jBPM] - Re: jBPM 3.2.1 jbpm-console with a different database

2007-07-08 Thread fady.matar
It looks like you're having a problem at the OS level. Most probably a file permission issue. What OS are you using? In case you're using Linux make sure you set the proper permission for your files View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061750#406175

[jboss-user] [JBoss Seam] - Preserving querystring during redirect.captureCurrentView()

2007-07-08 Thread monkeyden
Is there a way to preserve the querystring during redirect.captureCurrentView()? I have a requirement which states that some screen elements are to be displayed when the user is logged in, otherwise, display a login link. This page has querystring parameters which need to be preserved after t

[jboss-user] [JBoss Seam] - Re: seam s:link fetchs list multiple times. big error !

2007-07-08 Thread bulloncito
anonymous wrote : It doesn't cache the result of a valuebinding. .. then why | | | id | #{region.id} | | | #{messages.region_name_label} | #{region.name} | | | ... does not make extra fetchs

[jboss-user] [JBoss Seam] - Seam securityand servlets

2007-07-08 Thread nico.ben
Hi! My seam app is called by http://myapp:8080/ I need to require login if calling a servlet like http://myapp:8080/servlet? I tried different syntaxes in pages.xml: | | | | ... | | /run and /run/* don't work. Could you suggest me the right way to do that,

[jboss-user] [JBoss Seam] - Re: Identity.hasRole()...

2007-07-08 Thread garypinkham
first I realized the subject said Instance.hasRole() in stead of Identity. That was just a typo in the forum by me. So I have followed all the instructions and I can't seem to find where I'm going wrong.. It's basic security no drools. Seamgen created the components.xml with a basic droo

[jboss-user] [JBoss Seam] - Re: @Asynchronous @Observer - Poll & raising

2007-07-08 Thread pdepaepe
"getComputeSessionVisus" is not properly raised by the asynchronous method "processGetComputes" through "events.raiseTransactionSuccessEvent("flushComputeSessionVisus");" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061743#4061743 Reply to the post : http

[jboss-user] [JBoss Seam] - Re: java.lang.NoClassDefFoundError: javax/el/ELContext

2007-07-08 Thread [EMAIL PROTECTED]
Yes - Seam2 is targeted at JBoss AS 4.2.0.GA - if you are starting out, and can run 4.2.0.GA then you should. Otherwise the docs contain instructions for using Seam with 4.0.5.GA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061742#4061742 Reply to the pos

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss failing to start with Wrong database file version

2007-07-08 Thread PeterJ
When you shutdown the app server, Hypersonic creates two files in the server/xxx/data/hypersonic directory (where xxx is the configuration name, such as 'default'). It would appear that one or both of those files has been corrupted. You can remove that directory and the app server should start

[jboss-user] [JBoss Seam] - Re: java.lang.NoClassDefFoundError: javax/el/ELContext

2007-07-08 Thread ejbengine
"[EMAIL PROTECTED]" wrote : You've followed the guide for deploying Seam2 apps to JBoss 4.0.5.GA and copied the needed jars to the AS? About two months ago I built a prototype for an app using Seam1 and then didn't need to manually copy any jars to JBoss 4.0.5GA.I guess things have changed the

[jboss-user] [JBoss jBPM] - jBPM 3.2.1 jbpm-console with a different database

2007-07-08 Thread msandoz
i started off trying to customize JBoss AS to use jbpm but after a lot of unsuccessful fiddling, i decided to minimize the variables in the installation and use the installation included in the jbpm-jpdl-3.2.1 bundle. the only change i wanted to make was to change the database. I've read the ma

[jboss-user] [JBoss Seam] - Re: java.lang.NoClassDefFoundError: javax/el/ELContext

2007-07-08 Thread [EMAIL PROTECTED]
You've followed the guide for deploying Seam2 apps to JBoss 4.0.5.GA and copied the needed jars to the AS? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061738#4061738 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=406

[jboss-user] [JBoss Seam] - Re: java.lang.NoClassDefFoundError: javax/el/ELContext

2007-07-08 Thread ejbengine
Seam version : jboss-seam-2.0.0.BETA1 JBoss version : jboss-4.0.5.GA The startup log for Seam (from when it says welcome to Seam): 16:35:53,724 INFO [ServletContextListener] Welcome to Seam 2.0.0.BETA1 | 16:35:53,740 INFO [Scanner] scanning: /C:/jboss-4.0.5.GA/server/default/./deploy/shoppi

[jboss-user] [JBossWS] - (HTTPS + Basic HTTP Authorization + Proxy Server) and Webser

2007-07-08 Thread VishalPai
Hi, I have created the same simple hello web service following the same steps as mentioned in the JBOSS chapter 12 document (http://docs.jboss.org/jbossas/jboss4guide/r2/html/ch12.html). JBOSS version: JBoss [Zion] 4.0.5.GA (build: CVSTag=Branch_4_0 date=200610162339. JBOSSWS version: jbossw

[jboss-user] [JBoss Seam] - Re: Can't get registration sample running on Glassfish

2007-07-08 Thread vimalkansal
Thanks Gavin. I finally got it going on Glassfish. I just needed to read the reference manual a bit more seriously and it helped a lot. But now I am beginning to get a feel of it and I must admit that Seam seem seams to be the most innovative framework that I have ever worked! Thanks Vimal Vi

[jboss-user] [JBoss Portal] - Re: numbering of portlet instances in management portlet use

2007-07-08 Thread [EMAIL PROTECTED]
Thanks for the report ! I will create the Jira task for it. Can you confirm that it happens on 2.6.0.GA ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061734#4061734 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=406

[jboss-user] [JBoss Seam] - Re: ClassCastException - FullTextHibernateSessionProxy

2007-07-08 Thread azalea
Hi, I added hibernate-search.jar in my ear. Now my seam app works well :) Thanks a lot. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061733#4061733 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061733

[jboss-user] [JBoss Portal] - numbering of portlet instances in management portlet uses ne

2007-07-08 Thread PMN
small issue with management portlet, portlet instances tab the numbering uses negative number, it goes 0,20,40,60,80,100,120,-116,-96,-76,-56,36,-16,4,24 etc... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061731#4061731 Reply to the post : http://www.

[jboss-user] [JBoss Seam] - Re: ClassCastException - FullTextHibernateSessionProxy

2007-07-08 Thread azalea
Hi, I tested with new Seam CVS. The previous code worked well in integrating testing environment(ant test), but the diffrent ClassCastException was thrown in JBoss AS 4.2.0. | Caused by java.lang.ClassCastException with message: "org.hibernate.search.impl.FullTextSessionImpl" | | org.jbo

[jboss-user] [JBoss Seam] - Re: Prevent binding of attributes during update phase

2007-07-08 Thread mreuvers
Hi Gavin, Thanks for your reply as well. I will have a look to what you suggested too. Yeah, I never meant to use JS - just as a simple example of how to spoof something. :) Martijn View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061729#4061729 Reply to the

[jboss-user] [JBoss Seam] - Re: converter and dropdowns

2007-07-08 Thread leeovan
no when i debug it goes into the get method as the page renders but when i change the value it does not call the set.. cant see any messages. | | | | | | | | |

[jboss-user] [JBoss Seam] - Re: converter and dropdowns

2007-07-08 Thread [EMAIL PROTECTED]
So the problem is that the setter doesn't get called? Use your debugger to check. Do you get any JSF error messges from h:mesasges? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061727#4061727 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: war classloader

2007-07-08 Thread stoilv
It seems that I found a way: WEB-INF/jboss-web.xml has to contain: | | test:loader=unique-archive-name | | However now I have: anonymous wrote : | java.lang.NoClassDefFoundError: javax/servlet/ServletConfig | at com.sun.xml.ws.transport.http.s

[jboss-user] [JBoss Seam] - Re: Seam2 Beta s:formattedText bug?

2007-07-08 Thread [EMAIL PROTECTED]
Yes, the ResponseWriter could be nicer here ;) But I think its reasonable for it to not blow up like this. Fixed in CVS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061725#4061725 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [JBoss Seam] - Re: Class type issue

2007-07-08 Thread [EMAIL PROTECTED]
I would guess this is Hibernate using proxies to support lazy fetching. Take a look at Seam.getEntityClass for how we deal with this in Seam (its a very simple deproxy). You could wrap this up in a facelets function... View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [JBoss Portal] - Re: How to access in code to the Window Properties map in do

2007-07-08 Thread [EMAIL PROTECTED]
When people make the effort to answer other people, you just don't make fun of them. If you are not satisfied by the level of the answers on the forum, you can request professional support, that's why it exists. No harm done, but please don't refrain people from trying to help, they have nothi

[jboss-user] [JBoss Seam] - Re: java.lang.NoClassDefFoundError: javax/el/ELContext

2007-07-08 Thread [EMAIL PROTECTED]
Which version of Seam, which version of JBoss, the startup log for Seam (from when it says welcome to Seam), the whole stack trace, please use [ code ] tags. The output of ls -R to show the contents of the deployed archives. View the original post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Seam] - Re: @DataModel problem

2007-07-08 Thread [EMAIL PROTECTED]
Post the whole stack trace View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061721#4061721 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061721 ___ jboss-user mailing list jbos

[jboss-user] [JBoss Seam] - Re: converter and dropdowns

2007-07-08 Thread leeovan
| | @Name("jobManagerHome") | public class JobManagerHome extends EntityHome { | | | private int MODE = 0; | | public static final int jobDetailMode = 1; | public static final int tankeringMode = 2; | public static final int jettingMode = 3;

[jboss-user] [JBoss Seam] - Re: JSFC with custom converters?

2007-07-08 Thread [EMAIL PROTECTED]
Ask this on the facelets list. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061719#4061719 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061719 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Attribute display

2007-07-08 Thread [EMAIL PROTECTED]
Try #{messages['gender.'foo.gender]} I can't remember if it works. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061718#4061718 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061718 _

[jboss-user] [JBoss Seam] - using LDAP with Seam security framework

2007-07-08 Thread fzaker
Hi, According to section 20.1 of book "JBoss Seam Simplicity and Power Beyond Java" somebody could use an LDAP server for authentication needs. I am wondering if anybody has used an LDAP server with Seam security framework, and if can he/she give me an example. By the way, which open-source LDAP

[jboss-user] [JBoss Seam] - Re: question on injection with multiple forms

2007-07-08 Thread [EMAIL PROTECTED]
You have got some variable naming (captitalisation) issues in there for a start. Do you have a factory or component for property? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061716#4061716 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [EJB 3.0] - design scenario, session bean usage

2007-07-08 Thread [EMAIL PROTECTED]
Hi, Using swing client talks to ejb 3 server. The swing UI consists of 2 major panels: menu tree nodes panel and content panel, which display the detail for the selected sub menu nodes. The server provides ex. 3 tpyes of services (thus the swing UI has 3 sub menu), using session bean talks wit

[jboss-user] [JBoss Seam] - Re: Getting objects from conversation in a custom PhaseListe

2007-07-08 Thread [EMAIL PROTECTED]
It's probably better to do this in a servlet - take a look at the org.jboss.seam.ui.resource.StyleResource. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061714#4061714 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40

  1   2   >