[jboss-user] [JBoss Messaging] - Re: Removing a MessageListener doesn't remove its associated

2006-08-02 Thread davidrh
If you manually throw another chunk of messages (say 1000) onto the publish.request and core.track queues, do they become unstuck? If it is the chunk size that is causing the problem, then when there are sufficient messages in the queue for everyone to get a chunk, then all listeners should sta

[jboss-user] [JBoss Messaging] - Re: Removing a MessageListener doesn't remove its associated

2006-08-02 Thread timfox
I've left it running now for about 12 hours on my machine, it reports: publish.request.4 has stopped core.track.4 has stopped So only two listeners have stoppped (same as after 1 hour) If I look at the queues in jmx-console, I have: publish.request: 527 messages core.track: 540 messages core.in

[jboss-user] [JBoss jBPM] - Re: Timers and transitions

2006-08-02 Thread kukeltje
Brad, As is the other post, please post the pd.xml and the code. It is easier then to comment. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962720#3962720 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962720

[jboss-user] [JBoss jBPM] - Re: Best way to structure a business process with a delay.

2006-08-02 Thread kukeltje
1: I have no idea if this is at all possible this way. What you could do is build a custom node (not difficult) that calls a real scheduler (like quartz) and when that finishes signal this custom node 2: I should see the processdef and code to get a better impression 3: what I mentioned in 1 is a

[jboss-user] [JBoss Seam] - JBPM and Seam Integration - JBPM as an external service

2006-08-02 Thread mlsreekanth
Hello All, First of all i would like to thank Jboss Seam developer community for delivering such a good framework. We have a requirement that JBPM has to run as a service in the application server and other applications uses the service to integrate business processes in to their components. F

[jboss-user] [JBossCache] - Re: Eviction Policy problem cache clear

2006-08-02 Thread Gorshkov
That`s my log: | 2006-08-03 09:44:06,736 DEBUG [org.jboss.system.ServiceCreator] About to create bean: jboss.cache:service=TreeCache with code: org.jboss.cache.TreeCache | 2006-08-03 09:44:06,767 DEBUG [org.jboss.system.ServiceCreator] Created bean: jboss.cache:service=TreeCache | 2006-08-

[jboss-user] [JBossCache] - Re: Eviction Policy problem cache clear

2006-08-02 Thread confuz
Had you applied a cache loader? and maybe the cached object will be cleaned after 15 seconds as your configuration. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962717#3962717 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [JBossCache] - Re: Eviction Policy and configuration issues

2006-08-02 Thread confuz
I don't know it is a bug or is my misunderstand. Once the number of nodes not exceeds the maxNodes value in region, the ecvit policy will not check the timeToLiveSeconds and maxAgeSeconds values. As my understand, timeToLiveSeconds and maxAgeSeconds should work regardless the number of nodes i

[jboss-user] [EJB 3.0] - Deployment order and @Depends annotation

2006-08-02 Thread jesla
Hi, I have an ear package (named contact.ear) which classes I would like to use within another package (contactws.jar). Everything works fine if I first deploy the ear and then the another package. However, in normal situation (e.g. on server restart) the deployment order is different and conta

[jboss-user] [JBoss Seam] - Re: Pageflow Configuration?

2006-08-02 Thread connerjohn
"[EMAIL PROTECTED]" wrote : what is "MB"? | | Managed Bean? | | [/qoute] | | yes - sorry for the shorthand. | | [qoute] | If a context variable is null, JSF usually ignores it. Thanks! -- jc View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[jboss-user] [JBoss Seam] - Re: Problem with editing entity if it uses @EmbeddedId

2006-08-02 Thread pczekaj
I've found solution, it works well if I change: @In(required=false) @Out(required=false) private UscModpskr uscModpskr; to: @In(required=false) @Out(required=false,scope=ScopeType.SESSION) private UscModpskr uscModpskr; View the original post : http://www.jboss.com/inde

[jboss-user] [JBossCache] - Re: TransactionManager Name not bound?

2006-08-02 Thread skoptelov
Encountered last problem too. Solved with adding the following to cache MBean XML: jboss:service=ClientUserTransaction View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962711#3962711 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBoss Seam] - Problem with editing entity if it uses @EmbeddedId

2006-08-02 Thread pczekaj
I'm having problems with editing entity with @EmbeddedId. On page I've placed inputText element for every PK field, for example: I can see in inputText proper values fetched from database but when I click h:commandButton I'm getting 5 times Conversion error occurred message. My PK contains 5 fi

[jboss-user] [JNDI/Naming/Network] - javax.naming.NameNotFoundException: comp not bound

2006-08-02 Thread vivek_koul
i am using jboss4.0.1 on eclipse whenever i try to deploy on server the following error comes and the processing stops plz help in this regard at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:194) Caused by: javax.naming.NameNotFoundEx

[jboss-user] [Clustering/JBoss] - HA-JNDI in Cluster on 1 machine?

2006-08-02 Thread mroosendaal
Hi, Does HA-JNDI work on a cluster on a single machine? When you want to configure a cluster on 1 machine you have to change the port-bindings but since HA-JNDI requires 1 general port number to work it seems that it can't work out of the box? How can you accomplish this or what am i missing?

[jboss-user] [Installation, Configuration & Deployment] - Send mail using MailService

2006-08-02 Thread Xpoft
Need SMTP authorization. How can I configure it ? When I try send mail from EJB: 2006-08-03 08:46:49,168 INFO [STDOUT] DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc] 2006-08-03 08:46:49,168 INFO [STDOUT] DEBUG SMTP: u

[jboss-user] [Beginners Corner] - javax.naming.NameNotFoundException: comp not bound

2006-08-02 Thread vivek_koul
i am using jboss4.0.1 on eclipse whenever i try to deploy on server the following error comes and the processing stops plz help in this regard at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:194) Caused by: javax.naming.NameNotFoundExcep

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Entity Beans in JBoss IDE , Tutorial Needed

2006-08-02 Thread tahirakramch
I m very much fix, I see many threads on the same topic, but couldnt findout single answer, I dont know y thr is lack of docs on CMP entitiy beans, as JBoss ppl designed session bean tutorial (FiboBean), y thy not do same work for entity beans, PLZ PLZ if anyone have the solution do reply

[jboss-user] [JBoss Seam] - Re: WebRemote inconsistencies

2006-08-02 Thread sbryzak2
Is it possible for you to debug this? I can't reproduce it so any insight into its cause would be very helpful. You would need to set your breakpoint in InterfaceGenerator.appendComponentSource(). There's a while-loop that iterates through the methods of your component to add them to the java

[jboss-user] [Security & JAAS/JBoss] - Two questions about DatabaseServerLoginModule

2006-08-02 Thread EricYP
I have two questions about DatabaseServerLoginModule : 1. After successfully authenticated by using DatabaseServerLoginModule, How can I get the current authenticated user in my web application (or servlet),just like LoginContext.getSubject()? 2. about principalsQuery: The prepared statement quer

[jboss-user] [JBoss Seam] - Re: Nested datatable

2006-08-02 Thread [EMAIL PROTECTED]
@DataModel is not the only way to create a ListDataModel instance. Just use new ListDataModel(myList). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962700#3962700 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962700

[jboss-user] [JBoss Seam] - Re: Pageflow Configuration?

2006-08-02 Thread [EMAIL PROTECTED]
what is "MB"? Managed Bean? If a context variable is null, JSF usually ignores it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962699#3962699 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962699 __

[jboss-user] [JBoss Seam] - Re: where is going?

2006-08-02 Thread [EMAIL PROTECTED]
Why do you have @In/@Out on the nameForNewBaz property? get rid of them. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962698#3962698 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962698 __

[jboss-user] [Beginners Corner] - Re: problem starting server when using my .war

2006-08-02 Thread kdr
This is how the connection factory is setup in weblogic in config.xml . | | | | | | | | Can you tell how i can configure this in jboss View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962697#3962697 Reply

[jboss-user] [JBoss Seam] - Re: Pageflow - Dynamic viewID

2006-08-02 Thread connerjohn
Thanks! I'll think about themes some more. I'm not sure what the implications of replacing the template.xhtml based on a theme is going to be in my application. It might work; but I don't want to add another thing to my application if I can modify pageflow do what I want. To that end, I cre

[jboss-user] [JBoss Seam] - Re: WebRemote inconsistencies

2006-08-02 Thread ZeddMaxim
Here are the two stubs, the first set is when it does not work, the second, when it does. All I do inbetween is rebuild the ear and redeploy it via MyEclipse IDE. I am using JBoss 4.0.4GA (installed via the JEMS installer) and Seam 1.0.1 GA if that helps any. Seam.Remoting.type.modelbuilder =

[jboss-user] [JBoss Seam] - still javax.el.PropertyNotFoundException on glassfish

2006-08-02 Thread liqusha
hi, i try my own simple example which is like registration example, i mean there is only a saving thing but i really just can't solve this problem: javax.el.PropertyNotFoundException: /student.xhtml @15,69 value="#{student.name}": Target Unreachable, identifier 'student' resolved to null what'

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - ResultSet getBlob or getBinaryStream Throws an Exception

2006-08-02 Thread emwamba
I have an application which stores PDF documents in a longblob column of a MySQL 5 table. A standalone Java application writes to the table and persists the documents to the table. The documents can be downloaded via a web application. The code to retrieve the documents is straight forward:

[jboss-user] [JBoss jBPM] - Re: JBPM-BPEL 1.1-beta1 and JBOSS AS 4.0.4 helloworldservice

2006-08-02 Thread doankhoavy
You should install jdk 1.5.0.6.another version is wrong. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962692#3962692 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962692 __

[jboss-user] [JBoss jBPM] - Re: MySQL: JDBC Driver class not found: com.mysql.jdbc.Drive

2006-08-02 Thread doankhoavy
You should put this jar in server/default/lib directory. Could you show me the jbpm-bpel-ds.xml file that is configured for mysql? thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962691#3962691 Reply to the post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss jBPM] - how can I add Jbpm to my exist portal server(jboss-4.0.3SP1)

2006-08-02 Thread kevnlin
NOW , I have portal on Jboss-4.0.3SP1 How can I add JBPM to my exist portal server , I dont to addition another JBPM server View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962689#3962689 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [Beginners Corner] - Re: jboss threading

2006-08-02 Thread rejopt
Thanks Peter, that did help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962688#3962688 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962688 ___ jboss-user mailing list jb

[jboss-user] [JBoss Seam] - Re: WebRemote inconsistencies

2006-08-02 Thread sbryzak2
I've never come across this issue before. If you browse to the stubs directly do they only work intermittently? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962687#3962687 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBoss/Spring Integration] - Re: Is it SpringLifecycleInterceptor or just me?

2006-08-02 Thread Arno Werr
>> Any insight? Found it. I just need to register my own custom editor. | protected void initBinder(HttpServletRequest req, | ServletRequestDataBinder binder) throws Exception { | binder.registerCustomEditor(Date.class, new CustomDateEditor( | new Simple

[jboss-user] [JBoss jBPM] - Timers and transitions

2006-08-02 Thread brado
Using jbpm 3.1.1, I am trying to accomplish the following: 1) Create a timer. 2) Execute some action as the result of the timer waking up and being serviced. My question regards how to structure the business process in conjunction with the proper setting of the timer's transition. I have creat

[jboss-user] [JBoss Seam] - Re: @WebRemote: problem with client site instantiation of ob

2006-08-02 Thread sbryzak2
I've checked in some changes to CVS which hopefully should fix your issue. It would be great if you could try this out for me and let me know if it works for you. One other neat thing that is now supported is explicit importing of non-component classes, so for example you can now import/browse

[jboss-user] [JBoss Portal] - JBoss 2.4 and Forums

2006-08-02 Thread ThorntonD
Has anyone tried to compile the JBoss 2.4 version of the forums in the last two weeks? It hasn't been compiling for me on Windows XP. Danny View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962683#3962683 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [JBossCache] - Re: Running POJOCache error

2006-08-02 Thread confuz
Ben, Thanks for you response, that's my careless. now the program works well. And other need to clear. As my understanding, the main distinguish between TreeCache and PojoCache 1. PojoCache only support in-memory(not support passivate to disk or other sources, once passivate, the object will

[jboss-user] [JBoss Portal] - Re: can we move the portlets using Ajax

2006-08-02 Thread ThorntonD
That would be a nice way to manage portlet layouts via drag and drop. I'm sure it would take quite a bit of time to reengineer the JBoss Portal to work that way though. Danny View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962681#3962681 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Redeploying Servlet

2006-08-02 Thread kalun
Thank you for your reply, I guess I should be more clear. The Structure of the EAR file I deployed follows the J2EE specification: | -Sample2.WAR File | -META-INF | -application.xml File | Inside the WAR File, the structure is | -index.jsp File | -WEB-INF | -web.xml Fil

[jboss-user] [Security & JAAS/JBoss] - Re: JAAS and DatabaseServerLoginModule

2006-08-02 Thread TheThirdEye
my apologies --- I missed the configuration I have in jboss-web.xml | | |java:/jaas/db_Sec_realm | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962679#3962679 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [JNDI/Naming/Network] - JNDI name not bound when servlet initializes

2006-08-02 Thread [EMAIL PROTECTED]
JBOSS 4.0.3.SP1 I have a servlet which on initialization (i.e. a call to its init(ServletContext) method) attempts to do a JNDI lookup to a datasource defined in a *-ds.xml file in my deploy directory. This works just fine as long as the servlet is not loaded when the context is loaded (i.e. th

[jboss-user] [Security & JAAS/JBoss] - JAAS and DatabaseServerLoginModule

2006-08-02 Thread TheThirdEye
Hi, I am trying to configure Jaas with DatabaseServerLoginModule, I have the following setup: login-config.xml | | | java:/login_ds | | SELECT PASSWORD FROM USER WHERE LOWER(USERNAME) = TRIM(LOWER(?)) AND ENABLED = '

[jboss-user] [Messaging, JMS & JBossMQ] - Error: javax.naming.NameNotFoundException: jms not bound

2006-08-02 Thread Tamilselvithevan
Hi, I am trying to run a simple MDB example, but I am getting the Error: javax.naming.NameNotFoundException: jms not bound. Can you please tell me what I am missing? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962676#3962676 Reply to the post : http://

[jboss-user] [EJB 3.0] - Dealing with not normalized data

2006-08-02 Thread fhh
I have quite often come upon tables likes this: | | supplier articlenr size stock | -- | SuppA100 157 | SuppA100 263 | SuppA100 319 | SuppB

[jboss-user] [JBoss Messaging] - Re: Removing a MessageListener doesn't remove its associated

2006-08-02 Thread davidrh
Hi Tim, I think this would be the correct behaviour if there were not enough items on the queue for all threads to process. We've noticed that messaging has an affinity for the first thread when the load is light. In this case, though, we've checked the queue using the JMX console and there ar

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Starting server from within eclipse - does not finish st

2006-08-02 Thread kurtkrumm
Well i figured out part of my problem. Something has taken up the 1098 and 1099 ports on my box. So I configured JBoss to use different ports for RMI/JNDI, but there seems to be no option to do this on the 2.0.0 version of the plugin. This was easily configurable in the older version. Any he

[jboss-user] [EJB 3.0] - Re: Changing default InvokerLocator port (ejb3-deployer)

2006-08-02 Thread ALRubinger
Created JIRA: http://jira.jboss.com/jira/browse/EJBTHREE-673 S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962671#3962671 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962671 _

[jboss-user] [Installation, Configuration & Deployment] - Re: Complicated DataSouce and JNDI javax.naming.NamingExcept

2006-08-02 Thread sachst
Have you resolved this issue. I am having this same issue... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962669#3962669 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962669 _

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Forwarding apache -> jboss -> jboss

2006-08-02 Thread pmm258
In the screnaio where there is an apache in a DMZ forwarding to a known JBoss AJP13 port using mod-jk. This is works fine as per doco. We have scenario where we deploy an application to another 'offline' jboss instance with different ports and when testing is complete and ready for deployment

[jboss-user] [JBoss Seam] - Re: where is going?

2006-08-02 Thread dbatcn
And, if it makes a difference, here's a bit more configuration faces-config.xml snippet: | | com.sun.facelets.FaceletViewHandler | org.jboss.seam.jsf.SeamNavigationHandler | org.jboss.seam.jsf.SeamStateManager | org.jboss.seam.jsf.SeamVariableResolver |

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss automatic shutdown during boot

2006-08-02 Thread scottlance
anonymous wrote : I looked at AbstractDeploymentScanner, and it appears that the message from it only appears if the shutdown request comes while it is in the middle of deploying something. And, of course, the shutdown request is coming in as an INT signal (e.g., ctrl-c). Any chance the app you

[jboss-user] [EJB 3.0] - Re: Changing default InvokerLocator port (ejb3-deployer)

2006-08-02 Thread ALRubinger
I'm also having the same problem. I have 2 server instances. Server Instance A is using the default ports as specified by sample-bindings.xml. Server Instance B is using the "ports-01" configuration: | |socket://${jboss.bind.address}:3973 | |

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss automatic shutdown during boot

2006-08-02 Thread PeterJ
I wonder if the '&' at the end of JBOSSSH is causing a problem. The ampersand should not be needed there since it is later added when the command is finally submitted, at which point it is appended after the redirect of stdout and stderr. Not sure what happens if the ampersand is in font of th

[jboss-user] [JBoss Seam] - Re: Nested datatable

2006-08-02 Thread urswag
The data model of the first data table is a @DataModel List The data model of the nested data table can also be a @DataModel List This list content shall change in every cell. How can I do this? Any good advices? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[jboss-user] [JBoss Portal] - Re: Using WSRP with JBoss Portal 2.4

2006-08-02 Thread [EMAIL PROTECTED]
"danny_hon" wrote : Do we have any update on this? I looked at the documentation, but it is not too helpful. Are there any examples remotable portlets, and how to create a portlet from a consumer? Which documentation have you been looking at? There's some information at http://docs.jboss.com/

[jboss-user] [JBoss/Spring Integration] - Re: JBoss-Spring with Spring 2.0-rc1 NoClassDefFoundError

2006-08-02 Thread alesj
Use fixed example ... see download page. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962660#3962660 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962660 ___ jboss-user mai

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Crashing with unknown cause -- Database/JGroups/Jboss/Hibern

2006-08-02 Thread staunch
I'm running an application that works fine most of the time, but sometimes it gets into a messed up state/crashes -- restarting Jboss "fixes" the problem until it happens again. My monitoring system detected a problem beginning at ~7:30. Below I pasted the Jboss debugging output from before and

[jboss-user] [Installation, Configuration & Deployment] - Re: jboss recompiling jsps, does it look at timestamp?

2006-08-02 Thread PeterJ
How is your system clock set on your servers? Is it set to GMT and then the display adjusted for your time zone?If so, then just be copying a file from PT to CT you should see the last modified time on the file adjust automatically. In that case, the war file should deploy just fine. But,

[jboss-user] [JNDI/Naming/Network] - PortableRemoteObject.narrow() returns null

2006-08-02 Thread One_Special_User
Hello, I fairly assume this problem is related to my other topic "RMI-IIOP": I've deployed a Stateless SessionBean using IIOP bound to JNDI "mytest/MyBean" (even verified by JNDIView). I've implemented a C#-Client, on which I can look it up and access it, no problem. But with a Java-Client thi

[jboss-user] [JBoss Portal] - Re: Using WSRP with JBoss Portal 2.4

2006-08-02 Thread [EMAIL PROTECTED]
you need to add an true in jboss-portlet.xml in your portlet section. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962656#3962656 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962656 _

[jboss-user] [JBoss Seam] - WebRemote inconsistencies

2006-08-02 Thread ZeddMaxim
Is there some sort of SOP I should follow when deploying an application that uses remote methods via WebRemote? When redeploying for testing, I have about a 50/50 chance that the @WebRemote methods will actually appear in the javascript stubs. (Half the time I get xxx method is not a function

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Applet JDBC connection to a server pool?

2006-08-02 Thread KenRoberts
Hi. I'm trying to do something a bit nonstandard for legacy issues. I want to use a connection pool for new server-side stuff. I also have a large pre-existing applet which uses JDBC and crafts its own SQL. It has profound linkage to the JDBC driver API. What I need to know is, is there a sa

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss crashes on Fedora Core RH Linux

2006-08-02 Thread [EMAIL PROTECTED]
Hey guys, I am having trouble getting JBoss/JBoss Mail server to run on Fedora 5... I think I got it setup correctly, but get these errors... [EMAIL PROTECTED] bin]# ./run.sh = JBoss Bootstrap Environment JBOSS_HOME: /

[jboss-user] [Installation, Configuration & Deployment] - jboss recompiling jsps, does it look at timestamp?

2006-08-02 Thread echoi1975
Hi, we have a server running on CentralTime, while the wars we build to deploy to it is on PacificTime. we are noticing that jsps we hit after deploying to the CT server are not being recompiled in the default/work/jboss.web directory...is this caused by PT timestamp always being less than the C

[jboss-user] [JBoss Portal] - Re: Using WSRP with JBoss Portal 2.4

2006-08-02 Thread danny_hon
Do we have any update on this? I looked at the documentation, but it is not too helpful. Are there any examples remotable portlets, and how to create a portlet from a consumer? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962650#3962650 Reply to the post

[jboss-user] [JBoss jBPM] - Best way to structure a business process with a delay.

2006-08-02 Thread brado
Hello -- I need your advice on the best way to structure a particular business process using jbpm 3.1.1. What the business process actually needs to accomplish is the following in order: 1) Save information to custom tables in the database. 2) Wait until midnight. 3) Retrieve the information s

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss automatic shutdown during boot

2006-08-02 Thread scottlance
I made the usual changes to the startup script (i.e. JBOSS_HOME, JAVAPTH, JBOSSSH). JBOSSSH got set to: $JBOSS_HOME/bin/run.sh -c default &". JBOSSUS got set to RUNASIS. Thats all the changes I made to jboss script. anonymous wrote : Wait a second, by any chance does it take about 30 seconds t

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss automatic shutdown during boot

2006-08-02 Thread PeterJ
What changes did you make to the script? I believe that the init process requires a script to return a good result (0) when the script is successful. The 30 second delay sounds like the timeout the init process uses to determine if the initialization script hung. Wait a second, by any chance

[jboss-user] [JBoss Eclipse IDE (users)] - Problem with JBoss Server Debug Configuration

2006-08-02 Thread kingfinny
I'm doing the Fibonacci EJB tutorial for JBoss IDE and have run into a problem near the end. When I try to create a JBoss config as per http://docs.jboss.com/jbosside/tutorial/build/en/html/jboss.config.html I get an error dialog that just says "An error has occured. Check the Log". I haven'

[jboss-user] [J2EE Design Patterns] - Re: newb EJB 3 Design Pattern question

2006-08-02 Thread k34216
Hi, I am new to EJB3 as well, and struggling with the same issue. From what I can tell it is the way the system is designed. You many want to start by reading this: http://www.hibernate.org/43.html So my take on it is that you may not want the client modifying the collections on your POJOs o

[jboss-user] [JBoss jBPM] - Re: monitoring piece of default webapp not displaying the co

2006-08-02 Thread kukeltje
Within the company I work for, We've done this (a process as your describe) with the jbpm async support (so no jms of our own). In that situation it just works, both with jms or the proprietary jBPM queue thing... For us there was no need to develop some thing like this ourselves. View the orig

[jboss-user] [JBossCache] - Re: CacheException: Initial state transfer failed: Channel.g

2006-08-02 Thread [EMAIL PROTECTED]
You need to turn on DEBUG logging for org.jboss.cache.TreeCache and org.jboss.cache.statetransfer on both the newly joining node and the coordinator. The logs should give you some idea what's going on. It's most likely either: 1) There was some problem preparing the state for transfer; you wo

[jboss-user] [Installation, Configuration & Deployment] - JBoss automatic shutdown during boot

2006-08-02 Thread scottlance
We are currently setting up JBoss 4.0.3SP1 for deployment. We are using RedHat 3.4.6-2. We are trying to setup JBoss so that it will automatically start during boot time, we've modified the jboss_init_redhat.sh and placed it in /etc/rc.d/init.d and did chkconfig and the whole deal. When we re

[jboss-user] [JNDI/Naming/Network] - Re: Failed to connect to server 10.0.1.170:1099

2006-08-02 Thread PeterJ
According to the telnet output, port 1199 is not open. Try entering the command "netstat -ab", look at the results to see what ports has open. Or, download and run tcpview from http://www.sysinternals.com/Utilities/TcpView.html, it's easier to use and runs faster than netstat. View the origi

[jboss-user] [JBoss Seam] - Re: Pageflow Configuration?

2006-08-02 Thread connerjohn
I turns out I was not packaging the app corectly and the Cart.java was not being included in the *.jar. Which leads to a question: What does seam do if it is looking for a MB and doesn't find one? Going over the log file I would have exepcted to see Seam looking for the MB "processFlowNameAct

[jboss-user] [JBoss Eclipse IDE (users)] - Re: jboss ide seam skeleton app error

2006-08-02 Thread [EMAIL PROTECTED]
yep View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962638#3962638 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962638 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss jBPM] - Re: monitoring piece of default webapp not displaying the co

2006-08-02 Thread unome
anonymous wrote : | Question: Do you save the PI after signalling it to go into the fork? I assume you do, but just want to be sure. | | Earlier I was not. Shame on me. I had a "State" node earlier. To make things easy I changed it to a Task-node and let the webapp handle the save (usin

[jboss-user] [EJB 3.0] - Re: MDB deployment problem

2006-08-02 Thread chiragrpatel
it seems that if you want to use annotations and ejb-jar.xml (e.g. if you want to define your MDB with annotations, but specify the destination in ejb-jar.xml), you must include the tag in ejb-jar.xml, otherwise you get the "Unable to create activation spec " exception. Don't know why, bu

[jboss-user] [JBoss jBPM] - Re: Will high numbers of process instances work

2006-08-02 Thread kbarfield
Neil, I work for JBoss and can help you with this. Please contact me at [EMAIL PROTECTED] Thanks, Kevin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962634#3962634 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39

[jboss-user] [JBoss Seam] - ClassValidator, java.util.MissingResourceException

2006-08-02 Thread liudan2005
I'm trying to use hibernate validators, and I keep getting: Caused by: java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key validator .length It seems it's unable to find the resource bundle file. Do I need to do something special before using

[jboss-user] [JBoss Eclipse IDE (users)] - Re: jboss ide seam skeleton app error

2006-08-02 Thread timpotter
Are you dropping a hint? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962632#3962632 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962632 ___ jboss-user mailing list jboss-

[jboss-user] [Beginners Corner] - Re: Folder with public access

2006-08-02 Thread One_Special_User
You might do it via a Servlet (ok, probably not the best solution *G*): | public class GetMeTheImagesServlet extends HttpServlet { | | // ... | | public void processRequest(HttpServletRequest req, HttpServletResponse res) { | String dir = getServletConfig().getInit

[jboss-user] [JBoss jBPM] - Re: clean handoff

2006-08-02 Thread wasperen
Ah, one more thing. The key to the table that stores the comiled rule bases is just the name of the process. So there is one set of rules for each process. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962628#3962628 Reply to the post : http://www.jboss.com

[jboss-user] [JNDI/Naming/Network] - Re: Failed to connect to server 10.0.1.170:1099

2006-08-02 Thread ccc7919
the port 1099 was working so that I changed the port to 1199 which is open as below: C:\Documents and Settings\charliecha.THG_NEW>telnet localhost 1199 | Connecting To localhost...Could not open a connection to host on port 1199 : Con | nect failed But same result DEBUG org.jnp.interfaces.N

[jboss-user] [JBoss jBPM] - Re: clean handoff

2006-08-02 Thread wasperen
The rule base is generated by compiling the .drl file and then stored in a serialized form in a blob in the database. When a process instance needs to compute task assignments, it pulls the stored rule base from the db, creates a new working memory and requests the authorization seeder for seed

[jboss-user] [JBossCache] - CacheException: Initial state transfer failed: Channel.getSt

2006-08-02 Thread pharvener
All, I'm using JBossCache 1.3, running JBoss 4.0.2, with Java 1.4.11. When issue config.configure(treeCache, inputStream); treeCache.startService(); i get an exception: org.jboss.cache.CacheException: Initial state transfer failed: Channel.getState() returned false I dont think state is re

[jboss-user] [JBoss Eclipse IDE (users)] - Re: jboss ide seam skeleton app error

2006-08-02 Thread [EMAIL PROTECTED]
note it is only the seam templates that has issues with composite id's. All other parts supports it. when it will be in there ? when someone steps up and implement. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962624#3962624 Reply to the post : http://www

[jboss-user] [JBoss jBPM] - Re: HowTo get process definition XML from process definition

2006-08-02 Thread kukeltje
That question was already answered. Search the fine forum. the magic word is jpdlxmlwriter View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962623#3962623 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962623 ___

[jboss-user] [JBoss/Spring Integration] - Re: JBoss-Spring with Spring 2.0-rc1 NoClassDefFoundError

2006-08-02 Thread arashsun
I cannot get spring sample application deployed. Any idea? | 13:47:00,995 ERROR [ContextLoader] Context initialization failed | org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'randomizer' defined in ServletContext resource [/WEB-INF/applicationContext

[jboss-user] [JBoss Portal] - Wrong tx on thread

2006-08-02 Thread javajedi
JBoss 4.0.4 JBoss Portal 2.4.0 RC2 Every time my JBoss Portal app throws an exception, I get the following error: 2006-08-02 13:45:12,625 ERROR [org.jboss.portal.server.servlet.PortalServlet] Unexpected exception | java.lang.IllegalStateException: Wrong tx on thread: expected TransactionImpl:

[jboss-user] [JBoss Portal] - JBoss Portal 2.4.0 CR3 released today

2006-08-02 Thread [EMAIL PROTECTED]
JBoss Portal 2.4.0-CR3 has been released today and is available for download from Sourceforge - http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=84509&release_id=415694 This release includes a clustered distribution of the portal. --- Release Notes - JB

[jboss-user] [JBoss Eclipse IDE (users)] - Re: jboss ide seam skeleton app error

2006-08-02 Thread timpotter
Any idea when composite keys will be supported? I have some primary keys that are composite keys by necessity. I'm chomping at the bit to use this as opposed to Ruby. Thanks in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962618#3962618 Reply to

[jboss-user] [JBoss jBPM] - Re: HowTo get process definition XML from process definition

2006-08-02 Thread fmuhlenberg
anonymous wrote : | Search the FINE (before people get wrong ideas) forum... besides, you can (not even in 3.0.2) get an xml version of a process INSTANCE. It was always the process definition the instance was created from. | Sorry, my semantics were incorrect but my question still remains

[jboss-user] [JBoss Seam] - Pageflow Configuration?

2006-08-02 Thread connerjohn
I'm trying to follow the Number Guess example but can't seem to make pageflows work in an example applications. I took a shell from an application that I created earlier that works and added the pageflow configuration items. Any thoughts on what I'm missing. components.xml | |

[jboss-user] [JBoss Seam] - Re: @WebRemote: problem with client site instantiation of ob

2006-08-02 Thread rlhr
Thanks a lot. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962612#3962612 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962612 ___ jboss-user mailing list jboss-user@lists

[jboss-user] [JBoss Seam] - Re: Problem with decrementing dates

2006-08-02 Thread fhh
Well, the problem is not JSF specific. Java (like most programming languages) uses timestamps internally. This is useful for - well, timestamps. But it is not useful for birthdates etc. For java two persons born on the 1.1.1980 0:01:00.00 GMT+2 and 1.1.1980 0:01:00.00 GMT-2 are not born on the

[jboss-user] [JNDI/Naming/Network] - Re: Failed to connect to server 10.0.1.170:1099

2006-08-02 Thread PeterJ
The error message states that port 1099 is not open on server 10.0.1.170. You can use the netstat command to see what ports are open. If the port is open, then check your firewall settings. Also, try to telnet to the port: "telnet 10.0.1.170 1099" View the original post : http://www.

[jboss-user] [Beginners Corner] - Re: Speeding deployment during development

2006-08-02 Thread metatime
Thanks Peter. That looks like exactly what I need. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962609#3962609 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962609 ___ jbos

[jboss-user] [Installation, Configuration & Deployment] - Re: javax.naming.NameNotFoundException

2006-08-02 Thread ccc7919
I have only one jar file. I grabed all JNDIView lists as below. I hope this help you out to make my project work. | Ejb Module: rpc.jar | | java:comp namespace of the Rogerspriceplan bean: | | +- HandleDelegate (class: org.jboss.proxy.ejb.handle.HandleDelegateImpl) | +- ORB (cla

  1   2   3   4   >