[JBoss-user] [Beginners Corner] - Re: remote deployment

2006-02-14 Thread the-gtm
This is the easy part with JBoss : you just have to drop the ear in the deploy dir ! Use FTP, NFS or whatever is avaible to copy a file on a remote host View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923804#3923804 Reply to the post : http://www.jboss.com/in

[JBoss-user] [Beginners Corner] - Re: Separate IMG directory from WAR file

2006-02-14 Thread the-gtm
You can use the ROOT webapp for this purpose, simply put your /img dir under /deploy/jbossweb-tomcat55.sar/ROOT.war Your images will be available under http://host/img/pic.jpg I let you guess the right path for hrefs ;) Good luck View the original post : http://www.jboss.com/index.html?module=b

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - JBoss, entity beans and MySql

2006-02-14 Thread giordano
Hi, I created a simple EJB applications using JBoss 4.0.3 and MySql 4.1. to test transaction. I created a simple table (user) with an ID (primary key), a username and a password field. Then I created an entity bean mapping the table and a session bean to manage entity bean. I tested the applica

[JBoss-user] [JBoss jBPM] - Re: resource.hibernate.queries.hbm.xml' is not defined in th

2006-02-14 Thread Saviola
Hi, Luis.Moretto! A few days ago I had the same problem. What I mentioned was that resource.hibernate.quires.hbm.xml was mapped in the jbpm.cfg.xml file. In my application I use different hibernate.properties file (not the one supplied with hibernate). What I did to solve the problem was moving

[JBoss-user] [Remoting] - How to me using HTTP the protocol to add compressed?

2006-02-14 Thread boa_ig
Good afternoon! Help please. I have adjusted the client and server for job in two modes 1.custom JRMPInvoker MBean that enables compressed sockets 2. RMI/HTTP protocol How to me using HTTP the protocol to add compressed? I use JBoss 4.0 View the original post : http://www.jboss.com/ind

[JBoss-user] [Management, JMX/JBoss] - How to me using HTTP the protocol to add compressed?

2006-02-14 Thread boa_ig
Good afternoon! Help please. I have adjusted the client and server for job in two modes 1.custom JRMPInvoker MBean that enables compressed sockets 2. RMI/HTTP protocol How to me using HTTP the protocol to add compressed? I use JBoss 4.0 View the original post : http://www.jboss.com/index.html

[JBoss-user] [Management, JMX/JBoss] - boa_ig

2006-02-14 Thread boa_ig
HTTP compressed Good afternoon! Help please. I have adjusted the client and server for job in two modes 1.custom JRMPInvoker MBean that enables compressed sockets 2. RMI/HTTP protocol How to me using HTTP the protocol to add compressed? I use JBoss 4.0 View the original post : http://www.jbo

[JBoss-user] [EJB 3.0] - Re: Double Many to Many

2006-02-14 Thread chrismalan
Hi Emmanuel, Thanks for your answer. This is how it looks: First, the Principal - Group m-m ralationship where the principal is a member of the group The Group persistence bean @ManyToMany( cascade = {CascadeType.PERSIST, CascadeType.MERGE}, | fetch = FetchType.EAGER) |

[JBoss-user] [JBoss Seam] - Re: Is it difficult to debug

2006-02-14 Thread michea
Ii was a simple typo: "michea" wrote : value="${users}" | had to be replaced by value="#{users}" ... The exception message does not give any clue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923796#3923796 Reply to the post : http://www.jboss.com/in

[JBoss-user] [EJB/JBoss] - Deployment Descriptor for EJBs

2006-02-14 Thread susitha
I need to know what should be the additional deployment descriptor necessary for EJBs otherthan "application.xml, web.xml and ejb-jar.xml". That is similar xml file to the "weblogic-ejb-jar.xml" we are using in weblogic server. It is better if someone can provide me an sample code. View the orig

[JBoss-user] [JBoss Seam] - Re: Is it difficult to debug

2006-02-14 Thread michea
I found that the problem was in the web.xml file, in the JNDI name pattern for JBOSS, i had to change the name of the web application to reflect the one i defined in the application.xml. Now it works and I added a dataTable to display the list of users (based on the messages example). But now I

[JBoss-user] [Security & JAAS/JBoss] - Re: can username be UTF-8

2006-02-14 Thread javatwo
Thanks for reply, j2ee_junkie. Right now I am using a filter to set request encoding to UTF-8 for all requests in order to support chinese characters. It works great except Form login. The username is created in UTF-8 and stored in database. The related part in login-config.xml

[JBoss-user] [JBoss Getting Started Documentation] - Re: dukebank with HSQL

2006-02-14 Thread selpiso
i think you should use apache ant as a tool to create ear file. try it out. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923792#3923792 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923792 -

[JBoss-user] [JBoss Getting Started Documentation] - Re: dukebank with HSQL

2006-02-14 Thread pwaingankar
I am also getting similar error while trying to deploy DukeBank sample example. Can anyone tell step by step instruction to correct this problem and successfully deploy this app on JBOSS using HSQL. Also, when I run the script directly in manager, I get some errors as well. View the origina

[JBoss-user] [Beginners Corner] - remote deployment

2006-02-14 Thread sushant248
I am new to JBoss and I've been asked to write alittle batch script to deploy application on Jboss server( assume all enviroment variables, classpaths etc are correct). Please tell me how can I remotely deploy my ear on JBoss server from command line. I know weblogic where I can use the foll com

[JBoss-user] [Beginners Corner] - Separate IMG directory from WAR file

2006-02-14 Thread redo
Desperatly need help - I am developing web application on JBoss. IDE JDev 10.1.3, application server JBoss 4.0.4RC1, Postgre DB, server Mandriva Linux. Everything is nice, but I need to seperate the image directory because I really dont want to deploy application everytime when new image is add

[JBoss-user] [JBoss Seam] - End a task and begin another at the same time?

2006-02-14 Thread amarinis
Using Seam, is it possible to end a task using @EndTask (transition) and begin another task at the same time? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923786#3923786 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [JBossCache] - Re: Eviction Using Too Much Memory?

2006-02-14 Thread [EMAIL PROTECTED]
Ok, that can be it then. Although there is no region limit, I don't recommend using that many regions. Eviction timer thread would have to traverse each region, that would probably be slow. Why do you need this kind of fine granularity though? -Ben View the original post : http://www.jboss.co

[JBoss-user] [JBossCache] - Re: java.io.NotSerializableException:

2006-02-14 Thread [EMAIL PROTECTED]
Usually, the use case is everyone participates in the cluster replication group as a peer. But I am not saying that it can't be done. Like I said, some form of dettach/re-attach could work. But that probably would defeat the strength of PojoCache since when detached, it won't be able to intercep

[JBoss-user] [JBoss Seam] - Is it difficult to debug

2006-02-14 Thread michea
I coded the Registration example and obtain the correct form but when I subit, I obtain an exception whose origin is "jobss-seam-registration not bound". I understand that Jboss did not manage to find the EJB that contain the register method. How can we debug such a situation ? Also could you exp

[JBoss-user] [JBossCache] - Re: Jboss Cache and Hibernate Secondary Caching

2006-02-14 Thread [EMAIL PROTECTED]
My understanding of these terms is that Hibernate defines 4 cache types -- read-only, read-write, non-strict-read-write, and transactional. Transactional allows reads and writes and uses JTA transactions for coordinating access to cache data. JBossCache is transactional. It certainly supports

[JBoss-user] [JBoss Eclipse IDE (users)] - JBoss 4.x as a new server definition in Eclipse 3.1

2006-02-14 Thread pflirae
When I first installed Eclipse I went to the New Server definition wizard, and for my surprise I only found JBoss AS 3.2.x as a possible JBoss server. Then I downloaded and installed the JBoss Eclipse IDE 1.5 Final, suposing that this was the only thing pending to enable AS 4.x on this wizard, b

[JBoss-user] [JBossCache] - Jboss Cache and Hibernate Secondary Caching

2006-02-14 Thread rknr55
Does Jboss Cache support read-write caching? I know it supports read caching...but not sure if it supports read-write caching. As per 'Hibernate in Action', it does not support read-write caching View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923779#3923779

[JBoss-user] [EJB 3.0] - Re: Hibernate enum bug ?

2006-02-14 Thread elkner
see "9.1.19 Enumerated Values" in the Java Persistence API PFD View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923778#3923778 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923778 -

[JBoss-user] [JBoss Portal] - Re: signout no longer works

2006-02-14 Thread [EMAIL PROTECTED]
Scott, I have an issue with the current patch which is too specific because it takes care of pages. Do you mind if rather the signout operation takes a generic URL that the portal will send redirect to instead ? Page still can be resolved using the org.jboss.portlet navigation API by finding

[JBoss-user] [Beginners Corner] - Weblogic to JBOSS

2006-02-14 Thread roofing
Hi I am new in JBOSS and I am getting one issue. I have logs in my weblogic applications but once I migrate it to JBOSS my logs are not coming to JBOSS console or even in server.log file. What should I do? I am using System.Out.println to print the logs in weblogic 7.0 View the original post :

[JBoss-user] [JBoss jBPM] - Problems using jBPM from JBoss

2006-02-14 Thread iterrell
I'll be the first to admit, I've had more than a tiny bit of difficulty using jBPM as our workflow solution. I had several issues with timer and subProcessInstance persistence with 3.0.2, so I switched today to 3.1. However, now I'm having some problems I didn't have before, even before I've

[JBoss-user] [JBossWS] - Cannot deploy web service.

2006-02-14 Thread nbakizada
Any ideas what my cause the following exception, on a Jboss 4.0.0 system, with ws4ee setup (by default): 2006-02-14 15:47:45,777 ERROR [main] - Cannot startup webservice for: Afis.jar java.lang.AbstractMethodError: org.jboss.webservice.WSDLDefinitionFactory$WSDLLocatorImpl.getBaseReader()Ljava/i

[JBoss-user] [Clustering/JBoss] - Re: Errors in clustering jboss 4.03 sp1

2006-02-14 Thread [EMAIL PROTECTED]
This is fixed in 4.0.4RC1. There will be no 4.0.3.SP2. It's trivial to fix it yourself. Get the 4.0.3.SP1 source. Find class org.jboss.ha.framework.server.DistributedReplicantManagerImpl. It's in the cluster module. Go to line 791 (see stack trace in the first post) and find the cast to Ha

[JBoss-user] [JBoss jBPM] - Is possible generate the gpd.xml file or processimage.gif...

2006-02-14 Thread afgomez
Hello, Is possible generate the gpd.xml file or processimage.gif from processdefinition.xml or programatically. Please really I need the help, I am beginner in this tool. Thanks for the help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923771#3923771 Rep

[JBoss-user] [JBoss Seam] - Re: Problems With Seam TestNG

2006-02-14 Thread RizviAtt
I compared the jars i have in the classpath and the jars in the embedded-ejb/lib and found that two jars cglib and commons-lang were different. SO i fixed that and ran it again. Still i get the same exception. Is there something else that needs to be fixed? One more question how do i know that

[JBoss-user] [EJB 3.0] - Scheduled Event and Session Beans

2006-02-14 Thread ejb3workshop
I read the Timer section within the EJB3 specifications and find it very useful to invoke repeated tasks. Just how does one invoke the scheduler on application server / domain startup. Instead of having to call a service of the bean or use the @PostConstruct hook, I would like my Timer to be sta

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Hibernate bug found

2006-02-14 Thread andrew.rw.robinson
Query.uniqueResult() method defined as: Convenience method to return a single instance that matches the query, or null if the query returns no results. But if I execute and don't get a result, hibernate throws a "Caused by: org.hibernate.ObjectNotFoundException: No row with the given identifier

[JBoss-user] [JBoss Seam] - Re: Seam generated Code compile issue

2006-02-14 Thread coryvirok
Thanks for your quick response Gavin. I downloaded the full JBoss eclipse bundle nightly build, (http://download.jboss.org/jbosside/builds/nightly/200602100939-nightly/bundle/JBossIDE-200602100939-nightly-Bundle-win32.zip) and the CRUD app was created without error. The next thing I ran into w

[JBoss-user] [EJB 3.0] - Re: Many2Many using ArrayList causing strange muliplication

2006-02-14 Thread ejb3workshop
I have undertaken some more testing and can recreate this problem quite easily. Also from epbernard feedback it seems to be a understood problem. During my testing I also tested the same scenario against glassfish / toplink and was not able to reproduce the problem. View the original post : ht

[JBoss-user] [JBoss Portal] - Re: WYSIWYG editor

2006-02-14 Thread conkan
...and other fonts that are defined for the themes. [/img] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923765#3923765 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923765 --

[JBoss-user] [EJB 3.0] - Re: How to get EntityManagers dynamically in final EJB3

2006-02-14 Thread [EMAIL PROTECTED]
ignore the fatal, it i s just a log message to get em's now in jndi you must bind them jboss.entity.manager.jndi.name jboss.entity.manager.factory.jndi.name see release notes, migration guide, tutorials, docbook View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [JNDI/Naming/Network] - Re: How to access the ejb environment?

2006-02-14 Thread fabcipriano
Give a look in http://java.sun.com/products/ejb/docs.html#specs EJB 2.1 doc item 20.2.1.1 and item 20.2.1.2. Explain the "standard" way to use "EJB properties". If you want to do what Im imagine you can create a setLocale() method in case of a SFSB. View the original post : http://www.jboss

[JBoss-user] [JBoss Seam] - Re: Newbie-ish question... Using Seam annotated SFSBs outsid

2006-02-14 Thread patrick_ibg
"[EMAIL PROTECTED]" wrote : Enter this in JIRA, and I'll see if this restriction can meaningfully be relaxed. Done: http://jira.jboss.com/jira/browse/JBSEAM-137 I see how this can get tricky... in general, it would be great to have certain Seam-related annotations (such as @Name, @Scope, @Role/

[JBoss-user] [JBoss Portal] - Re: Configure default portal instance to load

2006-02-14 Thread [EMAIL PROTECTED]
ok. I understand now. If you look at:portal-core-sar/conf/data/default-object.xml notice the block at the top: | | default | ... | There HAS TO BE a portal named "default", which is the default portal accessed by hitting 8080/portal/. So in your case, your portal wil

[JBoss-user] [JBoss jBPM] - Problem deploying process definition from slsb

2006-02-14 Thread iterrell
In the process of migrating my code and processes from 3.0.2 to 3.1, I've encountered the following issue: When deploying the following process | | | | | | | from a stateless session bean (with pd = parseXMLString(...); jbpmContext.deployProcessDefin

[JBoss-user] [JBoss Seam] - Re: Problems With Seam TestNG

2006-02-14 Thread [EMAIL PROTECTED]
You should be using *exactly* the jars that ship with Seam. There are instructions for what classpath to use for unit testing inside eclipse that go along with the example apps. So work from the examples. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923758#

[JBoss-user] [JBoss Seam] - Re: JBPM task integration

2006-02-14 Thread [EMAIL PROTECTED]
"js8523" wrote : I solved the error listed above by removing the pageflow definition from the @StartTask and performing navigation using faces-config.xml. Hmmm. I don't have any example of a task navigation using a jBPM pageflow, so I had better test that. http://jira.jboss.com/jira/browse/JB

[JBoss-user] [Installation, Configuration & Deployment] - JB 4.0 - Deploying Dependent Classes in EAR File

2006-02-14 Thread m2et6n
I have read through the documentation on packaging EAR files for JBoss and it seems pretty straight forward. I have specified the dependent JAR file in the application.xml as a java module as follows: | MyJar.jar | And I have included MyJar.jar in the root of my EAR file. It says i

[JBoss-user] [JBoss Seam] - Re: Problems With Seam TestNG

2006-02-14 Thread RizviAtt
Thanks for the reply. I have xercesImpl-2.7.0.jar in the classpath. Is this the required one View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923755#3923755 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923755 ---

[JBoss-user] [EJB/JBoss] - Re: java.io.NotSerializableException

2006-02-14 Thread fabcipriano
This is because the class CIMClient returned by your method getCIMClient() in your SLSB is not serializable. http://java.sun.com/products/ejb/docs.html#specs EJB 2.1 doc says in item 5.4: "The objects that are passed as parameters on remote calls must be serializable." View the original post

[JBoss-user] [JBoss Seam] - Re: Problems With Seam TestNG

2006-02-14 Thread [EMAIL PROTECTED]
Do you have the xerces jar that ships with Seam in your classpath? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923753#3923753 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923753 --

[JBoss-user] [JBoss Seam] - Re: SeamTest Performance, is there a way to speed up?

2006-02-14 Thread liudan2005
Also I've noticed it hangs in here for quite a while: WARN 14-02 17:51:40,453 (BeanSchemaBinding.java:init:227) -You should use the 2.0 version of the Microcontainer xml. xmlns='urn:jboss:bean-deployer:2.0' View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=392

[JBoss-user] [JBoss Seam] - Re: SeamTest Performance, is there a way to speed up?

2006-02-14 Thread liudan2005
I looked the detail of the timer and I can see that Hibernate takes 70% of startup time. My hibernate.cglib.use_reflection_optimizer is set to false by default. Also I've noticed if I reboot my computer and run the test, it would take about 8 seconds. But if I run it again and again, it will be

[JBoss-user] [JBoss Seam] - Problems With Seam TestNG

2006-02-14 Thread RizviAtt
I am trying to set up Seam TestNG in my project. I have a simple Test class written. I have the seam.properties configured to org.jboss.seam.core.init.componentClasses org.jboss.seam.core.Ejb. Seam Properties is in the classpath. Along with seam.properties all the other files within embedded-ejb

[JBoss-user] [JBoss Portal] - Re: Configure default portal instance to load

2006-02-14 Thread [EMAIL PROTECTED]
http://docs.jboss.org/jbportal/v2.2/reference-guide/en/html/xmldescriptors.html#d0e812 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923748#3923748 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923748 --

[JBoss-user] [EJB 3.0] - Re: Hibernate enum bug ?

2006-02-14 Thread simon.nicholls
Any more info on the spec situation regarding this? I didn't find anything in PFD spec, but I guess it was released too soon to have the issue resolved by then. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923749#3923749 Reply to the post : http://www.jbo

[JBoss-user] [JBoss Portal] - Portlet example released

2006-02-14 Thread xmaniac
I would have loved to finish it in time (quite a lot of things in the todo list yet) but it wasn't posible. Unfortunately I won't be able to work on it on regular basis from now on so I'm releasing it as is. This project was developed from scratch to learn about the JBOSS environment. It has no

jboss-user@lists.sourceforge.net

2006-02-14 Thread maplat
I just had the same problem, to fix it, you have to remove the type="string_max" from the hibernate mapping files, but I don't think this is the real solution for that. Maybe some hibernate expert can help us here. I'm not sure if it is a bug or just a missing configuration View the original p

[JBoss-user] [JBoss jBPM] - jbpm 3.1 postgresql string_max

2006-02-14 Thread maplat
Hi all, i just tried to deploy the 3.1 release on a postgresql 8 database. When my software tries to create the database schema it fails with org.hibernate.MappingException: Could not determine type for: string_max, for columns: [org.hibernate.mapping.Column(OLDSTRINGVALUE_)] at org.hibe

[JBoss-user] [JBoss Seam] - Re: Newbie-ish question... Using Seam annotated SFSBs outsid

2006-02-14 Thread [EMAIL PROTECTED]
Ah. Interesting. The problem is that the EJB has the SeamInterceptor enabled. And the SeamInterceptor tries to find stuff in the Seam contexts which do not exist. So in the current release, it is not possible to invoke a Seam component as a plain EJB. Enter this in JIRA, and I'll see if this r

[JBoss-user] [JBoss Seam] - Newbie-ish question... Using Seam annotated SFSBs outside of

2006-02-14 Thread patrick_ibg
I have an EAR file set up as follows: - jar with entity and session beans, annotated with Seam/EJB3. Also has WsServlet class, which is a regular "Hello World" servlet, but looks up an SLSB. - war file that uses Seam/JSF - another war file that just has a web.xml that defines WsServlet When I mak

[JBoss-user] [JBoss jBPM] - Re: Monitoring and administration

2006-02-14 Thread pgrebby
"kukeltje" wrote : You most likely have not tried the beta's of the today released 3.1 version. It includes some nice functionality in this area. It is not complete yet, but it is a (imo good) beginning. Give the 3.1 release a try | | Ronald It looks good, though I have raised a few issues

[JBoss-user] [JBoss jBPM] - JIRA needs updating to make 3.1 a released version

2006-02-14 Thread pgrebby
See subject title View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923741#3923741 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923741 --- This SF.net email is sp

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

2006-02-14 Thread boerse
Hi Koen, thank you for the response, i've already read the docs but what i want to do is: order-> task node (accept/cancel order)-> end it's quite simple, if in a fixed period i don't accept or cancel explicity the order, it will be automatically executed and the system ends. I tried to make i

[JBoss-user] [JBossWS] - Re: ProxyContext is not visible ffrom the Classloader

2006-02-14 Thread anniexie
Ok, nobody offered any help. I guess I'm the first one ran into this? I finally got it figured out: I added too many jar files to my lib. Once I removed most of the jar files I included from jboss's client directory (in my case it's F:\jboss-4.0.2\client), the ProxyContext ClassLoader error is

[JBoss-user] [EJB 3.0] - Freakish query (SQL works but no entity found)

2006-02-14 Thread [EMAIL PROTECTED]
I have a query that if I take the hibernate generated sql and swap the ?s for the values hibernate bound in (from the log) and exec it gives me a result. Yet hibernate insists there is no result.. The HQL: | | String query = "from Folder f where f.parent.id = :fid and upper(f.na

[JBoss-user] [EJB 3.0] - Re: How to get EntityManagers dynamically in final EJB3

2006-02-14 Thread Rorschach
I'm having the same issue: | |java:/MSSQLAppDSInterop |org.hibernate.ejb.HibernatePersistence |com.xpel.hibernate.UserAccount | | | | | | If it's an XML formatting error, I have not been able

[JBoss-user] [JBoss jBPM] - Re: jBPM 3.1 Decision Node Example Code

2006-02-14 Thread iterrell
http://jira.jboss.com/jira/browse/JBPM-559 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923736#3923736 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923736 --- Th

[JBoss-user] [JBoss Seam] - Re: Seam generated Code compile issue

2006-02-14 Thread [EMAIL PROTECTED]
I'm not exactly sure what is the full Eclipse bundle. I recommend you use the nightly build of JBoss IDE: http://download.jboss.com/jbosside/builds/nightly/buildResults.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923735#3923735 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: jBPM 3.1 Decision Node Example Code

2006-02-14 Thread iterrell
Haha. Further experimentation shows me what I can only assume must be a bug in the interpretation of whitespace. The following revision to the test process works as expected: | | | | | | | | |

[JBoss-user] [JBoss Seam] - Re: Seam generated Code compile issue

2006-02-14 Thread coryvirok
I have been trying for hours to get a reverse-engineered CRUD application working with the latest FULL Jboss/Eclipse bundle, (including eclipse itself) but have been running into a bunch of problems. 1. After a fresh install of JBoss' eclipse bundle, I tried to reverse engineer a simple DB. The

[JBoss-user] [JBoss Seam] - Re: Help getting started with Seam

2006-02-14 Thread bsmithjj
Sorry to bug you more, but I am having trouble with the hibernate tools. I tried creating a hibernate.reveng.xml file that looks like this: | | http://hibernate.sourceforge.net/hibernate-reverse-engineering-3.0.dtd"; > | | | | | | | |

[JBoss-user] [JBoss Seam] - Re: Help getting started with Seam

2006-02-14 Thread [EMAIL PROTECTED]
Jacob says try adding: converter="javax.faces.BigDecimal" to the JSF component. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923731#3923731 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923731 --

[JBoss-user] [JBoss jBPM] - jBPM 3.1 Decision Node Example Code

2006-02-14 Thread iterrell
Is there any example code for a decision node in version 3.1? I'm migrating my code from 3.0.2 and it sounds like that has to change to a JSP-like syntax. Unfortunately, I don't see any relevant code snippets in the user guide, the migration guide, or in src/process.examples. Here's my test p

[JBoss-user] [JBoss Seam] - Re: Help getting started with Seam

2006-02-14 Thread [EMAIL PROTECTED]
Yes, the tool lets you customize JDBC type mappings. look at the hibernate.reveng.xml editor View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923729#3923729 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923729 ---

jboss-user@lists.sourceforge.net

2006-02-14 Thread ivanflorentin
I forgot to mention, i tested it against: postgres-8.0.3 postgres-8.1.2 postgresql-8.0-315.jdbc3.jar postgresql-8.1-405.jdbc3.jar postgresql-8.2dev-501.jdbc3.jar I'm using jdk 1.5.0_6 all with the same result. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[JBoss-user] [JBoss Seam] - Re: Help getting started with Seam

2006-02-14 Thread bsmithjj
I appreciate the quick responses. Anyway, I don't need to use BigDecimal - long would be fine...do you have some suggestion for customizing the generation of these entity beans? THanks, Brad View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923727#3923727 Rep

[JBoss-user] [JBoss Seam] - Re: Help getting started with Seam

2006-02-14 Thread [EMAIL PROTECTED]
OK, I have not tested the Seam templates with BigDecimal properties. I had understood that JSF has a default converter for BigDecimal, but this may be wrong. Does anyone know how to handle this in JSF? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923726#39

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Whre JNDI Queue name is saved? and What does MaxDepth me

2006-02-14 Thread genman
1. Look for jbossmq-destinations-service.xml , edit this file 2. The depth is to do with the number of messages, not the size. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923725#3923725 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

jboss-user@lists.sourceforge.net

2006-02-14 Thread ivanflorentin
Hello all, I'm experiencing problems when deploying a seam application with jbpm-3.1 (from cvs today) jboss 4.0.4RC1and jboss-seam-beta2. I'm posting it here because I think it is a jbpm-hibernate related problem but I don't know how to solve it. Here is the output from jboss: | | j

[JBoss-user] [JBoss Portal] - Re: jbpm webapp application into a portlet in a portal

2006-02-14 Thread mholzner
I don't know web models, but it sounds like writing a portlet bridge (or better finding one that already exists) would be your best bet. That would allow you to consume your app unchanged, similar to a JSF or struts app that works with the appropriate portlet bridge. View the original post :

[JBoss-user] [JBoss Seam] - Re: Help getting started with Seam

2006-02-14 Thread bsmithjj
Other notes - I generated this from a SQL Server database with two tables. Here is the hibernate tools script that generated this DB: | create table sso_user ( | id numeric(19,0) identity not null, | a_number varchar(255) not null unique, | primary key (id) | ) | create

[JBoss-user] [JBoss Seam] - Re: Help getting started with Seam

2006-02-14 Thread [EMAIL PROTECTED]
What type is ssouser.id? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923719#3923719 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923719 --- This SF.net email is

[JBoss-user] [JBoss Seam] - Help getting started with Seam

2006-02-14 Thread bsmithjj
Hello, I downloaded jboss-seam-1.0beta2, pointed Jboss IDE hibernate tools at my DB and generated a simple seam app. I successfully ran the ant script and compiled/deployed my generated app. The app comes up fine, however, once I get into the CRUD screens I am getting errors when I try to cre

[JBoss-user] [JBoss jBPM] - Generate Image from ProcessDefinition

2006-02-14 Thread afgomez
How I can generate programatically the image of the work flow or process definition? Please help me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923717#3923717 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923717

[JBoss-user] [JBoss Portal] - Re: How do I programatically change the current user locale?

2006-02-14 Thread xmaniac
Thank you. Got it. http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923712#3923712 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923713#3923713 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923713

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JSP Development Q: Installed Jboss IDE - now what???

2006-02-14 Thread transera_inc
Noone wants to assist? C'mon you want to say that nobody knows how to set up development environment for JSP in JBoss IDE? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923709#3923709 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss in Production Environment

2006-02-14 Thread the-gtm
Out of the box JBoss allows to hot deploy (or hot redeploy) EARs (among other things). If you use packaged ear (single file) just drop the new release in the deploy dir. If you use an exploded ear, I 'think' you have to change what you need to change, and then touch the application.xml file. So

[JBoss-user] [JBoss jBPM] - Re: jBPM BPEL Scheduler

2006-02-14 Thread wayne5w
Do you know what the timeline for the EJB 2.1 timer service and then the onAlarm capability in BPEL? Regards, ---Wayne. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923707#3923707 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[JBoss-user] [JBoss Portal] - Re: Editing themes

2006-02-14 Thread mholzner
Since I came up with the render set, and wrote the doc , I'd like to know what the confusing parts are. Could you please elaborate so that we can make it better . Thx ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923706#3923706 Reply to the post : h

[JBoss-user] [JBossWS] - [ANN] VTD-XML Version 1.5 Released

2006-02-14 Thread jzhang2007
[ANN] VTD-XML Version 1.5 Released Eight years after the invention of XML, DOM and SAX, despite their respective issues, are still the mainstays of application developers. So is it the end of road for XML parsing innovation? The VTD-XML project team think not. We are proud to announce th

[JBoss-user] [JBoss Portal] - Re: JBoss Portal Theme Development Needed

2006-02-14 Thread [EMAIL PROTECTED]
Hello robhicks, Are you interested in doing a custom theme? The themes are fairly easy to create or customize... what are you trying to achieve? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923704#3923704 Reply to the post : http://www.jboss.com/index.htm

[JBoss-user] [JBoss Portal] - Portal 2.2 AS 4.0.3sp1 - JTATransactionFactory is hard coded

2006-02-14 Thread mikevmoran
Can anyone tell me why the SessionFactoryBinder hard codes the hibernate.transaction.factory_class property with org.hibernate.transaction.JTATransactionFactory I am trying to manage my own transaction and cannot seem to get JBoss Portal to let me. I commented out all of the transaction interce

[JBoss-user] [JBoss jBPM] - Re: resource.hibernate.queries.hbm.xml' is not defined in th

2006-02-14 Thread luis.moretto
testSimplePersistence(org.adept.ca2.dao.AdmissaoDAO) org.jbpm.configuration.ConfigurationException: name 'resource.hibernate.queries.hbm.xml' is not defined in the configuration. configured names: [default.jbpm.context, resource.default.modules, resource.varmapping, resource.node.types, resource

[JBoss-user] [JBoss jBPM] - resource.hibernate.queries.hbm.xml' is not defined in the co

2006-02-14 Thread luis.moretto
org.jbpm.configuration.ConfigurationException: name 'resource.hibernate.queries.hbm.xml' is not defined in the configuration. configured names: [default.jbpm.context, resource.default.modules, resource.varmapping, resource.node.types, resource.business.calendar, resource.action.types, resource.

[JBoss-user] [JNDI/Naming/Network] - Why my JNDI server takes so long to initialize?!?Pls help

2006-02-14 Thread ldecaro
Hi, I've come accross a few pages over this forum and haven't found anything about it yet. My problem is that JBOSS takes too long to create my JNDI server. I've been able to find out that it gets stuck in this method in line 299 at org.jnp.server.Main: Remote stub = UnicastRemoteO

[JBoss-user] [Management, JMX/JBoss] - Re: Unexpected NoClassDefFoundError when an MBean depends on

2006-02-14 Thread [EMAIL PROTECTED]
One solution would be to package all the shared classes in a .jar, and use e.g. the PrefixDeploymentSorter in the DeploymentScanner to deploy this .jar before the .sar & ejbs View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923698#3923698 Reply to the post :

[JBoss-user] [Installation, Configuration & Deployment] - Re: Where are all those JAR's What modules in the JAR JMS

2006-02-14 Thread PeterJ
I sympathize with your plight; I struggled with the same issues when I first started on Java. Of course now, whenever I am forced to do any C/C++ work, I cuss and yell about not knowing which header files and which lib files to include for compiling and linking. That used to be second nature t

[JBoss-user] [JBoss jBPM] - Eclipse JBossIDE and AOP problem/bug

2006-02-14 Thread eyassud
I am using Eclipse 3.1.2, JDK 1.4.2 and JBoss AOP Tool 1.1.0. When I try to apply an AOP interceptor to a java method I get an error in the error log, see below !ENTRY org.eclipse.ui 4 4 2006-02-14 13:22:31.740 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 2006-02-14 13:22:

[JBoss-user] [JBossWS] - Re: How can I build jbossws14 from jboss-head?

2006-02-14 Thread [EMAIL PROTECTED]
Thanks. However this has been fixed with JBWS-705 so everything is fine now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923695#3923695 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923695

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JBoss IDE Intergration with PVCS Version Manager

2006-02-14 Thread DisavoweD
up? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923694#3923694 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923694 --- This SF.net email is sponsored by: Splunk

[JBoss-user] [EJB 3.0] - Re: Interceptor Performance

2006-02-14 Thread [EMAIL PROTECTED]
If you can pinpoint the issues and post them as Jira tasks, I'll see what I can do for the next release. I find it odd that interceptors aren't scalable. Its probably something really really stupid. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923693#3923

[JBoss-user] [JBossWS] - Re: Unable to get document/literal sample2 working from Step

2006-02-14 Thread [EMAIL PROTECTED]
jboss-ws4ee the axis based stack is not schema aware. There are some hacks in place that will pickup the elementFormDefault attribute for wsdl inlined schemas. This determines how the types mappings are generated in *.wsdd. You can override stuff in the generated *.wsdd by using yet another des

[JBoss-user] [JBoss jBPM] - Re: Timer to node to timer trouble

2006-02-14 Thread iterrell
mennen: I do believe you should post further questions about this in a new thread; your problem appears unrelated to mine. But. I'm not a jBPM expert by any means, but my guess is that since the action DoNothing is associated with the timer in state1, and not directly with the task you define

  1   2   3   >