[jboss-user] [EJB 3.0] - Re: inject beans from a remote server with annotations

2009-06-24 Thread SunFire
Quite disappointing. :( But thanks for the info. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4239841#4239841 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4239841 ___

[jboss-user] [EJB 3.0] - inject beans from a remote server with annotations

2009-06-23 Thread SunFire
HI, I am looking for a way to inject EJB's from a remote server. Usually I would do something like this to handle the situation in code: | Properties properties = new Properties() | properties.put(Context.INITIAL_CONTEXT_FACTORY, org.jnp.interfaces.NamingContextFactory); |

[jboss-user] [JBossWS] - WebService behind LB/SSL Proxy

2008-05-19 Thread SunFire
Hi, I was wondering how I can configure the following scenario: We have a setup where 4 JBoss AS servers run behind a box acting as a LoadBalancer and a SSL Proxy. This means the public WSDL location is https://secure.domain.com/webservices/application?wsdl behind the LB it will then

[jboss-user] [JBossWS] - Re: WebService behind LB/SSL Proxy

2008-05-19 Thread SunFire
I meant change port 8080 to 433 of course. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4151770#4151770 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4151770 ___ jboss-user

[jboss-user] [JBossWS] - Re: WebService behind LB/SSL Proxy

2008-05-19 Thread SunFire
443... man I hate this you can't edit your posts policy! ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4151771#4151771 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4151771 ___

[jboss-user] [JBossWS] - Re: Changeing minOccurs possible?

2008-02-27 Thread SunFire
Ups, I meant SLSB not a SFSB. :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4132405#4132405 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4132405 ___ jboss-user mailing list

[jboss-user] [JBossWS] - Changeing minOccurs possible?

2008-02-26 Thread SunFire
I have a method like this: @WebMethod(operationName=GetBillingAccountRequest) | @WebResult(name=GetBillingAccountResponse) | public GetBillingAccountResponse getBillingAccount ( | @WebParam(name=GetBillingAccountRequest) GetBillingAccountRequest

[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 Seam] - Re: jbpm do not auto create database schema.

2008-01-14 Thread SunFire
If you want to create the schema even without process definitions present you can use a component like this: @BypassInterceptors | @Name(org.jboss.seam.bpm.jbpm.init) | @Startup(depends={org.jboss.seam.bpm.jbpm}) | @Install(dependencies=org.jboss.seam.bpm.jbpm) | public class

[jboss-user] [JBoss Seam] - Re: test enum values in EL expressions

2008-01-14 Thread SunFire
Now this is quite impressive. About 18 months have passed since I made the original post and now it is being answered. ;) Thanks a lot guys but since then I have figured out ways to get this done. But I do appreciate that it doesn't matter how old a post is, you can always keep up the hope to

[jboss-user] [JBoss Seam] - ClassNotFoundException: org.jboss.seam.security.SecurityFunc

2008-01-11 Thread SunFire
Hi there, I am stuck with a problem that I am unable to resolve. I am currently porting a Seam 1.2.1 app to run on JBAS 4.2.2.GA. Everything seems to run ok now but s:hasRole blows up all time time - no matter what I do. I found several references to this in the forum and on the net but nobody

[jboss-user] [JBoss Seam] - Re: Get context root (Application.xml)

2008-01-09 Thread SunFire
I assume with .xhtml you mean JSF. If so you can get the contextPath with #{facesContext.externalContext.requestContextPath} Hope this helps, Thorsten View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118374#4118374 Reply to the post :

[jboss-user] [JBoss Seam] - Page parameter propagation not working?

2008-01-07 Thread SunFire
Hi there, I have a page with a Gallery.page.xml looking like this: ?xml version=1.0 encoding=UTF-8? | page xmlns=http://jboss.com/products/seam/pages; | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; | xsi:schemaLocation=http://jboss.com/products/seam/pages

[jboss-user] [JBoss Seam] - Re: Page parameter propagation not working?

2008-01-07 Thread SunFire
btw: Seam version is 2.0.1.CR1 running on JBAS 4.2.2.GA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4117666#4117666 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4117666 ___

[jboss-user] [JBoss Seam] - Re: Page parameter propagation not working?

2008-01-07 Thread SunFire
Hm, then I guess this wording from the docs is a little bit misleading, no? anonymous wrote : The value is transparently propagated with any JSF form submission for the page with the given view id. Sounded to me as if it was supposed to work for POST's (JSF form submission) as well. View the

[jboss-user] [JBoss Seam] - Re: Page parameter propagation not working?

2008-01-07 Thread SunFire
I am confused now. :) So is it supposed to work or not? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4117679#4117679 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4117679 ___

[jboss-user] [JBoss Seam] - Re: Page parameter propagation not working?

2008-01-07 Thread SunFire
Yes, the JIRA issue Pete posted seems to be the one I am struggling with. :) I also just tried it without the file upload but only a null returning h:actionButton in the form with the same result as with the file upload. View the original post :

[jboss-user] [JBoss Seam] - Re: Possible to turn off validation for search value object

2007-12-26 Thread SunFire
Well this is what I though as well but the search panel generated by seam-gen as of 2.0.1.CR1 does already decorate the search fields with layout/display.xhtml and not layout/edit.xhtml. And in display.xhtml I do not see any validator wrappings so I am confused of where the validation is

[jboss-user] [JBoss Seam] - Possible to turn off validation for search value object in E

2007-12-25 Thread SunFire
I have a User class which has an email string field annotated with @NotNull @Email. I used seam-gen to generate everything for it. UserList, UserHome, etc. Now when I try to search for a username in the generated UserList.xhtml I get an error must be a well-formed email address. So I guess that

[jboss-user] [JBoss Tools (users)] - How to run the test cases?

2007-11-30 Thread SunFire
When I create a Seam EAR project there is also a ProjectName-test created. I also have created a sample action and the matching tests stubs have been created as well including the test-ng definition. How I am supposed to run the test now? I tried to just do a Run as... TestNG Suite after

[jboss-user] [JBoss Tools (users)] - Re: How to run the test cases?

2007-11-30 Thread SunFire
Hehe, fantastic... the only testing I am interested in is EAR... gotta love Murphy! ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109365#4109365 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109365

[jboss-user] [JBoss Tools (users)] - @Version annotated field editable in CRUD pages

2007-11-26 Thread SunFire
Hi there, I just filed bug http://jira.jboss.com/jira/browse/JBIDE-1369 in JIRA. When u press Seam Generate Entities and create them from existing entities the resulting CRUD pages will have fields annotated with @Version editable. I think this is a bug because. IMHO @Version fields should not

[jboss-user] [EJB 3.0] - Re: Why isn't @Predestory honored in @Stateless beans as wel

2007-10-30 Thread SunFire
+1 to change this (if possible without turning the everything upside down). And I don't say that because I think Bill did a bad job with his implementation. I am sure that from that point of view it is a very nice solution. But my point of view is just the one of an AS user and not of an AS

[jboss-user] [JBoss Tools (users)] - Re: Seam 2.0

2007-10-05 Thread SunFire
Will this be in beta4 or is there a JIRA task for that that I missed when looking for it? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092105#4092105 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092105

[jboss-user] [JBoss Seam] - s:message with details but without id

2007-07-17 Thread SunFire
I was wondering if there is a way in s:message to avoid rendering the component id. For example if I am using a decorator like this div class=entry |s:label styleClass=label #{invalid?'errors':''} | ui:insert name=label/ | s:span styleClass=required

[jboss-user] [JBoss Tools (users)] - Unable to start a JBAS 4.2.0.GA with JBossTools-200706300254

2007-06-30 Thread SunFire
I installed the Tools in a Eclipse Europa Release like it was mentioned in the Wiki and I also modified the feature.xml files like it was suggested in http://jira.jboss.org/jira/browse/JBIDE-500. Everything starts up and I see all the RHDS goodies. Now I create a new server for a 4.2.0.GA

[jboss-user] [JBoss Seam] - Re: DVD Store (Online) Demo it does not work

2007-05-15 Thread SunFire
I think he is referring to the DVD Store Online Demo at http://dvdstore.demo.jboss.com so I doubt that he will be able to provide information about the runtime environment. ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045887#4045887 Reply to the post :

[jboss-user] [JBoss Seam] - Re: jBPM integration question

2007-04-06 Thread SunFire
This one works well for me @Intercept(NEVER) | @Name(org.jboss.seam.core.jbpm.init) | @Startup(depends={org.jboss.seam.core.jbpm}) | @Install(dependencies=org.jboss.seam.core.jbpm) | public class JbpmInitializer extends Jbpm { | | private static final LogProvider log =

[jboss-user] [JBoss Seam] - Re: Yet another JBPM + Seam question

2007-04-05 Thread SunFire
Hm, Seam 1.2.1 ships with jPBM 3.1.4. Are you sure that it is supposed to run with 3.2 at all? There is a 3.2 integration task in JIRA scheduled for Seam 1.3. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034919#4034919 Reply to the post :

[jboss-user] [JBoss Seam] - jBPM upgrade plans?

2007-03-30 Thread SunFire
Hi there, just wanted to ask if you have any plans to switch Seam to jBPM version 3.2 any time soon or if you want to keep 3.1 for a while? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4033118#4033118 Reply to the post :

[jboss-user] [JBoss Seam] - Re: jBPM upgrade plans?

2007-03-30 Thread SunFire
Ah ok, thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4033296#4033296 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4033296 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: performance issues when using variables in business cont

2006-09-14 Thread SunFire
w, that did it. Thanks alot! Maybe put a little note into the docs that in some cases where you combine business context with lots of component calls in a JSF page is it highly recommended that SeamManagedTransactions are used since else the container will open up a whole lot of small