[jboss-user] [JBoss Seam] - Using binding ManagedBeans in IDEs such as VWP

2007-01-25 Thread mat
The NetBeans VisulaWebPack support and integration for ICEfaces has been released recently and since then we have managed to rapidly created a comprehensive GUI using drag and drop. Is there a way to use Jboss SEAM with the created managed beans per page? This would introduce an additional lay

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: What does

2007-01-25 Thread rajrsingh
Oh man I wish I could delete that post. Seing it posted finally made recognize the class path in web.xml is wrong. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006684#4006684 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Session timeout during method execution

2007-01-25 Thread muni78
Hi, I have a little complicated issue with HttpSession timeout process. It goes like this. Lets says, my Web Application session timeout period is 5 minutes. I made a Http request to server and corresponding Servlet requires more than 5 minutes lets say 10 minutes to complete the business logic.

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: What does

2007-01-25 Thread rajrsingh
What was the solution? I have the same problem. I have a dead simple web.xml: | UMI | UMI web service interfaces | | TEST | org.rajsingh.umi.service.client.BasetableService | | | TEST | /test | | and a very basic test

[jboss-user] [JBoss Seam] - Re: Remoting problem: object as param not passed

2007-01-25 Thread lcoetzee
Posted in Jira: http://jira.jboss.org/jira/browse/JBSEAM-700 Thanks Louis View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006678#4006678 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006678

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Duplicate sessionIds in cluster

2007-01-25 Thread anre42
Hi, We're using Jboss-4.0.3SP1 in a clustered environment where we run 3 full jboss nodes on each machine. We don't use http session replication but we have a load balancer as a front to witch between different nodes (we "kick out" users and redirect them to another node if a node fails). Rese

[jboss-user] [EJB/JBoss] - Ejb Transaction problem

2007-01-25 Thread maxjj
hi All I am using EJB/JBoss with Netbean. i want to write my own Transaction in the session bean. i have declare my code as follows... UserTransaction ut=Context.getUserTransaction(); try{ ut.begin(); Lhome.create(id,name,age); ut.commit(); }catch(Exception e){ try{ ut.rollback(); }catch

[jboss-user] [Security & JAAS/JBoss] - Re: Calling LoginModule in JBoss

2007-01-25 Thread eschulma
I would be extremely interested in learning this as well. I would prefer to avoid using j_security_check. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006669#4006669 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=400

[jboss-user] [Installation, Configuration & Deployment] - Re: Deploy change to property file

2007-01-25 Thread lightbulb432
How can I remove a servlet in a running JBoss instance? I want to debug the init() method of the servlet but it only runs the first time after being instantiated. The only option I see is to restart the server, which would not be a good option because of the time involved. (I can't just delete

[jboss-user] [Installation, Configuration & Deployment] - Re: Memory Utilization for JBoss on OpenSuSE

2007-01-25 Thread txakin
Hi...i don´t know if you already has fixed your problem...i´m going to tell you mine. When i run the JBOSS, the memory used always increase untill 200MB(+/-) When the users are running my program.the memory grows and grows, untill they will stop to use the application.but i d

[jboss-user] [Installation, Configuration & Deployment] - JBOSS & JBPM : Release Memory

2007-01-25 Thread txakin
Hi people, how are you? I´m new in this Forum, and i have recently started to work with the Jboss. I´m going to tell you my problem. I have one webservice application running in the JBoss and connecting with the JPBM application to use the flows. untill here all the things are succesfull. I

[jboss-user] [JBossCache] - Re: Always write to persistent store

2007-01-25 Thread [EMAIL PROTECTED]
What you describe is the default behavior of a CacheLoader. Just configure a cache loader and don't set the "passivation" flag to true, and all writes to the cache will be written to the persistent store. Eviction will then free memory, but will not affect the persistent data. View the origin

[jboss-user] [JBoss Seam] - Re: Can't inject into an Entity Bean...

2007-01-25 Thread seamNoobie
Be wary of this method as you are talking to the database "through" the entity bean. So when the persistence implementation is putting and getting it is also crypting/decrypting. You end up having two crpyts or a double decrypt going on quite quickly and you fix it for a read from the database o

[jboss-user] [Beginners Corner] - connecting to JBOSS and TOMCAT will die

2007-01-25 Thread jailau_24
Pls.. help.. Everytime I connect to jboss, tomcat has been dead.. And It returns error: /var/log/momasrv.log (scanned at Wed Jan 24 16:14:59 PHT 2007) 2007-01-24 16:14:43,300 [MO Service HTTP Client] ERROR com.mwise.HTTP.Client - IOException trying to finish connecting to <202.163.229.51>: ja

[jboss-user] [JBoss Seam] - Re: How to automatically end a conversation if fail to click

2007-01-25 Thread gus888
Hi Gavin, I apologize for my poor description. Now, I got a little idea on the conversation concept. I tried Seam-issues project. What I did is: ->home page -> click "Create" project (@Begin createInstance) -> go to "edit project" page -> click home link and go to home page -> click "Create" pro

[jboss-user] [JBoss Seam] - @EJB annotation support in seam

2007-01-25 Thread berkum
Hello. I would like to know if it is possible to use the @EJB annotation with seam in order to inject ejbs. I have tried with the examples to replace the @In annotations with @EJB thinking they were quite the same but I am getting the following error when starting the server ( I replaced @In o

[jboss-user] [JBoss Seam] - Re: Increasing concurrentRequestTimeout

2007-01-25 Thread [EMAIL PROTECTED]
Not really, only that a thread will be tied up doing nothing on the server for that length of time. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006613#4006613 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006613 __

[jboss-user] [JBoss Seam] - Increasing concurrentRequestTimeout

2007-01-25 Thread pdpantages
Hello Forum, seam 1.1.0.GA jboss-4.0.5.GA ajax4jsf-1.0.5 Facelets I have a question about the parameter org.jboss.seam.core.manager.concurrentRequestTimeout Specifically, are there any limits to the value? I see from ..seam.core.Manager.java that the default is 1 second I know it must rema

[jboss-user] [JBoss Seam] - h:commandButton and h:commandLink don't delegate conversatio

2007-01-25 Thread svadu
Hi All, I have the following problem. I have a conversation scoped bean: | @Name("regionAction") | @Scope(ScopeType.CONVERSATION) | public class RegionAction implements Serializable { | | ... | | @In(required=false) @Out(required=false) | private Generalarticle sele

[jboss-user] [JBoss jBPM] - Re: jBPM Eclipse plugin support for Eclipse 3.2

2007-01-25 Thread estaub
Yes, it works under 3.2. The most likely problem is some version skewage with other plugins already installed. I suggest you try installing it on a "clean" copy of Eclipse that you've just installed, without other plugins. If that works, you should start checking plugin versions between the two

[jboss-user] [JBoss Seam] - Re: OptimisticLockException

2007-01-25 Thread lightbulb432
In the log, the OptimisticLockException (OLE) shows up somewhere between the following two statements: [SeamPhaseListener] after phase: INVOKE_APPLICATION(5) | #Several other statements here | #The exception stack traces followed immediately by the next line: | [SeamPhaseListener] before ph

Re: [jboss-user] [Installation, Configuration & Deployment] - Re: Deploy change to property file

2007-01-25 Thread Matthew Hannigan
On Thu, Jan 25, 2007 at 12:52:35AM -0500, lightbulb432 wrote: > That makes sense, thanks. > > Does it ever make sense to deploy an exploded archive? I've noticed that in > the Ant build, as it copies the folder over, the JBoss console starts to show > different parts of the application deploying

[jboss-user] [JBoss Seam] - Re: OptimisticLockException

2007-01-25 Thread lightbulb432
Changing exceptions.xml to redirect from render doesn't do anything - same problem. This exception is getting caught somewhere and not propagating to a point where exceptions.xml can do anything with it. What am I supposed to do here? (Short of creating an action method - see my OP.) View the o

[jboss-user] [JBoss Portal] - Re: Portal/CMS Exceptions in 2.6-ALPHA1 when creating new ht

2007-01-25 Thread freeportpa
I double checked and I don't have a Description field on the create file screen. What can I try next? Thanks again for the great help![/img] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006599#4006599 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JBoss not picking up JSF Managed Bean properly duing dep

2007-01-25 Thread smithbstl
I figured it out. Apparently, I forgot to removed the jsf reference jars from my class path and they were butting heads with myfaces. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006597#4006597 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Seam] - Re: Using Seam gem for tomcat with and without embedded ejb3

2007-01-25 Thread guy_davis
"[EMAIL PROTECTED]" wrote : You should be OK using jboss embeddable ejb3 in this scenario. Hi Gavin, thanks for the response. I can run the examples using the full version of Tomcat 5.5.X, but I get the following after I put jboss-seam-booking.war example into the webapps dir for our server ap

[jboss-user] [Installation, Configuration & Deployment] - Re: Deploy change to property file

2007-01-25 Thread PeterJ
If you package an archive, JBoss will unpack it to the tmp directory, so either way it works with unpacked applications. Of course, tmp is named that for a reason, you should not assume that anything in there is permanent in any way. So the way you deploy is really up to you and what you feel mo

[jboss-user] [Installation, Configuration & Deployment] - Webconsole is not always displaying war/sar servlets?

2007-01-25 Thread ads_green
Hi All, We have a simple web app contained in a war file. If we deploy this to Jboss 4.0.4 straight into the /deploy directory then using the web-console tool we can see stats on the servlets contained in the archive. (J2EE Domains/jboss.management.local/JBoss/application.war) However, if w

[jboss-user] [Security & JAAS/JBoss] - JNDI app raises AccessControlException

2007-01-25 Thread omar_azrat
Hello. I have a Java application. This is a set of signed jar files getting a DataSource connection from JBoss using JNDI. When I run the main jar from my machine, it works fine. When I run it as Java Web Start application --from a Web page in my JBoss server--, I get this error message: jav

[jboss-user] [JBoss jBPM] - Re: JbpmThreadServlet and member threads

2007-01-25 Thread brado
Alex, Thanks for the reply. Yeah, it would seem that the ServletContextListener would probably be the logical way to implement it. Seems simple enough -- in fact, I'll probably have to do that for my application anyway. Brad View the original post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss Seam] - Re: Using Seam gem for tomcat with and without embedded ejb3

2007-01-25 Thread [EMAIL PROTECTED]
Aaaiii, I have no clue - Tomcat is *definitely* not my thing. Try asking in another forum View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006580#4006580 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006580

[jboss-user] [JBoss Seam] - Re: Customize validation messages

2007-01-25 Thread [EMAIL PROTECTED]
anonymous wrote : Is there an actual reason that this isn't the way it behaves? We are limited by the JSF spec. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006574#4006574 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBoss Seam] - Re: documenting Configuring Seam in a Portal

2007-01-25 Thread [EMAIL PROTECTED]
Any chance you could create a patch, with the instructions you think should go there? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006573#4006573 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006573

[jboss-user] [JBoss Seam] - Re: Can't inject into an Entity Bean...

2007-01-25 Thread [EMAIL PROTECTED]
You can use Component.getInstance(). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006578#4006578 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006578 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: How to postpone validation?

2007-01-25 Thread [EMAIL PROTECTED]
Oh, I misunderstood. Norman is right. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006577#4006577 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006577 ___ jboss-user mailin

[jboss-user] [JBoss Seam] - Problem with Seam + Trinidad.

2007-01-25 Thread adamkoprowski
Hello everybody, I'm using EJB 2.0+JSP+myfaces+Trinidad in development for some time already but now I decided to make a switch to EJB3+Seam+Facelets+myfaces+Trinidad. I'm pretty impressed with what Seam has to offer but unfortunately now I'm having some issues with use of Trinidad that I d

[jboss-user] [JBossCache] - Always write to persistent store

2007-01-25 Thread jivesociety
I would like to setup an eviction policy that will always force a persistent store to be written whenever a put is called on TreeCache. Basically, I would like for it to stay in memory based on an existing eviction policy (such as LRU) but always store that data to a persistent store. any help

[jboss-user] [JBoss jBPM] - jBPM Eclipse plugin support for Eclipse 3.2

2007-01-25 Thread brado
I searched and didn't find any threads that explicitly addressed this, but I have tried installing the jBPM plugin several times now, and though it installs, it doesn't appear to work on Eclipse 3.2. Does anyone know when the plugin will support Eclipse 3.2? Thanks. Brad View the original po

[jboss-user] [Installation, Configuration & Deployment] - Re: help with embedded server - driving me nuts

2007-01-25 Thread guy_davis
I would also very much like to know what this error pertains to and how to get around it. I see it as soon as I try to move the jboss-seam-booking war into our tomcat install which has the Jdom jar in the path. Wiggy, could you elaborate on what you did to fix this? Thanks. View the origina

[jboss-user] [JBoss Seam] - Re: Can't inject into an Entity Bean...

2007-01-25 Thread seamNoobie
"[EMAIL PROTECTED]" wrote : You can use Component.getInstance(). Thanks: | | /* Really this should to be 15; it was extended to allow for the crypt to take place! | * A bad side effect is the GUI is now allowing upto 50 length. | * This routine will still fail if you put

[jboss-user] [JBossCache] - Re: Behaviour of the cache in case of a node failure

2007-01-25 Thread lucdewav
Thanks a lot for the explanations. Reading the Junit test cases also helped. I also have a question regarding (re)synchronization. For a cluster of 2 cache members A & B, imagine that: - A network failure occurs and members A & B can't "see" each other. - a transaction starts and updates the node

[jboss-user] [JBoss jBPM] - Re: How to save process instance into database?

2007-01-25 Thread juangiovanolli
i'm doing all that the documentation says, but i get this error when i try to persist this: | org.jbpm.persistence.JbpmPersistenceException: couldn't flush hibernate session | at org.jbpm.persistence.db.DbPersistenceService.close(DbPersistenceService.java:182) | at org.jbpm.svc.S

[jboss-user] [JBoss Seam] - Re: Can't inject into an Entity Bean...

2007-01-25 Thread seamNoobie
Moving it outside does not MAKE the key over 15 chars... you know what I am getting at though. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006566#4006566 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006566 ___

[jboss-user] [JBoss jBPM] - Re: JbpmThreadServlet and member threads

2007-01-25 Thread [EMAIL PROTECTED]
You're right, a container is free to instantiate a servlet class multiple times as it sees fit. Recently, a customer proposed us to reimplement the JbpmThreadsServlet as a servlet context listener, which is guaranteed to execute only once. I filed the request as JBPM-742, but haven't found the

[jboss-user] [J2EE Design Patterns] - Re: how can I make a stateless bean singleton on JBOSS?

2007-01-25 Thread dwin
Are you considering clustering as well? Remember that a singleton is per JVM, If you're not clustering...although this is bad practice...you could just use a regular POJO as a singleton. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006562#4006562 Reply t

[jboss-user] [JBoss Seam] - Can't inject into an Entity Bean...

2007-01-25 Thread seamNoobie
Whats the preferred solution to this: Given: | @Entity | @Name("user") | public class User implements Serializable { | ... | | @NotNull(message="required") | @Length(min = 5, max = 15) | public String getPassword() { | return password; | } | |

[jboss-user] [JBoss Seam] - Re: Security & Authentificaiton of a Seam Application

2007-01-25 Thread [EMAIL PROTECTED]
Does web.xml security give you the functionality you want? If so, then go ahead and use it. JBoss makes it really easy to work with. The problem is that the functionality just isn't very advanced. If you can wait a bit longer for the Seam security features to be completed, I think you'll fi

[jboss-user] [JBoss Seam] - Re: How to postpone validation?

2007-01-25 Thread [EMAIL PROTECTED]
If you can design your interaction so that you only use one view, then JSF will preserve your unvalidated/unconverted form data. I believe it only discards the data when you write to another view. If you think about it, it kind of makes sense. Where is it supposed to store that unconverted/u

[jboss-user] [JBossWS] - JBossWS 1.2 JAX-WS generates two wsdls (imports wsdl) at run

2007-01-25 Thread dwin
Hey JBoss team I was wondering what causes wsdls to be generated within each other. I am getting a wsdl that imports another wsdl. I would just like everything to be in a single wsdl. any info would be apperciated. View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBoss Seam] - Re: java.lang.IllegalArgumentException: could not set field

2007-01-25 Thread seamNoobie
FooImpl/Foo it is then. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006558#4006558 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006558 ___ jboss-user mailing list jboss-

[jboss-user] [JBoss Seam] - Re: Classloading problem I think.

2007-01-25 Thread x-explorer
Forgot to say. My problem is the same, this happens randomly. When I clicked button too fast it happens. Seems like some synchronization issues. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006557#4006557 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [JBossWS] - Re: dinamically obtain web services url

2007-01-25 Thread dwin
yes, you can use a UDDI more info can be found here http://wiki.jboss.org/wiki/Wiki.jsp?page=UDDIExample View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006556#4006556 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40

[jboss-user] [JBoss Seam] - Re: Classloading problem I think.

2007-01-25 Thread x-explorer
anonymous wrote : | We've got the same problem with our seam 1.1 project running on JBoss 4.0.5 (current jems 1.2 installer). | | We get the following error: | | javax.faces.el.EvaluationException: /view/manage/user_search.xhtml @118,174 value="#{messages[selectedObject.title]} #{s

[jboss-user] [Messaging, JMS & JBossMQ] - JBoss JMS vs. Home-grown scaling solution... Which is better

2007-01-25 Thread jhilgedick
All, I could really use some help on the following question - I need to figure out if JMS in a clustered environment is really the solution to my problem... I have an application that is deployed to a number of servers in a jboss cluster. I also have a bunch of clients that are writing to a jm

[jboss-user] [JBoss Seam] - Re: java.lang.IllegalArgumentException: could not set field

2007-01-25 Thread [EMAIL PROTECTED]
I'd agree. IName is not a good naming strategy. Name adornment should indicate some addition or specialization of a class. IName violates this intuitive notion by adding adornment to the most basic/simplest form of the class - the interface. View the original post : http://www.jboss.com/

[jboss-user] [Beginners Corner] - Why is Log4j shuttdown when I publish?

2007-01-25 Thread msavoy
I am running Eclipse 3.2.1 with JBoss 4.0.5.GA and I have what will hopefully be a quick question. JBoss is running just fine, however, when I make a change to any of my files and I publish to Jboss, log4j that is running in my project just shuts down? Can someone tell me why and what I need to

[jboss-user] [JBoss Seam] - Re: iText (PDF) support in Seam

2007-01-25 Thread [EMAIL PROTECTED]
Just as an update, I've add p:text, which allows the use of a converter on a field. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006549#4006549 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006549 _

[jboss-user] [JBoss jBPM] - Re: How to save process instance into database?

2007-01-25 Thread [EMAIL PROTECTED]
anonymous wrote : java.sql.SQLException: You cannot commit during a managed transaction! this has been addressed a lot of times in the forums. please use the search functionality and look for "CMT". Chapter "Persistence" of the user guide addresses this topic as well. View the original post :

[jboss-user] [JBossWS] - dinamically obtain web services url

2007-01-25 Thread sigitm
Hi, I'm writing a web service (deployed in different machines), and a client that connects to these machines and uses their web service. At the moment, the client obtains the web services WSDL url from a static text file. Is it possible for the client to obtain web services url dinamically? Is

[jboss-user] [JBoss jBPM] - 3.1.4 starter kit archive is broken

2007-01-25 Thread mikechristiansen2000
Hello, I noticed that 3.1.4 is available from source forge. I downloaded the starter kit zip file twice and each time winzip complains that it is corrupted. Thanks, Mike View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006546#4006546 Reply to the post : http:

[jboss-user] [JBossWS] - lower timeout in accessing a web service

2007-01-25 Thread sigitm
Hi, I'm using this code to connect to a web service: URL url = new URL("http://www.mysite.org/WebService?wsdl";); | | QName qname = new QName("http://www.mysite.org/","WebService";); | | ServiceFactoryImpl factory = new ServiceFactoryImpl(); | Service s

[jboss-user] [JBoss Seam] - Security & Authentificaiton of a Seam Application

2007-01-25 Thread toni
Hi, I would like to setup security for my seam application. I have a database (realm) with users and password which I would like to use. I thought about using security contraints in the web.xml file in combination with some database login module from JBoss, which I remember from the past. Can

[jboss-user] [JBoss jBPM] - Re: Invoke a sub-process from main process in JBPM

2007-01-25 Thread brado
I am interested in the answer to the same question. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006543#4006543 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006543 ___ jb

[jboss-user] [JBoss jBPM] - Re: taskInstances aren't persisted when persist a processins

2007-01-25 Thread estaub
If you look at Services.save(), which is where the action happens, it reads: public void save(ProcessInstance processInstance, JbpmContext jbpmContext) { | Iterator iter = saveOperations.iterator(); | ... | while (iter.hasNext()) { | SaveOperation saveOperation = (Sa

[jboss-user] [JBossCache] - Re: Cache lockup in JBoss 4.0.4.GA + EJB3 RC9 under heavy lo

2007-01-25 Thread genman
>From what I see in the logs, what's causing failure is accumulation. >Accumulation is being caused by eviction is timing out (i.e. TimeoutException >is being thrown.) Then the queue can't be processed very quickly. Seems like the evict needs to not wait too long. View the original post : http

[jboss-user] [JBoss Seam] - Re: JBoss 4.0.5.GA: java.lang.NullPointerException: serialF

2007-01-25 Thread codelion
Then you put the name of your subclass into portlet.xml into element portlet-class. Obviously, also make sure the compiled class is in your application. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006534#4006534 Reply to the post : http://www.jboss.com/

[jboss-user] [JBoss Seam] - Re: How to postpone validation?

2007-01-25 Thread toni
I tried it, but it does not make to seem a difference. And why would it? The fields which do not have any validation annotations aren't validated anyway. And the once which do should be validated, but only after the user clicked on the "Save" button. However, validation occurs always when he cl

[jboss-user] [JBoss Portal] - Re: Portlet navigation with CMS.

2007-01-25 Thread hurzeler
Actually I do not need to create new content I just need to change what is currently displayed in the CMS portlet. I can't see any command in the API that allows me to do that. I know I could change the content just by using an URL but I need to change the portlet page on my portlet at the same

[jboss-user] [JBossWS] - SOAP 1.2 support in JBossWS 1.2 (JAX-WS)

2007-01-25 Thread dwin
Hey JBoss team just curious how I would enable SOAP 1.2 support for JBossWS I tried @BindingType(value=SOAPBinding.SOAP12HTTP_MTOM_BINDING) but it doesn't seem to do anything. In Glass fish, to enable SOAP is @BindingType(value="http://java.sun.com/xml/ns/jaxws/2003/05/soap/bindings/HTTP/";

[jboss-user] [JBoss Seam] - Re: java.lang.IllegalArgumentException: could not set field

2007-01-25 Thread [EMAIL PROTECTED]
The recognized conventions are: Foo/IFoo and FooImpl/Foo for implementation/interface. I personally don't like the first (cryptic) option. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006517#4006517 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - JBoss not picking up JSF Managed Bean properly duing deploym

2007-01-25 Thread smithbstl
I have a weird problem that seems to occur at random. When deploying a JavaServer Faces web application, JBoss seems to not properly load a managed bean from the faces-config.xml file in the web app. {Note this app is using JBoss 4.0.5GA MyFaces 1.1.3 Facelets 1.1.11 Apache Trinidad - fairly

[jboss-user] [JBoss Seam] - Re: @Startup help...

2007-01-25 Thread bsmithjj
Huh? I designated an APPLICATION scoped bean as the startup object - I have the startup object get a handle to a stateless bean and invoke a method which subsequently creates timer object. Going back to the start of this thread...I am trying to start an EJB Timer on startup of the application

[jboss-user] [JBossCache] - Re: Cache lockup in JBoss 4.0.4.GA + EJB3 RC9 under heavy lo

2007-01-25 Thread J.Hedin
I should have done my homework and checked this before posting. 1.4.1 looks fine. 2.0 is in alpha, so we can't use that. I have been looking a bit into 2.0ALPHA2 source, but I could use a hint of where to start for the backport to 1.4.1 View the original post : http://www.jboss.com/index.html?

[jboss-user] [JBossCache] - Re: Cache lockup in JBoss 4.0.4.GA + EJB3 RC9 under heavy lo

2007-01-25 Thread J.Hedin
Found it. It's in src/org/jboss/cache/config/EvictionRegionConfig.java and src/org/jboss/cache/RegionImpl.java (will look further). If I would read source more and post less, both the backport and my S/N ration would be better ;-) View the original post : http://www.jboss.com/index.html?mod

[jboss-user] [Installation, Configuration & Deployment] - Re: Downloading JBossAS-4.2.0.CR1

2007-01-25 Thread genman
_not_ available? Perhaps, but you can build the exact same server by downloading the tagged version from svn. http://docs.jboss.org/jbossas/jboss4guide/r5/html/apc.html If it's a CR (candidate release), you're using "beta" code. View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss jBPM] - Re: How to save process instance into database?

2007-01-25 Thread juangiovanolli
why the jbpmContext d0n't save the taksinstances of a processinstances when this is saved, even if you use jbpmContext.close()??? i need persist the task instances at the same time that the processinstance. Shall any help me??? View the original post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [Installation, Configuration & Deployment] - Re: watchdog process

2007-01-25 Thread genman
No. Use http://cr.yp.to/daemontools.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006526#4006526 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006526 ___ jboss-user mai

[jboss-user] [EJB 3.0] - Re: GetEJBObject NullPointerException

2007-01-25 Thread lydiachung
By the way, I am working with JBoss 4.0.4GA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006524#4006524 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006524 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Customize validation messages

2007-01-25 Thread spambob
+1 on the idea that stuff like @Length(min=3) triggers a validation error although required=true is missing if the field is empty! Is there an actual reason that this isn't the way it behaves? For the people who want custom validation messages for certain input fields: http://www.oracle.com/tec

[jboss-user] [Installation, Configuration & Deployment] - Re: Symlink Resouce bundles and symlinks

2007-01-25 Thread genman
I'm guessing that since JBoss copied files as part of deployment, the links were resolved then. How does Class.findResource() work with sym links? This anyway sounds like a regression. There might be a way to get the old behavior. View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Seam] - documenting Configuring Seam in a Portal

2007-01-25 Thread codelion
Seam reference 13.8 "Configuring Seam in a Portal" should: mention TransactionalSeamPortletPhaseListener instead of SeamExtendedManagedPersistencePortletPhaseListener. Also, maybe it should mention not to use org.apache.myfaces.webapp.StartupServletContextListener. Also, maybe it should give m

[jboss-user] [JBoss jBPM] - JbpmThreadServlet and member threads

2007-01-25 Thread brado
I was just looking at the JbpmThreadServlet source code (3.1.2), and noticed that there are two threads started by an instance of this class, and are stored as member variables: CommandExecutorThread commandExecutorThread = null; | SchedulerThread schedulerThread = null; | ... | public voi

[jboss-user] [JBossCache] - Re: Cache lockup in JBoss 4.0.4.GA + EJB3 RC9 under heavy lo

2007-01-25 Thread J.Hedin
Tanks for the quick reply! We're using 1.2.4.SP2 as included in JBoss 4.0.4. Is it safe to upgrade to 1.4 with JBoss 4.0.4 and EJB3? What about 2.0? If 2.0 is not possible for JBoss 4.0.4 + EJB3. We'll look into the backport. Just give us a hint of where to start looking. View the original p

[jboss-user] [JBoss Seam] - Re: java.lang.IllegalArgumentException: could not set field

2007-01-25 Thread seamNoobie
Thanks for that Gavin. I am following a pretty widely used convention. In Ada it was Spec and Body; Java was XXXI and XXX or XXXimpl What do you recommend? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006510#4006510 Reply to the post : http://www.jboss.com

[jboss-user] [Messaging, JMS & JBossMQ] - Re: JBossMQ hangs under heavy load

2007-01-25 Thread J.Hedin
Posted as http://www.jboss.com/index.html?module=bb&op=viewtopic&t=99933 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006509#4006509 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006509 _

[jboss-user] [Installation, Configuration & Deployment] - Re: Deploy change to property file

2007-01-25 Thread lightbulb432
Oh, that makes sense. For production would you generally deploy things packaged or exploded (with the hot deployer turned off)? Any advantages to either (e.g. convenience, performance, other issues...) Could you point me to resources for how to turn the hot deployer off and to invoke it manual

[jboss-user] [EJB 3.0] - GetEJBObject NullPointerException

2007-01-25 Thread lydiachung
I have problem when I try to get the object back from EJB Handle. I got the following exception: 13:42:40,959 ERROR [STDERR] java.lang.NullPointerException | 13:42:40,959 ERROR [STDERR] at javax.naming.InitialContext.getURLScheme(Unknown Source) | 13:42:40,959 ERROR [STDERR]

[jboss-user] [JBoss Seam] - running testNG test suite in J2SE envmt (w/o JNDI)

2007-01-25 Thread asookazian
I am getting following exception when exec'ing following code in testNG test case: @Configuration(beforeTestClass=true) public void init() { emf = Persistence.createEntityManagerFactory("RSDB"); } javax.persistence.PersistenceException: org.hibernate.HibernateException: Coul

[jboss-user] [JBoss Seam] - Re: Object cached when page parameter not specified

2007-01-25 Thread [EMAIL PROTECTED]
I made a similar fix in CVS - please try it out, thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006494#4006494 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006494 __

[jboss-user] [JBoss jBPM] - Configuring Decision node with Process Designer

2007-01-25 Thread myarrow
Hello jBPM community Please point me to documetation which describes how to use the Process Designer to configure a Decision node. In particular, is there an example showing how to use a Decision node to test and branch depending on either a string value or an arithmetic value. Maurice Yarrow Spl

[jboss-user] [JBoss Seam] - Re: @Startup help...

2007-01-25 Thread [EMAIL PROTECTED]
So you have designated a *stateless* bean as a @Startup object?! This doesn't really make sense. Only stateful objects can be meaningfully "created". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006492#4006492 Reply to the post : http://www.jboss.com/index

[jboss-user] [JBoss jBPM] - Re: How to stop the SchedulerThread

2007-01-25 Thread brado
Just wanted to check ... have you had good success with this approach? My basic need is to create some external management of this Scheduler, i.e. be able to change the polling interval, and stop / restart the Scheduler. I was wondering if you have found the means below as effective to stop / s

[jboss-user] [JBoss Seam] - Re: @Startup help...

2007-01-25 Thread bsmithjj
Code: | @Name("mailReaderStarter") | @Scope(ScopeType.APPLICATION) // required for the @Startup to work | @Startup(depends={"mailReader"}) | @Install( | dependencies = {"mailReader"} | ) | public class MailReaderStarter { | | @Logger | private Log log; | |

[jboss-user] [JBoss jBPM] - Re: taskInstances aren't persisted when persist a processins

2007-01-25 Thread juangiovanolli
i'm using the sentences in the order shown below, and i get the follow exception. any ideas??? | jbpmContext.save(pi); | jbpmContext.close(); | | org.jbpm.persistence.JbpmPersistenceException: couldn't flush hibernate session | at org.jbpm.persistence.db.DbPers

[jboss-user] [JBoss.NET] - Re: JBoss.Net in JBoss 4.0.5?

2007-01-25 Thread DanielAborg
No one knows where JBoss.Net has gone? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006483#4006483 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006483 ___ jboss-user maili

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Not finding mappings files

2007-01-25 Thread minixman
All when i try and install my hibernate file i get this error 18:22:07,935 INFO [Configuration] Reading mappings from resource: com.db.abmonitor.common/MonitorMS G.hbm.xml 18:22:07,966 INFO [HibernateServiceMBean] Could not build SessionFactory using the MBean classpath - will try again using

[jboss-user] [JBoss jBPM] - Re: taskInstances aren't persisted when persist a processins

2007-01-25 Thread estaub
Are you closing the context If you don't, it won't work. If you're using cmt, you still need to close the context to flush the cache, I think. -Ed Staub View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006477#4006477 Reply to the post : http://www.jboss

[jboss-user] [JBoss/Spring Integration] - Re: Spring deployer + cluster

2007-01-25 Thread bjoern.voss
Have you tryed it with HAJndi? And what are youre expiriences? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006475#4006475 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006475

[jboss-user] [JBoss Seam] - Re: OptimisticLockException

2007-01-25 Thread [EMAIL PROTECTED]
Nope, as soon as you do something to the servlet response object, you can't change your mind later and do something else. However, I don't quite recall why I decided that you couldn't use @Render during the PROCESS_VALIDATIONS and UPDATE_MODEL_VALUES phases. There was probably some reason why t

[jboss-user] [JBoss jBPM] - Re: JBPM_PROCESSINSTANCE entries w/o END_ populated?

2007-01-25 Thread kukeltje
at first sight there is nothing wrong with this. Turn on debugging or even sql debugging and see what goes on. One thing you can (should eventually ) do is store the process instance id in your external system and retrieve it directly or better yet, maybe even (also) the token id, since there c

  1   2   3   >