[jboss-user] [EJB 3.0] - Customizing the persistence of an embedded object

2006-12-31 Thread SmokingAPipe
Simple question: I have a class that uses an embedded object that's not an entity, like this: | @Entity | public class LogMessage { |private java.util.logging.Level level; | } | Right now, the way that handles it is it creates a bytea column to store the level. Of course that's

[jboss-user] [JBossCache] - Re: Debuging with JBossCache (from IntelliJ)

2006-12-31 Thread gmeroz
i tried to run \JBossCache-all-2.0.0.ALPHA1\examples\PojoCache\annotated50 using the same configuration and got the following error: --- GMS: address is 192.168.10.222:4578 --- --

[jboss-user] [JBoss jBPM] - Re: GWT with JBPM

2006-12-31 Thread kukeltje
1: Last time this year... STFF, Look at the sourcecode. 2: Depends on your requirements, probably not 3: by doing it View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997057#3997057 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [JBoss Seam] - Re: messages example: import.sql is faulty

2006-12-31 Thread [EMAIL PROTECTED]
note, this looks more like a hsqldb and java 6 "incompability" than hibernate/seam vs java 6 incompability. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997054#3997054 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3

[jboss-user] [JBoss jBPM] - Re: Ok, what am I missing?

2006-12-31 Thread kukeltje
be patient... you posted on thursday and expect an answer the next day??? come on Stepping through a process with forks means you have to know which token to signal. just store it somewhere with your other data Regarding the simulation, this means that jBPM ide does not support it. Sinc

[jboss-user] [JBoss jBPM] - Re: XPDL to JPDL Conversion???

2006-12-31 Thread kukeltje
is there:.. no name: unknown usage: unknown View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997051#3997051 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3997051 ___ jboss-u

[jboss-user] [JBoss jBPM] - Re: Listener for starting a process instance

2006-12-31 Thread kukeltje
"knra" wrote : Hi, i'd like to know if and how is it possible to implement a listener (jms or file) capable of starting a process instance. Yes, jbpm has some jms functionality (in 3.2 and will afaik be backported to the next 3.1.x release "knra" wrote : This listener should be deployable throu

[jboss-user] [JBoss jBPM] - I got a problem with the servlet-api.jar

2006-12-31 Thread vt00098
Hello, everybody.Happy new year to everyone. I use the examples with the jbpm3.1. this example use tomcat as the app server. I found the example in the \jbpm-starters-kit-3.1.2\jbpm\.. I first run ant, then run ant -f build.deploy.xml build.webapp and got a jbpm.war. I extract this file and im

[jboss-user] [JBoss Portal] - Re: Admin Porlet Error

2006-12-31 Thread TwoWolves
I have exactly the same symptoms so it doesn't seem to be your environment exactly. (I'm on Xp Pro with MySQL) Can anyone help us? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997056#3997056 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss jBPM] - Re: I got a problem with the servlet-api.jar

2006-12-31 Thread kukeltje
learn j2ee a little more... servlet-api and jsp-api should NOT be packed in the webapp. They should be provided by the appserver. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997067#3997067 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [JBossWS] - Re: when is the @HandlerChain going to work?

2006-12-31 Thread zauberlehrling
I gained the same experiences concerning the NullPointerException. Best regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997071#3997071 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3997071

[jboss-user] [JBoss Seam] - Re: NPE After adding @RequestParameter to SESSION bean

2006-12-31 Thread fhh
Sorry, false alarm! This is an icefaces bug. Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997073#3997073 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3997073 _

[jboss-user] [EJB 3.0] - Re: Getting Syntax error with EJB 3.0.

2006-12-31 Thread dvuday
Ah! At last...able to access the EJB... Installed jboss 4.0.4 GA (JEMS Installer) by selecting only ejb3 support when promptedLast time I selected all when prompted.. :) Regards Uday View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997074#3997074 Reply to

[jboss-user] [JBoss Seam] - Re: messages example: import.sql is faulty

2006-12-31 Thread [EMAIL PROTECTED]
Shane said he thought it was due to a change in java.sql.Timestamp. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997076#3997076 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3997076 ___

[jboss-user] [JBoss Seam] - Re: Problem with exceptions.xml

2006-12-31 Thread [EMAIL PROTECTED]
Go to the debug page and find the core component in the application context. Is the debug property showing false there? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997077#3997077 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [JBoss Seam] - Re: Seam's Manager class bug?

2006-12-31 Thread [EMAIL PROTECTED]
Is your filter the first filter in the filter chain? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997078#3997078 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3997078 ___ jb

[jboss-user] [EJB 3.0] - WSDL remote address

2006-12-31 Thread marcelvanvelzen
Hi, I have made a Webservice using EJB 3.0 and I noticed that the wsdl file shown in the JBoss services list shows the machine name (localhost) in the soap address location. Correct me, if I am wrong, should this not be the remote IP address ? I am using InfoPath which uses the wsdl file and w

[jboss-user] [JBoss Seam] - Re: bookmarkable page with cid problem

2006-12-31 Thread [EMAIL PROTECTED]
I don't know how to escape those messages. Maybe we ought to have a way. To get out of the redirect, remove the no-conversation-view-id in your components.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997080#3997080 Reply to the post : http://www.

[jboss-user] [JBoss jBPM] - Re: I got a problem with the servlet-api.jar

2006-12-31 Thread vt00098
thanks a lot. regards and thks vt00098 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997081#3997081 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3997081 ___ jboss-user ma

[jboss-user] [JBoss Seam] - Re: Seam's Manager class bug?

2006-12-31 Thread [EMAIL PROTECTED]
Yes, it's the very first one in the chain filter. Again, the error occurs when the URL contains the ?cid=###&clr=true. The clr is the long running name that is specified in the components.xml file. The error blew up for whatever the combination of the cid=###&longRunName=true. To resolve t

[jboss-user] [JBoss Seam] - and "nested" propagation not working

2006-12-31 Thread hstang
I am trying to start a new nested conversation using | | but I am getting an exception (see below). But the exception disappears if I start a nested conversation in an action method. So, it'll work if I re-write with the following: | | | @Name("actionClass") | public clas

[jboss-user] [JBoss jBPM] - Re: Listener for starting a process instance

2006-12-31 Thread knra
i think i'm going to implement a normal listener and when the event occurs load the process-definition from the db and start a process instance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997085#3997085 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [JBoss Seam] - Re: and

2006-12-31 Thread hstang
Fixed: Solution: wasn't properly rendering the cid and clr parameters. That is, it couldn't detect there was a long-running conversation at the time of rendering. It was until later during the page where I initialized another component where it then started the initial conversation, and othe

[jboss-user] [JBoss jBPM] - Inspecting the Getting Started Webapp in Eclispe

2006-12-31 Thread Paulajbpm
Hello, I successfully completed the Getting Started guide. I now want to put the webapp included in the guide into Eclipse, so that I can step through the code, and become more familiarized with how to write my own jbpm webapp. I'm stuck. The webapp in the tutorial uses Faces and I can't get

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: How do you set the CATALINA_HOME for Jboss's TOMCAT

2006-12-31 Thread [EMAIL PROTECTED]
Its not a separate property in the jboss web deployer integration. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997091#3997091 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3997091 ___

[jboss-user] [EJB/JBoss] - Getting DB connection cridentials?

2006-12-31 Thread iudoka
I have a mysql datasource set up through JBoss via a mysql-ds.xml file. Now I want to get the username and password for the datasource to use when doing a backup of the DB using mysqldump. Is there a way I can get this information from an EJB? View the original post : http://www.jboss.com/in

[jboss-user] [JBoss and NetBeans] - Getting Started with JBoss 4.0 printable PDF copy

2006-12-31 Thread htran_888
Hi All, Does anyone know where I could download a copy of the aboved tutorial/document after having exhausted my effort Googling and gone through both Netbeans & JBoss website in vain? There is a HTML version around but I am looking for a printable PDF format copy, if there is one available.

[jboss-user] [JBoss Seam] - Re: JSF Exception handling

2006-12-31 Thread DataGazetteer
Did you ever get an answer to this? It seems like a good technique and one I would like to apply myself... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997096#3997096 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39

[jboss-user] [Clustering/JBoss] - Some trouble with EJB3 StatefulSessionBean in Clustering of

2006-12-31 Thread chencao0524
Hi, All. I'm using EJB3 Cluster in Jboss, when I learned the jboss Tutorial, I met some trouble. This is: When I deploy the jar to jboss, I always met the error: 12:11:21,937 ERROR [URLDeploymentScanner] Incomplete Deployment listing: --- MBeans waiting for other MBeans --- ObjectName: jboss.j2e

[jboss-user] [Performance Tuning] - Re: doubt in jboss connection pooling

2006-12-31 Thread [EMAIL PROTECTED]
Thanks for ur reply. Iam using oracle session tables in my application. if i populate that table using one connection object and closes that. i could acess that data using another connection object got from pool. Thanks in advance Sriram View the original post : http://www.jboss.com/index.h