[jboss-user] [JBoss jBPM] - Re: Assigning Taks to the same user when sent back

2008-02-04 Thread [EMAIL PROTECTED]
Hi, I think that swimlanes is something that you are looking for http://docs.jboss.com/jbpm/v3/userguide/taskmanagement.html#swimlanes J. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126456#4126456 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [JBossWS] - Re: Generated Classes does not have constructors...

2008-02-04 Thread zeeshan.javeed
Hi, Ofcourse there is no problme in using the default constructor but then one have to set all the parameters after instantiating the object. What I pefer that transferable classes should also have the constructors as on server side. This is the exactly case with the auto generated classes wi

[jboss-user] [JBoss Seam] - Re: Reorganizing templates in WEB-INF

2008-02-04 Thread brombie
Thank you, that's what I've been missing! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126454#4126454 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126454 ___ jboss-user ma

[jboss-user] [JBoss Seam] - Re: How to escape the # sign in a seam EL?

2008-02-04 Thread nickarls
"ae" wrote : So it is already fixed in 2.0.2GA? That was amazingly fast! Even better - since it is marked as "Fixed" it probably means that it is committed into the current trunk and you can get it NOW! ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=41

[jboss-user] [JBoss jBPM] - jbpm-starters-kit-3.1.4

2008-02-04 Thread minakari
I have downloaded jbpm-starters-kit-3.1.4 and jboss-jbpm-2.0-server ,what is usage of jbpm-starters-kit-3.1.4 .? I have run the start.bat batch script and it appears to be up and running (when i go to "http://localhost:8080"; the Jboss Application Server page appears) but when I create process

[jboss-user] [JBoss Seam] - Re: Obtaining user's host information

2008-02-04 Thread nickarls
Something like | HttpServletRequest r = (HttpServletRequest) FacesContext.getCurrentInstance().getExternalContext().getRequest(); | log(r.getRemoteHost()); | ? You should also be able to look at the request headers etc. from there. View the original post : http://www.jboss.com/index.ht

[jboss-user] [JBoss Seam] - Re: Need Form to Work Without

2008-02-04 Thread neilac333
Sorry, but I am not sure I understand your request. Do you mean my Facelet? Or do you mean the debug output page? Or something else? Once I know exactly what you want, I will be happy to provide it. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[jboss-user] [JBoss Seam] - Re: Reorganizing templates in WEB-INF

2008-02-04 Thread nickarls
You will have to add the path to all references of the page also. So if you have an | | it should become | | Same goes everywhere the page is referenced - templates, navigation etc. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126449#41264

[jboss-user] [EJB 3.0] - Re: javax.naming.NoInitialContextException

2008-02-04 Thread jaikiran
Which version of JBoss? See these http://www.jboss.com/index.html?module=bb&op=viewtopic&t=123997&postdays=0&postorder=asc&start=0 http://jira.jboss.com/jira/browse/JBAS-5049 Maybe you too are running into the same issue. View the original post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Seam] - Re: Error while testing using external database

2008-02-04 Thread hubaghdadi
| test: |[testng] | [Parser] Running: | | [testng] /media/sda4/Projects/ArmadaSeamProject/test-build/NGTest.xml |[testng] |[testng] WARN 04-02 17:12:10,995 (UnifiedLoaderRepository3.java:addClassLoader:713) -Tried to add non-URLClassLoader. Ignored |[te

[jboss-user] [JBoss Seam] - Re: Reorganizing templates in WEB-INF

2008-02-04 Thread brombie
Sorry, you're right, please replace all WEB-INF references in my original post to WebContent. I tried building up the hierarchy inside WebContent, but if the xhtml and page.xml is not directly under WebContent, Seam is not picking them up. View the original post : http://www.jboss.com/index.ht

[jboss-user] [JBoss Seam] - Re: Reorganizing templates in WEB-INF

2008-02-04 Thread baz
I am not sure what you mean. If you have a web project generated with jboss tools all pages are in the Web-Content folder. If you use a seam-gen project, all pages are in the view folder. You can build up any hierachy in these folders. the *.page.xml belongs in the same folder where the corespond

[jboss-user] [JBoss Seam] - Re: Need Form to Work Without

2008-02-04 Thread baz
If your page is not to long, please post the code of your page. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126439#4126439 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126439 ___

[jboss-user] [JBossWS] - NoClassDefFoundError using Eclipse/JUnit

2008-02-04 Thread nlaney
hello, I'm accessing a WS running on JBoss 4.2.2 using JBossWS 2.0.3 I've generated the service artifacts using wsconsume and I'm getting a NoClassDefFoundError running the client code as a JUnit or Java app. The same test runs OK from the command line using wsrunclient, or at least when copyin

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging via .Net

2008-02-04 Thread alfred.rsa
Thanks Tim I'm looking forward to the first release of JBM 2 Regards Alfred View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126437#4126437 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126437 _

[jboss-user] [JBoss jBPM] - Re: Is jBPM-BPEL GA backward compatible to beta 3?

2008-02-04 Thread [EMAIL PROTECTED]
The change in the deployment model was intended to reduce the "paperwork" required to deploy a process to the bare minimum. The separate web module deployment was eliminated and is now handled automatically by the engine on the server side. The descriptors you mention still exist but have under

[jboss-user] [JBoss Seam] - Re: Need Form to Work Without

2008-02-04 Thread neilac333
It turns out this whole issue might be a WebLogic thing actually: http://dev2dev.bea.com/blog/neilsmithline/archive/2006/03/jsessionid_valu_1.html Hopefully, you JBoss guys won't get in trouble for looking at a BEA link! Check this out too: | Parameter Name: CookieName | Default Value: JSE

[jboss-user] [JBoss jBPM] - Re: ClassNotFound for IntegrationConfigurator on server rest

2008-02-04 Thread [EMAIL PROTECTED]
There is an issue with the deployment order in JBoss AS which was not documented in jBPM BPEL 1.1.GA because it was discovered after the release. It is described in full in BPEL-291, along with the proposed solution. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [JBoss Seam] - Reorganizing templates in WEB-INF

2008-02-04 Thread brombie
Hi all, I'm pretty new to all of this and I'm still making way through all the configuration files. There's certainly a lot of them! One issue I have is how too manage all the template/xhtmls files under WEB-INF. Instead of putting all of them under WEB-INF, I'd like to store them under dif

[jboss-user] [JBoss Seam] - Re: lost injected entity bean

2008-02-04 Thread kitada21
Sorry, I can not judge that two topic was same problem. You think same problem? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126429#4126429 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126429 _

[jboss-user] [JBoss Seam] - Re: Params in a message - SOLVED

2008-02-04 Thread [EMAIL PROTECTED]
I found it in an example... could not find this in the doco or Google! booking_no_hours_range_provided=No range of hours was provided on #0 for resource #1. facesMessages.addToControlFromResourceBundle( | "bookingResourceAttempt", | FacesMessage.SEVERITY_ERROR, | "booking_no_hours_range_p

[jboss-user] [JBoss Seam] - Re: @In attribute requires non-null value

2008-02-04 Thread kitada21
Certainly, the Identity is never used. My authentication process is three step. 1.Tomcat Authentication used by FORM:org.jboss.web.tomcat.security.ExtendedFormAuthenticator 2.Seam Authentication used by Identity:SessionManager class 3.Own application Authentication used by RDB:Authenticator

[jboss-user] [JBoss Seam] - Re: Params in a message

2008-02-04 Thread [EMAIL PROTECTED]
Oops should have been: | facesMessages.addToControlFromResourceBundle( | "bookingResourceAttempt", | FacesMessage.SEVERITY_ERROR, | "booking_no_hours_range_provided", | eachBookingDay.getDayNumberAsInlLabel(), | messages.get(eachBookingResource.getResource().getKind().getInlLabel()));

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

2008-02-04 Thread [EMAIL PROTECTED]
Are you using JDK 1.6? Seeing the stack trace, it must be the same problem reported in http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126422, for which we already have a solution. The current workaround is to use JDK 1.5. You can stay on JBoss 4.2.2.GA or try JBoss 4.0.5.GA, as shef

[jboss-user] [JBoss jBPM] - Re: BPEL 1.1GA: CodeSource for SOAPMessage is NULL

2008-02-04 Thread [EMAIL PROTECTED]
I have been able to reproduce the NPE caused by class.getProtectionDomain().getCodeSource() returning null on JWSDP 1.6 and JDK 1.6.0_04. The code source of a protection domain may be null. This is the case for classes included in the Java platform. In particular, the javax.xml.soap package is

[jboss-user] [JBoss Seam] - Params in a message

2008-02-04 Thread [EMAIL PROTECTED]
in messages.properties I want to do this: booking_no_hours_range_provided=No range of hours was provided for <$1> on resource <$2> given the params from : facesMessages.addToControlFromResourceBundle( | "bookingResourceAttempt", FacesMessage.SEVERITY_ERROR, | "booking_no_hours_range_provided

[jboss-user] [JBoss jBPM] - Re: jBPM BPEL 1.1 GA - should bpel2 samples work?

2008-02-04 Thread [EMAIL PROTECTED]
They should, but due to time constraints they were not tested. Some of them have the wrong namespaces and/or are missing some attributes present in their 1.1 counterparts. We will deliver working versions in our next release, tough. If you please, you can review the fixes in our CVS repository.

[jboss-user] [EJB 3.0] - javax.naming.NoInitialContextException

2008-02-04 Thread kgreene
Hi, I am new to EJB and jboss and am trying to access the database using the entitymanager. From what I understand, I am suppossed to create a persistence.xml file in my META-INF directory. When I do this I get the error below. Does anyone know what the issue might be? I have also listed the

[jboss-user] [Clustering/JBoss] - Re: StateTransferTimeout appears to be ignored

2008-02-04 Thread [EMAIL PROTECTED]
In the future, please post the full log message, it will save time. :-) The code logging what you posted is not the web session replication service. It's the jboss:service=DefaultPartition mbean from cluster-service.xml. Please enable DEBUG logging for category org.jboss.ha. You should get mor

[jboss-user] [JBoss Seam] - Re: Problem with: seam-gen deploy

2008-02-04 Thread atao
| "@In attribute requires non-null value: routingHome.nodeHome1" | You need to declare nodeHome1, nodeHome2, nodeHome3 ... as seam components in a components.xml file. See the patch "doublon" for JBSEAM-994. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[jboss-user] [JBossCache] - How to update cache when new rows has been added into table?

2008-02-04 Thread narendrakg
Hi, I am using query cache in Spring+Hibernate+JBoss+Weblogic. Now the table I am caching is updated by other vendor (using insert query directly into table and without using application that is caching the table). Once the insert of new rows is done , my query (executed from application throu

[jboss-user] [Clustering/JBoss] - Re: Ejb clustered registering

2008-02-04 Thread [EMAIL PROTECTED]
You shouldn't see your EJB in the HA-JNDI namespace. In practice, little or nothing gets bound there; the AS itself binds nothing there. HA-JNDI primarily works by allowing a client to connect to any node in the cluster and do a lookup, and it internal can communicate around the cluster to find

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

2008-02-04 Thread thejavafreak
Glassfish has a very different classloader than JBoss and Tomcat. Perhaps you should consult to the Glassfish team. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126413#4126413 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

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

2008-02-04 Thread neilac333
I will try to write something up as soon as I can. In the meantime, I am curious about an ancillary aspect of all this--the testing. My Seam action component has a listener method that handles the passing of the desired page number from the client to the search code, and this method takes a

[jboss-user] [JBoss Seam] - Re: Need Form to Work Without

2008-02-04 Thread neilac333
Well, I am not sure what to rip out. After all, this is the first and only page in the application. Do you think this might be better on the RichFaces forum? Thanks. Neil View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126411#4126411 Reply to the post :

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

2008-02-04 Thread Fangzx
I have used Glassfish v2.1-b19 with Groovy today, and the problem remain unsolved. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126410#4126410 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126410 ___

[jboss-user] [JBoss Seam] - Obtaining user's host information

2008-02-04 Thread tonylmai
Hello, Is there a way I can retrieve user's host information (i.e. IP address, browser's version, etc...) before or after the authentication? Thanks -Tony View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126409#4126409 Reply to the post : http://www.jboss.co

[jboss-user] [Beginners Corner] - Re: JBoss runs without standardjboss.xml

2008-02-04 Thread JEFFASTOREY
Alright I figured out what is going on. Need to use the ejb3-aop-interceptors.xml file to configure ejb3 beans. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126407#4126407 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [EJB/JBoss] - Re: EJB Passivation Time

2008-02-04 Thread JEFFASTOREY
Alright I figured out what is going on. Need to use the ejb3-aop-interceptors.xml file to configure ejb3 beans. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126406#4126406 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Can't dynamically undeploy on Windows (JBoss 5 Beta3)

2008-02-04 Thread javidjamae
On windows, I can't seem to undeploy a file from JBoss by deleting it from the deploy directory while JBoss is running because JBoss seems to keep a file handle open to the archive. I've tried this with EAR and WAR files. I didn't have this problem on JBoss 4. If I'm not mistaken, this issue has

[jboss-user] [JBoss Seam] - @Destroy method problem

2008-02-04 Thread enda
I have defined regular stateful session bean | public class TeamActionManager extends GeneralManager implements | ITeamManager, IGeneralManager { | | ... | @Remove @Destroy | public void destroy() { | } | | ... | it has interface | @Local | publi

[jboss-user] [JBoss Seam] - Re: How to prevent page data reloading when click Back

2008-02-04 Thread gus888
Hi Arvhatte, thank for your very detailed explanation. It is really helpful for me to understand the Seam framework. However, I still couldn't figure out why I click Back, pages always act with back beans. When I run Seam samples, then click page Back, it seems it run on client, and pages seem

[jboss-user] [JBoss Seam] - Re: Login issue

2008-02-04 Thread [EMAIL PROTECTED]
Actually a page action won't be invoked if you hit the browser back button, but I've made changes in SVN that will now generate a message if you're already authenticated and try to log in again. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126401#4126401 R

[jboss-user] [JBoss Seam] - Re: How to save seam pdf to a file

2008-02-04 Thread terryb
Thanks Norman, I will report back when make some progress on it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126395#4126395 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126395 __

[jboss-user] [JBoss Seam] - Re: Login issue

2008-02-04 Thread [EMAIL PROTECTED]
Well of course Seam 'remembers' - authentication is session scoped and simply hitting the back button won't destroy your session. If the user is already authenticated then calling Identity.login() again won't re-authenticate the user again, if you want that kind of behaviour then you'll need to

[jboss-user] [JBoss Seam] - Re: Need Form to Work Without

2008-02-04 Thread [EMAIL PROTECTED]
This is a hard one to debug on the forum :( Sorry to not be able to help - I suggest you try the age old technique of ripping bits out til it works and seeing what causes it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126393#4126393 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Named conversation and new instance redirected to Home?

2008-02-04 Thread [EMAIL PROTECTED]
No join should either join the existing conversation, or start a new one. If this doesn't work, its a bug - please report it in JIRA. I see the problem with "problem 2" and I'll think about how to best help with it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [JBoss Seam] - Re: Seam & JBPM (WebConsole)

2008-02-04 Thread [EMAIL PROTECTED]
Ask on the jbpm forum about jbpm web console. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126389#4126389 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126389 ___ jboss-us

[jboss-user] [JBoss Seam] - Re: h:SelectManyListbox, s:SelectItems and Many-to-Many mapp

2008-02-04 Thread [EMAIL PROTECTED]
Yes, you are right, you have to back a selectMany with a list or an array. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126388#4126388 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126388

[jboss-user] [JBoss Tools (users)] - Re: Packaging support?

2008-02-04 Thread [EMAIL PROTECTED]
Just to elaborate on what Max said: If you're using WTP projects *AND* the auto-deployer is enabled (Window -> Preferences -> Server, Automatically publish to servers every x seconds), then it'll be automatically incrementally deployed. OTHERWISE, if you're using WTP projects, you will need t

[jboss-user] [JBoss Seam] - Re: Booking ScopeType.SESSION

2008-02-04 Thread dhinojosa
anonymous wrote : I don't know what does this mean but still I dont know the answer of my question. | | Can any one tell me why is it like that? | I said that because, I don't think anyone can really answer that except the stewards of Seam. All other answers will be pure speculation. I

[jboss-user] [JBoss Seam] - Re: Issue on page param security

2008-02-04 Thread [EMAIL PROTECTED]
Use Seam Security :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126381#4126381 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126381 ___ jboss-user mailing list jboss-user

[jboss-user] [JBoss Seam] - Re: Issue on page param security

2008-02-04 Thread [EMAIL PROTECTED]
Restrict access to the page so that users can only display their friends. Restrict access to the entities and beans the same way... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126380#4126380 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Seam] - Re: Booking ScopeType.SESSION

2008-02-04 Thread [EMAIL PROTECTED]
It depends on your use case. In the booking app, we wanted the search results to be remembered while the user is logged in. Yes, it's uses memory, but doing the search every time would consume cpu - you need to make this design choice when you write your app. View the original post : http://ww

[jboss-user] [JBoss Tools (users)] - Re: Packaging support?

2008-02-04 Thread [EMAIL PROTECTED]
...and if you use WTP projects things are also packaged automatically (assuming you deployed it to a server by using e.g. Run As > Run on Server) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126376#4126376 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [JBoss Messaging] - Re: JBoss 5.0.0 Beta3 Messaging Client

2008-02-04 Thread cfergus
For this context, maven is like ant. Difference being that it will try to contact a maven repository on the internet and download the dependencies if they don't exist locally. I am telling maven to look locally. My classpath is: ${messaging_home}\jboss-messaging-client.jar ${jboss5_home}\serv

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JavaMail custom SMTP port

2008-02-04 Thread r_q_d
I tried it also and it does not work, event if you set it in deploy/mail-service.xml, but still is uses 25. Seems there's no way to set a port other than 25. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126368#4126368 Reply to the post : http://www.jb

[jboss-user] [Remoting] - Concurrency Issue (ClassCastException) in MicroRemoteClientI

2008-02-04 Thread pms917
JBoss 4.2.1.GA (which includes jboss-remoting 2.2.1.GA) Using EJB3 with ClassLoader isolation and Call-By-Value We have two ears (A, B) running in the same jboss, which each make a call to a third ear (C), deployed in a second jboss, to retrieve data objects. The class definitions for the data

[jboss-user] [JBoss Seam] - Re: SMPC and could not enlist in transaction exception

2008-02-04 Thread asookazian
After doing some root-cause analysis I was able to reproduce the behavior with a simpler set of code as below. The key thing here is that by default, the transaction type in EJB3/JPA is REQUIRES. If you set getNoteLogList() and getPeers() methods' transaction types to REQUIRES_NEW, the excepti

[jboss-user] [JBossWS] - Re: Juddi broken on 4.2.1 + 4.2.2

2008-02-04 Thread petrovs
pleamon wrote on Dec 4, 2007: anonymous wrote : I've been using jboss AS 4.0.5 GA and 4.2.0 GA and have been successfully using the juddi service as my uddi registry. When I move to 4.2.1 GA or 4.2.2 GA I now get this: | ERROR [org.jboss.jaxr.juddi.JUDDIServlet] org.jboss.ws.core.soap.TextImpl

[jboss-user] [JBoss Seam] - Re: Booking ScopeType.SESSION

2008-02-04 Thread gus888
I think that it is just for demo, and the same case happens in seam-bay AuctionSearchAction.java. For enterprise project, I remember that pete.muir ever recommended to use EVENT plus page param in this forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126

[jboss-user] [JBoss Tools (users)] - Re: Packaging support?

2008-02-04 Thread [EMAIL PROTECTED]
Are you using the Project Archives view? This view can deploy in an exploded or packaged format, and perform incremental updates automatically without you having to select and deploy each and every time. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=412635

[jboss-user] [EJB 3.0] - Re: Clustered Service MBean with @Clustered, @Service(..)

2008-02-04 Thread sappenin
Has the status of this changed? Does the @Stateless annotation now work with the @Clustered annotation, or should we still be doing it the way it's described in the above post? Thanks! David View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126358#4126358 R

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

2008-02-04 Thread snarff
I've been playing around with the JBoss Tools in Eclipse, but I cannot seem to find anything about packaging support. I can export an EJB Jar file, I can deploy it, but I still need to manually choose a jar file name and location. That is, the tools don't seem to add anything to my ant scripts.

[jboss-user] [JBoss Seam] - Re: Trinidad SelectManyShuttle with seam ?

2008-02-04 Thread gjeudy
Yes I figured later you can use both trinidad and richfaces. I switched to rich:listShuttle component which did not require me any extra coding, I just kept using the same backing bean. The rich:listShuttle works as expected, I had to add the seam entity converter in converter attribute though,

[jboss-user] [JBoss Seam] - Re: Booking ScopeType.SESSION

2008-02-04 Thread vicky123
anonymous wrote : Great question. I don't know what does this mean but still I dont know the answer of my question. Can any one tell me why is it like that? -Vivek View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126353#4126353 Reply to the post : http://www

[jboss-user] [JBossWS] - JMX like web service

2008-02-04 Thread mendaye
Hello, I've the following requirement to implement. The consumer of the web services register for any change using web service. And the web service send a message to all register consumers when ever there is change. It is kind of JMS but need to be implemented using Web Services. How can I imp

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

2008-02-04 Thread CBax007
Has anyone come up with a better solution to this problem? Is there any way that in the XML marshaling code, the logic could check if the instance was a PersistentBag. If it was, and it had not yet been initialized, then serialize it as either null or an empty collection. Is there a way to ma

[jboss-user] [JBoss Seam] - Re: Exception with basic authentication

2008-02-04 Thread alllle
Yep, it works now. Thanks for fix! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126349#4126349 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126349 ___ jboss-user mailing l

[jboss-user] [JBoss Seam] - Bug? Outjected boolean changes value mid-template

2008-02-04 Thread tomstrummer
I am seeing very odd behavior where the value of an outjected boolean changes in the middle of a template, but no assignment was done. I think it has to do with how it is scoped. Expected/ Intended Behavior: The value, newPortfolioForm is toggled based on whether or not a form should be disp

[jboss-user] [JBoss Seam] - Re: How to escape the # sign in a seam EL?

2008-02-04 Thread alllle
So it is already fixed in 2.0.2GA? That was amazingly fast! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126346#4126346 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126346 ___

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

2008-02-04 Thread PeterJ
I assume that you are using the JBoss Portal + JBossAS bundle. I base this on you statement that you never set up a database - the bundle comes with Hypersonic set up as the database. I downloaded the 2.6.2 bundle, deployed wiki.war, and started the portal. Works fine. I then repeated this wit

[jboss-user] [JBoss Seam] - Re: Need Form to Work Without

2008-02-04 Thread neilac333
Naturally, the log got cut off, but these lines caught my eye: | 04 Feb 2008 14:37:00,377: DEBUG org.ajax4jsf.application.AjaxViewHandler - Create instance of Ajax V | iewHandler | 04 Feb 2008 14:37:00,457: DEBUG org.ajax4jsf.application.AjaxStateManager - Can't restore view state | :

[jboss-user] [JBossWS] - Re: I don't succeded installing jbossws2.0.1 please help me

2008-02-04 Thread mt3ch
You could also have written C:/jboss-4.2.1.GA (using a forward slash instead of backslashes). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126335#4126335 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126335

[jboss-user] [JBoss Portal] - Re: custom portal + css images

2008-02-04 Thread PeterJ
The typical mechanism for changing the header and tabs is to change the theme. (By changing tabs, I assume you mean their appearance - you can change which tabs appear by defining new pages - each page has its own tab.) The existing header and tabs are laid out in index.jsp files found in subdi

[jboss-user] [JCA/JBoss] - Connect a MDB to another system that not use JMS

2008-02-04 Thread nico82
I'm trying to develop a project which must connect a MessageDrivenBean to another system that not use JMS.I would know if there is a way or something developped yet. I saw http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossJCAMessageInflowExample but I'm looking for another example or some help. Tha

[jboss-user] [JBoss Seam] - Re: Booking ScopeType.SESSION

2008-02-04 Thread dhinojosa
Great question. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126329#4126329 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126329 ___ jboss-user mailing list jboss-user@list

[jboss-user] [EJB 3.0] - Re: eager vs. lazy fetching

2008-02-04 Thread amitvk
Another way I found useful was using the OOP concepts to load the mappings or just the core table vlaues. Have the main table mapped in the superclass and the mappings that you want to load sometimes in the subclass. e.g. If the table name is Customer. have 2 entities Customer, and Customer

[jboss-user] [EJB 3.0] - Re: eager vs. lazy fetching

2008-02-04 Thread amitvk
Another way I found useful was using the OOP concepts to load the mappings or just the core table vlaues. Have the main table mapped in the superclass and the mappings that you want to load sometimes in the subclass. e.g. If the table name is Customer. have 2 entities Customer, and CustomerWi

[jboss-user] [JBoss Seam] - Booking ScopeType.SESSION

2008-02-04 Thread vicky123
Hi All, I am very new to seam. Can any one tell me why searchHotel result of booking application is in SESSION context? Does not it effect the server memory when multiple users are logged in? Is there any other way of doing it or seam handles it effectively? Can any one throw some light on it?

[jboss-user] [JBoss Portal] - Re: header.jsp - How To?

2008-02-04 Thread JohnnyTheHun
But what if one of my portals use my custom header or tabs.jsp, while another uses the default one. Your suggestion would kill the one using the default core files, wouldn't it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126320#4126320 Reply to the post :

[jboss-user] [JBoss Portal] - Re: custom portal + css images

2008-02-04 Thread JohnnyTheHun
Is there any way to use my custom header.jsp and tabs.jsp without tinkering with default portal core files? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126319#4126319 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41

[jboss-user] [JBoss Portal] - Re: custom portal + css images

2008-02-04 Thread JohnnyTheHun
Thanks for the help, after your post, I saw the flaw in my thinking. Putting the theme into a seperate war was a very good idea, didn't notice that in the reference guide. Above putting the theme there, I also put my own layout too (and the whole portal for simplicity's sake), and with a bit of

[jboss-user] [EJB 3.0] - What's the best unit testing approach for JBoss/EJB3

2008-02-04 Thread drathnow
I was wondering if anyone has a good recommendation for unit testing strategies for code written for JBoss. There are a couple of frameworks that claim to provide EJB3 unit testing with JBoss, but I haven't had a lot of luck getting them to work for all scenarios. We are using Eclipse for dev

Re: [jboss-user] how to subscribe to a topic??

2008-02-04 Thread Néstor
Ernesto, I see what you mean. I automatically get them all when I subscribe to them. Sorry, I do not know the answer to your situation. Nestor :-) On Feb 4, 2008 9:12 AM, Ernesto Cullen <[EMAIL PROTECTED]> wrote: > Thanks Nestor, but I do have an account -or at least I think so, a user > and

[jboss-user] [JBoss Messaging] - Re: Message priority does not seem to work

2008-02-04 Thread ydzsidemiik
Just to clarify, you are talking about a stand alone, J2SE client connecting to JBM from outside the container, correct? This is my understanding of 'no EJB', as I assume you are not talking about writing MBeans. I will try and test this, but I am just trying to make sure I understand you corre

[jboss-user] [JBoss Messaging] - Re: Message priority does not seem to work

2008-02-04 Thread timfox
"ydzsidemiik" wrote : Just to clarify, you are talking about a stand alone, J2SE client connecting to JBM from outside the container, correct? This is my understanding of 'no EJB', as I assume you are not talking about writing MBeans. | | . It can be inside or outside the container, it does

[jboss-user] [JBoss Seam] - Re: Odd Errors and OutOfMemory

2008-02-04 Thread dhinojosa
*BUMP* Anyone? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126310#4126310 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126310 ___ jboss-user mailing list jboss-user@list

[jboss-user] [JBoss Portal] - Re: new portal page

2008-02-04 Thread wizumwalt
Thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126309#4126309 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126309 ___ jboss-user mailing list jboss-user@lists.jbo

[jboss-user] [JBoss Messaging] - Re: Message priority does not seem to work

2008-02-04 Thread timfox
"ydzsidemiik" wrote : I am trying to test the pure JMS approach, but I am seeing this error: | | javax.jms.IllegalStateException: This method is not applicable inside the application server. See the J2EE spec, e.g. J2EE1.4 Section 6.6 | at org.jboss.resource.adapter.jms.JmsSession

[jboss-user] [JBoss Seam] - Re: Only 1 messages.properties files loaded in 2 WARs

2008-02-04 Thread reind
JIRA ref: http://jira.jboss.org/jira/browse/JBSEAM-2579 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126305#4126305 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126305 ___

[jboss-user] [JBoss Portal] - Re: new portal page

2008-02-04 Thread PeterJ
The simple answer is "yes." All of those things are defined in *-object.xml files. By the way, you said you read tutorials, did you read the JBoss Portal documentation? They explain how the portal is laid out using *-object.xml files. Also, if you do not change the theme, the header will still

[jboss-user] [JBoss Seam] - Re: Only 1 messages.properties files loaded in 2 WARs

2008-02-04 Thread reind
pete: I've used the jboss-app.xml from the Registration example. I've since merged all messages into 1 properties file, which works for my project, but I've looked into it further in the hopes that it'll be of some use. I've created a JIRA bug and sample application: example app A: |

[jboss-user] [JBoss Messaging] - Re: Message priority does not seem to work

2008-02-04 Thread ydzsidemiik
I am trying to test the pure JMS approach, but I am seeing this error: javax.jms.IllegalStateException: This method is not applicable inside the application server. See the J2EE spec, e.g. J2EE1.4 Section 6.6 at org.jboss.resource.adapter.jms.JmsSession.checkStrict(JmsSession.java:581)

[jboss-user] [JBoss Seam] - Re: Named conversation and new instance redirected to Home?

2008-02-04 Thread enda
I also thank you for the feedback so I tried this: | | | | | And it does not work, because then the navigation does not work. I click the entry in table I want to edit and it does no

[jboss-user] [JBoss Portal] - Re: new portal page

2008-02-04 Thread wizumwalt
I didn't really want to change the themes, rather, I wanted to take out things like current user, registration, greetings, the info in the middle ... I just want to make a simple intranet portal that every will have access to. Do I just download the jboss-portal.sar source and remove that stuff?

[jboss-user] [Microcontainer] - Re: Deployer sequencing

2008-02-04 Thread alesj
"gcompienne" wrote : But this seems to confirm that if I don't specify any input then the deployer is always called (rather than never). | | So far I was always doing a "setAllInputs(true)" but that probably was not necessary... | Inputs/outputs have only one struct usage, and that's the

[jboss-user] [JBoss Portal] - Re: custom portal + css images

2008-02-04 Thread PeterJ
You can package a theme in a war file with a layout like: mytheme.war | + mystyles.css | + WEB-INF/ |+ portal-themes.xml |+ web.xml | + images/ |+ mylogo.gif |+ myicon.ico |+ The web.xml file is empty (just ) and the portal-themes.xml file contains: |

[jboss-user] [JBoss Seam] - Re: Seam & JBPM (WebConsole)

2008-02-04 Thread mjung85
Thanks for your replies. It seems to me that Seam uses JBPM in a very dirty way. I think the Web Console is one of the advantages of JBPM. I can use it to monitor the current tasks and the state of the business processes. Without the console i have just the nearly undocumented built-in compone

[jboss-user] [JBoss Seam] - Re: SMPC and could not enlist in transaction exception

2008-02-04 Thread [EMAIL PROTECTED]
You might want to apply a hibernate filter to one SMPC but not the other. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126290#4126290 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126290 _

  1   2   3   >