[jboss-user] [JBoss Seam] - Re: Seam+Trinidad Table+h:commandLink+DataModelSelection

2008-01-29 Thread [EMAIL PROTECTED]
Ask on the Trinidad list. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124354#4124354 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4124354 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: different behaviour when clicking on a button or using e

2008-01-29 Thread piotr.walczyszyn
Thank you, I found it but unfortunetly it only works with buttons (h:commandButton etc) and what I'm looking for is a solution that will work with h:commandLink also. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124355#4124355 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Testing with Seam managed Hibernate sessions

2008-01-29 Thread hubaghdadi
Yes, I can do integration tests but I want to know too how to do unit tests. It will be great if you guide me how to do it. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124357#4124357 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Internal Architecture of Seam Design and Source Code

2008-01-29 Thread [EMAIL PROTECTED]
The SVN repository. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124363#4124363 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4124363 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: NPE in Param.validateConvertedValue

2008-01-29 Thread pgmjsd
[EMAIL PROTECTED] wrote : param name=windowType value=#{windowType}/ | | isn't really valid in pages.xml's params - it needs to be #{window.type} - resolvable in both directions. | | But file a bug, an NPE there isn't nice! Thanks I'll file it. BTW, I found the JS memory leak in seam

[jboss-user] [EJB 3.0] - How to use SecurityManager attribute on EJB 3.0 MDB

2008-01-29 Thread 10takashi
Hello there, My name is Takashi. Currently I'm searching the solution for the title. In conclusion, I want to know the way how to define Anotation for this attribute. (@ActivationConfigProperty(propertyName) First I'm describing my environment. -- The host that has

[jboss-user] [JBoss Seam] - Re: Seam 2.0.1.CR2 seam-gen does not create a deployable pro

2008-01-29 Thread jsimone
yes, I ran seam setup. It all looks ok to me. Here it is ... #Generated by seam setup #Fri Jan 25 11:38:24 EST 2008 hibernate.connection.password=kramerica workspace.home=/dev/ws/seam model.package=com.e2msystems.model

[jboss-user] [JBoss Tools (users)] - Re: code completion not working

2008-01-29 Thread rodrigotico
Thanks for the answers Max, yes the entity has @Name and @Entity. When I open my old projects on this new plataform (eclipse 3.3.1.1 with wtp jboss tools 2.0.0.GA) the content assist doesn't work. Last year I was using a RichFaces-VPE from a nightly build (21.07.2007), when I run this old

[jboss-user] [JBoss Portal] - Re: JBOSS Portal on 64-bit Linux Operating system.

2008-01-29 Thread PeterJ
Yes you can if you have a suitable JVM (the one that comes with most Linux distros doesn't work), such as the JVM from Sun. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124504#4124504 Reply to the post :

[jboss-user] [JBoss Seam] - Re: pojoCache is not injected with latest build from SVN

2008-01-29 Thread [EMAIL PROTECTED]
I've reverted the bad commit I made. Try now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124399#4124399 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4124399 ___ jboss-user

[jboss-user] [JBoss Tools (users)] - Use the JBoss deployer with different IDE

2008-01-29 Thread amitev
Hi all. In the current project i'm forced to use the WebSphere IDE because the source code is tied to the IDE. I would like to use the jboss tools builder/deployer to deploy the project to JBoss AS (i want to use the hot deployment stuff). The latest version of websphere comes with eclipse

[jboss-user] [EJB 3.0] - Re: traversing through result

2008-01-29 Thread gerch
ok i get the part of perhaps saying: for (int i = 0; i maxSize; i = i+ 10){ | |q.setFirstResult(i); |q.setMaxResults(10); | } but how do i find out the max rows ? do i need to do a count statement before that ? View the original post :

[jboss-user] [JBoss jBPM] - Re: BPEL Problem

2008-01-29 Thread danesharman
Dear Alejandro thanks a lot! the problem was solved Sincerely, Arman View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124409#4124409 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4124409

[jboss-user] [JBoss Seam] - Re: Seam 2.x, Webservice Security

2008-01-29 Thread [EMAIL PROTECTED]
I just tested this by putting a @Restrict in the seamBay example in AuctionService.listCategories() then calling the web service via the test page in the seam-bay app. @WebMethod @Restrict(#{s:hasRole('admin')}) |public Category[] listCategories() This successfully returned the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: LinkageError... and yet everything seems fine

2008-01-29 Thread jaikiran
Well, that's the reason! Looks like some of the classes are being loaded from JBoss's jar (the one from server/default/lib) and some from your application's package. I would suggest, enabling classloader scoping for your EAR, which should solve this problem. Just add a jboss-app.xml file in

[jboss-user] [JBoss Portal] - Portlet window size

2008-01-29 Thread HerQpapa
Hi! Sorry if this question has been posted before. I tried several searches but could not find any related topic. So, my problem: I am using a Sun's JSF RI and jsf-portlet bridge on jboss-portal-2.6.2.GA. I need to find out the actual size of the portlet's window. In the window I display a

[jboss-user] [EJB 3.0] - @Embedded objects within inheritance-strategy

2008-01-29 Thread hamtho2
Hi, I have the problem, that when I use an @Embedded object within my inheritance-strategy, the entities will not be fetched correctly. When I change the annotation to @Transient, all corresponding entities are fetched correctly. This is an example of my class structure: | @Entity |

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBoss startup time.

2008-01-29 Thread lost.city.of.macondo
Hi. While JBoss 4.2.0 starts during around 40 seconds, JBoss 5 beta 3 starts during around 3 minutes. This poses a set of questions: 1. Is everyone having same troubles as I do? 2. If yes, does it mean that JBoss turned into a heavy server? 3. (Shouldn't be there) Does JBoss 5 beta 3 support

[jboss-user] [Beginners Corner] - Re: JBoss starts but no access

2008-01-29 Thread NSchweig
Hi PeterJ thanks for the answer. It is very strange: I allowed java.exe to use every port it wanted. Another question was not coming up. I think I´ll test Zone Alarm. At the moment the windows firewall is running...brr. Not very good. See you at the next problem coming soon;-) Nicole

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem running Jboss 4.2.0 - Centos 5 OS

2008-01-29 Thread fmi2
Hi Peter, thank you. I have been trouble shooting with a colleague from the lead you gave me and apparently JBoss needs to check that the system's hostname is locally resolvable... http://www.tortoiseandachilles.com/2007/09/clustering-jboss-42-on-ubuntu-704.html (Solving the 'Caused by:

[jboss-user] [JBoss Seam] - Re: working with a dynamically sized Datamodel with JSF/SEAM

2008-01-29 Thread wachtda
hi asookazian do you already ported your example to seam? it would be ver usefull for me if you can give me your example of the seam-implementation. greetings daniel View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124471#4124471 Reply to the post :

[jboss-user] [JBoss Portal] - Re: How can I change default URL after login to portal?

2008-01-29 Thread rohit000
Here is a easy work around I can think of however not sure whether that is the right way to do. In the portal you can have 2 subportals - 1. FirstPage and 2. TheRealPortal (the actual one). The FirstPage portal is set as default portal. So all people will see it. But when a valid user logs in

[jboss-user] [EJB 3.0] - traversing through result

2008-01-29 Thread gerch
Hi i have been looking for quite some while now for a solution to this problem. I have a table in my oracle database which has 2.000.000 (yes 2 million rows) and i need to process them one after the other we are using ejb 3.0 and if just try public ListPerson getList() | { |

[jboss-user] [JBoss Tools (users)] - J2ee module dependency and seam EAR project problem

2008-01-29 Thread wiggy
I have jboss tools 2.0 installed. I create a seam project EAR build for me. I can get the app to work - however when i go to the xxx-ejb and xxx (war file) and check edit the project properties - it tells me that the j2ee module depenencies arent working the currently displayed page

[jboss-user] [EJB 3.0] - Re: traversing through result

2008-01-29 Thread [EMAIL PROTECTED]
Yours is a typical use-case for paging: http://java.sun.com/javaee/5/docs/api/javax/persistence/Query.html setFirstResults: http://java.sun.com/javaee/5/docs/api/javax/persistence/Query.html#setFirstResult(int) setMaxResults:

[jboss-user] [Clustering/JBoss] - Re: graceful shutdown one JBoss instance in cluster environm

2008-01-29 Thread [EMAIL PROTECTED]
If you are using mod_jk you can disable a worker. If a worker is disabled, mod_jk will route requests for existing sessions to it, but will not route requests for new sessions (unless there are no non-disabled workers available). http://tomcat.apache.org/connectors-doc/reference/workers.html

[jboss-user] [Beginners Corner] - Re: JBoss 4.0.5GA Not including .jars for EJB3.0

2008-01-29 Thread JAWaslo
PeterJ wrote : If you are new to JBossAS and trying to use EJB3, you really should be running 4.2.x - it has EJB3 support built in. With 4.0.5 you have to add it in (which I assume you didn't due to lack of jars). That was my original inclination. However, we are forced to use a middleware

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss startup time.

2008-01-29 Thread lost.city.of.macondo
Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124527#4124527 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4124527 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - getting ADsPath via Seam identity object

2008-01-29 Thread asookazian
is this possible? (not very proficient with AD, so not sure what it's called exactly - JNDI/LDAP node path to a user or group??) how to extract the following info from the Seam identity object or do we have to use JNDI/LDAP query to do that based on username only? example:

[jboss-user] [JBoss jBPM] - How to connfig sub-processes in 3.2.GA correctly

2008-01-29 Thread inxaoc
Hi! Please somebody gives for users right information about correct configuration for working with sub-processes. In docs this information very briefly! I get the following exception: org.jbpm.JbpmException: can't create a process instance when processDefinition is null |

Re: [jboss-user] [JBoss Tools (users)] - J2ee module dependency and seam EAR project problem

2008-01-29 Thread Stephen Davidson
Hi. I am getting this on Non-Seam projects as well. For building my Ears, I just went back to command line Ant. -Steve wiggy wrote: I have jboss tools 2.0 installed. I create a seam project EAR build for me. I can get the app to work - however when i go to the xxx-ejb and xxx (war file)

[jboss-user] [JBoss Seam] - Re: Supporting multiple message bundle?

2008-01-29 Thread chrisrippe
It may be the location or name of your resource bundle In faces-config.xml you need to define your default local application | ... | locale-config | default-localeen/default-locale | /locale-config | ... | /application | and in this scenerio you need to name your file

[jboss-user] [JBoss Seam] - Re: Supporting multiple message bundle?

2008-01-29 Thread tonylmai
Uggg, Sorry folks. I failed to modify the build.xml file to deploy the new bundle file. The whole time the message was right in front of me saying that it could not find the resource bundle. Should have taken it exactly the way it said. Duh. Thanks -Tony View the original post :

[jboss-user] [JBoss Seam] - Re: Supporting multiple message bundle?

2008-01-29 Thread msystems
Why not: | core:resource-loader | core:bundle-names | valuebrokerage/value | valuebundle2/value | valuebundle3/value | /core:bundle-names | /core:resource-loader | and you don't need (with above example) |

[jboss-user] [JBoss/Spring Integration] - Re: Deployment failure : INIT_WAITING_DEPLOYER

2008-01-29 Thread jdbertron
It would be nice if you explained what was wrong in that file and how you fixed it. Otherwise it's not much help to others. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124576#4124576 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Portlet Security Constraints

2008-01-29 Thread dvanwest
Sorry, fat fingered something and it posted before I was done! So the example is from the portlet-instances.xml. The role is defined for the portal and it is the correct name (not the description). What am I missing? View the original post :

[jboss-user] [EJB 3.0] - Re: transaction closed ... guess timeout problem

2008-01-29 Thread gerch
the above error is weird and just happend once now... this is the standard error that i get: 15:42:31,784 INFO [Server] JBoss (MX MicroKernel) [4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=200710221139)] Started in 1m:609ms | 15:47:39,316 WARN [arjLoggerI18N]

[jboss-user] [JBoss Portal] - Re: Portlet Security Constraints

2008-01-29 Thread dvanwest
Both posts you reference seem to deal with pages rather than portlets. I assume they should work in a similar manner... correct. Your comment about things not working via the descriptor files if the database already has been initialized is interesting. Maybe it is the root issue here?

[jboss-user] [Installation, Configuration DEPLOYMENT] - J2EE version

2008-01-29 Thread intel3
I am using JBoss 4.o.4 GA. How do i configure the compiling level to J2EE 1.5 from 1.4? Thank you View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124580#4124580 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4124580

[jboss-user] [JBoss Seam] - Re: Error: SessionBeanInterceptor.postConstruct

2008-01-29 Thread reind
Pete, That was it, we were using another 3rd party jar that I didnt mention that, for some reason, had it's own javax.interc eptor.InvocationContext.class that was getting loaded first. Works now. Thanks so much for your help. View the original post :

[jboss-user] [JBoss Portal] - Re: ESB to use with Jboss Portal 2.6.3 ...

2008-01-29 Thread rohit000
Thanks a lot Swist for sharing your experience. Regards, Sourav View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124567#4124567 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4124567

[jboss-user] [JBoss Portal] - Portlet Security Constraints

2008-01-29 Thread dvanwest
Running portal 2.6.3. We're trying to configure a portlet instance to be displayed for only one set of folks. I've looked at the portal reference guide section 6.2.2 and I've tried various things to get the security constraints to work via the descriptors, but have not yet found the magic

[jboss-user] [JBoss Seam] - Re: Supporting multiple message bundle?

2008-01-29 Thread chrisrippe
Here are a few ways. Each has their limitation. In pages.xml you can specify a bundle for a page page view-id=yourPage.xhtml bundle=brokerage In the actual page you can f:loadBundle basename=brokerage var=msg / View the original post :

[jboss-user] [JBoss Seam] - How to configure JBoss Embedded for deploying Seam and EJB 2

2008-01-29 Thread chrisrippe
I have written a JBoss Seam application that uses injected EJB 2.1. I have gotten my application where it deploys and runs on JBoss 4.2. I am trying to run integration tests using TestNG and Embedded JBoss. When I deploy on the embedded JBoss, it appears that my Seam Components (EJB3) are

[jboss-user] [JBoss Seam] - Supporting multiple message bundle?

2008-01-29 Thread tonylmai
Hi, Is it possible to have multiple message bundles within a Seam app? I would like to isolate licensee's information on a different resource file. I've tried the following and it failed: message-bundlemessages/message-bundle | resource-bundle |

[jboss-user] [JBoss Seam] - Re: Access UIDatascroller from EAR deployed component

2008-01-29 Thread [EMAIL PROTECTED]
I *believe* that we are talking around 12 months - but I'm really not sure. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124549#4124549 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4124549

[jboss-user] [JBoss Seam] - Re: seam-gen makes EARs that are 12X bigger than they need t

2008-01-29 Thread nickarls
[EMAIL PROTECTED] wrote : nickarls - good idea. Fancy writing one? :) Sure, I'll have some spare time as soon as the kids move out in 2023 or so ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124543#4124543 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Request forward error with Portlet

2008-01-29 Thread andy.bosch
Hi, I have exactly the same problem. I am working with the JSR-301 bridge. There a RequestDispatcher is also included. When calling the first jsp-page I get exactly the same stacktrace. So I think it is a bug in JBoss :-( /Andy View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Inheritance in EJB 3 entities

2008-01-29 Thread apinto
Hi there, In an EJB 3 entities beans scenario, I have an abstract entity class that's extended by my beans. The problem is that, even though I specify the table names in the extending classes, in the named queries the references are always substituted by the super (abstract) class name. For

[jboss-user] [JBoss Seam] - @Name annotation on JSF controllers

2008-01-29 Thread lost.city.of.macondo
Hi All, I am trying out SEAM in the following way: I have a bean that used to be JSF managed bean. It's class is available at WEB-INF/classes. I annotate it with @Name(CartJSFBean). Here is a piece of JBoss deployment logs that (to my mind) shows that bean is found and deployed by SEAM. |

[jboss-user] [Clustering/JBoss] - Re: graceful shutdown one JBoss instance in cluster environm

2008-01-29 Thread jimyliu
Thanks for the quick response. We do use mod_jk for load balance. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124530#4124530 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4124530

[jboss-user] [Beginners Corner] - Re: JBoss 4.0.5GA Not including .jars for EJB3.0

2008-01-29 Thread PeterJ
Your best solution is to download the JEMS installer and choose EJB3 as one of the installation options. http://labs.jboss.com/jemsinstaller/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124531#4124531 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - Re: Datasource name binding is behind Web deploy

2008-01-29 Thread jashuan
Thank you so much for your reply. I did not receive a email as I thought when somebody reply I will get email. I put the -ds.xml file inside the server\default\deploy dir. resource reference entry in web.xml: resource-ref res-ref-nameTradeRTUDB/res-ref-name

[jboss-user] [JBoss Seam] - Re: Access UIDatascroller from EAR deployed component

2008-01-29 Thread supernovasoftware.com
Do you know the status of EJB 3.1? Is this months or years away from having a production ready implementation? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124541#4124541 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Problem with progress-ds.xml

2008-01-29 Thread alessandrolt
Hi, I'm trying to connect Jboss with progress 9.1E, but when Jboss starts the following error appears. What Can I do ? The driver: jdbc.jar (in /server/default/lib) The ddl: jdbcprogress.dll (path on windows) I can connect with SqlExplorerTool.exe of Progress, that use the same jdbc. The

[jboss-user] [EJB 3.0] - transaction closed ... guess timeout problem

2008-01-29 Thread gerch
Hi i am a pretty new EJB 3.0 noob ... so perhaps someone can help me package com.business; | | import javax.ejb.Local; | import javax.ejb.Stateless; | import javax.persistence.EntityManager; | import javax.persistence.PersistenceContext; | import javax.persistence.Query; | |

[jboss-user] [JBoss Seam] - Unwanted datamodel update on action cancel

2008-01-29 Thread blabno
I have 2 pages : A) data table with entities representing countries B) edit form used to edit name of selected country Now, when i select country on page A, the form loads with input field loaded with country's name. I change value of that field to whatever else and press cancel button which

[jboss-user] [EJB 3.0] - Re: transaction closed ... guess timeout problem

2008-01-29 Thread gerch
here is the thrown error | | 15:30:40,394 INFO [EARDeployer] Started J2EE application: file:/C:/Program Files/jboss-4.2.2.GA/server/default/deploy/TestEAR.ear | 15:36:05,769 WARN [arjLoggerI18N] [com.arjuna.ats.arjuna.coordinator.BasicAction_58] - Abort of action id

[jboss-user] [JBoss Portal] - Re: Portlet Security Constraints

2008-01-29 Thread PeterJ
Do any of these posts help: http://www.jboss.com/index.html?module=bbop=viewtopict=98753 http://www.jboss.com/index.html?module=bbop=viewtopict=115712 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124571#4124571 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Supporting multiple message bundle?

2008-01-29 Thread tonylmai
Still not working for me. :( I have tried all of the followings: In my pages.xml: anonymous wrote : page view-id=/login.xhtml bundle=brokerage / As well as in my login.xhtml anonymous wrote : ui:composition xmlns=http://www.w3.org/1999/xhtml; |

[jboss-user] [JBoss Portal] - Re: .. auto-login after registration

2008-01-29 Thread urbanj
.. found up to now nothing. Does anybody tried it before? thanks for any help, joern View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124574#4124574 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4124574

[jboss-user] [JBossWS] - streaming with jbossws with small packets, or getting HttpUr

2008-01-29 Thread suvigy
hi! I'm developing a hyperterminal applet, where I'd like that the user can send data to COM ports via applet, and the COM port sends data back via web-service (streaming). Is it possible to do it with JBOSSWS? I need streaming for that. But often only few bytes (even 1 byte) comes from the

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Validation Exception caused by @Length and @Enumerated

2008-01-29 Thread snrpepe
This problem arises when you're using the hibernate validation incorrectly. The @Length validator can only be used on Strings. See the Hibernate documentation for valid validation usage: http://www.hibernate.org/hib_docs/validator/reference/en/html/validator-defineconstraints.html View the

[jboss-user] [JBoss Seam] - Re: seam-gen makes EARs that are 12X bigger than they need t

2008-01-29 Thread nickarls
Well, most info can already be found in http://docs.jboss.org/tools/2.0.0.GA/seam/en/html_single/index.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124593#4124593 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Portlet Security Constraints

2008-01-29 Thread dvanwest
I've also tried adding the following to the *-object.xml that is used to configure the portal. With the overwrite option set. However it doesn't seem to make any difference. I'm not sure one can associate a security-constraint with the window... seems like I saw a note about that somewhere.

[jboss-user] [JBoss Seam] - Re: seam-gen makes EARs that are 12X bigger than they need t

2008-01-29 Thread nickarls
Well, they didn't move out yet but at least they went to sleep ;-) http://web.abo.fi/~nickarls/JBossToolsQuickStart.pdf (so far mosttly screenshots covering the install deploy of the skeleton project in WAR format) View the original post :

[jboss-user] [JBoss jBPM] - Re: How to connfig sub-processes in 3.2.GA correctly

2008-01-29 Thread kukeltje
look at the unittests in the source... they show all kinds of examples... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124601#4124601 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4124601

[jboss-user] [Installation, Configuration DEPLOYMENT] - gzip compression and 404

2008-01-29 Thread Slistak
we are using gzip compression on jboss using compression=force to get gzip compression on all files types. this cause an error when using flash and IE 6 because the 404 file not found message is being gzipped and IE doesn't unpack it correctly before sending it on to flash, thereby not

[jboss-user] [JBoss Seam] - Re: Using rich:datascroller With Seam and Hibernate Paginati

2008-01-29 Thread neilac333
I've got the paging and sorting covered in a component that abstracts Hibernate Search's ability to handle all that. My first crack at this problem was to use two more Seam components: the first is an action component to interact with the user and the second to serve as my ExtendedDataModel

[jboss-user] [JBoss Seam] - Re: Ear with multiple web modules - problem with components.

2008-01-29 Thread reind
Took a while but I found a solution (or, rather, the cause) of this issue. I removed he MyFacesExtensionsFilter from every web.xml file and now Authentication works as expected: remove from web.xml filter | filter-nameMyFacesExtensionsFilter/filter-name | filter-class |

[jboss-user] [JBoss Seam] - Re: Component scope w/ multiple Wars - Effect on SeamLoginMo

2008-01-29 Thread reind
mrobinson28, Removing the MyFacesExtensionsFilter from web.xml worked for me. Give that a shot. http://www.jboss.com/index.html?module=bbop=viewtopicp=4124606#4124606 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124607#4124607 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam 2.0.1.CR2 seam-gen does not create a deployable pro

2008-01-29 Thread jsimone
I think I found the problem, but I don't know how to remedy the situation. If I carefully follow the Seam 2.0.1.CR2 docs in section 2.2 (2.2. Setting up a new Eclipse project) then start JBoss 4.2.2.GA I can't access http://localhost:8080/helloworld cause this maps to

[jboss-user] [Beginners Corner] - Jboos Wiki install - help

2008-01-29 Thread rotsen
I am running jboss-portal-2.6.3.GA on windows and I downloded and deployed the wiki.war.zip using the Manage Content in the CMS tag and I choose upload archive. After the wiki is loaded I can see it in the deploy directory the wiki.war folder but when I got to a page layout and choose cms in

[jboss-user] [JBoss Seam] - Re: Seam 2.0.1.CR2 seam-gen does not create a deployable pro

2008-01-29 Thread jsimone
Copying the facelet home.xhtml in the vew directory to hello.xhtml allow the URL http://localhost:8080/helloworld to redirect to http://localhost:8080/helloworld/hello.seam seam-gen or the docs are incorrect. Thanks for listening! View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: J2EE version

2008-01-29 Thread PeterJ
Look in server/xxx/deploy/jbossweb-tomcat55.sar/conf/web.xml at the jsp servlet, the compilerSourceVM parameter. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124621#4124621 Reply to the post :

[jboss-user] [JBossWS] - Wstools WSDL generation problem

2008-01-29 Thread ibrahim_theo
All, I have developed existing web services based on JAX-RPC1.1 with Jboss403. I've decided migration of jboss to 4.2.1 and jbossws2.0.2. The existing WSDLs were generated with wscompile. I decided to use wstools to regenerate them. I am getting the following error: Exception in thread main

[jboss-user] [JBoss Portal] - Re: Portlet Security Constraints

2008-01-29 Thread PeterJ
Portlet window security is ignored - you must secure portlets at the instance level. Then if a user has view access to a page but does not have view access to a portlet instance whose window is on that page, that portlet window does not show up. View the original post :

[jboss-user] [Beginners Corner] - Re: Jboos Wiki install - help

2008-01-29 Thread PeterJ
Your mistake was in using CMS to upload the wiki.war file. The correct way to add the wiki to the portal is to copy the wiki.war file to the server/xxx/deploy directory. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124620#4124620 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Jboos Wiki install - help

2008-01-29 Thread rotsen
After I unzip the wiki.zip file and put the wiki.war file in my deploy folder I get errors in the tab where I added the wiki. Errors: HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request.

[jboss-user] [Beginners Corner] - Jboss IFrame Install - help

2008-01-29 Thread rotsen
I originally unziped my IFrame.zip to the deploy folder but from information that I got from Peter, the correct way to deploy is to put the .war file in the deploy directory. My problem understanding this is that the IFrame.zip file has a bunch of files and folders and I did noticed that

[jboss-user] [JBoss Seam] - Re: Using rich:datascroller With Seam and Hibernate Paginati

2008-01-29 Thread supernovasoftware.com
I have it working. I even passed in a map instead of an entities using select new Map() from MyEntity hibernate syntax. I will post some more code if anyone is interested. See My example http://www.jboss.com/index.html?module=bbop=viewtopict=125952 Scroller Reset Solution

[jboss-user] [JBoss Portal] - Re: .. portal (2.6.3) signout url

2008-01-29 Thread urbanj
.. now it s working. thanks, joern View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124629#4124629 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4124629 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: Portal DTD ulr changed to what?

2008-01-29 Thread [EMAIL PROTECTED]
It's actually never been there. It's resolved at runtime to a local version bundled in portal-core.sar/dtd... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124630#4124630 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss-4.2.2.GA port 8443 don't work correctly

2008-01-29 Thread myatthu1986
Hi everybody, when i run at browser http://localhost:8080/ i get jboss server page correctly. but according to my project i need to use 8443. So please explain me how i can make to use correctly https://localhost:8443/ View the original post :

[jboss-user] [Security JAAS/JBoss] - Re: Logout from a WebService application

2008-01-29 Thread ragavgomatam
If HttpSession times out or if you call session.invalidate() only then is it logged out. Else if you do a jaas login have the LoginContext handle, you could do a LoginContext.logout() View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124635#4124635 Reply to

[jboss-user] [JBoss Seam] - Re: Seam 2.0.1.CR2 seam-gen does not create a deployable pro

2008-01-29 Thread thejavafreak
I think you should learn JSF first and get the notion of it first before trying seam. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124632#4124632 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4124632

[jboss-user] [JBoss Seam] - Re: Supporting multiple message bundle?

2008-01-29 Thread tonylmai
Thanks Chris. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124637#4124637 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4124637 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Problem deploying SAR, ClassNotFoundException

2008-01-29 Thread jmihalich
Hi, I have been moving our ear and sar achives into an isolated class loader mode, by adding the loader-repository to the jboss-app, and jboss-service xml files for the respective applications. We are using jboss 4.0.5 on windows server 2003. Sun JDK 1.4.2.x. All of my

[jboss-user] [JBoss Seam] - Security: Login twice after logout

2008-01-29 Thread thejavafreak
Dear all, I have a problem regarding seam security support. The problem is I have two login twice after I have logged out. Did any one experience this problem? How do I solve this? Thanks in advance. View the original post :

[jboss-user] [JBoss jBPM] - how to create a human task in BPEL process

2008-01-29 Thread shefagarwal
Hi, I need to create a human task like approve loan in my bpel process. Can somebody help me to figure out how can I achieve this in jBPM BPEL. Thanks in advance Shefali. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124641#4124641 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem deploying SAR, ClassNotFoundException

2008-01-29 Thread jmihalich
Sorry, the xml didn't print out in last post. This is the contents of my jboss-service.xml. | server | mbean name=Rim.Services:service=InstanceManager |code=com.mwvis.ri.instancemgr.ReaderInstanceManager | attribute

[jboss-user] [JBoss Seam] - Boolean to integer customconverter!!

2008-01-29 Thread archana_mannepalli
Hi I tried to create a custom converter,hoping to convert from Boolean to Integer. but in the converterclass the mothod getAsObject is not invoking.. and am getting exception-javax.faces.convert.ConverterException: java.lang.NullPointerException can anyone plese help me. View the original post

[jboss-user] [EJB 3.0] - Re: How to use

2008-01-29 Thread genman
Remember to include the messageListenerInterface annotation property, e.g.: @MessageDriven(activationConfig = { @ActivationConfigProperty( ... }, messageListenerInterface=MessageListener.class ) What's the full exception stack trace on deployment?u View

[jboss-user] [JBoss Seam] - Re: is remoting available in seam on tomcat?

2008-01-29 Thread [EMAIL PROTECTED]
Your bean can be a POJO, as long as the methods are annotated with @WebRemote. As Pete said you most likely have a problem with the resource servlet. How do you have it configured in web.xml? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124648#4124648

[jboss-user] [JBoss Seam] - Re: Security: Login twice after logout

2008-01-29 Thread [EMAIL PROTECTED]
I've never seen anything like this happen. Can you post your code? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124647#4124647 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4124647

[jboss-user] [JBoss Seam] - Re: Seam 2.0 on Glassfish

2008-01-29 Thread Fangzx
I use Groovy to write plain POJO Seam components, and I have problem in GlassFish to detect class modification. I think the classloader of Groovy in GlassFish may have problem, in Tomcat 6, everything is ok. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem deploying SAR, ClassNotFoundException

2008-01-29 Thread jmihalich
Arggg! I figured it out, FINALLY. All day, I've been tracking this down. Somebody had 3 bogus control characters (UTF-8 likely) at the beginning of the manifest file inside of the jar where the class was. That was killing the deployer I guess. Some editor put them there when it was

[jboss-user] [JBoss Portal] - Portal Development Tools

2008-01-29 Thread foongkim
Dear all, i am new to JBoss Portal. I am wondering in order for me to do Portlet coding, which IDE Is most ideal to do that? Currently i am using Eclipse Europa to code my daily Servlet and web base application, but i couldn't find any plugin for portlet development. Thus, any ideas which is

[jboss-user] [Security JAAS/JBoss] - Re: single sign on between two different web-app running on

2008-01-29 Thread SantoshKumar
Thanks malves. but I don't want to use any framework/tool. Is there any way to generate some token programatically and send/redirect the url with that token to get the content without prompting for username/password ? can I get any such sample java/jsp code ? Thanks again. View the original

[jboss-user] [JNDI/Naming/Network] - Re: Datasource name binding is behind Web deploy

2008-01-29 Thread jaikiran
Couple of questions: 1) Whcih version of JBoss are you using? 2) Where have you placed your war file? Is it in the deploy folder or some other folder? What's the name of your -ds.xml file and the WAR file? Some days back a similar question was answered at

  1   2   3   >