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

2006-08-03 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

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

2006-08-03 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

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

2006-08-03 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=bbop=viewtopicp=3962717#3962717 Reply to the post :

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

2006-08-03 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 |

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

2006-08-03 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.

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

2006-08-03 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

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

2006-08-03 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=bbop=viewtopicp=3962720#3962720 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3962720

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

2006-08-03 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

[jboss-user] [JBoss jBPM] - Misnamed file in CVS HEAD

2006-08-03 Thread jonabbey
Hey, all. We've gotten JBPM 3.2 HEAD of 2 August mid-day downloaded and configured with JBOSS 4.0.6 GA. Everything seems to make sense and we've got everything building and fitting together well. Yay! Unfortunately, the

[jboss-user] [EJB 3.0] - Problem with starting/stoping an EJB3 module from JMX consol

2006-08-03 Thread swch
Hi All, I'm running JBossAS 4.0.4GA with Sun JDK 1.5.04. I'm trying to stop and start an EJB3 module from JMX console.For stoping, there is no problem, but when starting the module, I get the following error: | WARN [org.jboss.system.ServiceController] Problem starting service

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - connect to a DB

2006-08-03 Thread Ibnsina
hello. Somebody knows How can i connect to a DB in a persistence process. Thank you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3962726#3962726 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3962726

[jboss-user] [EJB 3.0] - Re: org.jboss.remoting.CannotConnectException: Can not get c

2006-08-03 Thread romanchr
Hi, Thanks for your answer. When going through my initial poste I noticed that i forgot to mention the JVM used. Both server and client are running on the same JVM version (1.5.0_06-b05). Now to the results of your suggestions. Port: Our server is listing on Port 1299 (we do not use the

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

2006-08-03 Thread timfox
davidrh wrote : If you manually throw another chunk of messages (say 1000) onto the publish.request and core.track queues, do they become unstuck? | Good question. I have sent 1 more messages to each of those queues, and the listeners do indeed become unstuck :) anonymous wrote :

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

2006-08-03 Thread timfox
The prefetch (chunking) was implemented after CR3 so you don't have this. My best recommendation now is to try CR4 early next week and see if this solves your problems. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3962732#3962732 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Single Sign on

2006-08-03 Thread asubu
Hello all, We have multiple webapps and each run on their own instances of JBOSS 4.0.3. We want to have a single sign on, so that a user logs into one web app and wants to go to another webapp, the user does not have to log in again. From reading other posting in this forum, it seems that all

[jboss-user] [JBossCache] - Using OPTIMISTIC locking does not notify the TreeCacheListen

2006-08-03 Thread prese
Hi *, We are using jboss-treecache 1.4GA. Our application uses the TreeCacheListeners to be notified when some of the cache nodes are changed. If the locking mode is set to PESIMISTIC the listerners are notified, if the OPTIMISTIC is set as locking mode the listeners are no more notified. A

[jboss-user] [EJB 3.0] - Re: Problem with ArrayLists in SessionBeans and idle time

2006-08-03 Thread JXerXes
if you're using seam this http://jira.jboss.com/jira/browse/JBSEAM-325 is probably the solution. then the ejb bug could be closed. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3962738#3962738 Reply to the post :

[jboss-user] [JBoss Seam] - Re: java.lang.IllegalStateException: pageflow has not yet st

2006-08-03 Thread JeanGuyer
Thnak you , i have tried your tip but it doesn't work. anonymous wrote : 09:40:37,145 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception | java.lang.ClassCastException: org.jbpm.graph.node.StartState | at

[jboss-user] [JBoss Portal] - An error occured while rendering window 'default.Admin.Manag

2006-08-03 Thread vsiva
I am getting this error An error occured while rendering window 'default.Admin.ManagementPortletWindow' in Management Portlet. and java.lang.NullPointerException in the content area. The root+ button does not work in CMS Admin. I changed my database configuration MySQL. I have hsldb-ds.xml

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

2006-08-03 Thread maxip
thanks a lot but i my jbpm runs with mysql :) i develop with eclipse and i had to add this .jar with the option add external jar file :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3962740#3962740 Reply to the post :

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

2006-08-03 Thread kdr
Any help , Please update View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3962741#3962741 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3962741 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Could not open ServletContext resource [/classpath*:org/jbpm

2006-08-03 Thread whk1007
When i use springmodules with jbpm3, in my config file: classpath*:org/jbpm/**/*.hbm.xml ${hibernate.dialect}

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

2006-08-03 Thread jjboss
Hi, I just downloaded the jboss-portal-2.4.0-CR3-bundled.zip from sourceforge and tried to make it work with the JBoss Eclipse IDE 1.6.0.GA which did not work: When I create a new JBoss 4.0.x debug configuration and point it to teh directory in which I installed the

[jboss-user] [JBoss jBPM] - Could not open ServletContext resource [/classpath*:org/jbpm

2006-08-03 Thread whk1007
When i use springmodules with jbpm3.1, in my config file: | | bean id=hibernateSessionFactory class=org.springframework.orm.hibernate3.LocalSessionFactoryBean | property name=dataSource ref=dataSource/ | property name=mappingLocations | list |

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

2006-08-03 Thread timfox
Actually I'm tempted to implement the round robin routing policy and make it default so as to make the message distribution amongst multiple competing consumers a bit fairer in the case of batching. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3962745#3962745

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

2006-08-03 Thread [EMAIL PROTECTED]
From you log tracing, eviction timer thread is supposed to wake up every 5 seconds. But I don't see that (you have between 08, 33, and 43). Is that all you have? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3962746#3962746 Reply to the post :

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

2006-08-03 Thread [EMAIL PROTECTED]
1. PojoCache does not support pure eviction. That is, it will support pure cache loader (persistency) or passivation (eviction + cacheloading). 2. Yes. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3962749#3962749 Reply to the post :

[jboss-user] [JBoss jBPM] - Creating new users

2006-08-03 Thread maxip
Hi, how do i create new users for jbpm ? Do i have to create them in the database ? which tables are affected when creating new users ? or is there a class i can use to create and maybe alter users ? i cant find anything about it in the manuals or in javadoc thx cya View the original

[jboss-user] [JBoss jBPM] - Re: Could not open ServletContext resource [/classpath*:org/

2006-08-03 Thread kukeltje
i'd ask this in the forum/mailinglist of the springmodule View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3962755#3962755 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3962755 ___

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

2006-08-03 Thread [EMAIL PROTECTED]
it is scheduled for 2.6 version. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3962756#3962756 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3962756 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Misnamed file in CVS HEAD

2006-08-03 Thread kukeltje
4.0.6 GA. you are way ahead of us ;-) Besides that, I just checked and do not have this issue. It could be that it was checked in wrong and corrected. Please update your tree View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3962757#3962757 Reply to the post

[jboss-user] [Beginners Corner] - Is it possible to fire a single rule from a rule table ?

2006-08-03 Thread GVenkat
Hi, Is it possible to fire a single rule from a set of rules? What is the significance of name column in the table. How to use it to filter a rule? What exactly is agenda filter for ? can I use it to filter a set of rules? View the original post :

[jboss-user] [JBoss jBPM] - Re: Creating new users

2006-08-03 Thread maxip
ok i created an user in the DB but i dont understand how to work with users i made setActorID and started a process but i cant find any tasks for this actorID but the task has started so whats wrong ? View the original post :

[jboss-user] [JBoss Portal] - Portlet 2.0 early draft

2006-08-03 Thread [EMAIL PROTECTED]
Hi folks, the first early draft that the Portlet 2.0 Expert Group has been working on so far is available for download : http://jcp.org/en/jsr/detail?id=286 The goal of this draft is that the community of portlet users provide feedback to the expert group using this mailing list

[jboss-user] [JBossCache] - Re: NotClassDefFoundException when using JBoss Cache1.4GA wi

2006-08-03 Thread templar.ding
Sorry, the Exeption is NoClassDefFoundError View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3962762#3962762 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3962762 ___ jboss-user

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

2006-08-03 Thread liudan2005
I can see there is DefaultValidatorMessages.properties file in hibernate jar file. Buf for somehow, hibernate is not able to load it. Anyone knows about this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3962763#3962763 Reply to the post :

[jboss-user] [JBoss Portal] - Error in updating Forum Preference

2006-08-03 Thread johncena
I cannot update the forum preferences for: 1. Topics per page: How many topics per page do you want to display 2. Posts per page: How many posts per page do you want to display How can I make my forum display of posts in sets of 20's (w pagination, if possible)?? What should I

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

2006-08-03 Thread Xpoft
Anyone can help me? What option turn off anonymous connection to SMTP ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3962765#3962765 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3962765

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

2006-08-03 Thread mroosendaal
So when i deploy my application (which contains a Spring JMS-client that looks up the ConnectionFactory and does some batchprocessing) in the farm folder, the instance on the second node should see the ConnectionFactory and thus be able to send messages to the queue on the master node? Even

[jboss-user] [JBoss jBPM] - Re: Misnamed file in CVS HEAD

2006-08-03 Thread kukeltje
I checked even further since it realy surprised me that such a file would have been cheked in and not work. The correct file (with the .xml extrension is already 3 months old and a file with the .xm extension has not existed in this dir, so it must have been a cvs check-out issue View the

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

2006-08-03 Thread rlhr
That's really cool. I'm in the middle of something else right now and broke my app, but I still my be able to try your change today and give you some feedback. Thanks a lot. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3962768#3962768 Reply to the post :

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

2006-08-03 Thread davidrh
I'd vote for round robin. As you can probably gather from the simulated timings in our test harness, we use the queues to defer some expensive processing and throttle our application to produce dependable response times. Some of our processing averages around 200 - 250ms per message, so a

[jboss-user] [JBossWS] - Cannot deploy webservice client when web service url unreach

2006-08-03 Thread tang_2001
Hello, I have a web service client deployed on my jboss-4.0.4GA server as a service reference as declared in my ejb-jar.xml file: service-ref | service-ref-nameservice/BDPService/service-ref-name | service-interfacech.ne.gubpm.ws.client.bdp.BDPService/service-interface |

[jboss-user] [Security JAAS/JBoss] - Re: Single Sign on

2006-08-03 Thread fhh
If you are using BASIC-Authentication you could put an Apache with mod_jk in front of the two JBosses. Than the browser would lock into the second webapp automatically because it is available from the same url. Regards fhh View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Configure bundled Tomcat Manager

2006-08-03 Thread dheelus
Hi, Is there a way to access the bundled Tomcat manager in JBoss 4.0.2? I have tried multiple ways, but I get an exception. Please help. Thanks. Neel. exception javax.servlet.ServletException: Error allocating a servlet instance

[jboss-user] [JBoss Messaging] - Re: IllegalStateException when invoking MessageProducer.send

2006-08-03 Thread mskonda
Interestingly, if you have a listener for any Topic configured to pre-run before you deploy the application, everything works! Probably a bug? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3962774#3962774 Reply to the post :

[jboss-user] [JBoss Seam] - Re: java.lang.IllegalStateException: pageflow has not yet st

2006-08-03 Thread JeanGuyer
Pageflow has not started not occurs when i put the jbpm3.1.2.jar in web-inf lib , and not use the one in jbpm.sar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3962775#3962775 Reply to the post :

[jboss-user] [EJB 3.0] - Constraint generation problem

2006-08-03 Thread karol
Hi I have problem. Im new to EJB and I'm testing it. I'm using JBoss 4.0.4.GA-Patch1. I use following annotation to define relationship: @OneToOne(cascade=CascadeType.ALL, fetch=FetchType.EAGER, optional=false) @JoinColumn(name=firm_id, unique=true, nullable=false) public Firm getFirm() {

[jboss-user] [JBoss Messaging] - Re: IllegalStateException when invoking MessageProducer.send

2006-08-03 Thread timfox
Madhu- Can you hold this for a few days and retry it with CR4 which will be released very soon? We've made a lot of changes since CR2, so I don't want to spend a lot of time finding out whaty is wrong on the old codebase. Thanks. View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: how to configure application from global properties file

2006-08-03 Thread Magdalena.Piller
thx, I tried this and the fact that this property was also not set, lead me to the solution: th call was coming form the client side, duh! it ws the only client side call of this method, so i didn't realize for quite some time, but now everything works fine (wrote a service method to delegate)

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

2006-08-03 Thread bfo81
It's MyFaces 1.1.1 that came with JBoss JEMS Installer. But I tried it out with MyFaces 1.1.3 now and the problem persists (btw: with 1.1.3 sometimes I get a IllegalStateException: No active application scope in the server log, but the app still keeps working). Interresting: Some entities

[jboss-user] [JBossWS] - Web service can't be found 404 error

2006-08-03 Thread jason_rency
hi all, I am trying the Calculator web service with the jboss 4.04GA server. I can deploy and running the web service successfully as when starting the server it says: | 2006-08-03 10:28:27,153 INFO [org.jboss.ws.server.WSDLFilePublisher] WSDL published to: file:/C:/Program

[jboss-user] [EJB 3.0] - Re: Constraint generation problem

2006-08-03 Thread karol
Ok I think I've made mistake, it's not for constraint generation. Sorry. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3962782#3962782 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3962782

[jboss-user] [JBoss Portal] - Portal AS 2.4RC3 - Problem on XP with server start.

2006-08-03 Thread ColinD
Hi chaps, Fairly new to jboss, and trying to evaluate it for a project. I've downlaoded the 2.4RC3 this morning and unpacked it to my test machine ( I Know xp) Will try later on my linux test box. But I'm hitting this problem, could any of you shed some light on it for me. As a backup, I've

[jboss-user] [EJB 3.0] - Lazy loading for OneToOne association (entities share the sa

2006-08-03 Thread akovcic
Hello, I can't make one-to-one association lazy in case when entities share the same primary key. For the case when foreign key is held by one of the entities it works fine. Maybe I miss something. Here is the setup: Entity A | +--- Entity B (by FK) | +--- Entity C (shared PK) Here is the

[jboss-user] [Security JAAS/JBoss] - why it is possible to login with old password in JAAS(Databa

2006-08-03 Thread gssbhaskar
Hi all I am using DatabaseServerLoginModule(JAAS)MySQL DB for my authentication. my application has a change password funcationality. using which the users are allowed to change the password. But the problem is after changing the password,i am able to successfuly login with old password.i

[jboss-user] [JBossCache] - Re: NotClassDefFoundException when using JBoss Cache1.4GA wi

2006-08-03 Thread templar.ding
Please ignore this message. All jar files in the package are required but I only copied jboss-cache.jar and jgroup.jar to JBoss instance lib folder, so View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3962792#3962792 Reply to the post :

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

2006-08-03 Thread JeanGuyer
I have tried but not succeed yet... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3962794#3962794 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3962794 ___ jboss-user mailing list

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

2006-08-03 Thread Gorshkov
No my log is more long. This is fragment only. But I can't find in log EvictionThreadWakeupIntervalSeconds or other world reminiscent of this parameter In ejb3-entity-cache-service.xml: 5 In the jmx-console I can see EvictionThreadWakeupIntervalSeconds = 5 (I can send you all my log) View

[jboss-user] [JBoss Seam] - Updating a Collection of entities

2006-08-03 Thread trouby
Hello, I have an EJB with a collection variable of some entities declared as: | @In(create = false, required=false) @Out(required=false) | private CollectionmyEntity myEntitiesList; | Before using the outjected collection inside a datatable in the view, I have a previous action

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

2006-08-03 Thread davidrh
Round robin will also make it more likely that the messages are consumed in close to the original sequence. If you allocate a chunk of 150 messages to the first receiver and the next 150 to the second receiver (I think this is what you mean by chunking?) then message 151 will be received at

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

2006-08-03 Thread timfox
Agreed. I have implemented a round robin strategy and I'm testing it now. So far no consumers have starved (been running for 1.5 hours). If this works ok I'll make it the default for queues and subscriptions in RC4. View the original post :

[jboss-user] [Installation, Configuration Deployment] - deploying ejb in jboss

2006-08-03 Thread koyiladapoorna
Hi I write one ejb application MyProject which contain jsp and ejbs and it is located outside of jboss instalation directory how can i deploy this as i dont want to make any ear just i want to point to my project directory so that if any modification i done to my application it should effect. I

[jboss-user] [Installation, Configuration Deployment] - Re: No Containers Configured for 'Stateless Bean''

2006-08-03 Thread [EMAIL PROTECTED]
I have the exact same problem. Did you find a solution? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3962799#3962799 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3962799 ___

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

2006-08-03 Thread j2ee_junkie
EricYP, 1.) javax.servlet.HttpServletRequest.getUserPrinicpal() 2.)AFAIK, as long as your query returns the password in the first column, and only accepts one paramter (the username), you are good to go. I am not sure why you posted your login form. cgriffith View the original post :

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

2006-08-03 Thread jesla
Hi, I managed to find a workaround for my problem: the trick was to package the contactws.jar into contactws.ear with appropriate application.xml. I can't say what exactly was wrong with the earlier attempt. Some sort of class loading/scoping issue I guess. Regards, Matti View the original

[jboss-user] [JBoss Eclipse IDE (users)] - This project cannot be deployed to a server.

2006-08-03 Thread mvilot
The one feature I need from JBoss IDE is convenient deployment of J2EE components. However, it's the one feature that's broken. Where's QA on this? Configuration: - Windoze XP Pro SP 2 - Java 1.5.0_07 - JBossAS 4.0.4 GA patch 1 - JBoss IDE 2.0.0 alpha 1a After creating a J2EE 1.4 project and

[jboss-user] [JBoss jBPM] - Initialize jbpm at application startup

2006-08-03 Thread dlipski
As I noticed jbpm services are initialized lazy. Ii it possible to initialize them at application startup, in some other way then invoking some dummy methods ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3962809#3962809 Reply to the post :

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

2006-08-03 Thread urswag
Must I code this manually? Because the content of myList of the inner data table has always different values. Perhaps You can give me link with a similar solution. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3962810#3962810 Reply to the post :

[jboss-user] [JBossWS] - Re: org.jboss.ws.WSException: Cannot obtain endpoint for (us

2006-08-03 Thread strongcoffee
I forgot to mention that I am using jboss-4.0.4.GA with ejb3 configured from the installer View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3962811#3962811 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3962811

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

2006-08-03 Thread mlsreekanth
Hello JeanGuyer, What approach you did you try? Could you please shed some light on this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3962812#3962812 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3962812

[jboss-user] [JBoss Messaging] - Error running the wiki example

2006-08-03 Thread sajid08
Hi All!, While running the the queue example given on the wiki page http://wiki.jboss.org/wiki/Wiki.jsp?page=QueueExample, I get the following error: Creating jndi context - alternatively use a jndi.properties Looking up queue Looking up connection factory Exception in thread main

[jboss-user] [JBoss Eclipse IDE (users)] - Re: This project cannot be deployed to a server.

2006-08-03 Thread [EMAIL PROTECTED]
Hi. Are you using the jboss IDE packaging utilities to package your project into a jar / war/ ear / sar / etc? To easily deploy any jar-style archive, simply right-click on the generated jar file, select run as - run on server. A dialog will ask you which server to run on, and you should

[jboss-user] [JBoss Seam] - Re: Sun Java studio Creator 2 and JBoss Seam

2006-08-03 Thread sitongia
Hi, Wow, this is just what I was looking for! I've been investigating Seam, and just started trying out Creator. Are webui.jar, webui-dt.jar the only Sun jars you need to add to your project? Have you written about this online, in a blog, perhaps? It would be wonderful if you have a sample

[jboss-user] [Installation, Configuration Deployment] - Re: Getting errors when starting up jboss 4.0.3SP1 in jboss-

2006-08-03 Thread mknig2
Hello, i have the same problem. If http://www.w3.org/2001/xml.xsd is not reachable the starting process throws the same execption as mentioned above. scott Is there an other switch to disable the validation? View the original post :

[jboss-user] [JBoss Seam] - Re: Sun Java studio Creator 2 and JBoss Seam

2006-08-03 Thread [EMAIL PROTECTED]
how do you work around the issue with creators requirment how always having a concrete backingbean ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3962821#3962821 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3962821

[jboss-user] [JBoss Seam] - Re: Sun Java studio Creator 2 and JBoss Seam

2006-08-03 Thread dloiacono
An Ant script that delete backing bean and delete binding from tags in pages. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3962823#3962823 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3962823

[jboss-user] [JBoss Messaging] - Re: Error running the wiki example

2006-08-03 Thread timfox
You're in the wrong foum. This is a JBoss Messaging forum View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3962826#3962826 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3962826 ___

[jboss-user] [JBoss Eclipse IDE (users)] - Re: This project cannot be deployed to a server.

2006-08-03 Thread mvilot
[EMAIL PROTECTED] wrote : not to be picky, but it *is* an alpha version. | | But yes, there seem to be a bug so go and report it in jira with enough details and it will be taken care of. | | Yes, I understand the alpha quality of *new* features. However, is it unreasonable to expect

[jboss-user] [JBoss Eclipse IDE (users)] - Re: This project cannot be deployed to a server.

2006-08-03 Thread mvilot
[EMAIL PROTECTED] wrote : Hi. | | Are you using the jboss IDE packaging utilities to package your project into a jar / war/ ear / sar / etc? | | To easily deploy any jar-style archive, simply right-click on the generated jar file, select run as - run on server. A dialog will ask you

[jboss-user] [JBossWS] - Re: Web service can't be found 404 error

2006-08-03 Thread jason_rency
by the way, where to find the package javax.jws.soap, it seems not being included in the jboss-ejb3.jar. thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3962831#3962831 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Initialize jbpm at application startup

2006-08-03 Thread cpob
If you have the schedulerthread running in the background (with a startup thread) it will load up jBPM and the mappings, etc View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3962830#3962830 Reply to the post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: This project cannot be deployed to a server.

2006-08-03 Thread [EMAIL PROTECTED]
What, exactly, is the error you are getting? The process, again, is right-click on the .jar / .ear / whatever, and select run as - run on server. Then select the created server. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3962833#3962833 Reply to the

[jboss-user] [JBoss and NetBeans] - jBoss and HTTPMonitor

2006-08-03 Thread gregoiredx
hello, just tryed to use jBoss within NetBeans 5.5 beta 2 and it works just well (at least for my simple test application) but the NetBeans HTTP Monitor doesn't seem to catch requests (with Sun Application Server I can watch every request and response (content, header,...) in HTTPMonitor

[jboss-user] [JBoss Seam] - Re: Problem with SFSB passivation

2006-08-03 Thread chlabreu
Gavin, now I got this: 10:02:33,203 ERROR [SimpleStatefulCache] problem passivation thread java.lang.RuntimeException: java.lang.StringIndexOutOfBoundsException: String index out of range: -2 at

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

2006-08-03 Thread ZeddMaxim
Ok, so my understanding is still incomplete. Adding to the remote interface adds the stubs, but does not solve the problem. Does seam remoting only work with local interfaces? When the Call class actually invokes the method through reflection, I am getting the following stack trace:

[jboss-user] [JBoss Seam] - Re: How to catch exception when deleting?

2006-08-03 Thread bfo81
Thanks for that hint, Gavin. It works now (*) and I learned something (once more after one of your posts) ;). Btw, for those who have the same problem and read this: ctx is the EJB Session Context, and you can get it via @Resource | private SessionContext ctx; Don't mistake that for the Seam

[jboss-user] [JBoss Portal] - Re: Error in updating Forum Preference

2006-08-03 Thread unibrew
Did you see this one http://www.jboss.com/index.html?module=bbop=viewtopict=87503 ? Please provide information about your environment. I can see it is oracleDB but what version of JBPortal and Forums. Thanks, Ryszard Kozmik JBoss Labs Team View the original post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: This project cannot be deployed to a server.

2006-08-03 Thread [EMAIL PROTECTED]
If I wanted to alpha-test released softtware, I'd stick with Micro$oft :-( Then don't download *alpha* releases, but only stick with full final releases. But your feeback is appreciated; just don't expect more of the release than what it is called. View the original post :

[jboss-user] [JBoss and NetBeans] - Re: jBoss and HTTPMonitor

2006-08-03 Thread gregoiredx
ok, my mistake. it doesn't work either with Sun App Server but just with bundled TomCat. So I guess this isn't really a jBoss/NetBeans question, but more a NetBeans conf question View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3962841#3962841 Reply to the post

[jboss-user] [JBoss Portal] - Page-level parameters for requests: how to create bookmarkab

2006-08-03 Thread thomasra
JBossAS 4.0.4.GA JBossPortal 2.2.1-SP3 The only way to pass a parameter to a portlet AND allow that portlet to render first (before other portlets on that page), is by using action urls. These urls force a reload and are therefore useless for nice url's. Since you can do a

[jboss-user] [EJB 3.0] - Setting timeout for EJB3 session beans

2006-08-03 Thread hubaer
Hi all, I am a little bit confused about setting timeout for EJB3 session beans. I searched all the web and the jboss forums, but get no answers. I tried to configure the timeout in the standardjboss.xml with no effect. A setting of the parameter remover-period, max-bean-life, overager-period

[jboss-user] [JBoss Getting Started Documentation] - I found this good freeware to document your IT infrastructur

2006-08-03 Thread itguy321
Hey guys, I just found this good free software that lets you document your entire IT infrastructure. It?s called Auditor Lite and in my opinion it's the best software out there and the fact that it is free is just an added bonus. Just thought I would let you guys know if you want to give it a

[jboss-user] [JBossWS] - Re: PLEASE HELP: JSR 181 EJB Endpoint (JBoss 4.0.4.GA)

2006-08-03 Thread jason_rency
hi... I got the same problem as you.. would you be able to share you solution if you find it. thanks a lot... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3962846#3962846 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Custom ejbCreate() generates bad INSERT-Statement (4.0.2)

2006-08-03 Thread Oyabun
Hi Given the following EntityBean: | Person | --- | Name | Gender | Age (ORACLE DEFAULT 18) | and the following custom ejbCreate() call: ejbCreate(Alex,m) why is the generatet INSERT - Statement like this: INSERT INTO PERSON(NAME, GENDER, AGE) VALUES (Alex,m,NULL) when it

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

2006-08-03 Thread rlhr
I finally got the opportunity to test the code you checked in. I downloaded jboss-seam-CVS.20060803.zip (which was created after your post). The interface created for the SelectItem class is: Seam.Remoting.type.javax$faces$model$SelectItem = function() { | this.value = undefined

[jboss-user] [JBossWS] - Re: Web service can't be found 404 error

2006-08-03 Thread jason_rency
I can see the following information when I visit this page: http://localhost:8080/jbossws/services Registered Service Endpoints | ServiceEndpointID ServiceEndpointAddress | jboss.ws:di=regserver.ear/regserver.ejb3,port=CalculatorPort,service=CalculatorService

[jboss-user] [Installation, Configuration Deployment] - Re: TCLFilter

2006-08-03 Thread studie
I have experienced the same behaviour in JBoss 4.0.4 GA. I'm not sure the TCLFilter works properly though as i periodically seem to get output from other apps appearing in specific log files. Has anyone else got this working 100% OK?? Cheers, Stuart View the original post :

[jboss-user] [JBossWS] - Re: PLEASE HELP: JSR 181 EJB Endpoint (JBoss 4.0.4.GA)

2006-08-03 Thread knifegun
I have not gotten a solution to it yet. I tried upgrading to the latest WS release to no avail. Please let me know if you find a solution. Anyone else? Is there something I am missing? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3962853#3962853 Reply to

[jboss-user] [JBoss jBPM] - async actions never starting

2006-08-03 Thread cheath
Few months ago we upgraded to jbpm 3.1 to make use of asynchronous continuations. At the time, everything worked great. Then, at some point during our system test cycle, any node/action marked async never executed. Based on this thread:

  1   2   3   >