[JBoss-user] [JNDI/Naming/Network] - Not able to access JNDI Lookup on EJB via sar in JBoss

2006-06-13 Thread srikanthdr
Hi, I have a sar file through which I want to access JNDI lookup & get teh localhome of sessionBean. But I am getting error as Name Not Found exception. Can you please help? Thanks, Ameeta View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950788#3950788 Reply t

[JBoss-user] [JBoss jBPM] - Re: Creating JbpmContext into an Action

2006-06-13 Thread rafaelle
No ideas? ... :-( I think it could be a bug in SchedulerThread, because I get the exception only when the process flow triggered by a time-out. The problem appears when I try to close my JbpmContext or the Hibernate Session (I have tryed a lot of ways to do my pourposes). At that moment, ... th

[JBoss-user] [JBoss Seam] - Re: which IDE do you use to develop SEAM application?

2006-06-13 Thread cavani
forgot this: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=84328 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950786#3950786 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950786

[JBoss-user] [JBoss Portal] - Re: Error message

2006-06-13 Thread gfzhang
I install jboss-portal-2.4.0-BETA1 on JBoss 4.0.4 GA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950785#3950785 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950785 ___

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

2006-06-13 Thread kukeltje
a) as you would any other application or class. Make sure it is a junit test or make sure it has a main b) any changes compared to what? I would think there are no chages needed, just configure it correctly for your db View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[JBoss-user] [JBoss Portal] - Error message "Failed to setup client ENC" when setup portal

2006-06-13 Thread gfzhang
I am new to jboss portal. I copied jboss-portal.sar and portal-hsqldb-ds.xml to $JBOSS_HOME/server/default/deploy according to the instruction in http://docs.jboss.com/jbportal/v2.2/user-guide/en/html/installation.html. When I run Jboss, I got the following error message. I do not know what cau

[JBoss-user] [JBoss Seam] - Re: which IDE do you use to develop SEAM application?

2006-06-13 Thread cavani
I am using Seam 1.0 / E-EJB Alpha8 / Tomcat 5.5 with Eclipse 3.1 / WTP 1.0 in a Dynamic Web Project and this is similar with what you describe about IBM RAD, but is very bugged and works mostly for content, not classes. About JBoss IDE, this shoud be explanatory: http://www.jboss.org/index.html

[JBoss-user] [Installation, Configuration & Deployment] - Switching from http to https in jboss4.0.3SP1

2006-06-13 Thread cool_bhanu
Hi all I was able to install ssl in jboss4.03SP1 Could anybody please tell me how to get http only for the first page and https for all other pages for example for login page it should be only http and once i login all the other pages should be accesible only through https Please can anybody h

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

2006-06-13 Thread cool_bhanu
Hi all Could anybody please tell me how to get http only for the first page and https for all other pages for example for login page it should be only http and once i login all the other pages should be accesible only through https Thanks Bhanu View the original post : http://www.jboss.com/i

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

2006-06-13 Thread cool_bhanu
Hi all Could anybody please tell me how to get http only for the first page and https for all other pages for example for login page it should be only http and once i login all the other pages should be accesible only through https Thanks Bhanu View the original post : http://www.jboss.com/i

[JBoss-user] [Performance Tuning] - Re: JBoss Performance Tuning

2006-06-13 Thread tdanecito
Hi All, Just one last posting regarding performance since I am getting quite busy on other interesting projects (hobbies) at home. Once you can get down to the usec response time range you might try tuning Apache Web Server. There are several recommnedations on the web but turning off logging a

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

2006-06-13 Thread itomer
well, i just check the supported spec in the FAQ. WS-PolicyAttachment is not supported in JBossWS. (it is not required by JavaEE, so jboss is not going to support it ,i think) well, maybe i will look for some other implementation of WS-PolicyAttachment. thanks View the original post : http:/

[JBoss-user] [JBoss Eclipse IDE (users)] - HELP: do u have to publish every time u change a htm file?

2006-06-13 Thread jack70_chen
i'm trying to use JBoss Seam and I thought using JBoss eclipse IDE should provide some convenience and boost productivity, but after trying it for several days, i'm very disappointed. every time i change something i have to manually publish it. i'm not sure it's jboss AS issue or the IDE issue.

[JBoss-user] [JBoss Seam] - which IDE do you use to develop SEAM application?

2006-06-13 Thread jack70_chen
I thought using JBoss eclipse IDE should provide some convenience and boost productivity, but after trying it for several days, i'm very disappointed. every time i change something i have to manually publish it. i'm not sure it's jboss AS issue or the IDE issue. before i use IBM RAD, the appli

[JBoss-user] [JBoss jBPM] - Getting unpersistable according to the jbpm.varmapping.xml c

2006-06-13 Thread GrimShieldsson
The documenation clearly says that for any persistable object I can just add the hibernate mapping and voila, any instance of that object will be persisted. I add my references to the hibernate.cfg.xml file. Notice that hibernate is in fact reading them, and then get "type 'com.blah.MyClass' i

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

2006-06-13 Thread jahlborn
I'm not sure how you would get "high availability between two ejb deployed on distintc clusters making the lookup using JNDI". the point of HAJNDI is that although you initially contact one box in the cluster (any box, doesn't matter), you'll get back info on the rest of the cluster so that req

[JBoss-user] [Performance Tuning] - Where can I download the jboss operations network module

2006-06-13 Thread seekerzyh
Where can I download the jboss operations network module View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950770#3950770 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950770

[JBoss-user] [JBoss Portal] - Question on JBoss Portal in cluster

2006-06-13 Thread andytsoy
Dear all, JBoss 4.0.3ps1 + JBoss Portal 2.2.1sp1 In my cluster, there are 2 nodes. When I start JBoss in node A, I can view the Portal and login. When I start JBoss in node B, I can also view the Portal, however, it is directed to the login page instead of the default page. When I login with

[JBoss-user] [JBoss Getting Started Documentation] - HTTP Status 404 - Servlet action is not available jboss

2006-06-13 Thread rafiqy
Hi there, Can anyone please advice me how to fix this the following error message: HTTP Status 404 - Servlet action is not available jboss Many thanx yasmin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950766#3950766 Reply to the post : http://www.jboss

[JBoss-user] [JBoss jBPM] - Regarding HelloworldDBtest.

2006-06-13 Thread ssquare
Hi, Could any one clarify how to invoke an instance of deployed process defintion from standalone java application? When I use helloworlddbtest within staterskit, there is no error (junit test) but the HSQL does not show any newly created instance for the hello world. Is it a normal behav

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

2006-06-13 Thread ssquare
Sure, I will start a new thread on the HelloworldDBtest. However I have questions on the solution discussed in this thread. (a) How to invoke this instanciacao class - from commandline or ant or eclipse? (b) Also I wonder any changes required for the database configuration file? Any additiona

[JBoss-user] [JBoss Seam] - Re: Seam AJax Remoting and throwing of exceptions

2006-06-13 Thread sbryzak2
Not yet, I've been trying to think of an elegant way of handling exceptions. In a lot (most?) of cases you won't want to return a stack trace to the client; instead a simple error code/message would be more useful. Whether this is something that is done client side or server side I'm not sure.

[JBoss-user] [Installation, Configuration & Deployment] - Re: log4j email appender not working with jboss

2006-06-13 Thread jelevy01
You haven't added the email appender to the root logger. at the end change to I would also take out the priority on their and set it per project/path. J View the original post : http://www.jboss.com/index.html?module=bb&op=v

[JBoss-user] [JBossWS] - Web service newbie question

2006-06-13 Thread thomas_revesz
Hi! I have deployed my first web service on JBoss 4.0.4. It is a simple HelloWorld type of service with one method that takes a string argument and that returns a string. I used WSTOOLS to generate the descriptor files and everything went smoothly. The deployment also went smoothly and JBoss loa

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

2006-06-13 Thread tefron
Hi, Thanks for the suggestions... I checked 1 and 2 and it seems to follow the manuel. I saw that the line: DataSource ds = (DataSource) ctx.lookup("java:/MySqlDS"); in getUsersPassword, returns null. mysql-ds.xml in the deploy folder: | | MySqlDS | true | | jd

[JBoss-user] [Performance Tuning] - Re: nagios plugin to monitor tomcat

2006-06-13 Thread drbob
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossNagiosPlugin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950757#3950757 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950757 _

[JBoss-user] [Installation, Configuration & Deployment] - Persistent Listener for service external to JBoss

2006-06-13 Thread jelevy01
I have a service that I need to instantiate and keep alive and listen for incoming messages thoughout the life of my application. What would be the best way to go about this. I was thinking create a SessionBean which contains all the code for listening and invoke it once via the Timer service

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

2006-06-13 Thread [EMAIL PROTECTED]
I am not sure where your problem is coming from, but Portal 2.4 and above should be deployed on JBoss 4.0.4 and above, try this setup and report any errors you might encounter. Please include your full object.xml file and any related descriptors, as well as stack traces from the server logs.

[JBoss-user] [JCA/JBoss] - Re: Informix error -710 / invalid entries in prepared statem

2006-06-13 Thread [EMAIL PROTECTED]
I thought it was you :-) The exception sorter (the implementation that determines whether or not an exception was fatal or not) does not differentiate between connection or statement. Since the statements are per managed connection, errors on the connection or the statement will be reflected in

[JBoss-user] [JBoss Seam] - Seam AJax Remoting and throwing of exceptions

2006-06-13 Thread andrew.vine
Hi, a quick question A nice feature of dwr is that exceptions thrown from remote methods are passed as the second argument in the call back function. Does the ajax remoting code cuurently cater for this? Thanks Andrew View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[JBoss-user] [JCA/JBoss] - Re: Informix error -710 / invalid entries in prepared statem

2006-06-13 Thread lafr
Yes I know. This change was initiated by me. The prepared statements are unusable and should be thrown away and rebuild at this point. But the application should not get any notice about this. How to achieve this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[JBoss-user] [JBoss Portal] - Deploying JBoss Portal Error (HTTP Status 404)

2006-06-13 Thread perezrule
After I have deploy jboss-portal-2.2.1-SP1-bundled, when I try to access http://localhost:8080/portal, I get the following error: HTTP Status 404 - type Status report message description The requested resource () is not available. Apache Tomcat/5.5 View the original post : http://www.jboss.c

[JBoss-user] [Installation, Configuration & Deployment] - Re: temp data dir...

2006-06-13 Thread muhammadshahid
Thanks for the respons. It's really appreciated. By the way, my case is the former one... the images would directly be displayed on the page using the html image tag... no servlet would be used. At the moment I'm running this application under WebLogic as exploded dir... and following the same

[JBoss-user] [JBoss jBPM] - Re: jBPM BPEL 1.1 beta 1 released

2006-06-13 Thread sgao
Hi Thanks for the long waiting 1.1 Beta 1. Can you suggest any BPEL editor like WTP to work with 1.1 beta 1? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950745#3950745 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

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

2006-06-13 Thread mapper399651
i am getting a scrolling message from win xp pro dos prompt: "filename, directory or volume label syntax is incorrect" after running run.bat? have check the only config i have done to this point: system/path variables a number of times. already have ant 1.65/jdk 1.5.06/xdoclet successfully insta

[JBoss-user] [JBoss Seam] - Re: method defined in pages.xml can't start a converstaion

2006-06-13 Thread liudan2005
Removing "join=true" doesn't help. I still get the same error. Here is my bean: | @Stateful | @Name("booking") | @Scope(CONVERSATION) | @Interceptors(SeamInterceptor.class) | @LoggedIn | @Conversational(ifNotBegunOutcome = "home") | public class BookingActionimplements Booking, Seria

[JBoss-user] [EJB 3.0] - Jboss in livelock. Not giving thread dump

2006-06-13 Thread bobgus
I have a livelock situation with jboss. kill -QUIT does not seem to work (ignored by java process running jvm. Only kill -9 is recognized by the java process. Is there some signal mask or other jujitsu that needs to be done to get java jboss to give me a thread dump on the way down

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

2006-06-13 Thread phlogistic
When I use the "nodatabinding" feature of Sun's JWSDP 1.6 wscompile tool, then deploy and run on jbossws-1.0.1GA & jboss 4.0.4.GA, I receive the exception: | 13:59:30,152 ERROR [SOAPFaultExceptionHelper] SOAP request exception | org.jboss.ws.WSException: javaType cannot be null | at o

[JBoss-user] [JBoss Seam] - Re: problem running booking example

2006-06-13 Thread gcowsar
I also had a problem running the booking example which I solved by re-installing JBoss 4.0.4.GA using the installer in Gavin's announcement. See his post here: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=84871 what worked for me was to use this installer for JBoss 4.0.4.GA: http:/

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

2006-06-13 Thread gcowsar
I re-installed 4.0.4GA using the link in Gavin's announcement above. Now the seam examples/booking demo works. This is the installer that works: http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=193295&release_id=424215 See this thread also... sounds like enesterov had a sim

[JBoss-user] [JBoss jBPM] - BPEL String/XML Problem

2006-06-13 Thread ncapito
I have a process that is passing around an xml string. However i have come to a problem. If i try to call into my processing using a string like "" as a parameter it crashes. I have been messing with it for a while and a normal string "MyXml..." will work fine. Any help? I am going to a

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - M:N CMP Relationship with unknown Primay Key fails with comp

2006-06-13 Thread donjonsn
I want to create an m:n relationship between a User and Appointment. XDoclet in User looks like this: /** @ejb.bean name="User" * description="An user with a container generated pk" * display-name="User" * jndi-name="ejb/User" * local-jndi-name =

[JBoss-user] [JBoss Seam] - EJBNoSuchObjectException when Seam destroys a component

2006-06-13 Thread rdewell
I get this exception without fail when Seam tries to destroy an object: javax.ejb.EJBNoSuchObjectException: Could not find Stateful bean: 5c4o02-7eucln-eoekzs0b-1-eoel3ii8-2w It's always in conjunction with: 11:56:27,202 WARN [Contexts] Could not destroy component: XYZ It occurs for any compo

[JBoss-user] [Installation, Configuration & Deployment] - log4j email appender not working with jboss

2006-06-13 Thread krustyfur
I have configured log4j to write app logs using the RepositorySelector found in the Wiki here, and it is working just fine. I have tried to add an email appender to the configuration to email me the error & fatal messages and they are not getting sent. The log file contains the errors, but no em

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

2006-06-13 Thread gcowsar
BTW - I started down the getting started path which doesn't match your detailed instructions above about how to install 4.0.4.GA so I don't know yet if that is what makes the diference. http://labs.jboss.com/portal/jbossseam/gettingstarted View the original post : http://www.jboss.com/index.

[JBoss-user] [Security & JAAS/JBoss] - Re: custom login module & webservice

2006-06-13 Thread ppradhan
Well, we figured it out ourselves. It seems my webservice was looking for classes in java.sun.* packages which were missing in the jboss lib directory. Once I copied the reqd sun jars to lib everything works fine. I wish Jboss would throw a classNotFound exception when it does not find a supercl

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

2006-06-13 Thread gcowsar
I installed jboss 4.0.4.GA and Seam 1.0.0.GA attempted to build and run the examples/booking demo. It failed when attempting to register a new user. The EJB3Trail demos work. The Seam 1.0.0.CR3 examples/booking demo works. In both cases I modified the build.properties as instructed. The failure

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Optimistic Locking & Versioning

2006-06-13 Thread tefron
it should work fine. What you need in your hbm files is: . xxx other properties TEFRON View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950721#3950721 Reply

[JBoss-user] [JBoss Getting Started Documentation] - Re: listAccount.sql nowhere to download

2006-06-13 Thread alvinying
"tiger40491" wrote : Hi, | | I just found listAccounts.sql at | | http://dpi.ufv.br/downloads/java/Documentation/j2eetutorial14/examples/bank/sql/ The link above is no longer working. I just made a text file with the following content and saved it as listAccount.sql and it's working fi

[JBoss-user] [JBoss Seam] - Re: method defined in pages.xml can't start a converstaion

2006-06-13 Thread davidatkinsuk
I think this is because you have annoted your conversational bean as a nested conversation @Begin(join=true) try dropping the join = true @Begin and it should work fine View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950719#3950719 Reply to the post : http:/

[JBoss-user] [Beginners Corner] - Re: jboss startup error

2006-06-13 Thread jaikiran
This is from the wiki pages: http://wiki.jboss.org/wiki/Wiki.jsp?page=DebugBindException View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950718#3950718 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950718 _

[JBoss-user] [Beginners Corner] - Re: jboss startup error

2006-06-13 Thread jaikiran
Have a look at: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=64248 http://www.ibiblio.org/security/articles/fport.html http://www.sysinternals.com/Utilities/PsKill.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950717#3950717 Reply to t

[JBoss-user] [EJB 3.0] - Re: EJB 3.0 RC8 Preview - FD Released

2006-06-13 Thread bdsabian
Stefan, I'm sure many people would appreciate it if you wouldn't mind posting the file online somewhere and providing a link? Seems you might be the only one who somehow got the correct file. I have been unable to locate the client jars and several others in this thread have not either. This

[JBoss-user] [EJB 3.0] - Re: EJB 3.0 RC8 Preview - FD Released

2006-06-13 Thread rpiaggio
"Stefan Arentz" wrote : "Juergen.Zimmermann" wrote : In the zip I downloaded via sourceforge there are only 2 subdirectories: docs and lib. There is no client subdirectory. | | | | Check the other download ... jboss-EJB-3.0_RC8-FD.zip | | S. | Stefan, That's the one I downl

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Optimistic Locking & Versioning

2006-06-13 Thread sdawson
Hello, I've added a @Version annotation to my entity beans, hoping to take advantage of the optimistic locking provided by JBoss. My understanding is that the EntityManager is responsible for incrementing the version number when an object is persisted; is this correct? Currently, the EntityMa

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Any configuration for caching of jsp's?

2006-06-13 Thread jleech
The issue is Tomcat bug #33453: http://issues.apache.org/bugzilla/show_bug.cgi?id=33453 Also JBoss bug #JBAS-3081: http://jira.jboss.com/jira/browse/JBAS-3081?page=all The mechanism used is a comparison of the timestamp of the .class file with that of the new .jsp file. Yes, it really does comp

[JBoss-user] [JBoss jBPM] - GPD Locking Up Eclipse

2006-06-13 Thread kgwhit
I am having a pretty consistent problem with GPD locking up Eclipse. I originally thought it was related to this thread: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942440#3942440 However, the thread indicates that this was corrected in 3.0.9.2, which I am using. The basic sym

[JBoss-user] [JBoss Messaging] - Re: Socket error on start-up with 1.0.1.CR2 !

2006-06-13 Thread heat23
I did a clean install of Jboss AS 4.0.4 GA and of Messaging 1.0.1.CR2. What do I need to do to sych them up? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950711#3950711 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [EJB/JBoss] - Re: Inconsistently passing by reference

2006-06-13 Thread ewilliams
Sorry, it looks like I may have jumped the gun when I posted this question. Apparently call-by-value is being used in both cases... that fact was just obfuscated by the way the EJB code is written. Now I just have to figure out why pass-by-value is always being used with these local invocations

[JBoss-user] [JBoss Messaging] - Re: Socket error on start-up with 1.0.1.CR2 !

2006-06-13 Thread genman
It is likely that the two versions were released with different versions of JBoss serialization. You likely have a version mismatch between the two. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950709#3950709 Reply to the post : http://www.jboss.com/index

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Message Transformation

2006-06-13 Thread genman
XSLT and HSQL DB (in its CSV read-mode) are useful for handling these and are provided with JBoss. You have to write this part yourself, it's quite easy. The difficult part of handling messages (persistence, transactions, threading, etc.) is handled by JBoss. View the original post : http://w

[JBoss-user] [JBoss Seam] - Upgrading from CVS to CR3

2006-06-13 Thread andrew.rw.robinson
I saw that "validate" and "validateAll" were added so I thought I would try upgrading. I am current using CVS somewhere around the release of CR1-CR2 (it prints beta 2 in the startup log). I am using the embedded-EJB container with Tomcat 5.5.17. After I upgraded, my tomcat start time went from

[JBoss-user] [Remoting] - Re: Servlet and HTTP invoket does't throw remote method Exce

2006-06-13 Thread hezimmer
Hi Tom, are there any news about this issue? Are there plans to make modifications in servlet invoker as you mentioned? Thanks in advance, Heiko View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950702#3950702 Reply to the post : http://www.jboss.com/index.htm

[JBoss-user] [Messaging, JMS & JBossMQ] - JBoss Security

2006-06-13 Thread joejack
I am trying to call connectionFactory.createQueueConnection("queueUser", "queueUserPassword") but I am getting a security exception. - the user is not authenticated. What are ALL the DD pieces I need in order to create a valid user and password such that this call will authenticate my username

[JBoss-user] [Messaging, JMS & JBossMQ] - JBOSS/ BEA JMS Bridge based integration

2006-06-13 Thread NikhilKumar
I am trying to setup a JMS bridge between JBOSS 3.2.x and WLS 8.1. Would like to use a JMS bridge with XAConnections to execute guaranteed delivery. The plan is to use an MDB on WLS (the originating system) to trigger the request, encapsulated in an XAConnection and deliver to JBOSS. The first

[JBoss-user] [JCA/JBoss] - Re: Informix error -710 / invalid entries in prepared statem

2006-06-13 Thread [EMAIL PROTECTED]
A modification was made in the INFORMIX exception sorter http://jira.jboss.org/jira/browse/JBAS-3120 The -710 condition was marked as fatal to avoid reusing connections/statements that are invalid. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950699#395

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

2006-06-13 Thread jack70_chen
Hi, I am using SEAM and JBoss IDE 1.6. I use IBM WSAD and RAD before. One thing really bothers me when I use JBoss Eclipse IDE is that every time I make some changes to the xhtml, I have to manually publish it to the integrated jboss server to see the result. and the publish may take half a min

[JBoss-user] [Installation, Configuration & Deployment] - Re: error initializing Jboss with all configuration

2006-06-13 Thread ddbailie
I'm seeing this same issue. Have you found an answer to this problem? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950697#3950697 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950697 __

[JBoss-user] [EJB 3.0] - Re: Port 3873 hard coded in the stubs?

2006-06-13 Thread hezimmer
Hi Raphael, yes, it's default value of clientBindUrl inside RemoteBinding class (Annotation). You can change this by using @RemoteBinding (...clientBindUrl) in EJB3. See also http://www.jboss.com/index.html?module=bb&op=viewtopic&t=82345 Bye, Heiko View the original post : http://www.jboss.com

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

2006-06-13 Thread codegrok
jboss-4.0.3SP1 MySQL 4.1.16 JbossPortal 2.4 Beta1 I was successfully deploying a custom portal and several custom portlets under a previous version of JBoss Portal 2.4 (CVS Head obtained 03/25/06). I have installed bossPortal 2.4 Beta1. The custom portal and portlets do not generate any errors

[JBoss-user] [JBoss Messaging] - Bizzare transaction commits..

2006-06-13 Thread mskonda
I am doing the xarecovery tests and found out a bizzare thing. Here's the scenario: I have created an in-doubt transaction (left the tx in PREPARED state, see log below) | 2006-06-13 16:29:28,299 TRACE [org.jboss.messaging.core.plugin.JDBCPersistenceManager] Inserting tx record for TX(0):AC

[JBoss-user] [JBoss Messaging] - Re: Socket error on start-up with 1.0.1.CR2 !

2006-06-13 Thread heat23
Anyone know? This is very urgent. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950690#3950690 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950690 ___ JBoss-user

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - How to set another HSQLDB datasource beside DefaultDS?

2006-06-13 Thread dhydrated
I've been trying to set a second HSQLDB datasource besides DefaultDS? Could anyone help me to do this? Please View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950689#3950689 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [JBoss Seam] - Re: SEAM configuration problem

2006-06-13 Thread vamsi_poondla
I am able to see the login page. But when I submit, it is staying there, which means (?) faces-servlet did not initialize to serve the requests. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950688#3950688 Reply to the post : http://www.jboss.com/index.html

[JBoss-user] [JBoss Seam] - Re: SEAM configuration problem

2006-06-13 Thread vamsi_poondla
I am sure that I am not including anything different than seam-todo My CableDailies.ear is packaged with CableDailies.jar | CableDailies.war | jboss-seam.jar | jbpm.war | hibernate.cfg.xml | jbpm.cfg.xml | META-INF/application.xml | META-INF/jboss-app.xml | META-INF/jboss-beans.xm

[JBoss-user] [JCA/JBoss] - How to set another HSQLDB datasource beside DefaultDS?

2006-06-13 Thread dhydrated
I've been trying to set a second datasource of HSQLDB beside DefaultDS. Could anyone help me to do this? Please. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950686#3950686 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [EJB 3.0] - Starting EJB 3.0 with Eclipse and JBoss

2006-06-13 Thread patrickdalla
How do I create a simple EJB with eclipse and deploy it in JBoss 4.0.4? Which librearies and deployment descriptors must a I deploy and where? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950685#3950685 Reply to the post : http://www.jboss.com/index.html?m

[JBoss-user] [Installation, Configuration & Deployment] - UndeclaredThrowableException Caused by: java.io.NotSerializa

2006-06-13 Thread tartan
Hi, I'm currently migrating an application from JBOSS 4.0.0DR3 to JBOSS 4.0.4.GA. I've made no changes to code, just deployed the ear that was working on 4.0.0 to the 4.0.4 deployment. I get lots of UndeclaredThrowableExceptions Caused byjava.io.NotSerializableException as in the example below.

[JBoss-user] [JBoss Seam] - Re: method defined in pages.xml can't start a converstaion

2006-06-13 Thread liudan2005
I've tried it but it doesn't work. Here is what I get in console when trying to any method of booking class after page is displayed: no long-running conversation for @Conversational bean: booking View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950682#3950682 R

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

2006-06-13 Thread [EMAIL PROTECTED]
Seam 1.0.0.GA is out: http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=163777 You need to install JBoss AS 4.0.4.GA + JBoss EJB 3.0 RC8 and, optionally, JBoss Portal 2.4 beta 1 using the special installer build here: http://sourceforge.net/project/showfiles.php?group_id=22

[JBoss-user] [EJB 3.0] - Re: Problem with Sub Classes in JBoss 4.0.4GA

2006-06-13 Thread penczek
I'd made a fix to this bug, see topic http://www.jboss.com/index.html?module=bb&op=viewtopic&t=83199 This bug is caused by the awful generics support in Java5.0. Your code also doesnt compile in JDK1.4 cos there's no support to generics. By specs, u cannot redefine only the returning type of a

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Undeploy exploded web app

2006-06-13 Thread PeterJ
OK, let's try something else. Try undeploying your application via the undeploy method on the jboss.system:service=MainDeployer mbean. The undeploy method takes a URL, which you can find using the listDeployedURLs method in the jboss.deployment:flavor=URL,type=DeploymentScanner mbean. Do this

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Javassist errors with latest jboss

2006-06-13 Thread penczek
Well, like I said, using generics can cause this error, because it generates 2 different methods in runtime. Your example use the same principle of generics: u are redefining the returning type of a method to a subtype of original, and this produces the same two methods, one volatile, other conc

[JBoss-user] [JBoss Seam] - Re: problem running booking example

2006-06-13 Thread enesterov
Followed instructions in EJB3 package. Examples work like a charm. Thanks Thomas! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950677#3950677 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950677 __

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

2006-06-13 Thread j2ee_junkie
TEFRON, 1) check that your datasource is being deployed correctly 2) double check that your queries are correct. cgriffith View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950676#3950676 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[JBoss-user] [Beginners Corner] - Re: security service from Getting Started manual

2006-06-13 Thread joecool
thanks. It looks like all the instructions are the same, which is good. I think I editted everything thing according to the instructions, but I still get the same thing. If I comment out the security-constraint in the web.xml file and leave all the jboss-web.xml uncommented I can access the page

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

2006-06-13 Thread afjochnick
Hello, I have a question that puzzles me and i do hope someone can help me out... I am securing a swing client that uses the jboss clientloginmodule, takes an initialcontext then looks up ejb's to do various things on my 4.0.3 jboss server. I have followed section 8.7 of the admin guide "usi

[JBoss-user] [JBoss Seam] - Re: SEAM configuration problem

2006-06-13 Thread [EMAIL PROTECTED]
make suer that you are not embedding other myFaces libraries, the libraries used by Seam are in JBOSS_HOME/server/default/deploy/jbosswebxxx/jsf-libs View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950673#3950673 Reply to the post : http://www.jboss.com/index

[JBoss-user] [JBoss Messaging] - Re: WAN

2006-06-13 Thread timfox
Perhaps you mean you have jms clients that communicate with a local server, then another jms client on the same node as the local server talks with another JMS server across a WAN. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950672#3950672 Reply to the po

[JBoss-user] [JBoss Seam] - Re: method defined in pages.xml can't start a converstaion

2006-06-13 Thread [EMAIL PROTECTED]
You don't need to specify any if you don't use the workspace management. (Otherwise you can put any name) In your case: | | is probably enough for what you want to achieve View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950671#3950671 Reply to the post

[JBoss-user] [JBoss Seam] - Re: problem running booking example

2006-06-13 Thread [EMAIL PROTECTED]
jboss-EJB3-3.0_RC8-FD.zip contains the lib you need: jboss-annotations-ejb3.jar, jboss-ejb3.jar and jboss-ejb3x.jar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950670#3950670 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

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

2006-06-13 Thread tefron
Hi, I was able to login with UsersRolesLoginModule using properties files. However, when trying to use DatabaseServerLoginModule, the login fail with: | javax.security.auth.login.LoginException: java.lang.NullPointerException | at org.jboss.security.auth.spi.DatabaseServerLoginModule.get

[JBoss-user] [EJB/JBoss] - Re: [org.jboss.invocation.pooled.server.ServerThread] Failed

2006-06-13 Thread JaySeletz
We see this intermittently on Solaris as well: JBoss: 4.0.3 (build: CVSTag=JBoss_4_0_3 date=200510042324) Java: v1.5.0 OS: Solaris9 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950668#3950668 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[JBoss-user] [JBoss Messaging] - Re: WAN

2006-06-13 Thread timfox
Still don't get it. How can one jms server "act" as a client to another server. This is certainly not part of the jms spec. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950667#3950667 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Duplicate MDB processing of messages sent to a Topic

2006-06-13 Thread azhurakousky
Just to clarify some of the assumptions and also I think I am starting to understand the issue a little deeper, so in a way I am attempting to answer my own question. In JBoss MDBs are not clustered. They are just message listeners. We can configure various load balancing policies on Queues an

[JBoss-user] [Clustering/JBoss] - node enters and exits cluster

2006-06-13 Thread flash
Linux 4, JBoss 4.0.4CR2 4 nodes in the cluster. One of the nodes (Offline1) is entering and exiting the cluster as you can see, other 3 nodes keep same port and stay in cluster. Can anyone say what might be the problem? 2006-06-13 16:30:03,709 INFO [org.jboss.cache.TreeCache] viewAccepted(): [

[JBoss-user] [Management, JMX/JBoss] - Not able to locate Session bean thru sar

2006-06-13 Thread srikanthdr
Hi, I have a abc1.sar file which calls a POJO --> abc.java which inturns calls SessionBean. In jboss-service.xml I have an entry for abc.sar My problem is : If I deploy abc1.jar --> It calls session Bean & it works fine But the moment I make abc1.sar & deploys the application I get following erro

[JBoss-user] [EJB/JBoss] - client disconnected?

2006-06-13 Thread jtestori
i have a stateful sessionbean for each client that holds some (costly) resources. is there a way to find out if the client has disconnected (without logging out)? i don't want to wait for the passivate-timeout, because that would be too long, and i cannot reduce the timeout. View the original p

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Undeploy exploded web app

2006-06-13 Thread j2ee_junkie
Lets try to start over on this topic. You have an exploded war. You want to be able to undeploy the applicaiton, make changes to the content of this war, then redeploy, correct? However, you do not want to delete some jar's, correct? please explain why you can't just delete the old war directo

[JBoss-user] [EJB 3.0] - Re: Inheritance with EJB3 Entity

2006-06-13 Thread omichalet
Futhermore, the @Version annotation seems to work only for an attribute, not for a getter / setter... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950660#3950660 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950660

  1   2   >