[jboss-user] [Installation, Configuration & Deployment] - Re: error in log file

2007-02-27 Thread visolvejboss
Hello, >From the Error log, I guess that, There is no such class called TimerBean inside the TimerBean.jar file. see the structure of the TimerBean.jar file and post the structure. And, also the ejb-jar.xml file content. For the netbanking.war error, There is no class file called EntryServlet

[jboss-user] [JBoss Seam] - can we use seam for jsr-168 portlet development?

2007-02-27 Thread [EMAIL PROTECTED]
Hi Thank you for reading my post. can we use jboss seam for jsr-168 portlets? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4022945#4022945 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4022945 __

[jboss-user] [JBoss Messaging] - Re: Message redelivery

2007-02-27 Thread timfox
"imaeses" wrote : | | Therefore, I ask again: is it possible in JBoss Messaging to configure the message redelivery delay? | | In 1.2, yes, in 1.0.1, no. Have a look at the destination and server peer mbean config. Queue/Topic: | | The delay before redelivering |

[jboss-user] [Installation, Configuration & Deployment] - Howto package datasource and MQ definitions in ear

2007-02-27 Thread aschulz
Hi, I would like to include my datasource (*-ds.xml) and mq (*-mq-service.xml) definitions in my ear file. Right now these files are in the deploy folder. What do I have to do? Build an rar/sar and package the definitions there? Please, can somebody provide an example. Thanks in advance. Alex

[jboss-user] [JBoss Seam] - does seam data model support all Tomahawk components like tr

2007-02-27 Thread [EMAIL PROTECTED]
Hi Thank you for readin my post How complete is seam datamodel support for different tomahawk components? does it support all tomahawk components? thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4022941#4022941 Reply to the post : http://www.jboss.com/

[jboss-user] [JBoss Messaging] - Re: Message redelivery

2007-02-27 Thread imaeses
Perhaps it would be helpful to explain *why* the delay is necessary. Again, the current situation is that if a message is delivered to an MDB and the transaction is rolled back, the message is immediately and repeatedly redelivered until the maximum amount of times has been reached. We have two

[jboss-user] [JBoss jBPM] - Re: Problem with sending a mail using notify=

2007-02-27 Thread bazoo
Actually I think I might be trying to do something which isn't allowed. The process definition in question uses swimlanes for assignment, and those swimlanes are implemented as groups. Hence I'm guessing that the "notify" attribute can't send an email because groups don't have email addresses.

[jboss-user] [Security & JAAS/JBoss] - Re: Latest JAAS Tutorial for Database communication

2007-02-27 Thread aleksab
Are there really nobody who can help me here? Have posted numerous requests and searched the web without any luck. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4022938#4022938 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [Installation, Configuration & Deployment] - Re: error in log file

2007-02-27 Thread NehaSr
hi thanks nw my log file is updated bt still its nt deployed the jar file i m posting wat m gettin on cmd screen... ment. Info : Class not found on 'com.iflex.fcat.timer.TimerBean': No ClassLoaders fo und for: com.iflex.fcat.timer.TimerBean 14:34:11,828 ERROR [MainDeployer] Could not create depl

[jboss-user] [JBoss Seam] - Re: Weird behaviour with outjection

2007-02-27 Thread rlhr
It is called by clicking a link ( that call the page /home.xhtml. So I checked that the view method is properly called and the id of the user is properly passed, the user retrieved and set. The interesting thing is that I added a getTest() method to the SFSB that just return a string. If I call

[jboss-user] [Installation, Configuration & Deployment] - Re: error in log file

2007-02-27 Thread visolvejboss
Hello, Do the steps following. 1. Delete the folders "tmp", "log", "work" present in the path C:\jboss-4.0.4\server\MOB_SERVER. 2. Start the JBoss Server in the command prompt as run.sh -c MOB_SERVER Note: While starting the JBoss AS, it will create tmp, work and log directories. 3. See th

[jboss-user] [JBoss Seam] - About the new chapter Caching in documentation.

2007-02-27 Thread Seto
I read the 18.1 chapter . And I don't understand. I think the example maybe should be changed as below. @Name("chatroom") public class Chatroom { @In PojoCache pojoCache; public void join(String username) { try { Set userList = (Set) pojoCache.get("chatroo

[jboss-user] [JBoss Seam] - Re: s:fileUpload whit portal

2007-02-27 Thread jampierre
Hi, I've the same problem. Anyone can help us. Thank you so much. Bye bye JP View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4022918#4022918 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4022918 __

[jboss-user] [Microcontainer] - Re: Evaluating IOC Containers

2007-02-27 Thread eknathkadam
"bkeh12" wrote : 6. JMX interface for deployed components if desired | http://jira.jboss.com/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&sorter/order=DESC&sorter/field=priority&resolutionIds=-1&pid=12310060&fixfor=12310587 | I clicked this link but found nothing, any update on poin

[jboss-user] [JBoss jBPM] - Re: multiple comparations

2007-02-27 Thread jbmp user
thank you, but && don't work rightly!!! some idea any more?? Please, I need help!!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4022911#4022911 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4022911 _

[jboss-user] [EJB 3.0] - Re: java.lang.NoClassDefFoundError: org/jaxen/VariableContex

2007-02-27 Thread codelion
Same kind of problem, using JBoss 4.0.5.GA. Started when I had a new application scoped SFSB in Seam. Very long and in a few minutes recurring stack trace begins with 00:04:03,187 ERROR [SimpleStatefulCache] problem passivation thread | javax.ejb.EJBException: Could not passivate; failed to s

[jboss-user] [Security & JAAS/JBoss] - Re: Authentication with more parameter than username and pas

2007-02-27 Thread JMJ2006
Hi Nipun, thanks for your help. This solution I've read allready in other forum. But for our project this solution will not be accept. I hope developers from JBoss must known how to solve this problem. Regards, J.M. Jacob. View the original post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - CMP bean Oracle procedure problem

2007-02-27 Thread [EMAIL PROTECTED]
Friends I am using EJB3.0 with Jboss server. I have a CMP Order entity bean and order processing session bean. To fulfill an order I am calling oracle procedure from my session bean. I am updating few fields of order table from oracle procedure. Problem that I am facing is that after calling

[jboss-user] [JBoss jBPM] - Re: graphical process design

2007-02-27 Thread daresan
thanks a lot for giving suggestions. i have taken jar file from web. i am doing experiment on that. after that i'll get back with specific questions. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4022904#4022904 Reply to the post : http://www.jboss.com/ind

<    1   2   3   4