[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - MySQL Table type in CMP

2006-06-14 Thread ihunter
Is it possible to express the MySQL Table engine type (InnoDB etc.) via JBOSS CMP (and by xdoclet if possible). I'm using 4.0.4 with EJB2.1 Many Thanks Ian Hunter View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950789#3950789 Reply to the post : http://www

[JBoss-user] [JCA/JBoss] - Configuring Oracle as

2006-06-14 Thread carlsen
I am trying to migrate my application from using Firebird to Oracle. Today I use the following configuration in my EAR project and it works fine: | | | DatasourceNameDS | | | | | | | 0 | | | Firebird Database Connector |

[JBoss-user] [Beginners Corner] - Re: no concurrent calls on stateful beans exception

2006-06-14 Thread ramesh4u
I am also getting the same error. Can anyone help me to resolve this issue View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950791#3950791 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950791 __

[JBoss-user] [Clustering/JBoss] - Re: Cluster with different operating systems?

2006-06-14 Thread [EMAIL PROTECTED]
The nodes absolutely should be able to form a cluster irregardless of OS. It's Java after all ;) Perhaps http://www.jgroups.org/javagroupsnew/docs/manual/html_single/index.html#ItDoesntWork will give you some tips on how to resolve the problem. View the original post : http://www.jboss.com/i

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: EJB3 Project using jboss-4.0.4.CR2

2006-06-14 Thread mindhaq
As I had this problem again with the latest JBoss-IDE release and the final JBoss 4.0.4, here's the solution for everyone stumbling here through the search: You have to install Jboss via the installer, and select the EJB3 package. If you select the "All" configuration, EJB3 is NOT installed, dis

[JBoss-user] [JNDI/Naming/Network] - ClassCast EX lookup postgres XADatasSource

2006-06-14 Thread Dusty
Hi there! I have a problem on lookup my postgresql (Driver: postgresql-8.1-407.jdbc3.jar) XADataSource within JBoss 3.2.3: My postgresqlXA-ds.xml: | | | postgresqlXA | | org.postgresql.xa.PGXADataSource | localhost | 5432 |

[JBoss-user] [EJB 3.0] - Re: uniqueconstraint in ejb3.0

2006-06-14 Thread Hoagiex
Thta won't work. This problem has been around since the birthdays of Hibernate. Basically it comes down to this: The exception that is throw isn't thrown back through the call-chain, but rather through the container. This exception doesn't 'land' back in your application until it reaches the st

[JBoss-user] [Security & JAAS/JBoss] - Multi threading client to log EBJ3 with ClientLoginModule ??

2006-06-14 Thread boby
Hello, Configuration : JBoss 4.0.4GA installed with run installer, option EJB3, so EJB3RC7. I looked for in the WIKI, in this forum, but I don't find my solution really. My problem looks like this one : http://www.jboss.com/index.html?module=bb&op=viewtopic&t=45414 I have one client class creat

[JBoss-user] [JBoss Seam] - Re: HELP: do you have to publish every changes you made manu

2006-06-14 Thread petemuir
You can use hotcode replacement when in debug mode for java code (allows replacement of function body). You can use exploded ear/war/jar for jsf pages, you still need to get the .xhtml/.jsp file from your development location into the exploded ear (but you could write an ant task for this that

[JBoss-user] [JBoss Seam] - Re: HELP: do you have to publish every changes you made manu

2006-06-14 Thread liudan2005
I don't quite get it. since ears are extracted to something like tmp/deploy/tmp62396jboss-seam-booking.ear-contents. Each time you deploy your ear, the folder would be differerent. how do u write a ant task for doing this? View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[JBoss-user] [JBoss Seam] - Re: HELP: do you have to publish every changes you made manu

2006-06-14 Thread petemuir
Deploy the ear to the JBOSS_HOME/server/default/deploy directory exploded (as a directory with a .ear extension) and copy any updates to the exploded war inside the ear; jboss will take care of updating its temp directories itself. The ant copy task is useful for this. | JBOSS_HOME/server/de

[JBoss-user] [JBoss Seam] - Problem using checkbox with JBoss AS 4.0.4.GA + JBoss EJB 3.

2006-06-14 Thread rlhr
I wrote a register bean based on the seam example. I just added a Boolean field userAgreement to see how things worked with a checkbox With Seam RC3, everything was fine. I now use: JBoss AS 4.0.4.GA + JBoss EJB 3.0 RC8 (using the special installer) and Seam 1.0.0.GA. I modified the code to use a

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

2006-06-14 Thread MTG
how can i get the presentation? thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950803#3950803 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950803 ___ JBoss-user ma

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

2006-06-14 Thread muckwarrior
Finally got to the bottom of this. The type mismatch error was being caused by having a copy of the tomahawk.jar in the WEB-INF/lib. This can be removed if you're using faceletes and the problem is solved, but what if you don't want to use facelets? I'm facing the prospect of converting my who

[JBoss-user] [Security & JAAS/JBoss] - Re: ssl encrypted rmi/ejb still sending unencrypted data?

2006-06-14 Thread afjochnick
To clarify, what happens is that when the EJB call is made (look up home and remote interface, call the method), using the Login/InitialContext, on the network the communication first takes place on the "normal" rmi port (1098). This is where you can see some cleartext information such as class

[JBoss-user] [JBoss jBPM] - Re: Legacy Workflow to JBPM data migration (ETL)

2006-06-14 Thread arshadnj
Hello JBoss Team, Wondering whether do you recommend using the JBPM database directly to query for various values associated with a process? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950806#3950806 Reply to the post : http://www.jboss.com/index.html?m

[JBoss-user] [Installation, Configuration & Deployment] - Re: log4j within a WAR broke on 4.0.4.GA?

2006-06-14 Thread neggs
I assume that the JBoss Log4j is log4j-boot.jar? Many thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950807#3950807 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950807 __

[JBoss-user] [Messaging, JMS & JBossMQ] - Two ConnectionFactoriesin one JVM

2006-06-14 Thread mjuergens
We are using a jms queue as input from our customers (via servlet) into our application. This queue is backed by MaxDB. My intention is now to build a second queue which is backed by a local store (i.e. HSQLDB). This queue should receive customer requests while downtime of the main database (Ma

[JBoss-user] [Advanced Documentation] - help problem in combo box

2006-06-14 Thread dimahoo
hello i'm new i want to know how add in combo box informations about table in database thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950809#3950809 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950809

[JBoss-user] [JBossWS] - No serializer found Problem

2006-06-14 Thread hferreira
Hi I made a web service client but I face a problem. When I try to access to methods that pass complex types I receive the following exception: java.io.IOException: No serializer found for class com.myrio.tm.connectors.types.srvcProv.CMessageDTO in registry [EMAIL PROTECTED] at org.jbo

[JBoss-user] [EJB 3.0] - Re: EJB 3.0 lookup remote EJB invokes local instance

2006-06-14 Thread abl
Hi, we have exactly the same problem now and I found your posting here. Is this still the only solution or is there another way? This problem has been fixed for the Non-EJB3 Stack from JB4.0.1 to JB4.0.2. I guess it is in the EJB3 Stack again. Thanks View the original post : http://www.jbos

[JBoss-user] [JNDI/Naming/Network] - Re: Error on lookup From a clustered SLSB to another cluster

2006-06-14 Thread JerryGauth
If you're using JNDI to perform lookups on multiple nodes in a cluster or clusters from a remote client, you'll need to know how to access each node. If your cluster is dynamic, you'll need to know how to detect nodes entering and exiting the cluster if you want to access each one remotely. As

[JBoss-user] [Installation, Configuration & Deployment] - java.lang.NoClassDefFoundError: net/sf/jasperreports/engine/

2006-06-14 Thread Salvatore.Gerace
Hi, I using JasperReport for reporting with jboss 4.0.3SP1. I get this strange error: java.lang.NoClassDefFoundError: net/sf/jasperreports/engine/fill/JRHorizontalFiller Is a class in jasperreports.jar. If I deploy the jasperreports-1.2.1.jar all work fine but if I deploy the new version jaspe

[JBoss-user] [JBoss Seam] - dvdstore and booking samples in 1.0.0 GA failed on JBoss 4.0

2006-06-14 Thread gfzhang
when I deploy dvdstore sample or creating a user account in booking sample, I got the following error message: | .. | Caused by: java.lang.NoSuchMethodError: javax.interceptor.InvocationContext.getTarget()Ljava/lang/Object; | at org.jboss.seam.ejb.SeamInterceptor.aroundInvoke

[JBoss-user] [JBoss jBPM] - How to get Decision to go to No/Yes

2006-06-14 Thread fdesrosiers
Hello, I created a flow and wanted a decision what I read on decision is vague. What I would like to do is based on on Input of yes/no, I would like the decision to take to go to the appropriate task. I see actions on Decisions but that does not allow me to put conditions. So, How

[JBoss-user] [EJB/JBoss] - Problem with load group on deployment (4.0.4.GA)

2006-06-14 Thread bob_manteck
Hi. I'm migrating an application from 4.0.4.CR2 to 4.0.4.GA. I get an error when I deploy it: | 12:34:35,479 ERROR [STDERR] java.lang.IllegalStateException: Load group 'lista2' is not defined. Defined load groups: [*, lista1] | 12:34:35,479 ERROR [STDERR] at org.jboss.ejb.plugins.cmp.

[JBoss-user] [EJB 3.0] - Re: bean to bean connection

2006-06-14 Thread abl
Any news to that? We have the same problem. This has been a problem earlier, but was fixed in JB4.0.2 for Non-EJB3 Beans. If I remember it correct, this was different if calling from a client (worked) or from inside a bean (always called local instance of other bean) View the original post :

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Singleton MDB stops receiving messages after a randomic

2006-06-14 Thread uji
I am using JBoss 4.0.3SP1 MDB use the configuration "Singleton Message Driven Bean" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950822#3950822 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950822

[JBoss-user] [Installation, Configuration & Deployment] - deploy a non-archive file

2006-06-14 Thread sowjanya
I need to deploy a non-archive file i.e a folder that contains the J2EE structure but its not named to .war or .ear. I have this as a seperate setup..I cannot have a different structure becoz this is the one in CVSand i need to reuse this For example C:/version3/project/product/myserver/WEB-

[JBoss-user] [JBoss Seam] - How to create a flow like the Web sales Sample

2006-06-14 Thread fdesrosiers
Hi. I am wondering how to create the OK button and more information button that are ont the WEb Sales Sample. I want to create a Yes/no button for the task. It seems that that cannot be done from the screen. Fred View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[JBoss-user] [JBoss jBPM] - How to create a flow like the Web sales Sample

2006-06-14 Thread fdesrosiers
The web Sales samles has OK and Need more info buttons. Would like to create something like that. Fred View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950826#3950826 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=395

[JBoss-user] [Installation, Configuration & Deployment] - Re: deploy a non-archive file

2006-06-14 Thread sowjanya
And Iam using Jboss 4.0.2 AS View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950827#3950827 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950827 ___ JBoss-user mailing list

[JBoss-user] [JBoss Seam] - Re: HELP: do you have to publish every changes you made manu

2006-06-14 Thread cavani
In Eclipse with WTP plugins you can use a Dynamic Web Project and, in a Server View, connect it to a server. This works almost fine with Tomcat. With JBoss IDE 2, you have the adapter to use JBoss AS just like Tomcat in the scenario above. Your files in project are exposed directly to applicati

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

2006-06-14 Thread ncapito
Sorry this took so long: Request is just a variable with a string part | | | | | |

[JBoss-user] [JBoss Seam] - Re: dvdstore and booking samples in 1.0.0 GA failed on JBoss

2006-06-14 Thread cavani
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=84827 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950831#3950831 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950831 __

[JBoss-user] [JBoss jBPM] - Re: How to get Decision to go to No/Yes

2006-06-14 Thread kukeltje
by reading the documentation again looking at the testcases and searching the forum. It is certainly not vague, there is lots of info on this View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950830#3950830 Reply to the post : http://www.jboss.com/index.html?

[JBoss-user] [Messaging, JMS & JBossMQ] - Singleton MDB stops receiving messages after a randomic time

2006-06-14 Thread uji
Hi, I am experiencing a very critical problem: a mdb stop processing the messages published on its queue after having received (working accordingly) a randomic numer a messages. I have to restart the AS to have it working again. Also creating a new instance of the MDB from the jmx-console work

[JBoss-user] [JBossWS] - Re: can JBossWS help me with WS-Policy part?

2006-06-14 Thread [EMAIL PROTECTED]
Policy attachment is on the roadmap but not yet implemented. See http://jira.jboss.org/jira/browse/JBWS-895 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950832#3950832 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39

[JBoss-user] [JBossWS] - Re: nodatabinding & jbossws-1.0.1GA on jboss 4.0.4.GA

2006-06-14 Thread [EMAIL PROTECTED]
Are you referring to message style endpoints? See http://labs.jboss.com/portal/jbossws/user-guide/en/html/getting-started.html#message-endpoints View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950833#3950833 Reply to the post : http://www.jboss.com/index.htm

[JBoss-user] [JCA/JBoss] - How to model Parlay/CORBA based interface in J2EE environmen

2006-06-14 Thread gerkokoppelman
We using a Parlay based CORBA interface that we want to access on a J2EE platform. The interface recognizes a remote "service layer" and a local "application layer". The remote "service layer" contains several classes (each having a different CORBA interface description). Each of these classes

[JBoss-user] [Security & JAAS/JBoss] - Re: Help needed in getting support for https in JBOSS

2006-06-14 Thread j2ee_junkie
Bhanu, That is what the user-data-constraint/transport-garentee elements of the web.xml are for. Set your first page to require CONFIDENTIAL user-data-constraint, and all others NONE. Then (not 100% on this) make sure not to request https:// in a link. I think once you request a secured tra

[JBoss-user] [Security & JAAS/JBoss] - Re: Help required in Switching from http to https in jboss-

2006-06-14 Thread j2ee_junkie
See reply http://www.jboss.com/index.html?module=bb&op=viewtopic&t=84542 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950836#3950836 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950836

[JBoss-user] [JBoss jBPM] - Re: How to get Decision to go to No/Yes

2006-06-14 Thread fdesrosiers
Sorry Sir, I humble myself to your presence and ask you kindly to point me to the right direction. I did research first the topic before writting to you. I have look at the JPDL manual. I did not find the examples you stated on the forums. I searche dor decision on the search button. I need a

[JBoss-user] [JBossWS] - JBossWS and WS-I Basic Profile

2006-06-14 Thread bocio
Hi, Today my boss asked me if our app server implementation :-) is compatible with the profile defined by this open industry organization: http://ws-i.org/deliverables/workinggroup.aspx?wg=basicprofile After digging for half an hour on their web site and JBoss I was not able to answer. Any hel

[JBoss-user] [JBoss jBPM] - Re: How to get Decision to go to No/Yes

2006-06-14 Thread fdesrosiers
What I am seeing on the Source screen is I am sorry if I am not at your level, but I am trying to understand how to do this. Thanks again for your understanding. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950839#3950839 Repl

[JBoss-user] [EJB/JBoss] - Re: Problem with load group on deployment (4.0.4.GA)

2006-06-14 Thread bob_manteck
Solved! I make a mistake using the "eager-load-group" attribute in "left-join" tag of cmr-field "capofila". Now I changed it with "lista1" and works perfectly. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950840#3950840 Reply to the post : http://www.jbo

[JBoss-user] [JBossWS] - Re: JBossWS and WS-I Basic Profile

2006-06-14 Thread bocio
Sorry RTFM :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950841#3950841 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950841 ___ JBoss-user mailing list JBoss-user@li

[JBoss-user] [EJB 3.0] - config for using persistence.xml

2006-06-14 Thread MarcReis
Hi, the Problem is that when I use the jar with persistence.xml it says: | ObjectName: jboss.jca:name=jdbc/MYDB,service=ManagedConnectionFactory | State: NOTYETINSTALLED | Depends On Me: | persistence.units:jar=EJBTest2EJB.jar,unitName=entwDS | I used to use the hibernate-serv

[JBoss-user] [JBoss Seam] - Re: dvdstore and booking samples in 1.0.0 GA failed on JBoss

2006-06-14 Thread [EMAIL PROTECTED]
Use the new installer: http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=193295&release_id=424215 It includes JBoss EJB3 RC8 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950843#3950843 Reply to the post : http://www.jboss.com/index.ht

[JBoss-user] [EJB 3.0] - Re: config for using persistence.xml

2006-06-14 Thread MarcReis
Just saw that I have a typo in the post, both ds have the same name java:/jdbc/OLGAENTW and are not different. By misstake I copied the first code snipit with java:/jdbc/MYDB. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950844#3950844 Reply to the post :

[JBoss-user] [JBossWS] - Re: can JBossWS help me with WS-Policy part?

2006-06-14 Thread itomer
thanks for the reply. with the help of WS-PolicyAttachment Impl, does it mean that i can complete the steps in the first post? at least from step 1 to step 8? btw: when will the release of 1.0.3 be available to us? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[JBoss-user] [Security & JAAS/JBoss] - Re: Multi threading client to log EBJ3 with ClientLoginModul

2006-06-14 Thread j2ee_junkie
boby, Maybee this is due to how Java parent threads pass on classloaders to children. See http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Thread.html#getContextClassLoader(). cgriffith View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950846#3950846 Reply

[JBoss-user] [JBossWS] - Re: JBossWS and WS-I Basic Profile

2006-06-14 Thread steinar.ardal
Hi, I am working on with the same issue, and I think the question you have been confronted with is slightly misleading. It is not the Application Server that should be WS-I Basic Profile compliant, it?s your Web Services. The Application Server is capable of delivering WS-I Basic Profile comp

[JBoss-user] [JBoss Portal] - Jboss Portal 2.2.1 SP1 clustering deployment issues

2006-06-14 Thread koti123456
We were trying to setup clustered environment with Jboss portal 2.2.1 production release & was having issues. Now we are trying with Jboss Portal 2.2.1 SP1. In this version clustering issue is fixed? Can we enable clustering( http://docs.jboss.org/jbportal/v2.2/user-guide/en/html/clustering.ht

[JBoss-user] [Security & JAAS/JBoss] - Re: Using DatabaseServerLoginModule gives Login failure

2006-06-14 Thread j2ee_junkie
tefron, look very closely at the JNDI name set for your datasource, and the one used by loginmodule. enjoy, cgriffith View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950849#3950849 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[JBoss-user] [JBossWS] - Re: Secure endpoint without secure WSDL

2006-06-14 Thread ShadenS
Hi! I have same problem. I've installed jbossWS version 1.0.1. So, I'm using easy way of annotations. I'm following examples. Is there a way to around problem as new4jboss suggest? (I can't understand as adapt his example). This is my session bean that show a web method: | //standard JSR181 ann

[JBoss-user] [JBossWS] - Re: JBossWS and WS-I Basic Profile

2006-06-14 Thread mylene
see: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossWSSpecStatus WS-I Basic Profile is fully compliant. Mylene View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950851#3950851 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [JBoss Seam] - Re: HELP: do you have to publish every changes you made manu

2006-06-14 Thread liudan2005
Thanks. finally got it working for my xhtml pages. What about ejb code? is there anyway to modify a single class at runtime? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950852#3950852 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[JBoss-user] [JBoss jBPM] - Re: How to get Decision to go to No/Yes

2006-06-14 Thread kukeltje
in the forum there have been many references to the examples/testcases in the SOURCE. If I just search the jbpm forum with the word decision, I get 123 hits. number 6 points to exactely the same question as you have. There I mention to use the search and point to another post where I refere to

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

2006-06-14 Thread goddam
Hi shiv and Ronald! Shiv: View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950854#3950854 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950854 ___ JBoss-user mailing list

[JBoss-user] [JBoss Seam] - Re: HELP: do you have to publish every changes you made manu

2006-06-14 Thread cavani
any change in java code result in a context reload... for me, this break Tomcat (CPU 100% and nothing never)... I usually stop and start... I don't test Eclipse 3.2 / JBoss IDE 2 with this yet... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950855#3950855

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

2006-06-14 Thread goddam
Hi shiv Shiv: well.. i have that class "instanciacao" in the JBOSS Server like a "Web Service".. and i am invoking her from a client: Here is the code of the cliente.. <% // includes necessários para ligar a um web service em AXIS %> <%@ page import="org.apache.axis.client.Call" %> <%@ p

[JBoss-user] [JBoss Seam] - Re: HELP: do you have to publish every changes you made manu

2006-06-14 Thread petemuir
As I said above the hot code replacement function works in debug mode. Changes made when in debug mode within function bodies will change the code in the deployed ear. Works well for me for non-'structural' changes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[JBoss-user] [Security & JAAS/JBoss] - Re: Overwrite j_security_check redirect

2006-06-14 Thread lost_traveller
Thought I'd resurrect this post as I am having the same problem, it seems to be a common problem as I've found many people asking the same question. There must be a way within the spec to do it so that after logging in you always go to the homepage? Does anyone have any neat solutions? View th

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

2006-06-14 Thread goddam
Hi ronald!! Well regarding my error.. I made many tests and it only apears that error when the process have tasks to be done by a user..like write the value of a variable..or something like this... When the task is to a user read a thing only.. and the process doesn´t have any more tasks, it f

[JBoss-user] [JBoss Seam] - Seam 1.0.0.GA: Deploying doesn't work

2006-06-14 Thread Newlukai
Hi, I downloaded the EJB3 RC8 files and replaced those ejb3.deployer libs in the AS 4.0.4 GA. After that I tested this deploying the booking demo. That's what I got: 15:59:17,515 INFO [Server] Starting JBoss (MX MicroKernel)... | 15:59:17,515 INFO [Server] Release ID: JBoss [Zion] 4.0.4.GA

[JBoss-user] [JCA/JBoss] - Re: Configuring Oracle as

2006-06-14 Thread [EMAIL PROTECTED]
The two are quite different. In the case of Firebird, the adapter provides JDBC connectivity. In terms of Oracle, we do this for you. Please see http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigDataSources http://wiki.jboss.org/wiki/Wiki.jsp?page=SetUpAOracleDatasource To be more specific, dataso

[JBoss-user] [JBossWS] - Re: nodatabinding & jbossws-1.0.1GA on jboss 4.0.4.GA

2006-06-14 Thread phlogistic
Correct. My objective is to manually handle the XML processing of the web service. I would like to use the WSDL to generate the Java source. Using wscompile to generate artifacts with the nodatabinding feature, I receive the above exception upon a client attempting to consume the web servi

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: nightly build question

2006-06-14 Thread beamer908
You have to go to your run/debug configurations in Eclipse and edit your JBoss configuration to use a different server configuration. Though, the editing of configurations might not yet be supported even in the nightlies. View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[JBoss-user] [JCA/JBoss] - Re: How to model Parlay/CORBA based interface in J2EE enviro

2006-06-14 Thread [EMAIL PROTECTED]
The first place I would suggest looking is the JCA spec itself. In the 1.5 spec (latest) you will want to play particular attention to MessagingInflow as this would seem to correspond to your callback interface in your app tier. Further, connection management (section 6) is also important. Bey

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Absolute URI cannot be resolved

2006-06-14 Thread mark_in_fl
Thanks for the reply. Yes, I do have the JSTL libraries in WEB-INF/lib. I believe I know what the problem is, but I'm not really sure. My organization is using Flex Builder with JBoss as the host, and I am unable to use a normal server deployment procedure to load my work, but rather am havin

[JBoss-user] [JBoss jBPM] - Re: How to create a flow like the Web sales Sample

2006-06-14 Thread kukeltje
read the getting started look at the examples use the editor (GPD) etc View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950868#3950868 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950868 __

[JBoss-user] [Beginners Corner] - Url rewriting ?

2006-06-14 Thread anthonyr
Hi, I have Jboss documentation (Jboss 4 application server guide, release 4) but I don't find something about Url rewriting? where should I search ? anyone knows a "how to" about Url rewriting for Jboss plz ? Thank you. View the original post : http://www.jboss.com/index.html?module=bb

[JBoss-user] [JBoss Seam] - Re: dvdstore and booking samples in 1.0.0 GA failed on JBoss

2006-06-14 Thread gcowsar
Thomas, I would suggest that JBoss should modify the "Getting Started" instructions so that this problem can be avoided by mere mortals. Most people are not going to come here and read these posts first. regards, George View the original post : http://www.jboss.com/index.html?module=bb&op=vie

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

2006-06-14 Thread ssquare
Thanks Ronald and Pedro, Your help is much appreciated. I am trying the code you have posted with default configuration using hibernate3.jar. And I am using the default configuration for HSQL database only. If I connect to the HSQL manager I could see the process definition "simple": sel

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

2006-06-14 Thread ssquare
It looks like the sql statement has jbpm_processdefinition, but the error message says table not found in the statement. does it refer that the table is not found in the database? Regards -Shiv View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950872#3950872

[JBoss-user] [JBoss Messaging] - Messages are delivered to JMS Clients Non uniformly - Help

2006-06-14 Thread [EMAIL PROTECTED]
We have a Jboss server which hosts a JMS queue, which is being subscribed by message driven beans on 2 other Jboss nodes (3.2.3 with JMS 1.1). Theoretically the messages should be randomly delivered to both of these subscribing server nodes (1:1 ratio). But what we are seeing is most of the mess

[JBoss-user] [Beginners Corner] - Re: Url rewriting ?

2006-06-14 Thread anthonyr
well, in fact in need this : my application is at : http://jupiter:8080/./myappli.jsp I would like to run my application by typing : http://www.myappli.jsp for example I don't know if it is called "url rewriting" . Where can I find documentation about this ? thank you View the o

[JBoss-user] [EJB 3.0] - JBoss 4.0.4.GA (installer) behaviour swap Stateful <-> State

2006-06-14 Thread Kimba74
Hi all, I just started working with JBoss 4.0.4 (Installer version) and EJB3. For some strange reason the stateless and the stateful beans seem to have switched their behaviour. While the stateless bean stays in memory, the stateful destroys itself after every method call. Is that a bug or did

[JBoss-user] [JBoss Seam] - jboss ide seam skeleton app error

2006-06-14 Thread zhongwei
jboss ide seam skeleton app error Eclipse SDK Version: 3.2.0 Build id: I20060602-1317 + jbosside200606130201-nightly org.hibernate.tool.hbm2x.ExporterException: Error while processing template seam/find.jsp.ftl freemarker.core.InvalidReferenceException: Expression field.value.typeName is und

[JBoss-user] [JBoss Eclipse IDE (users)] - jboss ide seam skeleton app error

2006-06-14 Thread zhongwei
jboss ide seam skeleton app error Eclipse SDK Version: 3.2.0 Build id: I20060602-1317 + jbosside200606130201-nightly org.hibernate.tool.hbm2x.ExporterException: Error while processing template seam/find.jsp.ftl freemarker.core.InvalidReferenceException: Expression field.value.typeName is und

[JBoss-user] [Beginners Corner] - Re: jboss 4 install continual scroll on run.bat

2006-06-14 Thread PeterJ
Did the error message include th bad directory/file name? If so, could you post that? Also, where is JBoss installed? Where is the JVM installed? What do you have JAVA_HOME and JBOSS_HOME set to? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950878#39508

[JBoss-user] [JBoss Seam] - Re: dvdstore and booking samples in 1.0.0 GA failed on JBoss

2006-06-14 Thread [EMAIL PROTECTED]
Sorry we forgot to update this. I just did it now. Thanks ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950879#3950879 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950879

[JBoss-user] [JBoss Portal] - Re: JBoss Portal 2.4 Beta1: portlet instances not created

2006-06-14 Thread codegrok
As per your recommendation, I am installing JBoss 4.0.4 GA right now. If I encounter any errors, I'll follow up with xml files and stack traces. BTW, I see that the jboss-portal-2.4.0-BETA1-src contains a file named portlet-instances.xml located in the following directories: ..\core\src\resource

[JBoss-user] [Beginners Corner] - Re: Url rewriting ?

2006-06-14 Thread PeterJ
If you have a private network and have control over the DNS, you can specify "www.myappli.jsp" as a host name and assign it the same IP address as "jupiter". Or if you need to access this application from only one computer you could change the hosts file on that computer. If you want this to b

[JBoss-user] [Management, JMX/JBoss] - deploy order using depends in jboss-web.xml

2006-06-14 Thread quentincompson
| / | vhost | jboss.jca:service=ManagedConnectionPool,name=someDS | | this does not seem to work. is there an error here? thx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950882#3950882 Reply to the post : http://www.jboss.com/ind

[JBoss-user] [Beginners Corner] - getResourceAsStream in ear/jar

2006-06-14 Thread osterday
I'm trying to load an XSL file into a POJO that's packaged in a JAR deployed within an EAR, but nothing I try seems to work. It worked when deployed in a WAR in the EAR. I've tried: | String xslFile = "file.xsl"; // xslFile IS in the same dir/package as the class | InputStream is = Thre

[JBoss-user] [Beginners Corner] - Re: DeploymentException: No META-INF/application.xml found

2006-06-14 Thread drewcox
I too have just started experiencing this problem in development on a working build, after several months of successful deployment on 4.0.3sp1. I have googled a lot on this and seen little bits of info (like make sure there isn't an empty 'classpath:" setting in our EAR MANIFEST.MF), but nothing

[JBoss-user] [JBoss Seam] - Re: Seam 1.0.0.GA: Deploying doesn't work

2006-06-14 Thread [EMAIL PROTECTED]
The stacktrace from booking is probably longer than that right ? Make sure you have the datasource deployed as well (booking-ds.xml) About the second stacktrace, make sure you added the Seam interceptor in ejb-jar.xml (see the booking app example) View the original post : http://www.jboss.com/

[JBoss-user] [JBoss Seam] - Re: Problem with tree2

2006-06-14 Thread d1g
Hi. Did you manage to get this working? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950886#3950886 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950886 ___ JBoss-user ma

[JBoss-user] [JBoss Seam] - Re: HELP: do you have to publish every changes you made manu

2006-06-14 Thread liudan2005
I've tried but it seems not work for me. I have enabled this in run.bat set JAVA_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n %JAVA_OPTS% what else do i need to do? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950887#3950887 R

[JBoss-user] [JBoss Messaging] - Re: A simple JMS Client won't work - Errors with different j

2006-06-14 Thread oreddy
Please remove All other jars from your classpath except jboss-messaging-client.jar. It will work fine View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950888#3950888 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950888

[JBoss-user] [Messaging, JMS & JBossMQ] - Messages are delivered to JMS Clients Non uniformly - Jboss

2006-06-14 Thread [EMAIL PROTECTED]
We have a Jboss server which hosts a JMS queue, which is being subscribed by message driven beans on 2 other Jboss nodes (3.2.3 with JMS 1.1). Theoretically the messages should be randomly delivered to both of these subscribing server nodes (1:1 ratio). But what we are seeing is most of the mess

[JBoss-user] [Security & JAAS/JBoss] - Re: JACC provider is only called if existing web contraints

2006-06-14 Thread cmorris
Sorry for the long delay. I tried the 4.04 release and everything seems to work as I expected. Thanks for the response. I'm going to tell my customers to use this release View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950890#3950890 Reply to the post : h

[JBoss-user] [JBoss Seam] - Re: HELP: do you have to publish every changes you made manu

2006-06-14 Thread petemuir
Yes, I have those options specified. Have you managed to get the Eclipse debugger to connect to JBoss? I simply have the server and the port specified in my remote application configuation. Launching the debug configuration gives me a list of running processes on JBoss, from there I can do debu

[JBoss-user] [JBoss jBPM] - How can I confige the jbpm sample using my database

2006-06-14 Thread qujiakang
I want to use MySql database on my machine ,what need i do ? thks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950892#3950892 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950892

[JBoss-user] [JBoss Portal] - struts portlet deployement problem

2006-06-14 Thread antitrust1982
hello I wrote a struts webapp in order to test if it works welle after I tried to create from this apllication a portlet. I add the *-object.xml file and the portlet.xml file. I haven't a special java file to put in but the console ask me a portlet class and when I put a class like : com.open

[JBoss-user] [EJB 3.0] - NoSuchMethodException for org.hibernate.proxy.HibernateProxy

2006-06-14 Thread michael.c.small
I'm having an error occur randomly in an EJB3 application I've developed. Below is the stack trace of the error and the ValueObject class that the error indicates is causing the problem: The stack trace: | 03:24:06,000 ERROR [STDERR] javax.ejb.EJBException: java.lang.reflect.UndeclaredThrow

[JBoss-user] [JBoss Seam] - Re: Seam 1.0.0.GA

2006-06-14 Thread cavani
Is just my eyes or this version show in log "JBoss Seam 1.0.0.CR3"? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950896#3950896 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950896 _

[JBoss-user] [JBoss Seam] - Re: HELP: do you have to publish every changes you made manu

2006-06-14 Thread liudan2005
yes, i can connect it from eclipse and I have breakpoint set up with no problem. When I look at folder deploy\jboss-seam-booking.ear\jboss-seam-booking.jar\org\..., I can see the class file is the latest one. but for something, jboss ignores my chages unless I redeploy the whole ear. I haven't

  1   2   3   >