[JBoss-user] [JBoss jBPM] - Re: GPD 3.0.9 Freezes Upon Opening Sample Process

2006-05-17 Thread hosierdm
I can confirm that as well, with the only exception being that I have the problem by adding the jBPM 3.1.1 jars. For me, it shows as a combination of what you describe in your post and what I described in my last post. Saving files causes Eclipse to hang if you have a process definition open,

[JBoss-user] [Installation, Configuration Deployment] - EJBInvokerServlet and session time out.

2006-05-17 Thread haimra
Hi All I have a Swing based applet that accesses a remote JBoss 4.1.0-sp1 server over the EJBInvokerServlet. The applet is lunched out of a struts based web application. My problem is when a change the session timeout of the web application it does not affect the applet user. E.g. the user

[JBoss-user] [Clustering/JBoss] - Re: No effect if change HAJNDI Port/RmiPort with ServiceBind

2006-05-17 Thread wdfink
the other kind of mapping also dosn't work. My config sample is from the original sample-bindings.xml of 4.0.4CR2. In other Topics they discus similar problems, but it was solved in a earlier version?! Wolf View the original post :

[JBoss-user] [JBoss jBPM] - Automatic ProcessInstance presistancy when JbpmContext is cr

2006-05-17 Thread im_ytk
Hello all, I am trying to write a class to wrap up jBPM for my project development use. My program requires execution a huge number of small and short jbpm processes. By making some of these processes as non-presistant, it will keep jBPM database small. In this case, it will keep on switching

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: error in starting up JBOSS IDE after installation

2006-05-17 Thread [EMAIL PROTECTED]
looks to me you are not using the eclipse version you are saying you are using ;) In any case - why don't use jboss IDE 1.5? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944112#3944112 Reply to the post :

[JBoss-user] [EJB/JBoss] - question about jboss-4.0.4.CR2 and ejb-3_0-fr-api.jar

2006-05-17 Thread tamri
I have jboss-4.0.4.CR2 app.server, and I downloaded EJB3 final realise ejb-3_0-fr-api.jar. I wand to use this ejb3 final realise with this jboss. How can I integrate this jar file into jboss-4.0.4.CR2 , or can you give me some instructor about this? thanks a lot! View the original post :

[JBoss-user] [EJB 3.0] - Re: Oracle10g dialect

2006-05-17 Thread jc7442
An answer to my own question: It seems that an oracle10gDialect may be usefull (see http://builder.com.com/5100-6388-5224536.html) It may look like: public class Oracle10gDialect extends Oracle9Dialect { | public Oracle10gDialect() { | super(); | // override properties |

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - SSO with multiple roles

2006-05-17 Thread jayliu2000
Hi, I'm now trying to implement SSO between some web applications. It works fine but there is still one problem. While a user have multiple roles, he will fail to switch to applications that need different roles. Does it mean a user can only be binded to one role after he login? For example

[JBoss-user] [EJB 3.0] - Using Ejb3Configuration()

2006-05-17 Thread mat
In our application we must dynamically connect different users to different databases. According to a previous thread: http://www.jboss.com/index.html?module=bbop=viewtopict=77371 we can use Ejb3Configuration() to eliminate the need for Persistent.xml Hoping this is the right solution, I

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - How to force the Container to call ejbStore();

2006-05-17 Thread chaituu
ictx = new InitialContext(); home = (EmployeeEntityHome)ictx.lookup(EmployeeEntityBean); remote = (EmployeeEntity)home.findByPrimaryKey(new Long(EmployeeMaster.EmployeeReferenceNo));

[JBoss-user] [Management, JMX/JBoss] - Problem with Emmiter / Listener

2006-05-17 Thread misge
Hello everybody, i got a failure concerning the NotificationEmitter and ListenerServiceMBeanSupport. My CPULoad MBean implements the NotificationEmitter Interface and i have also override the NotificationBroadcaster interface methods. My listener is the SnmpAgentTeam which extends the

[JBoss-user] [JBoss Portal] - Re: Oracle 10g configuration

2006-05-17 Thread d.venturini
This is the my environment: 1. jdk1.5.0_04 2. Oracle 10g XE ed. Release 10.2.0.1.0 - Production 3. JBoss [Zion] 4.0.4.CR2 (jboss-portal-2.2.1-bundled) 4. JDBC driver version: 9.2.0.1.0 5. Hibernate dialect: org.hibernate.dialect.OracleDialect This is a part of jboss startup: 08:49:19,375 INFO

[JBoss-user] [JBoss jBPM] - Hibernate not in GPD jBPM 3.1.1 Library

2006-05-17 Thread hosierdm
So I have some code where I am interacting with the Identity module and creating an IdentitySession like so: IdentitySession idSession = new IdentitySession(context.getSession()); where context is the JbpmContext instance for the method. As far as I know, this is really the only way to do

[JBoss-user] [JBoss jBPM] - Re: cvshead: all generated ddl's are the same

2006-05-17 Thread kukeltje
nice. :-) But seriously... I indeed did not mention that I searched the forum etc... so you are right Mea Culpa Additional info: I searched the forum and did not find any info on this. I will try to use/debug the source to see what may cause this. But if anyone has some clues:

[JBoss-user] [JBoss Messaging] - Re: NoSuchMethodError running Messaging 1.0.1CR1 on JBoss 4.

2006-05-17 Thread jbibby
Both my JAVA_HOME and path are pointing to 1.4.2_08. I will try running it on a virtualized server without java 1.5 even installed and see if that helps. Thnx for the response. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944124#3944124 Reply to the post :

[JBoss-user] [EJB 3.0] - jboss-4.0.4.GA + EJB 3.0 RC6

2006-05-17 Thread poyge394
Hi I try to run jboss-4.0.4.GA + EJB 3.0 RC6, i have follow the step in the installation guide. when i try to start the server, i get blue screeen i windows. with: BAD POOL HEADER . . and the camputer restart. i use windows xp. but i can start the default configuration without

[JBoss-user] [Remoting] - No connection possible after an illegitimate attempt

2006-05-17 Thread ente
There is a very bad problem: If a third person has tried to connect to the server, then it is not possible to build up a connection between client and server. So it is not possible to use the server wiht a new client after e.g. someone has tried to infiltrate the server. And if a client has no

[JBoss-user] [Installation, Configuration Deployment] - Several Different QName classes in JBoss 4.0.4?

2006-05-17 Thread jivkoto
Hi, I am not quite sure if this is the correct place to share this but everywhere else is more incorrect. I was digging in the jar files that are coming with JBoss 404 GA. I found something strange that I think that may cause problems. Javax.xml.namespace.QName class can be found in two

[JBoss-user] [EJB 3.0] - Re: ora-00972

2006-05-17 Thread RamcisJBOSS
Hi, i tried to use the safe strategy, but it doesn't work, i got the same problem, i think that i missed some properties. here is my persistence. xml file persistence | persistence-unit name=NtimBizAppDataLayer | jta-data-sourcejava:OracleDS/jta-data-source |

[JBoss-user] [JBoss Portal] - Re: Change role of administrator

2006-05-17 Thread [EMAIL PROTECTED]
admin user is a user as any other. You can delete it and create a new user with the admin role. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944129#3944129 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3944129

[JBoss-user] [JBoss Seam] - Re: Strange behavior using JSTL (MyFaces)

2006-05-17 Thread drVillo
Thanks petemuir. using forEach works:) I still don't have clear the reason BTW... Does this has anything to do with the following? http://java.sun.com/products/jsp/reference/techart/unifiedEL.html In the dvd store example jstl tests access components' methods, while I was trying to use

[JBoss-user] [JBoss Seam] - Re: random error after update

2006-05-17 Thread lcoetzee
I have also seen that before (after upgrading to a different release of myfaces and tomahawk). With the current version of myfaces (1.1.3) I also see this, but when I downgrade to 1.1.2 is disappears. Maybe try to upgrade/downgrade your myfaces dist in jboss

[JBoss-user] [Performance Tuning] - Re: Fine tuning JBOSS 3.2.7 for scalability

2006-05-17 Thread ratang2000
Thanks!This will definitely help.. What do you recommend for an App server migration? --- Prateek. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944132#3944132 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3944132

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Problem in DLQ

2006-05-17 Thread notarysojac
Dear yogendra_g, I am also dealing with this problem. Can you suggest what you may have found to alleviate the ObjectName: jboss.mq:service=StateManager State: NOTYETINSTALLED discrepancy? Thanks, [EMAIL PROTECTED] View the original post :

[JBoss-user] [JBoss Portal] - Re: java.lang.IllegalArgumentException: No transaction manag

2006-05-17 Thread shagy69
With the JBoss App Server ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944134#3944134 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3944134 --- Using Tomcat but need

[JBoss-user] [Beginners Corner] - Migration Utility from Weblogic to Jboss

2006-05-17 Thread gerkokoppelman
Hi, We are migrating some parts of a Bea Weblogic server to Jboss. In the webinar of Don Vines, a Migration utility is mentioned. Were can the Migration utility be found? Kind regards, Gerko Koppelman View the original post :

[JBoss-user] [JBoss Seam] - Seam DVD demo: cannot use hbm2ddl.auto = update

2006-05-17 Thread gmichalk
Hi, In order to learn seam, I am trying to build an application around the DVD store demo. First step was not to drop and recreate db at every start. The dvd db has been put into a postgresql db, works fine. But when I replace create-drop with update in the hibernate.cfg.xml file, I have

[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss 4.0.4GA and JAXB

2006-05-17 Thread tdevos
Thank you for your reply Dimitris. I already tried that but this gives the same result. I tried to experiment further reading the wiki`s about the classloading issues but unfortunatly wihtout any result. I don`t understand why JBoss uses an own implementation of the javax.xml.bind package. Am

[JBoss-user] [JBossWS] - Re: Support for java enum type.

2006-05-17 Thread [EMAIL PROTECTED]
I suppose you are using the JDK 1.5 enum type as input/output. However, it's not supported. JBossWS expects a 'typical' jdk 1.4 enum type like: | //Java | public class enumeration_name { | // ... | // Constructor | protected enumeration_name(base_type value) { ... } | // One for

[JBoss-user] [JBossWS] - Re: Java 1.5 enum in a web service

2006-05-17 Thread [EMAIL PROTECTED]
http://www.jboss.org/index.html?module=bbop=viewtopict=83051 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944140#3944140 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3944140

[JBoss-user] [JBoss Seam] - Re: Strange behavior using JSTL (MyFaces)

2006-05-17 Thread petemuir
As I understand it (this is quite likely to be a facelets centric view ;) ) | // Your code | ... |h:dataTable value=#{dataModel} var=row | h:column#{row.col1}/h:column | h:column#{row.col2}/h:column |/h:dataTable | |c:forEach items=#{list} var=row |

[JBoss-user] [JBoss jBPM] - Re: cvshead: all generated ddl's are the same

2006-05-17 Thread [EMAIL PROTECTED]
i'll have a look View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944143#3944143 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3944143 --- Using Tomcat but need to do

[JBoss-user] [JBoss Seam] - Re: Strange behavior using JSTL (MyFaces)

2006-05-17 Thread petemuir
Oh, and JSF 1.1doesn't use unified EL (as mentioned in your link). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944144#3944144 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3944144

[JBoss-user] [JBoss Portal] - Re: Default page

2006-05-17 Thread vitozabal
I am interested in this topic too. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944145#3944145 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3944145 --- Using Tomcat

[JBoss-user] [JBoss Seam] - Re: Strange behavior using JSTL (MyFaces)

2006-05-17 Thread drVillo
thanks for the answer, I finally have it clear! cheers Freancesco View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944147#3944147 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3944147

[JBoss-user] [Installation, Configuration Deployment] - Re: Problem in Creating a jar file using java.util.jar and d

2006-05-17 Thread mishra.piku
Dear JaiKiran, I am sending my code that will create a jar file from the directory bin. Please copy my java file and test how it is creating a jar file. Please modify the package name. This program will create a jar file. If you create a jar file using jar -cvf command, the contents wil be same

[JBoss-user] [EJB/JBoss] - Re: How to force the Container to call ejbStore();

2006-05-17 Thread chaituu
chaituu wrote : ictx= new InitialContext(); | home= (EmployeeEntityHome)ictx.lookup(EmployeeEntityBean); | remote = (EmployeeEntity)home.findByPrimaryKey(new

[JBoss-user] [EJB 3.0] - Re: EJB3 Installation on 4.0.4.GA

2006-05-17 Thread shaneorourke
Hi Brian, Seemingly the zip download does not contain an ejb3 configuration. If you install 4.0.4.GA using the installer option rather than zip, you will be prompted to select a configuration type. From the installer ejb3 (or ejb3-caching which contains tomcat and clustering) are both

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Problem in DLQ

2006-05-17 Thread notarysojac
By way of another post to this forum with the focus on a different database, I was able to determine that there was some code needed to be included in the file .../server/xxx/deploy/jms/mysql-jdbc2-service.xml file. That code is included in a post to this forum entitled Using PostgreSQL 8.0 in

[JBoss-user] [JBoss Portal] - Disable create user

2006-05-17 Thread andytsoy
Dear all, Platform: JBoss 4.0.3 sp1 + JBoss Portal 2.2.1 In the User Portlet, there is an message : Don't have an account yet? You can create one How can I disable it? Because I don't want to let the guest to create accouts. On the other hand, I see a table to log the user last login time,

[JBoss-user] [JBoss jBPM] - Re: cvshead: all generated ddl's are the same

2006-05-17 Thread [EMAIL PROTECTED]
get latest from cvs reinstall ant (see build/readme.html) and try again. should be fixed. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944155#3944155 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3944155

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - How to Used JSTL with MyFaces on JBoss 4.0.4 CR2

2006-05-17 Thread yakamax
Hello ! I try used JSTL with MyFaces on JBoss 4.0.4 CR2 :) - copy/paste : jstl.jar and standard.jar on .../jbossweb-tomcat55.sar/jsf-libs/ - use this declaration : [EMAIL PROTECTED] prefix=c uri=http://java.sun.com/jstl/core% - In .../jbossweb-tomcat55.sar/conf/web.xml I added : |

[JBoss-user] [EJB 3.0] - Re: EJB3 Installation on 4.0.4.GA

2006-05-17 Thread RamcisJBOSS
Hi you need to re-install ejb3 deployer. You can find it at this URL : http://sourceforge.net/project/showfiles.php?group_id=22866package_id=132063 you will find a web page on how to install it; hope that helps. View the original post :

[JBoss-user] [JBoss jBPM] - Method Init to start the process

2006-05-17 Thread marcoferraz
HI! The method init on the source pages from the portal of JBPM is the method that start the process? correct? what are the types and parameters that he receive?and return? If isn´t this method what is?and..the parameters? it is the process iD number? I was looking to the code but i truly don´t

[JBoss-user] [Clustering/JBoss] - Channel connection lost after inactivity

2006-05-17 Thread sagesse
Hello, I have a JGroups connection set up that works fine, except that each morning the group members have become disconnected. I suspect this is due to inactivity but I can't find anywhere in the documentation that states where the connection needs to be kept alive. I am using JGroups version

[JBoss-user] [JBoss jBPM] - Re: caching GraphSession object

2006-05-17 Thread [EMAIL PROTECTED]
it's not the graph session take takes time to create. it's probably the hibernate session factory that is created the first time around.the hibernate session is cached somewhere in the JbpmConfiguration. so you should not worry about that. you should keep the JbpmConfiguration in a

[JBoss-user] [JCA/JBoss] - Dynamic datasource selection

2006-05-17 Thread c96mud
Hi, I'm looking at the possibility to deploy different customers/groups of users in the same application server cluster, but with separate underlying databases (identical structure - different data). I want to avoid keeping references in the application (i.e. a resource-env-ref in jboss.xml)

[JBoss-user] [JBoss Seam] - Re: @SelectItems and @SelectItemsSelection annotations?

2006-05-17 Thread petemuir
I've been thinking about ways to do this. I'm currently stuck on one aspect: To do this successfully a JSF converter is needed. The converter needs to do getAsObject, the way I've seen this done is | Object o = entityManager.find(Entity.class, id); | but this requires a handle on the

[JBoss-user] [Remoting] - Re: Remoting using Http over a singel port

2006-05-17 Thread MarcReis
Hi, thanks for your answers! I don?t know, but I would guess that the deployment descriptor override function will act like useing the corresponding annotation at the moment.(?) When I use the annotation ?clientBindURL?, I can set the port and the host name. I then still have the problem that

[JBoss-user] [JBoss.NET] - org.apache.axis.Message

2006-05-17 Thread virendra123
Hello, I have created web service client by following stteps http://blogs.sun.com/roller/page/geertjan?entry=deploying_web_service_clients_to I deployed it on the Sun server it is working perfectily, As suggested in step I generated .war file using Netbeans IDE 5.0 by setting target server

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

2006-05-17 Thread [EMAIL PROTECTED]
should be automatic as you suggest. bringing down the jbpm server abruptly should imply that the transaction does not get committed. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944169#3944169 Reply to the post :

[JBoss-user] [JBoss jBPM] - Associate field list in designer?

2006-05-17 Thread codek
Hi, I've just discovered JBPM after seeing a demo of e-work from metastorm. ( Tedious link i know! ) Anyway I wish to associate a list of fields, and potentially types in the designer to objects in the diagram. In fact they need to be associated with a transition I believe. Is this possible

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Problem with the Tutorial

2006-05-17 Thread skaradha
I have the same problem. Any solution? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944171#3944171 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3944171 --- Using

[JBoss-user] [Clustering/JBoss] - Re: Channel connection lost after inactivity

2006-05-17 Thread [EMAIL PROTECTED]
The reason is probably that your TCP connections are closed by the VPN/switch/router/firewall after roughly 2 hours. You'll need to enable KEEP_ALIVE for FD_SOCK and ConnectionTable (TCP). This was added to 2.3 and is by default enabled, so 2.3 beta should fix this problem. View the original

[JBoss-user] [Installation, Configuration Deployment] - ERRORLEVEL 10 causes restarts

2006-05-17 Thread hugolago
Question for Jboss users: We have Jboss running an application that uses Hibernate. Every so often under load the app server restarts automaticly. We have determined that this is due to the following line in the end of the jboss Run.bat: IF ERRORLEVEL 10 GOTO RESTART It appears that Jboss

[JBoss-user] [Clustering/JBoss] - Re: Channel connection lost after inactivity

2006-05-17 Thread sagesse
Great! Thanks very much for the fast reply. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944174#3944174 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3944174 --- Using

[JBoss-user] [JBoss jBPM] - Re: Automatic ProcessInstance presistancy when JbpmContext i

2006-05-17 Thread [EMAIL PROTECTED]
try to group all your persistent jBPM operations in one jbpmContext. and group all your non persistent stuff outside of that scope. one JbpmContext should be created for every transaction. and the jbpmContext should always be closed in the finally. you can do more then one operation inside

[JBoss-user] [Beginners Corner] - Re: exception=java.io.OptionalDataException when running the

2006-05-17 Thread Spice1978
JBoss 4.0.4.GA - same behaviour May be bug ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944175#3944175 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3944175 ---

[JBoss-user] [JBossWS] - Facing critical problem,urgent org.apache.axis.Message

2006-05-17 Thread virendra123
Hello, I created web service client using NETBeans IDe 5.0 and deployed on the Sun Java System Application server,It works correctly, I wanted to deploy same web service client on the Jboss Application server. For that I followed steps suggested on the link,

[JBoss-user] [Installation, Configuration Deployment] - Re: ERRORLEVEL 10 causes restarts

2006-05-17 Thread hugolago
Further info : Jboss version is 4.0.2 JVM is build 1.4.2_08-b03 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944177#3944177 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3944177

[JBoss-user] [JBoss Seam] - Re: random error after update

2006-05-17 Thread SunFire
Yes I also updated to myfaces version 1.1.3 since it is the latest official release and fixes quite some bugs. So it seems it is a little incompatibility between Seam cvs - myfaces 1.1.3? Gavin is it possible to change Seam so that it I don't need to downgrade to 1.1.2 again to get rid of it

[JBoss-user] [JBoss Getting Started Documentation] - Re: JBOSS IDE tutorial

2006-05-17 Thread iamdanial
Boys and gals, experts and dummies, I have been working with the tutorial of JBOss ide and have finally able to get it run, I would like to say thanks when i put my errors into the google and got clues to solve the troubles that made me feel down. Anyways, the trouble in deployment for my case

[JBoss-user] [EJB 3.0] - Re: Oracle10g dialect

2006-05-17 Thread atodorov
Just curious... why do you need to persist the NaN values? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944180#3944180 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3944180

[JBoss-user] [EJB 3.0] - Re: EJB3 Installation on 4.0.4.GA

2006-05-17 Thread binario
Hi guys, that does help, thanks, however going forward, is there any reason that you aren't including it in the zip file? I'd actually like to know what customization is going on in the install. thanks, Brian View the original post :

[JBoss-user] [Management, JMX/JBoss] - Re: Problem with Emmiter / Listener

2006-05-17 Thread [EMAIL PROTECTED]
Are the mbean names correct? Do they both exist? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944182#3944182 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3944182 ---

[JBoss-user] [JBoss Portal] - Portal service dependancies

2006-05-17 Thread dibell
Which services in the 'server/all' deployment are required for correct Portal operation? (or which are not - if that is easier) More generally, are the service dependancies documented for AS somewhere? I am using AS 4.0.4.CR2 Portal 2.4.0-ALPHA Many thanks. View the original post :

[JBoss-user] [Installation, Configuration Deployment] - log4j in JBoss and the log4j-boot.jar

2006-05-17 Thread [EMAIL PROTECTED]
Hello all, My team uses JBoss AP 4.0.3SP1 as the server that hosts our application. While I was configuring log4j I came accross that problem: When I add the following command line property: -Dlog4j.configuration=%JBOSS_SERVER_CONFIG_URL%/%PRODUCT%/log4j.xml I get the following exception

[JBoss-user] [Management, JMX/JBoss] - Re: Problem with Emmiter / Listener

2006-05-17 Thread misge
Yes both of the names are correct. Individually can be deployed and i can see the ObjectName from the jmx console. It also seems that the notification type should be the value and not the name of a public attribute. That's why i'm using .1.3.6.1.4.1.1807.500.7.2.0 instead of

[JBoss-user] [JBoss Getting Started Documentation] - Duke's Bank Deployment Error

2006-05-17 Thread vikramb
Hi, i started learning jboss and tried to deploy the Dukes bank app build ed succesfullyandwhen deplyoyed iam getting error like this java.net.ConnectException: Connection refused and some port error .Please clarify. Regards Vikram View the original post :

[JBoss-user] [JBoss Seam] - Re: s:validate and facelets tag (source) file

2006-05-17 Thread petemuir
In case anyone else finds it useful I've put my solution here: http://jroller.com/page/pmuir?entry=modelvalidator I did a fairly simple modification to the Seam code and added a handler to accomodate EL expressions for the property attribute View the original post :

[JBoss-user] [Management, JMX/JBoss] - Re: Problem with Emmiter / Listener

2006-05-17 Thread [EMAIL PROTECTED]
Notification type is the (string) type that is stored in the base javax.management.Notification, and it's used to setup a NotificationFilterSupport filter. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944189#3944189 Reply to the post :

[JBoss-user] [JBoss Messaging] - Re: Message Queues with DatabaseServerLoginModule

2006-05-17 Thread psmith
Something else I have noticed is that when I use the JMX console to bind another queue into jndi it all works fine and no error messages occur. Also the jndi viewer shows the newley bound queue in there but you cannot lookup the queue from jndi. BTW I am using EJB3 so the context is bound using

[JBoss-user] [JBoss Portal] - Re: Portal service dependancies

2006-05-17 Thread [EMAIL PROTECTED]
You can use the default config unless you want to use JBoss Portal on a cluster. I wouldn't recommend to play with services dependency too much unless you have a very good knowledge of JBoss AS and know what you are doing (Followed the advanced training for example) There are very few

[JBoss-user] [JBoss Messaging] - Re: NoSuchMethodError running Messaging 1.0.1CR1 on JBoss 4.

2006-05-17 Thread jbibby
Ok so the problems with running the examples is resolved with some cleanup of the java version being used for compilation/running of the server. My original problem remains for my queues, when I try to post a message to the queue I still get the following error: | Caused by:

[JBoss-user] [Installation, Configuration Deployment] - deploy sar package failed when JBoss start up

2006-05-17 Thread kingofhawks
Dear All: I have one sar package which includes EJB3 jar and war. I put it under JBossHome/server/default/deploy ,then i start up JBoss,war package will be deploied successfully,but EJB3 jar package not deploied(All EJB3 beans not bound to JNDI names). Then i tried to first start up

[JBoss-user] [Beginners Corner] - Problems with Seam registration example

2006-05-17 Thread stefarg
Hi Folks, I'm a complete newbie to JBoss so I guess I'm doing something very stupid but I can't see what's wrong... I'm trying to deploy the seam registration example and I keep getting errors. The ant job runs fine and says BUILD SUCCESSFUL but the JBoss window in the background generates

[JBoss-user] [JBoss jBPM] - Re: cvshead: all generated ddl's are the same

2006-05-17 Thread kukeltje
Thanks, I did tried again (without reading your post) and it suddenly worked. I was investigating why it suddenly worked, since I did a checkout but did not get any messages about new files. I thought maybe it was because of a rebuild or something. But then I found out I did an 'update' and

[JBoss-user] [JBoss jBPM] - Re: assign a task instance at runtime

2006-05-17 Thread trisko
I will try that, many thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944196#3944196 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3944196 --- Using Tomcat but

[JBoss-user] [Beginners Corner] - Re: Problems with Seam registration example

2006-05-17 Thread [EMAIL PROTECTED]
Please read this: http://www.jboss.com/index.html?module=bbop=viewtopict=83026 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944195#3944195 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3944195

[JBoss-user] [Installation, Configuration Deployment] - Re: deploy sar package failed when JBoss start up

2006-05-17 Thread [EMAIL PROTECTED]
make a directory deploy/deploy.last/ put your .sar in there View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944197#3944197 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3944197

[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss 4.0.4GA and JAXB

2006-05-17 Thread [EMAIL PROTECTED]
Better ask in the WebServices user forum View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944198#3944198 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3944198 --- Using

[JBoss-user] [Beginners Corner] - Re: Fibo Tutorial on JBoss 4.0.2

2006-05-17 Thread wondermike
Hello, I also got this error message while trying to get the Fibo tutorial up and running: anonymous wrote : javax.servlet.ServletException: Lookup of java:comp/env/ failed and I solved it, but I'm not sure, if this is the state-of-the-art solution. I'm using: Eclipse 3.1.2 JDK 1.5.0_06 JBOSS

[JBoss-user] [Clustering/JBoss] - Re: No effect if change HAJNDI Port/RmiPort with ServiceBind

2006-05-17 Thread JerryGauth
I use the sample-bindings file from 5.0 and the host attribute has been removed there. In either case, the bindings should work. Are you getting a port in use error for 1100 and 1101? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944200#3944200 Reply to

[JBoss-user] [JBoss Messaging] - Large 200mb messages

2006-05-17 Thread jaink
Hi, We are using JBoss Messaging with mysql as persistence store. We tried to send a 70mb message and it failed. Most of the FAQs and post related to large message support seems to be for JBossMQ. We have to eventually support 200mb messages. Has large message support changed in JBoss

[JBoss-user] [EJB 3.0] - Re: EJB3 Hype talk - lookup issue...

2006-05-17 Thread [EMAIL PROTECTED]
To avoid being exposed to an implementation detail like the actual global jndi name, you should be using an java ee application client and client side @EJB refs rather than the global jndi lookup. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944202#3944202

[JBoss-user] [EJB 3.0] - Re: EJB3 Installation on 4.0.4.GA

2006-05-17 Thread [EMAIL PROTECTED]
Because ejb3 is a javaee5 preview tech that won't be avaialble by default until the jboss5 server is released. The jboss-4.0.x zip distribution is the j2ee 1.4 dist. Get the installer code to see what it does: http://wiki.jboss.org/wiki/Wiki.jsp?page=JEMSInstallerReleaseChecklist View the

[JBoss-user] [EJB/JBoss] - Re: question about jboss-4.0.4.CR2 and ejb-3_0-fr-api.jar

2006-05-17 Thread [EMAIL PROTECTED]
Can't be done. You have to download the version of jboss that supports the final apis. The current 4.0.4.GA release should be close. Use the jboss-4.0.4.GA-isntaller.jar to get the ejb3 preview. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944204#3944204

[JBoss-user] [JBoss Messaging] - Re: Large 200mb messages

2006-05-17 Thread timfox
Can you tell me how it failed? Very large message support is currently scheduled for 1.2: See http://jira.jboss.com/jira/browse/JBMESSAGING-379 http://jira.jboss.com/jira/browse/JBMESSAGING-153 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944205#3944205

[JBoss-user] [Beginners Corner] - Re: Problems with Seam registration example

2006-05-17 Thread stefarg
Hi, Thanks for that. I'll try and get the head of seam from CVS and try that. Many thanks again, Stef View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944206#3944206 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3944206

[JBoss-user] [EJB 3.0] - Re: Oracle10g dialect

2006-05-17 Thread jc7442
I use a library that may send in its results list a NaN. I do not want to filter all double to detect NaN value and replace it by something (I do not know what). Moreover since oracle 10g release 2 NaN is a valide value for Oracle database. Why not using it ? View the original post :

[JBoss-user] [Security JAAS/JBoss] - Re: is org.jboss.security.srp.SRPService deprecated on 4.0.4

2006-05-17 Thread [EMAIL PROTECTED]
It was just left out of the installer. I believe an installer update is in the works. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944208#3944208 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3944208

[JBoss-user] [Installation, Configuration Deployment] - Re: deploy sar package failed when JBoss start up

2006-05-17 Thread kingofhawks
Great thanks!My problem has been resolved now. But i am confusing that whether deploy/deploy.last is particularly reserved for JBoss?It seems no special hint for usage about this directory in JBoss official document . Best Regards! kingofhawks View the original post :

[JBoss-user] [JNDI/Naming/Network] - Re: Class Library to access LDAP from EJB?

2006-05-17 Thread [EMAIL PROTECTED]
JNDI View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944210#3944210 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3944210 --- Using Tomcat but need to do more? Need to

[JBoss-user] [Installation, Configuration Deployment] - Re: Library Deployment in Ear

2006-05-17 Thread [EMAIL PROTECTED]
jboss4 does not support this as its a j2ee1.4 based server. jboss5 will be the javaee5 server. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944211#3944211 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3944211

[JBoss-user] [JBoss Seam] - Re: IllegalArgumentException: could not set field value: lin

2006-05-17 Thread bsmithjj
Well...that works too. thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3944212#3944212 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3944212 --- Using Tomcat but

[JBoss-user] [JBossWS] - JBoss 4.0.4GA and JAXB

2006-05-17 Thread tdevos
Hi everyone, I started the problem on the installation and deployment forum but I was asked to move to this forum. I try to upgrade our JBoss 4.0.3SP1 to JBoss 4.0.4GA. In our application we make use of JAXB. In JBoss 4.0.3SP1 I added the JAXB JWSDP 1.6 libraries to the default/deploy/lib

[JBoss-user] [JBoss jBPM] - Re: GPD 3.0.9 Freezes Upon Opening Sample Process

2006-05-17 Thread [EMAIL PROTECTED]
Guys, I have identified the problem and I am working on it. The time Eclipse freezes is linearly proportional to the amount of classes on your classpath, so if it is possible remove as many jars as you can from your classpath. In the meantime, expect a service release that takes the problem

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Can't use EJB3 MDB to retrieve messages one by one.

2006-05-17 Thread bitl
mskonda wrote : use the Singleton configuration: | | | message-driven | | configuration-nameSingleton Message Driven Bean/configuration-name | | ejb-nameXARecovery2ResMDB/ejb-name | | destination-jndi-namequeue/@QUEUE_NAME@/destination-jndi-name |

[JBoss-user] [JBoss Seam] - Interceptors sort order

2006-05-17 Thread denis-karpov
Hi I have found that order of seam interceptors sometimes violates constraints, defined by @Within and @Around annotations. You can see it if You look at two beans in booking example, one with @LoggedIn interceptor another without. The relative position of ConversationInterceptor,

[JBoss-user] [EJB/JBoss] - Getting Error when JBoss EJB client running on a diff machin

2006-05-17 Thread nagamuralee
Hello, I wanted to know if someone can give me some information/solution for the following problem: We are getting the error when we run the EJB client from different machine . How ever its working fine when client and server running in same system. JNDI Lookup done successfully and getting

  1   2   3   >