[JBoss-user] [EJB 3.0] - where I can find ejb 3.0 examples (which mention in EJB 3.0

2005-12-31 Thread amitguz
the tutorial are in : http://docs.jboss.org/ejb3/app-server/tutorial/index.html but where are the examples code? tnx, amit View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915087#3915087 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[JBoss-user] [JBoss jBPM] - Re: Next State

2005-12-31 Thread enazareno
If you download the jbpm code, there are several examples they have provided. However their running demo is a web-based app but you can definitley go from there. Actually the engine is independent of J2EE, so this means JMS, and all other J2EE components are not required. But if you are already

[JBoss-user] [JBoss jBPM] - Re: jbpm in a cluster

2005-12-31 Thread enazareno
Hi Rainer, Thanks for your info. Yes we do query dates from the database instead of the usual java.util.Date. Usually dates only become a problem if there's a (business) problem they are tyring to solve. When tracing transactions (like fraudulent ones) and they see our dates our out of syn

[JBoss-user] [JBoss jBPM] - Next State

2005-12-31 Thread digitalclock
>From reading the documentation I understand that I as the developer I must >call sginal to move the process into the transtition. I was wondering how this >is "typically" accomplished using J2EE; JMS and Session Beans? Is there an >example? The only design that comes to mind is: (1) persisting

[JBoss-user] [JBoss jBPM] - Re: Is it possible to update a process def without versionin

2005-12-31 Thread enazareno
Yes, I agree, editing the definition on the fly might produce more problems than solutions esp. with ongoing process instances. Maybe it might be OK if your changes pertain only to additonal notifications, but not something that will change the flow of the process. I feel it might occur with ver

[JBoss-user] [JBoss and NetBeans] - jboss, netbeans and sql server 2000

2005-12-31 Thread viviensiu
hi, I'm totally new to all three mentioned in title above. I have installed jboss 4.0.3, netbeans 5.0 beta 2 and sql server 2000. I'm using jtds as the driver to connect to sql server. My question is how should I configure the jboss to acknowledge the jtds driver and sql server. I have not add

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JBOSS-IDE and XDoclet

2005-12-31 Thread russray
Happy New Year! Well it's the New Year some place. :-) Okay I figured it out. Several things were going on 1) The build script was building jars, ear, war files, but for some reason it was not moving them to the bin directory. I still don't know why this is, but the information was bein

[JBoss-user] [JBoss Seam] - Re: Duplicated id in Faces tree problem

2005-12-31 Thread [EMAIL PROTECTED]
Workaround for this issue is here: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=74160&start=10 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915078#3915078 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39

[JBoss-user] [JBoss Seam] - Re: DataModel / Duplicated ID

2005-12-31 Thread [EMAIL PROTECTED]
Yes, it does seem to fix the bug in all cases. You have to return an outcome and trigger a navigation rule from faces-config.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915077#3915077 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[JBoss-user] [JBoss Seam] - Re: DataModel / Duplicated ID

2005-12-31 Thread [EMAIL PROTECTED]
I have also had a lot of trouble with this issue. One thing I noticed that seemed to make a difference was to use a non-null JSF outcome. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915076#3915076 Reply to the post : http://www.jboss.com/index.html?modul

[JBoss-user] [JNDI/Naming/Network] - Re: EJB3 Remote client problem

2005-12-31 Thread [EMAIL PROTECTED]
Its a bug in how the proxies are maintaining their serialVersionUIDs: http://jira.jboss.com/jira/browse/EJBTHREE-402 You will need to have the same classes/jars on the client/server. The error indicates that you have mixed versions and are seeing the incompatibility bug. View the original post

[JBoss-user] [Installation, Configuration & Deployment] - Re: Errors in Server.log

2005-12-31 Thread russray
Okay i figured out the part about the server not being able to create the tables. It was as simple as starting the databaseduh.. I still don't know about the jar file for logging. Any suggestions? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JBOSS-IDE and XDoclet

2005-12-31 Thread russray
I am still for some reason getting the error: [2005-12-31 14:38:42,500] [DEBUG] [org.jboss.web.WebModule] Starting failed jboss.web.deployment:war=FiboWeb.war,id=-1773394649 org.jboss.deployment.DeploymentException: Error during deploy; - nested throwable: (javax.naming.NamingException: ejb-ref

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JBOSS-IDE and XDoclet

2005-12-31 Thread russray
okay I figured one out, the Xdoclet tag @web.ejb-ref was missing one attribute "link" so I fixed it. The second issue appears the JBOSS-IDE is not reading the @jboss.ejb-ref tag in the servlet. Any suggestions? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[JBoss-user] [JBoss Eclipse IDE (users)] - JBOSS-IDE and XDoclet

2005-12-31 Thread russray
I am using Eclipse 3.2M3, JBossIDE-1.5RC2-ALL, xdoclet-1.2.3 on JBOSS4.03.SP1. I am running JDK 1.5.0Update6. I am following the JBOSS-IDE Tutorial. I have created the project as a J2EE 1.4 project instead of a J2EE1.3 project. I am attempting to deploy the Fibo application but something in t

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JBOSSIDE Tutorial Deployment--Please Help!

2005-12-31 Thread russray
okay I figured it out. One has to add the root directory to the source path for the project. Right click on the project and select the properties file. Click on the Java Build path. Select the source tab. Click on the add folder button. Add the project's root folder--where the ear file is lo

[JBoss-user] [JBoss Eclipse IDE (users)] - JBOSSIDE Tutorial Deployment--Please Help!

2005-12-31 Thread russray
I am running Eclipse 3.2M3, JBossIDE-1.5RC2-ALL, on JBOSS4.0.3.SP1. I am working through the JBOSS-IDE Tutorial. I am in chapter 10 now. I am attempting to deploy the application. However, I get a dialog box explaining there has been a deployment error. The error message is not very descript

[JBoss-user] [JBoss Portal] - Packaging issue

2005-12-31 Thread mcaughey
I have two EJB jars and a War. I have the two EJBs in an ear along with the dependent jar files. The EJBs deploy fine. I have the war file depolyed seperately and I can access the portlets and my portal is accessible. If I include the war in the ear then my portal is accessible, but the port

[JBoss-user] [Installation, Configuration & Deployment] - Errors in Server.log

2005-12-31 Thread russray
I am working with JBOSS4.0.3SP1. I am working through a deployment issue with the server. I want to be sure the defaul server is configured property, but I noticed several errors in the server log file. I can see this one involves the missing jar file log4j-core.jar file. How do I get aho

[JBoss-user] [JBoss Portal] - JBoss Forums Portlet - Problems with portlet initialization

2005-12-31 Thread pboerner
All, I am a new JBoss Portlet user so please forgive me if this issue has been reported and resolved (though I carefully read all 68 pages of the user forum and did not find a similar problem - man my eyes hurt). I am running the following environment: JBOSS: JBoss [Zion] 4.0.3SP1 (build: CVSTa

[JBoss-user] [Installation, Configuration & Deployment] - Re: custom configuration for server location?

2005-12-31 Thread ptomsic
sry, this seems to have answered my question or at least pointed me to a few ideas to try: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=70867 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915063#3915063 Reply to the post : http://www.jboss.com/i

[JBoss-user] [Security & JAAS/JBoss] - Re: BaseCertLoginModule and UsersRolesLoginModule

2005-12-31 Thread maheshkudva
Hi I got it working. There had been some problem with the certificates Reagrds Mahesh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915062#3915062 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915062 ---

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: running jboss application

2005-12-31 Thread manuel_stein
oh ... and maybe it's not a good idea to open the same thread in TWO forums. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915061#3915061 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915061

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: running jboss application

2005-12-31 Thread manuel_stein
Have a look at the TrailBlazers, they're realy good introduction how to run a jboss application and please, avoid posts like this. I'd like to ask you: What do you think how long it could take to answer your question? What do you expect now that you have asked this question? Somebody coming ove

[JBoss-user] [JBoss Portal] - Can not run portal on Linux

2005-12-31 Thread mabareghi
Dear I have installed jboss portal on redhat linux. but after starting jboss server, while running portal, I will see 404 error page. I installed jboss portal 2.2.0, jboss Application Server 4.0.3SP1, jdk 1.5.0_05 and redhat linux server version 4 (2.6.9-5.EL-i386). While installing there is no

[JBoss-user] [JBoss AOP] - Re: use AOP with jboss3.2.3?

2005-12-31 Thread manuel_stein
Hi there 1) ur question this seems to be a "bad post" to me, because I can't understand why ur using JBoss 3.2.3. I think, in an Open Source environment, you should always use latest sources. 2) AOP can be done the @-way or the XML-way. The @-way is only available within Java5 (1.5) and I don'

[JBoss-user] [JBoss Portal] - Re: Need help regarding jboss portal development

2005-12-31 Thread sgwood
I think you are running into some differences between JBPortal 2.0 and 2.2, which is what I am working with. There are still some problems with Spring 2.0 HEAD + JBPortal 2.2 - I am getting a NPE on getPortletMode still. Sherman JasperSoft View the original post : http://www.jboss.com/index

[JBoss-user] [JBoss/Spring Integration] - SNMP adaptor MBean reference to Spring managed beans issue.

2005-12-31 Thread karanUk
Hi, I needed to investigate jmx notifications emitted by spring managed mbeans and trapped by jboss's snmp-adaptor.sar.But after having added spring managed mbean added to the subcription list of snmp-adaptor's service.xml,doesn't seem to work. So is there a way i could refer SNMP adaptor MBe

[JBoss-user] [JNDI/Naming/Network] - EJB3 Remote client problem

2005-12-31 Thread ramanap
When I tried to look up for remote Session Bean(EJB3), I get the following error: java: [EMAIL PROTECTED] Looking up RemoteCalculator javax.naming.CommunicationException [Root exception is java.io.InvalidClassException: org.jboss.ejb3.stateless.StatelessRemoteProxy; local class incompatible: s

[JBoss-user] [JBossCache] - Deploying MBean on jboss server

2005-12-31 Thread yes_vishal_13
Hi, Can anyone help me to deploy the MBean on the jboss server. Actually I am working on caching. So I am trying an example anonymous wrote : JBossCache-1.2.4\examples\aop\annotated\src Now I want to deploy it onto the jboss server and also want to write a client to access it. Please help me to a

[JBoss-user] [JBoss jBPM] - Re: When will jbpm-bpel-1.0-alpha-4 release?

2005-12-31 Thread fwshk
I miss something in the input of my auto deployment program It also require the mapping of partnerLinkName and the WSDL location For example: sessionFactory -> http://localhost:8080/session/sessionFactory?wsdl View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915

[JBoss-user] [Beginners Corner] - running jboss application

2005-12-31 Thread bgashokkumar
Hi, I am new to jboss.I have already worked with tomcat.Since i have to work on pentaho BI open source, i have to use only jboss and i don't how to run an jboss application.so please kindly help me regarding this issue. View the original post : http://www.jboss.com/index.html?module=bb&op=

[JBoss-user] [JBoss Eclipse IDE (users)] - running jboss application

2005-12-31 Thread bgashokkumar
Hi, I am new to jboss.I have already worked with tomcat.Since i have to work on pentaho BI opensource, i have to use only jboss and i don't how to run an jboss application.so please kindly help me regarding this issue. View the original post : http://www.jboss.com/index.html?module=bb&op=v

[JBoss-user] [JBoss Portal] - Filter in Portal Application

2005-12-31 Thread windyguy27
Hi All, How can I use filter in Portal application for giving access to valid users having session active. In Jboss is handling the same without using the filter concept. I'm not able to find out the solution for this problem. Any help will be appreciated. Thanks in advance View the ori