[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools problems Ubuntu

2008-01-10 Thread [EMAIL PROTECTED]
sorry - never seen that error about IA32 bit sounds weird ,( I dont understand what you mean with your last question that it cant create files. Are the folders write protected or ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118928#4118928 Reply to th

[jboss-user] [JBoss Tools (users)] - Re: Integrating JOBOSS IDE WITH JBOSS 4.2.2 Server

2008-01-10 Thread [EMAIL PROTECTED]
what do you mean does not recgonize? Did you add the server via New Server ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118926#4118926 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118926 __

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

2008-01-10 Thread magnus.ahlander
Thanks for your advice. Actually I have a working configuration, but with the inconvenience of having to configure remote bindings in the jboss.xml file of my EAR for all beans I want to remotely access: | TestBean | | socket://:3873 | | | This is inconven

[jboss-user] [JBoss Seam] - Trouble connecting to built-in HSQL using SQuirreL

2008-01-10 Thread [EMAIL PROTECTED]
I'm following the instructions at http://wiki.jboss.org/wiki/Wiki.jsp?page=NukesUsingHSQLDB to connect to the interal HSQL built-into JBoss. I want to see the results of my interaction with the web interface. I'm running the initial helloworld application from "JBoss Seam" by Yuan and Heute.

[jboss-user] [JBoss Seam] - seam gen in eclipse?

2008-01-10 Thread Mussie
Hello Forum, I'm trying to build a CRUD web application using seam-gen. I watched these two movies: http://www.jboss.com/products/seam/SeamHBTools.html http://michaelyuan.com/download/seam/rhds-20070306.html In michael yuans example there is a button "Seam Gen" on the menu bar in his eclipse. How

[jboss-user] [Messaging, JMS & JBossMQ] - Setting max sessions for MDB

2008-01-10 Thread enovas
I've tried to use annotations to set the max sessions with not successl. Every time I test sending several messages at one time the max sessions shown in Jboss console and in the server log is the one coming from the standardjboss.xml file. Any idea? TIA, ean13 View the original post : http

[jboss-user] [JBoss Seam] - selectOneRadio group separated by paragraphs, images etc

2008-01-10 Thread nuclaves
Is there a way to create a logical group of radio buttons that are not grouped into a table? In other words, I need the radio buttons to have the same id but I want to be able to place paragraphs, tables, images, etc betwixt them[radio buttons] rather than have them grouped horizontal or vertic

[jboss-user] [JBoss jBPM] - JBPM-3.2.2 Migrated to Oracle 10g, Hibernate_Sequence is acce

2008-01-10 Thread soumya_in
Hi All, I have migrated JBPM in Oracle 10g but I have encountered a problem regarding Hibernate_sequence that has been provided with the given Oracle script. Actually when my JBPM was associated with Hypersonic after each deployment the Process_ID is getting increased evenly and with an in

[jboss-user] [EJB/JBoss] - What is wrong with my local ejb JNDI lookup code (or the ejb

2008-01-10 Thread sairndain
I'm trying to perform a JNDI lookup on a local stateless session bean. When I use the jboss jmx console to check the JNDI name space I get the following: anonymous wrote : +- HandleDelegate (class: org.jboss.proxy.ejb.handle.HandleDelegateImpl) | +- ORB (class: org.jacorb.orb.ORB) | +-

[jboss-user] [JBoss Seam] - Re: Custom interceptors do not work with super classes

2008-01-10 Thread Kragoth
Is there anyone from the SEAM team that could tell me what I should do about this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118912#4118912 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118912 ___

[jboss-user] [JBoss Seam] - Re: Unable to use @Asynchronous annotation on Glassfish serv

2008-01-10 Thread usedtoclimb
No, I couldn't get it to work so I ended up creating an EJB Timer to complete my task. I would like to get it working with @Asynchronous if you have some more ideas for me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118911#4118911 Reply to the post :

[jboss-user] [Security & JAAS/JBoss] - Re: j_security_check and the generated LoginContext

2008-01-10 Thread ragavgomatam
You cannot change the SimplePrincipal. You set the name in the Principal via a constructor during login. Also It has only a getName() method. So answer is it is a big security loophole if you are allowed to change the SimplePrincipal name. So not possible View the original post : http://www.jb

[jboss-user] [JBoss Portal] - portal setup on oracle

2008-01-10 Thread nbaertuo
11:41:54,640 INFO [STDOUT] Hibernate: update jbp_cms_repositoryentry set FSENTRY_NAME=?, FSENTRY_PATH=?, FSENTRY_DATA=?, FSENTRY_LASTMOD=?, FSENTRY_LENGTH=? where PK=? 11:41:54,640 WARN [JDBCExceptionReporter] SQL Error: 17090, SQLState: null 11:41:54,640 ERROR [JDBCExceptionReporter] 不允许

[jboss-user] [JBoss Seam] - Re: How to control end of conversations/state of stateful be

2008-01-10 Thread gus888
"[EMAIL PROTECTED]" wrote : My tip is to avoid starting conversations from navigation links (those links that take you to other areas of the app), always make navigation disable conversation propagation, and just use conversations *within* each area of the app.Excellent tip! Thank you very much,

[jboss-user] [Security & JAAS/JBoss] - Re: Propagating identity from Swing application

2008-01-10 Thread ragavgomatam
what exactly do you mean by identity ? Username / password ? Yes possible View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118906#4118906 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118906 _

[jboss-user] [JBoss Portal] - Permissions

2008-01-10 Thread redcoat
Hi, I'm new to Portals in general, and am trying to understand how permissioning usually works. I don't believe it's part of JSR-168? If not, does every Portal server implement it differently? For example, I've looked at Liferay a little, and see that it has the concepts of Organizations, Lo

[jboss-user] [EJB 3.0] - Transactions broken? Trivial Hibernate example with EJB3 and

2008-01-10 Thread smithmb
Hello folks, I'm trying to create a trivial example of a transaction working correctly with MySQ L5.0.x and local-tx-datasource and Connector/J 3.x. I'm using Hibernate and EJB3, and JBoss 4.0.x. I cannot get transactions to rollback w/ SessionContext.setRollbackOnly() OR by throwing an uncaugh

[jboss-user] [Security & JAAS/JBoss] - Re: looking for working example: custom login module extends

2008-01-10 Thread ragavgomatam
I have a custom login module that is working fine with jboss 4.2.1 and jboss 5 Beta 3. Caveat is I extend the AbstractServerLoginModule NOT UsernamePasswordLoginModule. But this should not a big issue as UsernamePasswordLoginModule extends AbstractServerLoginModule. So enjoy... Code package c

[jboss-user] [Messaging, JMS & JBossMQ] - InProcessMessageCount

2008-01-10 Thread anant
I have an application that sends several JMS messages to a queue with one MDB that listens for messages on that queue. Under heavy loads (hundreds of messages being sent) I notice that the queue fills up. This is expected since the work associated with the MDB could take some time (the rate at

[jboss-user] [Security & JAAS/JBoss] - Re: Can I create a login .war module that my other .war modu

2008-01-10 Thread ragavgomatam
Answer is no. Make it a Custom Jaas Module & sprinkle | | SecurePages | | Security constraint testing using custom Jaas Module | | /jsp/secure.jsp |

[jboss-user] [Security & JAAS/JBoss] - Re: Capturing client IP address

2008-01-10 Thread ragavgomatam
One answer would be writing a Tomcat Valve that intercepts every HttpRequest before it make it to the container. This valve would intercept the request before your login module. I have given an example implementation. Package this in tomcat.sar , & check out how to configure this in jboss & you

[jboss-user] [Security & JAAS/JBoss] - Re: logout() in customized login modele

2008-01-10 Thread ragavgomatam
When your HttpSession time's out or when you call session.invalidate(), the container expires the caching of security credentials. I believe you are referring to DefaultCacheTimeout in jboss-service.xml. This specifies the default timed cache policy timeout in seconds.If you want to disable cac

[jboss-user] [JBoss Seam] - Re: Scriptaculous Sortable List Integration with Seam Remoti

2008-01-10 Thread nathandennis
looking back... that might have been a stupid question. i promise the read the documentation more closely next time. kudos for a well constructed javascript interface. i guess the concept of a response just seem too complicated yesterday... let alone actually do something with it. what really he

[jboss-user] [JBoss Seam] - Re: How to control end of conversations/state of stateful be

2008-01-10 Thread chris.simons
Pete, Thanks for not taking my post harshly as it wasn't meant to be as such. I, for one, am extremely appreciative of what all of you are doing to evolve Seam and to engage the end-user as much as possible, through these forums and elsewhere. We *had* been setting propagation="none" on most n

[jboss-user] [JBoss Seam] - Re: Scriptaculous Sortable List Integration with Seam Remoti

2008-01-10 Thread [EMAIL PROTECTED]
It might be best to ask this in the Ajax4JSF forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118887#4118887 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118887 ___ jbo

[jboss-user] [JBoss Tools (users)] - Re: Ant Task not dependent upon Eclipse plugins

2008-01-10 Thread [EMAIL PROTECTED]
Great job, wcrossman =D In my own defense, the current ant task doesn't need the eclipse build system ;) It just needs some jars from the archives.core plugin, and 1 eclipse jar ;) And it turns out only 1 class is needed from that eclipse jar, IPath =D Just for further information, the build

[jboss-user] [JBossCache] - Affinity Data Partiotioning

2008-01-10 Thread ne_vasya
Hi, I am trying to segment data over a set of JBoss caches having approximately even data distribution. Is anyone aware of a good dynamic hashing function that would provide good data affinity. For example, let's say I segment data over N nodes. When node N+1 joins, I would like a portion of

[jboss-user] [JBoss Seam] - JbpmContext Transaction begin not detected

2008-01-10 Thread jcarlos_andia
Hi everybody. I have a workflow to approve users, for that I have a method with the annotation @CreateProcess that creates a ProcessInstance, which works well (creates a processInstance with no problem). In a second method I need to update the first taskInstance of the processInstance created,

[jboss-user] [EJB 3.0] - Re: JNDI look up datasource problem

2008-01-10 Thread waynebaylor
try Oracle9iDriver instead of OracleDriver View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118883#4118883 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118883 ___ jboss-user m

[jboss-user] [JBoss Seam] - Re: How to get client IP when user logs in

2008-01-10 Thread [EMAIL PROTECTED]
FYI you can get to the ServletRequest object via ServletContexts.instance().getRequest(). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118881#4118881 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118881

[jboss-user] [JBoss Seam] - Re: HTTP Request via POST

2008-01-10 Thread [EMAIL PROTECTED]
There's nothing built in to Seam that provides this. I recommend you take a look at Apache HttpClient as it probably does what you need. http://hc.apache.org/httpclient-3.x/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118880#4118880 Reply to the post :

[jboss-user] [Security & JAAS/JBoss] - logout() in customized login modele

2008-01-10 Thread jdsignature
the logout() defined in the jboss customized login module, when this method got called. for instance: the session.invalidate() called in the application, does the logout() got called automatically by the jboss container? if the answer to the above is yes, how about the following setting in

[jboss-user] [JBoss jBPM] - JSP compile issue inside a jstl loop

2008-01-10 Thread zlegein
I am seeing a ton of these in our logs, does any one know what this is? This file does compile but it fails sometimes? I am not sure what exactly this error message is trying to tell me. The section of code that it is complaining about is a jstl loop in a jsp that has two dynamic columns in a

[jboss-user] [JBoss Seam] - HTTP Request via POST

2008-01-10 Thread pettersonfp
Hi all, I understand this question may be a little stupid, but... Is there any util, or annotation, or something like that in seam to help making a HTTP request to a external server and parsing the results? Thanks, Petterson View the original post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Seam] - Re: How to control end of conversations/state of stateful be

2008-01-10 Thread [EMAIL PROTECTED]
Chris, Interesting post. Thanks for the feedback. We do have one large scale app written in Seam in the examples dir - the wiki example which is the basis of the new Seam community site (which is up and running). The problem with large example apps is that they are hard to understand which make

[jboss-user] [JBoss Portal] - How to Login with kerberos authentication

2008-01-10 Thread karDo5o
How to configure jboss portal to bypass login form using operating system user login and password with kerberos 5 authentication and Openldap? Could anyone presents an example? Thanks in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118865#4118865

[jboss-user] [JBossCache] - Hibernate and OptimisticTreeCache

2008-01-10 Thread youngm
I've had a JBossCache+hibernate question over on the hibernate forums for a while with no responses. I was wondering if someone here might be able to help me out? The question is: Looking at the code in Hibernate OptimisticTreeCache it appears that Hibernate tells JBossCache to use an entity'

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Trivial Hibernate example with EJB3 and Hibernate, but trans

2008-01-10 Thread smithmb
Hello folks, I'm trying to create a trivial example of a transaction working correctly with MySQ L5.0.x and local-tx-datasource and Connector/J 3.x. I'm using Hibernate and EJB3, and JBoss 4.0.x. I cannot get transactions to rollback w/ SessionContext.setRollbackOnly() OR by throwing an uncaugh

[jboss-user] [Security & JAAS/JBoss] - Re: Permission Denied when getting FileInputStream

2008-01-10 Thread sarinbabu
Thank you for the response ragavgomatam. It turned out that it was the application code that was causing the error. Regards, Sarin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118860#4118860 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss Seam] - Re: any instruction for migrating 2.0.0.CR1 to 2.0.GA (or 2.

2008-01-10 Thread tim_ph
I didn't see that I use seam-gen to generate new project and try to match that with my own. I missed some subtle changes in build.xml when the new library files are split out into different places. Finally, got it working. Thanks! View the original post : http://www.jboss.com/index

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: 5.0 beta3, war class scoping problem

2008-01-10 Thread PeterJ
Here are the test files: RouteServlet.java package peter.scope; | import java.io.*; | import javax.servlet.ServletException; | import javax.servlet.http.*; | public class RouteServlet extends HttpServlet { | protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws

[jboss-user] [JBoss Seam] - Re: Data disappeared when clicking on Conversation outjectio

2008-01-10 Thread chris.simons
Jacob, Thanks for the quick reply. We're discussing things internally; I may put together a post on our issues but I fear it will get to be too lengthy for any forum post. In short, our issues deal with conversation propagation, handling conversational elements between stateful session beans,

[jboss-user] [JBoss Seam] - Re: Seam Transactions JTA vs Non-JTA in jee5 Environment

2008-01-10 Thread anilnarla
Thanks Pete, I really appreciate your feedback. Its like you guys provide too many choices :-) and sometimes it is hard to know what is better unless you have strong recommendations. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118849#4118849 Reply to the

[jboss-user] [JBoss Seam] - Re: Data disappeared when clicking on Conversation outjectio

2008-01-10 Thread jacob.orshalick
No, the suggestion I posted is not referring to conversation handling, I'm simply offering an option if the original poster wants to use PAGE context (which is what the original post referred to). The only difference in an s:link between pointing to a view-id and an action is that an action get

[jboss-user] [JBoss Seam] - Re: How to control end of conversations/state of stateful be

2008-01-10 Thread chris.simons
I think part of the problem here is that outside of a few, small example applications provided by the gracious Seam team, there are no true examples of a large, enterprise-level application properly using Seam conversations. Seam is so closely coupled with conversations that there is no true wa

[jboss-user] [JBoss Seam] - Re: Data disappeared when clicking on Conversation outjectio

2008-01-10 Thread chris.simons
Jacob, Are you suggesting that conversation outjection works differently when an s:link points to a view (ex. view.jsf) versus a bean method (ex. bean.view)? This would explain a lot of problems we are having with conversations in a very complex system we are working with. We are on Seam 2.0

[jboss-user] [JBoss Seam] - Re: How to get client IP when user logs in

2008-01-10 Thread jgreene
Sorry, everyone - I found what looks to be a better forum post that may give me what I want. In case you're having the same problem... http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998636#3998636 - Joe View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [JBoss Portal] - Re: PortletBridge: Facelets not working

2008-01-10 Thread jingjingfu
Also Phil, I know you have your deadlines and projects, and I am almost still wondering if it is possbile for you to post a very simple portlet WAR that uses the portletbridge 3.1.3 GA or higher. We have been trying to apply Liferay portal+ JSF + Richfaces + facelets into deliverables , and

[jboss-user] [JBoss Seam] - Re: Seam Transactions JTA vs Non-JTA in jee5 Environment

2008-01-10 Thread [EMAIL PROTECTED]
Use JTA unless you have a really really good reason not to. I will update the docs to be more emphatic here ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118837#4118837 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBoss Seam] - Re: Strange behaviour of Seam Mail when sending unsynchonize

2008-01-10 Thread [EMAIL PROTECTED]
Ok, this is possible, I haven't tested this (and the renderer is a bit tricky ;). If you can post a simple app to reproduce to JIRA that would be great :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118836#4118836 Reply to the post : http://www.jboss.com/

[jboss-user] [JBossWS] - socket.close(): Possibly anyone resolved this, but still I d

2008-01-10 Thread camateusno
Hi, I have a similar problem to issue: CLOSE WAIT and socket.close(), My problem consist in this: I have a Job that runs every 10 seconds, and every time uses a web service client maded with JBossWS. This web service does a operations over a remote server. The problem is that each request opens a

[jboss-user] [JBoss Seam] - How to get client IP when user logs in

2008-01-10 Thread jgreene
Sorry if this isn't the right forum for this question, but I'm hoping Seam provides a way to do this. I've seen the form entry pointed to by this link: http://www.jboss.org/?module=bb&op=viewtopic&t=102272 and have tried the proposed solution a couple ways, but still cannot see how to get the

[jboss-user] [JBoss Portal] - Re: PortletBridge: Facelets not working

2008-01-10 Thread jingjingfu
Thanks for the hint, ebephil. I simplified my portlet with only one tag in a single xhtml page, but still no ui compsition can display. I will try to open a new thread to see any ideas. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118828#4118828 Reply to

[jboss-user] [EJB 3.0] - Anyone have SINGLE_TABLE Entity inheritance working?

2008-01-10 Thread lpmon
Please see: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=127223 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118824#4118824 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118824 ___

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: 5.0 beta3, war class scoping problem

2008-01-10 Thread [EMAIL PROTECTED]
Peter, can you create a very simple example to demonstrate this? Any classloader changes made to AS5 were mostly to satisfy TCK requirements, however, we do use scoped deployments in the ear deployer in that particular setup. | true | true | View the original post : http:/

[jboss-user] [JBoss Tools (users)] - JBoss Tools problems Ubuntu

2008-01-10 Thread favalos
Hi users: I have in my laptop: Ubuntu 7.1 JDK 1.5 Seam 2.0 JBoss tools 2.0 Eclipse 3.3 But, I have two problems: First, I can see the JSP editor when I tried to watch an *.xhtml file I get an error: org.mozilla.xulrunner.gtk.linux.x86_1.8.1.3-20070904/xulrunner/libjavaxpcompglue.so: Can´t lo

[jboss-user] [JBoss Seam] - Re: Datasource Issue in WebLogic 9.2

2008-01-10 Thread [EMAIL PROTECTED]
I have not worked with Weblogic 92 ( I've worked on 10), but from what I can see try not having "java:/" in the JNDI. JBoss prepends the "java;/" and I do not think that weblogic supports it. I just checked in resources and reference guide chapter on deploying to Weblogic 10 which might also p

[jboss-user] [JBoss Seam] - Re: Changing Look and Feel of Seam Gen-ed apps

2008-01-10 Thread jfrankman
Thanks for the help. I will start doing some research. If anyone has suggestions or links for where to start it would be appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118819#4118819 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Seam] - Seam Transactions JTA vs Non-JTA in jee5 Environment

2008-01-10 Thread anilnarla
Does seam have any strong recomendations on whether to use JTA or Non-JTA in jee5 Environment? I looked at the 8.2. Seam managed transactions documentation, it says it provides support for all kinds of transactions, which is really great, but it does not tell what is best. And what are advantag

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: How to do a Max in a sub query...

2008-01-10 Thread arnieOag
This compiles and runs but doesn't get rid of the first record. | from us.tx.state.oag.olrap.db.InfoApplication as apps | where | apps.codeStatus.statusId = :codeStatus | and apps.infoWorkflows.emplid = :emplId | and apps.infoWorkflows.entryDate = ( select max(wf.entryDate)

[jboss-user] [Beginners Corner] - Re: do JBoss webserver and JBoss servlet app come bundled in

2008-01-10 Thread PeterJ
I do not understand the question. What "servlet app"? Or are you asking if you need to download a separate Web server to use with JBossAS? If that is your question, then no, JBossAS comes with a built-in Web server based on Tomcat. View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Seam] - Re: Strange behaviour of Seam Mail when sending unsynchonize

2008-01-10 Thread MSchmidke
Yes, but to explain it I must go a little deeper. My template looks like | | #{rec} | | | and recipients gets into the context by | @Asynchronous | public void send(List recipients) { | Context c=Contexts.getEventContext(); | c.set("recipients", recipients);

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: HTTP 404 not using localhost

2008-01-10 Thread tiozao_bp
try this: run.sh -b 0.0.0.0 look in the readme.html : "JBossAS 4.2.0.GA * JBossAS now binds its services to localhost (127.0.0.1) *by default*, instead of binding to all available interfaces (0.0.0.0). This was primarily done for security reasons because of concerns of users going to product

[jboss-user] [Security & JAAS/JBoss] - Re: Permission Denied when getting FileInputStream

2008-01-10 Thread ragavgomatam
Can you post your code please ? Also are you running jboss with -Djava.security.manager. Please clarify ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118806#4118806 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41

[jboss-user] [JBoss jBPM] - Re: jBPM success stories?

2008-01-10 Thread [EMAIL PROTECTED]
We have an application that uses the BPM to control the workflow within a web application that manages the flow of a user's session. It does not use any of the database flow persistence features since the user session has the lifespan as the modeled business process. Our flow is quite large and

[jboss-user] [Beginners Corner] - Re: do JBoss webserver and JBoss servlet app come bundled in

2008-01-10 Thread khabibulan
Thanks for the response - I'm wondering if the web server and the servlet app are bundled together in the same download or if I need to also download the servlet from somewhere. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118804#4118804 Reply to the post

[jboss-user] [JBoss Seam] - Re: problem to display FacesMessages

2008-01-10 Thread cdiggins
The only time I received that error message is where there was not a suitable h:messages or h:message component for the id I was attempting to add the error to on the page. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118803#4118803 Reply to the post : ht

[jboss-user] [JBoss Portal] - Re:

2008-01-10 Thread wesleyhales
It doesn't work at all due to js resources not reslving with portlet namespace. We are working on the problem... I think the fix for this was checked in yesterday, but I will have to double check. As an interim solution, you can copy the js files to your webapp... they must be refencered as des

[jboss-user] [Beginners Corner] - Re: do JBoss webserver and JBoss servlet app come bundled in

2008-01-10 Thread PeterJ
What is the question? You might notice that the subject line gets truncated, so please ask the question in the body of the post, not in the subject line! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118800#4118800 Reply to the post : http://www.jboss.com/

[jboss-user] [Performance Tuning] - Re: jboss420GA, Out of memory, with -Xmx1300m -XX:PermSize=3

2008-01-10 Thread PeterJ
Sorry, I never looked at the subject line. I suggest you also set -Xms1300m. This will set the min and max heap to the same size (as it is, you are probably getting an initial heap of 64m, with the JVM constantly asking the OS for more). This will also prevent you from getting "out of memory"

[jboss-user] [JBoss Seam] - Re: Changing Look and Feel of Seam Gen-ed apps

2008-01-10 Thread [EMAIL PROTECTED]
Seam thing. The blog example uses them. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118796#4118796 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118796 ___ jboss-user mail

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

2008-01-10 Thread ydzsidemiik
Hi Tim, This issue is causing me serious problems. I am seeing my application sieze up completely for a full minute while the JVM runs a full GC, and even the minor GCs are seriously reducing throughput. Perhaps if you could help me understand under what circumstances the call chain MessagingX

[jboss-user] [Beginners Corner] - do JBoss webserver and JBoss servlet app come bundled in the

2008-01-10 Thread khabibulan
sorry if this is a stupid question! in my past experience these two pieces have been from seperate vendors; java, apache, new atlanta, etc... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118798#4118798 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [Installation, Configuration & DEPLOYMENT] - 5.0 beta3, war class scoping problem

2008-01-10 Thread PeterJ
JBossAS 5.0 beta3 has changed the scoping of classes within war files. Previously (as in 4.x.x, and even in beta3 as of last September), if a class in some other archive (such as an ear) attempted to instantiate a class packaged in a war, I got a exception. With beta3 (and beta4 pulled today aft

[jboss-user] [JBoss Seam] - Re: Lifecycle question

2008-01-10 Thread [EMAIL PROTECTED]
Basically yes. But it does depend if the bean is already instantiated... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118794#4118794 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118794 __

[jboss-user] [JBoss Seam] - Re: Strange behaviour of Seam Mail when sending unsynchonize

2008-01-10 Thread [EMAIL PROTECTED]
Do you get a stack trace? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118791#4118791 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118791 ___ jboss-user mailing list jboss

[jboss-user] [JBoss Seam] - Re: any instruction for migrating 2.0.0.CR1 to 2.0.GA (or 2.

2008-01-10 Thread [EMAIL PROTECTED]
This is the best bet http://fisheye.jboss.com/browse/JBoss/jboss-seam/seam2migration.txt?r1=1.12&r2=1.8&u=3&ignore=&k=k Whats the problem? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118788#4118788 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: hibernate SessionFactory lookup return null

2008-01-10 Thread goodidea
One very important addition. On serverside InitialContext ctx=new InitialContext(); | Object obj=ctx.lookup("java:/hibernate/SessionFactory"); this code works fine! Issue on client side when I am trying to use it from my swing application. So in order to be more precise client side can not us

[jboss-user] [JBoss Seam] - Re: EntityManager trouble

2008-01-10 Thread [EMAIL PROTECTED]
How are you putting the datasource into JNDI? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118782#4118782 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118782 ___ jboss-use

[jboss-user] [JBoss Portal] - Re: PortletBridge: Facelets not working

2008-01-10 Thread ebephil
Concerning Facelets: configuration error :-) I didn't pass the path to my taglib in the web.xml. I don't know why it worke before, maybe I just overwrote it when I updated my configuration. At least it's easy to fix: | | facelets.LIBRARIES | /WEB-INF/facele

[jboss-user] [JBoss jBPM] - jBPM jPDL GPD 3.1.2 Released

2008-01-10 Thread [EMAIL PROTECTED]
I did this release this morning. Read about it in my blog: http://koentsje.blogspot.com/2008/01/esb-service-node-in-jbpm-jpdl-gpd-312.html Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118781#4118781 Reply to the post : http://www.jboss.com

[jboss-user] [Performance Tuning] - Re: jboss420GA, Out of memory, with -Xmx1300m -XX:PermSize=3

2008-01-10 Thread javahollic
Thanks but that's been done, the problem is that by setting those values (in subject) my web application still only sees 353MB total memory as opposed to 1G+ that should be available. I'm getting out of memory errors during high load (complex page/backup etc) but I cant figure out where / if

[jboss-user] [Management, JMX/JBoss] - Class loader with Scheduler service

2008-01-10 Thread bbleafs
I have deployed Jar file with my classes, and I have a JBoss scheduler service defined in my deploy directory. When I copy a new Jar file to deploy a new version of my application, the scheduler seems to execute old code. It's like the schedule classloader is holding onto references to the old

[jboss-user] [JBoss Seam] - Re: problem to display FacesMessages

2008-01-10 Thread [EMAIL PROTECTED]
facesMessages.addToControl() *doesn't* take client id, it takes the id you enter on the page. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118776#4118776 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118776

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

2008-01-10 Thread ALRubinger
Mi Magnus: Just a couple of ideas; used to run into this from time-to-time. Problem is, each environment is different, so you might have to try a few things to find the root of your error. >From what I can tell, the address in the Invokerlocator used in the Proxy >instance you've got is givin

[jboss-user] [JBoss Seam] - any instruction for migrating 2.0.0.CR1 to 2.0.GA (or 2.0.1.

2008-01-10 Thread tim_ph
I know some libraries changes - merged and splitted - in Seam and Richfaces, but I haven't been able to successfully migrate my seam-gen app to new version after changed these library files. Release Note doesn't have anything on it. View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Seam] - Re: Veto Page Flow

2008-01-10 Thread [EMAIL PROTECTED]
I don't think you can optionally transition quite like that. A decision would be the best way to do it AFAICS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118773#4118773 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBoss Tools (users)] - Integrating JOBOSS IDE WITH JBOSS 4.2.2 Server

2008-01-10 Thread stilwalli
I download jboss 4.2.2. How to integrate this with JBOSS IDE. The IDE does not recognize this as one of its servers... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118771#4118771 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: How to do a Max in a sub query...

2008-01-10 Thread arnieOag
I've tried this: | from us.tx.state.oag.olrap.db.InfoApplication as apps | where apps.codeStatus.statusId = :codeStatus | and apps.infoWorkflows.emplid = :emplId | and apps.infoWorkflows.entryDate = ( | select max(entryDate) from apps.infoWorkflows wf |

[jboss-user] [JBoss Seam] - Datasource Issue in WebLogic 9.2

2008-01-10 Thread neilac333
My Seam-JPA application can't be deployed to WebLogic 9.2 because there is a JNDI error when trying to locate the datasource. I have set up a datasource in the Admin Console called java:/myWebAppDS. Then, in my persistence.xml I have this: | | org.hibernate.ejb.HibernatePersistenc

[jboss-user] [JBoss Portal] - Re: PortletBridge: Facelets not working

2008-01-10 Thread jingjingfu
I am having the exact same problem. Nothing shows up, but no error in log either. Below are the 2 links where I download the portlet bridge. Does below location sound correct to you? http://repository.jboss.com/maven2/org/richfaces/extensions/portletbridge/portletbridge-api/3.1.3.GA/ http://repo

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - How to do a Max in a sub query...

2008-01-10 Thread arnieOag
I need to select records that are linked together based on two parameters, one in table a the other in table b. The named query below is the item in question. | | | | | | | | | | |

[jboss-user] [Performance Tuning] - Re: jboss420GA, Out of memory, with -Xmx1300m -XX:PermSize=3

2008-01-10 Thread PeterJ
The JVM heap sizes are set inside the run scripts. Look for the JAVA_OPTS settings containing -Xms and -Xmx. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118762#4118762 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBoss Seam] - Re: HTTPS Scheme in pages.xml without httpsport or default p

2008-01-10 Thread nkhilnani
oh, for info for others... the precedence should be FRAMEWORK , not BUILT_IN. Using built gives and error indicating two components were defined with the same precedence. >From the source code for the Install annotation |/** | * Precedence of all built-in Seam components | *

[jboss-user] [Performance Tuning] - jboss420GA, Out of memory, with -Xmx1300m -XX:PermSize=378M

2008-01-10 Thread javahollic
Hi, I'm running one web-application inside jboss4.2.0GA, the application is Confluence. This application reports a Total Memory size of 353MB, Jboss Admin Console contains the following: | JVM Environment | Free Memory: 91 MB | Max Memory: 1251 MB | | Total Memory: 354 MB | | #Th

[jboss-user] [JBoss Tools (users)] - Re: integration problem

2008-01-10 Thread [EMAIL PROTECTED]
that is probably because it only works with Eclipse 3.3 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118757#4118757 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118757 ___

[jboss-user] [JBoss Seam] - Re: HTTPS Scheme in pages.xml without httpsport or default p

2008-01-10 Thread nkhilnani
Hmm.. we noticed another issue. When the Loadbalancer has SSL but internally redirects the requst to a tomcat not on SSL (to avoid having SLL at every level in the internal restricted network) the Seam framework sends back 302 (page moved) for every request to the login-view-id page and we get

[jboss-user] [Security & JAAS/JBoss] - Re: HTTP Status 403 - logging with another role causes error

2008-01-10 Thread ragavgomatam
Hi, First are you using the SimplePrincipal from Jboss or your own Principal Object ? Second What is the role your are associating with your Principal object when you log in as Child ? My guess it it should be C ( as per your web.xml) . If you are rolling out your ow authentication, i guess

[jboss-user] [JBoss Seam] - Re: ExtJs and JBoss Seam with web remoting

2008-01-10 Thread cvigouroux
Hi, i'm begining to write some articles about seam + extjs on my blog (http://ntispace.blogspot.com/). Sorry but it is in french until now. I'm going to put some example code next week, and i'll try to translate this part in english... View the original post : http://www.jboss.com/index.html?m

[jboss-user] [EJB 3.0] - Re: DataSource resource injection

2008-01-10 Thread ragavgomatam
I believe you should have it as :- java:jdbc/MyDS in your -ds.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118748#4118748 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118748 _

  1   2   3   >