[JBoss-user] [JBoss Seam] - Re: Entity Manager during @Startup

2006-03-14 Thread armita
Yes I did it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930265#3930265 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930265 --- This SF.Net email is sponsored

[JBoss-user] [JBoss Portal] - Re: Newbee: HTTP Status 500 after installation

2006-03-14 Thread mr. burns
Hello? Nobody can help? How should one get familiar with JBoss portal, if the installation fails and nobody can help? By the way I forgot to mention that I use the JBoss Portal on a SuSE Linux 10.0 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930264#393

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Number of portal?s on-line visitors

2006-03-14 Thread msqrt84
Please, advise! How can I get the number of portal?s on-line visitors using JBoss libs? Thanks! Aleksey. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930263#3930263 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=393

[JBoss-user] [Installation, Configuration & Deployment] - Re: Mail service doesn't work in JBoss 4.0.4RC1

2006-03-14 Thread scotto
OK I found what the problem is (for my case at least): The code I was using to request the Session object from JNDI was running as a unit test case external to JBoss itself. (ie. as a JBoss client, rather than as a session bean or mbean). When I put this same code inside a session bean the Sess

[JBoss-user] [JBoss Portal] - Re: Newbee: HTTP Status 500 after installation

2006-03-14 Thread mr. burns
Hello? Nobody can help? How should one get familiar with JBoss portal, if the installation fails and nobody can help? By the way I forgot to mention that I use the JBoss Portal on a SuSE Linux 10.0 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930261#393

[JBoss-user] [JBoss Seam] - What are necessary jar files for deployment on glassFish

2006-03-14 Thread [EMAIL PROTECTED]
Hi Thank you for reading my post. I am learning seam . i deployed sample applications to tomcat and it works fine. but there are tons of jar files in lib folder of a tomcat deployment war file. Now i want to ask , which jar files are required for deployment on glassFish which is a java ee 5 Applic

[JBoss-user] [JBoss jBPM] - Re: Graph Oriented Programming

2006-03-14 Thread [EMAIL PROTECTED]
thanks. even though i think it is a very simple concept, it takes a while before people take the time to read about it. the problem with workflow and BPM is that everyone thinks they already know it but everyone has got a different idea about what it is... i think we're on the right track with

[JBoss-user] [JBoss Seam] - Full Example

2006-03-14 Thread [EMAIL PROTECTED]
Is there an example that combines all the Seam advantages: * jBPM bus. processes * jpdl pageflows * Redirects/exceptions/ect. * ect. ect. I just mean is there an example that combines everything into one. It seems that all the examples focus on just one thing. I'm having problems combining

[JBoss-user] [JBoss Seam] - Newbie Questions

2006-03-14 Thread Gamigin
I've read through the Seam documentation and sample projects and code. The concepts seem very exciting and I'd really like to try this out. Will this run with regular Hibernate as opposed to a full EJB 3.0 container? Can I continue to use "*.hbm.xml" mapping documents rather than EJB 3.0 style

[JBoss-user] [Security & JAAS/JBoss] - Re: Getting rid of the j_security_check login page

2006-03-14 Thread treespace
Posting to j_sercurity_check is not allowed, AFAIK. The container wants to forward the request to the original target. Consider the "remember me" login feature. J2ee_junkie says that you have to ditch form-based login if you need that feature. I think he's high:) View the original post :

[JBoss-user] [Security & JAAS/JBoss] - Re: Problems with md5/sha

2006-03-14 Thread mirko27
Grins Actually the problem is that Java base64encodes stuff and mysql does not. Is there any way to insert base64 encoded passwords to database with query? Or should i generate passwords programmatically? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=393025

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: jboss-4.0.3SP1 - Hibernate SAR data source, please help

2006-03-14 Thread struts-hibernate-engineer
here is the datasource | | | | | MySQLDataSource | jdbc:mysql://localhost:3306/roster | com.mysql.jdbc.Driver | webapps | webapps | | |mySQL | | 5 | 20 | | 5 | com.mysql.jdbc.integration.jbo

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - jboss-4.0.3SP1 - Hibernate SAR data source, please help

2006-03-14 Thread struts-hibernate-engineer
Hi Folks, If you can get me past this exception I would be greatful. Thanks | 006-03-14 23:31:29,776 INFO [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS' |

[JBoss-user] [Security & JAAS/JBoss] - Re: Getting rid of the j_security_check login page

2006-03-14 Thread [EMAIL PROTECTED]
If I understand correctly what you want, you can do this kind of thing with an AJAX call. Collect the form inputs, use XMLHttpRequest to request a secured page, use XMLHttpRequest to post the inputs to j_security check. You now have an authenticated session. Now direct the browser to wherever

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Servlet welcome-file not working

2006-03-14 Thread treespace
Using JBoss 4.0 with Tomcat (5.X) and added a servlet name as a welcome file in my webapp. 2.4 servlet container claims you can do this. Rather than providing a file you just drop in a servlet name as-is with no slashes or any other baggage; just the servlet net. Anybody have this working? My

[JBoss-user] [Security & JAAS/JBoss] - Re: Getting rid of the j_security_check login page

2006-03-14 Thread treespace
I want to invoke the magic login action with an explicit call. I want the container to manage authentication just as always does. That is what users want and in general how authentication is implemented on websites. I don't see how allowing an explicit authentication call suddenly invalidates fo

[JBoss-user] [JBossWS] - Re: ClassCastException while using JWSDP 1.6 and jbossall-cl

2006-03-14 Thread alexeit
"chwang" wrote : | But I have fixed this issue after removing jbossall-client.jar from client classpath. it works fine. | I have the same exception while developing web based client using JWSDP 2.0. Could you please explain how to remove jbossall-client.jar from the client classpath? Do

[JBoss-user] [Clustering/JBoss] - Re: Http Session replication problems when NOT using sticky-

2006-03-14 Thread [EMAIL PROTECTED]
Even better, hold out for 4.0.4.CR2 (which is scheduled for the end of the week) as I've made a number of improvements. Particularly, the session invalidation issue that was the start of this thread is fixed: see http://jira.jboss.com/jira/browse/JBAS-2927. But, all that being said, use sticky

[JBoss-user] [Clustering/JBoss] - Re: Http Session replication problems when NOT using sticky-

2006-03-14 Thread [EMAIL PROTECTED]
I'd suggest you try out the latest AS 4.0.3P1 to see if it still works for you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930243#3930243 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930243 -

[JBoss-user] [JBoss Portal] - Re: Latest source from CVS

2006-03-14 Thread ThorntonD
I don't have spaces in the source code directory path, C:\Projects\Workspace\portal24\. The code was freshly pulled from CVS. Try pulling the code as anonymous from CVS using the labels defined on the JBoss wiki. Make sure you don't have a CLASSPATH environment variable set and then do 'ant

[JBoss-user] [JBoss Portal] - Re: JBoss Portal Themes and Netscape

2006-03-14 Thread ThorntonD
I just checked it again today in Netscape 8.1 after performing a reboot on the JBoss application server. It seems to be working fine now. I had been making mods to the portal pages through Content Manager so that's probably what caused the Netscape problems. I was having the problems with bo

[JBoss-user] [Beginners Corner] - Re: JNDI DataSource - IllegalArgumentException - Help Please

2006-03-14 Thread struts-hibernate-engineer
The docBase bug exists for 4.0.3SP1 and 4.0.4RC1 To work around this I had to add mkdir calls to my server start task as this bug entls the docBase not creating the directories needed in order to run. If a jboss.org guy can bug this that would be nice. | | | | |

[JBoss-user] [JCA/JBoss] - Re: How to change java:/OracleDS to jdbc/OracleDS

2006-03-14 Thread [EMAIL PROTECTED]
NestedSQLException: Could not create connection View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930239#3930239 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930239 -

[JBoss-user] [EJB 3.0] - Re: Query Language case-insensitive Like

2006-03-14 Thread jjklappenbach
try: where lower(s.name) like lower('%test%') The result should be the original value of the field. -jjk View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930238#3930238 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=393

[JBoss-user] [JBoss Seam] - Re: invalid schema name error, hooking up mysql for seam/hib

2006-03-14 Thread max522over
thanks Gavin for pointing me in the right direction. It's working great now. here is a website that gave me a bit more information if someone needs it http://wiki.jboss.org/wiki/Wiki.jsp?page=SetUpAMysqlDatasource what I had to do was copy the $JBOSS_HOME/docs/examples/jca/mysql-ds.xml file to $

[JBoss-user] [JBoss Portal] - Re: Error creating new directory on CMS

2006-03-14 Thread ilangocal
hi Leonard thanks. I will try that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930234#3930234 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930234 --- This SF

[JBoss-user] [JBoss jBPM] - Re: JBPM timer

2006-03-14 Thread danceinwind
"danceinwind" wrote : hi, I am new to JBPM. | | I need create a timer, and here is my process defination. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |

[JBoss-user] [JBoss jBPM] - JBPM timer

2006-03-14 Thread danceinwind
hi, I am new to JBPM. I need create a timer, and here is my process defination. send email to inform a valid package arrived. I start a scheduler servlet through web.xml . but seems my act

[JBoss-user] [EJB 3.0] - Re: JBoss EJB 3.0 Documentation>Tutorial -->How to build?

2006-03-14 Thread udemaddalena
Hello, here is the build file i used | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |

[JBoss-user] [JBoss Seam] - TestNG tests DO not seem to run out of the box.

2006-03-14 Thread andrei.d
C:\jboss-seam-1.0beta2\examples>cd booking C:\jboss-seam-1.0beta2\examples\booking>ant test Buildfile: build.xml init: [echo] Build Seam on JBoss Booking Example 1.0 compile: test: [delete] Deleting directory C:\jboss-seam-1.0beta2\examples\booking\test-output [testng] java.lang.Run

[JBoss-user] [Beginners Corner] - Re: JBoss Build tasks for deployment

2006-03-14 Thread PeterJ
Since deploying to JBoss is simply a matter of copying the war/ear file (or directory) to, for example, server/default/deploy, I use the 'copy' task. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930226#3930226 Reply to the post : http://www.jboss.com/index

[JBoss-user] [Beginners Corner] - Re: Where does JBoss fit in?

2006-03-14 Thread PatrickMulligan
That is a really really big question to answer. I would suggest starting out on the Sun site and start with the three SDKs, J2ME, J2SE, and J2EE, which essentially all build upon each other. Then from there you can see different packages that have been developed for diffent SDKs levels. Vie

[JBoss-user] [EJB 3.0] - Query Language case-insensitive Like

2006-03-14 Thread hurzeler
Hello, Is it possible to do a case-insensitive LIKE query with EJB3. If yes how if not is there another way to do this. example: SELECT OBJECT(s) FROM Site AS s WHERE s.name LIKE '%test%' I want also 'TEST' as a result. Thanks for your help. View the original post : http://www.jboss.com/inde

[JBoss-user] [Beginners Corner] - Re: JBoss Build tasks for deployment

2006-03-14 Thread elangovans
Thanks Peter. Will check out the book. Meanwhile, Is there an JBoss ant task which is equivalent to WLDeploy (in WebLogic)? Thanks Elangovan. S View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930223#3930223 Reply to the post : http://www.jboss.com/index.ht

[JBoss-user] [JBossWS] - Re: Frustration supporting multiple clients

2006-03-14 Thread viz_sre
You're quite right, that would be sufficient. Nevertheless I now found that I can share the same ejb-class and just create two different interfaces with different SOAP features. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930222#3930222 Reply to the pos

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss 4.0 Logging Related Problems.

2006-03-14 Thread peake
Did anyone ever overcome this problem which we are facing as well. We strongly do not wish to package a distinct war file for JBoss only, and to have our installer be 'container aware'. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930221#3930221 Reply to

[JBoss-user] [EJB 3.0] - Re: ClassCastException looking up EJB3.0 SLSB

2006-03-14 Thread [EMAIL PROTECTED]
I'm aware of the errors not showing and some of it has been fixed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930220#3930220 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930220 --

[JBoss-user] [EJB 3.0] - Re: ClassCastException looking up EJB3.0 SLSB

2006-03-14 Thread khooke
I worked out the issue, and it all depended on the correct config for the persistence.xml file. Since the @PersistenceContext annotation introduces a dependency between my SLSB and the Persistence Context/Persistence Unit, if the persistence.xml file is incorrect, the SLSB would not deploy corr

[JBoss-user] [JBoss Seam] - Entity Manager during @Startup

2006-03-14 Thread emsa
Is it possible to get an EntityManager in the @Create method during @Startup? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930217#3930217 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930217 --

[JBoss-user] [JBoss jBPM] - Re: Seems I found a bug

2006-03-14 Thread [EMAIL PROTECTED]
Alexey, Please post a JIRA bug report (http://jira.jboss.com) and provide a link to this forum thread. Make sure you specify the affected jBPM release. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930214#3930214 Reply to the post : http://w

[JBoss-user] [JBoss jBPM] - Re: How to deploy own process

2006-03-14 Thread [EMAIL PROTECTED]
"Dieterke" wrote : However, may I suggest the developers to add more and better information to the Error message in Eclipse. We had to look at the running start.bat to find out what went wrong. Also some better documentation about Deploying a process would be appreciated very much Please bear

[JBoss-user] [JBoss jBPM] - Re: jBPM deployment in JBoss ALL config (web services includ

2006-03-14 Thread [EMAIL PROTECTED]
The jbpm configuration is basically a stripped default JBoss configuration. So you should simply deploy the jbpm service archive and the webapp in the all configuration. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930211#3930211 Reply to th

[JBoss-user] [EJB 3.0] - EJB3StandaloneBootstrap.shutdown() method hanging

2006-03-14 Thread [EMAIL PROTECTED]
Has anyone seen this behavior when calling the shutdown method on EJB3StandaloneBootstrap? | INFO 14-03 14:17:18,643 (SessionFactoryImpl.java:close:728) -closing | WARN 14-03 14:19:41,073 (InternalManagedConnectionPool.java:fillToMin:496) -Unable to fill pool | org.jboss.resource.JBos

[JBoss-user] [JBoss Portal] - Re: New to portlets and portal

2006-03-14 Thread ilangocal
Balaji, Chris Right now, I am trying to hack at the Image Portlet and modify it completely. Then we build the Portal from source and use the Image Portlet from inside >From what I know, I think the upload facility is not available in the Image >Portlet Am I wrong? View the original post : ht

[JBoss-user] [JBoss Seam] - Re: beginner question - seam and MVC

2006-03-14 Thread perwik
Seam uses (can use) EJB session beans implementing a local interface for its "action components". You could just as well have a separate session bean that is just a standard EJB3 thing with all your business methods and without any seam anotations and then have your action beans look up the sess

[JBoss-user] [Clustering/JBoss] - Re: Http Session replication problems when NOT using sticky-

2006-03-14 Thread vpsangeetha
I have a similar problem. We have a 3 node jboss cluster that does not use sticky sessions. I tested the following cases: Case 1: 1. Node 1 sets an attribute "Attribute1" in the session. 2. Node 2 gets "Attribute 1" - SUCCESS 3. Node 2 sets an attribute "Attribute 2" in the session. 4. Node 3 g

[JBoss-user] [JBoss Seam] - Re: Suggestions on Scope

2006-03-14 Thread rdewell
As long as we're on the topic, I could really use a scope that sits between Application and Session. I implemented a quasi-scope myself using an Application scoped bean + a Map, though it's not as clean as using a pure Seam scope. This is a specific case I realize, but maybe it would be cool i

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Upgrading from hypersonic to HSQLDB

2006-03-14 Thread sphinx88
Hi, I am running jboss 3.2.3 with th eold hypersonic development db. I would like to disable hypersonic and use HSQLDB instead. i figure i would just download the HSQLDB and everything would be fine...but how do i DISABLE hypersonic?? also is HSQLDB backwards compatible with hypersonic. meaning

[JBoss-user] [EJB 3.0] - Re: ClassCastException looking up EJB3.0 SLSB

2006-03-14 Thread mgajewski
Hi, I have the same problem, this is funny, but when I simply comment out: //@PersistenceContext(unitName="someUnitName") | //private EntityManager em; jndi lookup works (i.e. myEARName/BeanName/local) :) I don't understand it, it tried to learn EJB3 following trailblazer tutorial, but I f

[JBoss-user] [EJB 3.0] - Re: Lazy loading design - surely I can't be right?

2006-03-14 Thread binario
anyone got any ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930200#3930200 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930200 --- This SF.Net email is sp

[JBoss-user] [JBoss Portal] - Re: cms admin

2006-03-14 Thread jordigor
Hi, first of all, thanks for your help! I'm using jboss4.03sp1 + jbossportal2.2 bundled, linux with mysql 5.0 and connector 3.1 for mysql. My problem is related with the next error: [STDOUT] javax.jcr.PathNotFoundException. This error appears when I create a new HTML page with spanish languag

[JBoss-user] [JBossWS] - java.lang.NoClassDefFoundError: org/apache/axis/client/Servi

2006-03-14 Thread forJbpm
Hi all, I was trying to connect to my webservice which is statless session ejb type webservice. I would like to know which jar file consists of org/apache/axis/client/Service.class? I am getting following error: anonymous wrote : | | 13:54:53,344 ERROR [[/FiboWeb]] StandardWrapper.Throwabl

[JBoss-user] [Management, JMX/JBoss] - Maybe a bug, maybe my mistake

2006-03-14 Thread memema
This is only to comment you about a strange thing I have seen during some testing while accessing jBoss 4.03SP1 from an external client. When I use the jar: /client/jboss-common-client.jar (in the client classpath) I get a problem deserializing the class org.jboss.util.id.GUID because the ver

[JBoss-user] [Security & JAAS/JBoss] - Problems with md5/sha

2006-03-14 Thread mirko27
Well I use DatabaseServerLoginModule and MySQL. I run into problem where login worked fine without encrypted password and hashEncoding, but passwords did not match when using SHA/MD5. I created program to test MessageDigest variants of those passwords. And what I saw, was that mysql SHA result was

[JBoss-user] [Clustering/JBoss] - Re: Exceptions thrown during HAJMS failover

2006-03-14 Thread [EMAIL PROTECTED]
The logging you are seeing is the normal activity of the JMSContainerInvoker detecting that the JMS server has failed. The initial WARN messages are entirely appropriate -- they are logging the fact that the connection to the JMS server has been broken. The subsequent ERROR messages are at too

[JBoss-user] [Beginners Corner] - jsp deployment without restarting AS

2006-03-14 Thread g0madhoo
How can i deploy only the jsps without restarting the JBoss AS.could any one please tell me the step by step procedure to do it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930194#3930194 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[JBoss-user] [JBoss Portal] - Is it possible portal with Mambo?

2006-03-14 Thread pedrosacosta
Is it possible to combine the portal CMS with the CMS application called Mambo? Thanks, Pedro View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930193#3930193 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930193 --

[JBoss-user] [Installation, Configuration & Deployment] - Re: ClassLoading Isolation cf Java1.4 v Java5

2006-03-14 Thread [EMAIL PROTECTED]
Not without some debug level logging showing the nature of the error. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930190#3930190 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930190 ---

[JBoss-user] [Beginners Corner] - upgrading from jboss 3.2.3 to jboss 4

2006-03-14 Thread sphinx88
I have an application that is up and running on JBoss 3.2.3. For an IDE, I use JDeveloper 10g. to deploy to jboss. I need to deploy on Jboss 4. However when I deploy on JBoss 4 the depoyment fails and gives this error. 17:08:18,875 ERROR [URLDeploymentScanner] Incomplete Deployment listing:

[JBoss-user] [JBoss jBPM] - continuous authentication with JBPM 3.1

2006-03-14 Thread almuela
Hi all, I am a newcomer to jBPM. As my first process implementation, I am programing a simple Web portal with JSP. The main functionality is behind a intranet. My suprise was to find an example (jbpm\websale) where the two Web pages, in the same portal, have to make the login over the filter "A

[JBoss-user] [JBoss Seam] - Re: Fileupload

2006-03-14 Thread ido_tamir
I don't remember exactly how I solved my problem. I switched to adf. Then I had to put the adf jars into the /server/default/lib folder. I changed some listeners in faces-config.xml and it works now nicely. sorry for not being able to make this post more informative. best wishes ido View th

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: CMP Entity Bean, Compound Key with foreign reference

2006-03-14 Thread Lvcido
Thanks Jushua for the reply. But I don't understand that. Maybe I explained bud my problem. I mean that there are two tables: TestatePerOpdog and SigilliPerTestata. TestataPerOpdog has a single field as primary key called ID_Testata. SigilliPerTestata has a compound primary key with 2 fields, I

[JBoss-user] [Beginners Corner] - Re: Database empty after JBoss restart

2006-03-14 Thread da.ogre
Hi! Change the value create-drop to update. Create-drop means that the DDLs will be created from the mapping files, and will create the corresponding tables in the database, and will be dropped when the beans are undeployed. So your fixed property will be: Happy coding! :) View the original po

[JBoss-user] [Installation, Configuration & Deployment] - Re: SecurityManager configuration

2006-03-14 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfiguringAJavaSecurityManager View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930184#3930184 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930184

[JBoss-user] [JBoss jBPM] - Use a different entity User ?????

2006-03-14 Thread afgomez
Hello, Somebody have an example where use a different entity User? I need to use my own entity user but i dont know how use it in the expression. For example: Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930183#3930183 Reply to the post : h

[JBoss-user] [Beginners Corner] - Re: JBoss Build tasks for deployment

2006-03-14 Thread PeterJ
I picked up a copy of the book JBoss at Work, A Practical Guide by Tom Marrs and Scott Davis, published by O'Reilly. This books seems to cover all of the areas that you mentioned. I used the chapter on web services to build a small EJB application with a web service front end, using XDoclets t

[JBoss-user] [Installation, Configuration & Deployment] - Re: commons-logging/log4j problem

2006-03-14 Thread PeterJ
For the work that I do, logging to the server.log is no problem for me, so I have not tried to separate the logging out to other files. The main reason for my suggestion regarding the commons logging file location was the possibility that you are running into a class loader issue, which seems t

[JBoss-user] [Installation, Configuration & Deployment] - Re: commons-logging/log4j problem

2006-03-14 Thread [EMAIL PROTECTED]
That is all you can do if you are relying on configuration of singletons automatically finding a local configuration based on the class loader. A patch to the commons-logging to allow for more dynamic discovery of the logger factory is in the works. See http://jira.jboss.com/jira/browse/JBAS-293

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Problems using a mysql database - please help with configura

2006-03-14 Thread destiny84
Hello, I want to use a mysql database with jboss (4.0.4 RC1), but somehow I can't get it configured. I put the mysql-connector-java-3.1.12-bin.jar in the server/default/lib directory, and I have the mysql-ds.xml in the server/default/deploy directory. It looks as follows: | | |

[JBoss-user] [EJB 3.0] - Re: problem injecting java:/Mail resource

2006-03-14 Thread [EMAIL PROTECTED]
There is no deployment of the mail-service.xml or mail jars in the installer ejb3 configuration so I would expect that is the problem. Check that failure scenario and see if the exception can be improved. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930177#

[JBoss-user] [EJB 3.0] - Re: problem injecting java:/Mail resource

2006-03-14 Thread bdecoste
Which version of EJB3 are you using? Can you please post the entire bean and client code? Your injection is correct. We have an identical test that is working properly with EJB3 RC5. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930173#3930173 Reply to the

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How to request the queue one by one from receiver?

2006-03-14 Thread chwang
Thank you very much. it is very helpful. I still have one question. I winder what is purpose to use CLIENT_ACKNOWLEDGE. Because using auto_ack is simple and fast. Why to use CLIENT_ACKNOWLEDGE or DUPS_OK_ACKNOWLEDGE. Chwang View the original post : http://www.jboss.com/index.html?module=bb&op

[JBoss-user] [JBossWS] - gen : server - generate ties

2006-03-14 Thread zoharat
Hi, I had been deploying most of my web services on the Sun App Server for testing. The Sun App Server would create the ties for the web service behind the scenes. I deployed the same service on the JBoss Server, which did not contain the ties. It worked fine. The war just contained the wsdl,

[JBoss-user] [JBoss jBPM] - We found it!

2006-03-14 Thread akakunin
We found it! Wow, but it about one working day and makes us creazy :) So, here is a part of org.jboss.jbpm.taskmgmt.exe.TaskInstance.java vfor working with comment: | public void addComment(String message) { | Comment comment = new Comment(message); | addComment(comment); |

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Hoe to handle out of memory issue?

2006-03-14 Thread chwang
thank you very much I wonder if I need to set run.bat file for memory in Jboss? set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m and How can I check JVM memory? Cuurenlty I don't set database from my queue, I know the messages are persistent. which file these messages are saved to? Thanks again

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: CMP Entity Bean, Compound Key with foreign reference

2006-03-14 Thread pdog4x4
Fabrizio, AFAIK primary keys can't be foreign keys. Thanks! Joshua Preston. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930165#3930165 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930165 --

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - CMP Entity Bean, Compound Key with foreign reference

2006-03-14 Thread Lvcido
Hi everybody!! I have a undefined problem during th development of a entity bean. I list the details of this entity bean here: 1) The primary key is compound and have 2 fields, ID_Testata (Integer) and NSigillo( Integer ). 2) A field of the primary key have a foreign reference with another ent

[JBoss-user] [JBoss jBPM] - Re: Problem with Jbpm 3.1 and struts

2006-03-14 Thread akakunin
Seems you have no current jbpm context - it should be initially created. In web-application example (you can find it in jbpm sources) this is done by org.jbpm.web.JbpmContextFilter - just configure your web-application to use it in your web.xml: | JbpmContextFilter | org.jbpm.w

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Error 404: The requested source (/fibo) is not available

2006-03-14 Thread sgv
cypher, I think u need to read this forum: http://jboss.com/index.html?module=bb&op=viewtopic&t=77016. You have to include the client.jar & repackage. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930156#3930156 Reply to the post : http://www.jboss.com/in

[JBoss-user] [JBoss jBPM] - Re: Querying VariableInstance Is Giving Me A Headache

2006-03-14 Thread julian_k
Any performance tips? Joining all these tables to get out this data in real time is gonna be a headache. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930155#3930155 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [JBoss jBPM] - Re: jBPM Variables

2006-03-14 Thread akakunin
I think it is good feature request! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930154#3930154 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930154 --- This SF.N

[JBoss-user] [JBoss Portal] - Re: JBoss Portal Themes and Netscape

2006-03-14 Thread [EMAIL PROTECTED]
ThorntonD, I just downloaded Netscape 8.1 (nice browser so far, using it right now) installed it and ran it against my local. I don't see the issues you seem to be having. Can you be more specific about which version of Netscape is giving you trouble? I tested Nphalanx and all of the other them

[JBoss-user] [JCA/JBoss] - JBoss 4.0.2. does not work properly with native connection

2006-03-14 Thread arkady60
I have the MDB with CMT. If I obtain the native connections, I am getting the JBoss message: 09:59:18,505 INFO [CachedConnectionManager] Closing a connection for you. Please close them yourself: [EMAIL PROTECTED] java.lang.Exception: STACKTRACE at org.jboss.resource.connectionmanager.

[JBoss-user] [EJB 3.0] - Re: How to consume a web service from a SLSB EJB3?

2006-03-14 Thread [EMAIL PROTECTED]
we don't support web service refs yet. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930151#3930151 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930151 --- This S

[JBoss-user] [JBoss jBPM] - Re: Seems I found a bug

2006-03-14 Thread akakunin
OK, we found why I've got this error, by some reasons, they I add comment for the task, record are written into bpm_comment table, and by some reasons, I do not found why, it put information into token_, taskinstance_ and taskinstanceindex_, but kept tokenindex_ field empty. As result then I'm

[JBoss-user] [Beginners Corner] - JBoss Build tasks for deployment

2006-03-14 Thread elangovans
Hi, I am new to JBoss. I have been searching to see the JBoss build tasks to deploy the EJB's and create descriptiors using XDoclet (Is it possible?) or XSLT. So Please, 1) direct me to any documentation regarding to the Ant Build tasks. 2) show me any sample build scripts build and deploy 3) Is

[JBoss-user] [JBoss jBPM] - Graph Oriented Programming

2006-03-14 Thread jbpmndc
Graph oriented programming really cuts to the heart of a lot of problems enterprises are trying to solve. The presentations in the Wiki section are great. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930148#3930148 Reply to the post : http://www.jboss

[JBoss-user] [JBoss Portal] - Re: JBoss Portal Themes and Netscape

2006-03-14 Thread [EMAIL PROTECTED]
Hello ThorntonD, Thanks for the info, we'll look into this. At first glance, we think the fix should just be a matter of minor modifications to some selectors. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930147#3930147 Reply to the post : http://www.jbos

[JBoss-user] [Beginners Corner] - Re: Database empty after JBoss restart

2006-03-14 Thread pdog4x4
Are you using hand coding your jboss-ejbcmp.xml, XDoclet or EJB3? If you are using XDoclet, try adding @jboss.persistence remote-table = "false" as demonstrated below. | /** | * @jboss.persistence remove-table = "false" | */ | public abstract class TestBean implements EntityBean

[JBoss-user] [JBoss Portal] - Re: Many elements in de top of page (error of desing css and

2006-03-14 Thread mholzner
the way to solve this is the write your own navigation portlet , and use that instead of the default one . You need some sort of paging There are several threads in this forum about this, so you might be lucky and someone has already written the code you need (Ihaven't seen any commits thou

[JBoss-user] [JBoss jBPM] - jBPM for distributed transactions

2006-03-14 Thread sbhatti
I am looking into jBMP to implement distributed transactions. We are not using any kind of XA or global transactions, instead each of our service has an undo API that we use for compensating transaction. For example, currently our code looks like this: try { AirServiceQueue.send("BUY",

[JBoss-user] [JBoss Portal] - Re: Latest source from CVS

2006-03-14 Thread ScottDawson
Danny, I've had build problems similar to yours when I: 1) had spaces in the directory path where the code was located and 2) didn't get rid of the previous portal Eclipse project and code when I did a checkout. Do either of these apply to your situation? I use CVS in Eclipse to checkout po

[JBoss-user] [JBoss Seam] - Re: Fileupload

2006-03-14 Thread armita
Yes I have the setter getter methods! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930140#3930140 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930140 --- This SF

[JBoss-user] [JBoss Portal] - Re: New to portlets and portal

2006-03-14 Thread devchris
Hi Balaji, Hi ilango, i am a beginner, too. I find illango`s proposal good. Maybe we can help us, if anyon has a problem. Kind regards. Chris View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930139#3930139 Reply to the post : http://www.jboss.com/index.h

[JBoss-user] [Installation, Configuration & Deployment] - SecurityManager configuration

2006-03-14 Thread p2auljr
Is it common practice to run JBOSS with a SecurityManager turned on? The documentation for running JBOSS with a SecurityManager seems to be very small. Does anyone know how to apply grant permissions in a policy file for a particular web application? I am deploying the applications as WAR files

[JBoss-user] [EJB 3.0] - How to consume a web service from a SLSB EJB3?

2006-03-14 Thread anders.hedstrom
Hi, I'm trying to consume a web service from my SLSB, but I can't get hold of the service reference. Instead of using injection (I can't find the annotation javax.xml.ws.WebServiceRef anywhere, so I guess that it's not implemented yet), I just declare the service ref myself in the dd and try to

[JBoss-user] [JBoss Seam] - Seam and JBPM Process Management.

2006-03-14 Thread js8523
Hi All I have been trying to use JBPM process flows (rather than page flows) and process scope variables. I started a process and outjected the variable succesfully (verfied in database). I then tried to inject the variable into a latter step: However when I had the following code to injec

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Weblogic to JBoss EJB-CMP doesnt work

2006-03-14 Thread pdog4x4
AntGod, I had this problem also with Oracle. Mine was caused by not creating my entity beans with the primary keys prior to updating the rest of the fields in the ejbCreate method. I create mine like this: | /** | * Create method | * @ejb.create-method view-type = "local

[JBoss-user] [JBoss jBPM] - Problem with Jbpm 3.1 and struts

2006-03-14 Thread jmix2006
I am trying to develop a web application with jbpm (i am using struts) . My probleme : i have 3 jsp page :login.jsp>task.jsp >error.jsp i have made in a method exexute of Loginaction a simple code : __

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Fibo tutorial

2006-03-14 Thread kamal444
Good You finally have it working. I think XDoclet was automatically generated na. Also, Did you have the Client.jar in the EAR file or did you remove it. Keep in touch. Regards, Kamal View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930129#3930129 Reply to t

  1   2   >