[JBoss-user] [Performance Tuning] - Re: IOException while loading persisted sessions

2005-10-25 Thread genman
Something not serializable is being stored in a Servlet Session. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903422#3903422 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903422 ---

[JBoss-user] [Performance Tuning] - Re: how is tuning carried out for jboss

2005-10-25 Thread genman
Look at information in the Wiki. There's a link on performance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903421#3903421 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903421 --

[JBoss-user] [Performance Tuning] - Re: JBossWS performance number

2005-10-25 Thread genman
Not too terribly surprising, given that WS has a lot of XML marshalling overhead, as well as HTTP requests are quite slow. If you could run a Java profiler (JBoss profiler possibly) during the WS test, perhaps you could see exactly what's taking such a long time? View the original post : http

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss MQ deadlocks using JBoss 4.0.2 + MySQL 4.1.14 Inno

2005-10-25 Thread genman
Not sure, does MySQL support row-level locking? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903417#3903417 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903417

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB deployment problem

2005-10-25 Thread genman
Do you know why this same question appears every few days? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903416#3903416 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903416

[JBoss-user] [JCA/JBoss] - Re: How to set onnection properties on a XA Datasource

2005-10-25 Thread genman
I'm hardly an expert on this stuff here. But you can always create a wrapper driver (java.sql.Driver) which sets the properties like you want. If you want to contribute this feature, please feel free to download JBoss from CVS and create a patch. View the original post : http://www.jboss.com/

[JBoss-user] [Messaging, JMS & JBossMQ] - MDB deployment problem

2005-10-25 Thread Pranavakumar
Hai every one, when i put MDB deployment jar file in JBOSS deploy folder i am getting these exception. 11:10:46,765 WARN [JMSContainerInvoker] JMS provider failure detected: javax.jms.JMSException: Error creating the dlq connection: XAConnectionFactory not bound at org.jboss.ejb.plugins.jms.DLQH

[JBoss-user] [JCA/JBoss] - Re: In the init() mothod couldn't lookup datasource,thank u

2005-10-25 Thread genman
You may need to add a jboss-web.xml with a in it so that the data source gets deployed before your web app does. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903413#3903413 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [Management, JMX/JBoss] - Re: How to invoke mbean method from standalone class

2005-10-25 Thread rdcmali
Thanks darranl, I used the old lib. The problem solved. Thank you again. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903411#3903411 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903411 --

[JBoss-user] [Beginners Corner] - Error at the first start of jboss

2005-10-25 Thread frannack
Hello, I'm trying to install jboss on my fc4 machine using jdk 1.5.0.5 and selecting ejb3. As soon as I launch run.sh, I get this error message: 07:40:22,846 INFO [EJB3Deployer] Default persistence.properties: {hibernate.transaction.flush_before_completion=false, hibernate.jndi.java.naming.fa

[JBoss-user] [JBoss Getting Started Documentation] - Re: Error at the first start of jboss

2005-10-25 Thread frannack
Sorry, it's the wrong forum, please delete this. I'll put it in the beginner corner. Thanks Franck View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903408#3903408 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903408

[JBoss-user] [JBoss Getting Started Documentation] - Error at the first start of jboss

2005-10-25 Thread frannack
Hello, I'm trying to install jboss on my fc4 machine using jdk 1.5.0.5 and selecting ejb3. As soon as I launch run.sh, I get this error message: 07:40:22,846 INFO [EJB3Deployer] Default persistence.properties: {hibernate.transaction.flush_before_completion=false, hibernate.jndi.java.naming.f

[JBoss-user] [JBossCache] - Re: [1.2.4] JDBCCacheLoader errors when using ManagedConnect

2005-10-25 Thread [EMAIL PROTECTED]
This may be a bug, can you create a JIRA issue for JBossCache ? It will be fixed in 1.3 then View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903405#3903405 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903405 ---

[JBoss-user] [JBossCache] - Re: Problems with Optimistic Locking in 1.2.4 FINAL

2005-10-25 Thread [EMAIL PROTECTED]
We thought about this before. The problem is that when such an exception occurs, the TX will be rolled back, so you would have to submit the entire batch of operations that you submitted within the TX scope again, not just the failed operation. We chose to let the developer handle this. View th

[JBoss-user] [JCA/JBoss] - In the init() mothod couldn't lookup datasource,thank u very

2005-10-25 Thread zhjjava
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=70600 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903402#3903402 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903402 --

[JBoss-user] [Clustering/JBoss] - Re: Session Timeout issue in clustered jboss

2005-10-25 Thread [EMAIL PROTECTED]
There is a JIRA issue related to this: http://jira.jboss.com/jira/browse/JBAS-2377. I'm sure there will be a design discussion on the dev forum for this as well once I get done with training. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903397#3903397 R

[JBoss-user] [Advanced Documentation] - Accessing another JBoss server from within A server

2005-10-25 Thread duanq
Hi, >From JBoss server A how can I access the MBeanServer in another JBoss server >B? It seems JBoss has some optimization preventing to access a remote MBeanServer, could you advise? DQ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903394#3903394 R

[JBoss-user] [Installation, Configuration & Deployment] - Re: java.lang.LinkageError: loader constraints violated when

2005-10-25 Thread daviskv
To give more info on this problem - actually, the jar (sfcUtil.jar) contains this Response class is there in both EAR and WAR file. But when removing the jar from WAR and keeping only in EAR, failing to deploy the application fully. Could you please direct me some packaging doc with regards to

[JBoss-user] [Installation, Configuration & Deployment] - Re: How to change the url to my application dynamically?

2005-10-25 Thread gfzhang
I do not know how to start with it, could you give me more advice? thank you. guofeng View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903388#3903388 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903388

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Trying to get started

2005-10-25 Thread kazan77777
OK, I downloaded the latest JBoss 4.0.3 and I was able to sucessfully bind to the session object. However, I am getting this stacktrace: [BasicPropertyAccessor] IllegalArgumentException in class: com.x.persistence.Test, setter method of property: Id [BasicPropertyAccessor] expected type: jav

[JBoss-user] [Messaging, JMS & JBossMQ] - problem in programming with jms

2005-10-25 Thread lovejesus
hey,everyone! i 'm new here.have some problems when programming with jms in jboss 4.0.2: 1.What's the differece and relationship between the config files under deploy-hasingleton\jms and deploy\jms? What do I need to do if I want to config my jms provider and jms destination? 2.When running a j

[JBoss-user] [JBoss Portal] - http 404

2005-10-25 Thread moonny
i'm a begineer in jboss and so does java. i've install teh jboss v4.0.2 and jboss-portal.sar, portal-forums.ear and also setup xml files. then i try to run http://localhost:8080/portal/ but the error HTTP 4.4 is found. when i run others uch as http://localhost:8080/portal/index.html?ctrl:id=pag

[JBoss-user] [JCA/JBoss] - Re: Connection not getting closed

2005-10-25 Thread haribabu_nunna
Hai, The problem for opening the connections is that even u access the Database or not the connections gets created by the min. no. of connection ie min-pool size. Once there are no any transactions on that connections then the Jboss closes the connections.. If they are not getting closed

[JBoss-user] [JBossCache] - Re: Problems with Optimistic Locking in 1.2.4 FINAL

2005-10-25 Thread [EMAIL PROTECTED]
Yes, user should expect that not every time the put operation will succeed, for instance, due to write contention. JBoss Cache should throw something like LockTimeoutException, etc. But in this case, we may need to be more explicit. -Ben View the original post : http://www.jboss.com/index.ht

[JBoss-user] [JBossCache] - [1.2.4] JDBCCacheLoader errors when using ManagedConnections

2005-10-25 Thread neotyk
Hi, My setup: Singleton MDB uses persistent (JDBCCacheLoader) cache. Associated DS min/max-pool-size is 1. So only one connection should be present at any time. I've lowered DS poll size to see problem clearly, it occures with larger pools too. The error I get: [26.10.2005|02:40:17:764] [JMS Se

[JBoss-user] [Clustering/JBoss] - Re: Session Timeout issue in clustered jboss

2005-10-25 Thread [EMAIL PROTECTED]
Not sure if I understand you correctly. But there is no good policy for the listner unfrotunately regarding to the lifecycle events in a distributed sense. For example, when a session is invalidated on one node, it will replicate to invalidate on the other nodes. Should we or should we not trigg

[JBoss-user] [Clustering/JBoss] - Re: Is it necessary to use HAJMS when on a cluster?

2005-10-25 Thread jimyliu
Hi, Where can I find the document for JMS paralelizing ? Thanks. Jimy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903365#3903365 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903365 -

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Descriptior for durable topic client

2005-10-25 Thread [EMAIL PROTECTED]
So it automagically knows what topic subscription you want to make using the special parameter? | true | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903361#3903361 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [Security & JAAS/JBoss] - Re: BaseCertLoginModule working, but browser has a 403 in To

2005-10-25 Thread rollin368
I found that the role allocation appears to behave oddly. It looks like the roles are being allocated to "verisign.com/cps/testca (c)05, OU=TFCCS, O=TSG, L=Boston, ST=Massachusetts, C=US". Is this possible? anonymous wrote : | 2005-10-25 19:21:02,146 TRACE [org.jboss.security.auth.spi.BaseC

[JBoss-user] [JBoss Portal] - Re: how communicate between portlets?

2005-10-25 Thread mholzner
in 2.0 user an action request to set the state into the HttpSession , and have the second portlet pick it up there in 2.2 there is a new feature called IPC (inter portlet communication) that allows for just that. there is an example in the core portal when you build it from cvs (until there is

[JBoss-user] [Security & JAAS/JBoss] - Re: Pass another Variable besides j_username j_password

2005-10-25 Thread wiley173
okay bad idea ... I'll just do this ... | | something like select where username = ? | | I think I need to read up on how j_security_check actually works ... adios ~ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903351#3903351 Reply t

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - problems under JSF

2005-10-25 Thread jj_andrade
Hi people, i am facing a big problem with jboss4_0_3 and tomcat5_5 inside it. The problem occurs when trying to deploy some jsf-example.war. Someone has a good solution for the problem below: 18:41:20,382 ERROR [UIComponentTag] Faces context not found. getResponseWriter w ill fail. Check if

[JBoss-user] [Installation, Configuration & Deployment] - problems under JSF

2005-10-25 Thread jj_andrade
Hi people, i am facing a big problem with jboss4_0_3 and tomcat5_5 inside it. The problem occurs when trying to deploy some jsf-example.war. Someone has a good solution for the problem below: 18:41:20,382 ERROR [UIComponentTag] Faces context not found. getResponseWriter w ill fail. Check if

[JBoss-user] [Security & JAAS/JBoss] - Pass another Variable besides j_username j_password

2005-10-25 Thread wiley173
Howdy, Is it possible to pass another variable from your login form besides j_username and password. So in the login-conf.xml I'd have | ? | and in my extended custom login class I'd have in the initialize method .. | newVar = (String)options.get("otherVar"); | Is this possible, i

[JBoss-user] [Clustering/JBoss] - Re: Load-Balancing SLSB

2005-10-25 Thread joff
"toadie" wrote : "joff" wrote : (via a loadbalancing device in front of them) | | | can't you use the same device to round-robin the request for the ejb client stub for you? especially since your bean is stateless I'm afraid not, the loadbalancer is only there to handle requests from the

[JBoss-user] [Installation, Configuration & Deployment] - Re: Does JBoss 4.0.3 look at the manifest?

2005-10-25 Thread rampratapa
Hi We have problem with JBOSS 4.0.3 as it is not looking into the manifest file. We have the following directory structure from JBOSS default directory. default deploy applib commonlib in our EAR deployed in deploy directory we have the following mainfest file under META-INF di

[JBoss-user] [JBossCache] - Re: Problems with Optimistic Locking in 1.2.4 FINAL

2005-10-25 Thread DashV
Yes the slsb is writing to the same fqn every time... As more of a philisophical question. Should a developer using jbosscache have to worry about this (catching and retrying a failed write) or should this behavior be inlined inside the api but only get used when the cache is configured for opt

[JBoss-user] [Performance Tuning] - JBossWS performance number

2005-10-25 Thread leesang
Hi all, I developed a sample EJB application in JBoss, and published the Web Service according to http://wiki.jboss.org/wiki/Wiki.jsp?page=WSServerEJB. The server and the client of the application exchange about 10KB messages. Using the default configuration, I got some performance numbers. Envi

[JBoss-user] [JBossWS] - Re: Content-length header usage

2005-10-25 Thread [EMAIL PROTECTED]
A server log with org.jboss.axis at debug (maybe trace) level should show the message and the HTTP header fields. Can show us an example of an incorrect Content-Length field. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903324#3903324 Reply to the post :

[JBoss-user] [JBossWS] - Re: problem deploying WS - duplicate method names

2005-10-25 Thread [EMAIL PROTECTED]
This should be fixed http://jira.jboss.org/jira/browse/JBWS-463 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903321#3903321 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903321

[JBoss-user] [JBossWS] - Re: Securing ServiceEndPoint for Servlet type WS

2005-10-25 Thread [EMAIL PROTECTED]
A java service endpoint deployed as a war is different with respect to setting up a security domain as any other webapp. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903320#3903320 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[JBoss-user] [Beginners Corner] - Re: Need some start help. Im N00b

2005-10-25 Thread mesiasdiabolico
tHNX U vmUCH... My test directory must bu under "deploy" ? hoy can i use other directory outside the structure? thnx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903318#3903318 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[JBoss-user] [JBoss Portal] - IDE that supports portlet development for JBOSS Portal

2005-10-25 Thread yhqian95
I have installed the bundle package of JBOSS server and Portal server( jboss-portal-2.0-jboss-4.0.2) and deployed the helloworld portlet. It works fine. Now I want to code my own portlet and portal. I am using JBOSS Eclipse IDE for the development on the JBOSS application server. The JBOSS Ec

[JBoss-user] [JCA/JBoss] - Connection not getting closed

2005-10-25 Thread harappa75
Hi, I have a datasource with the following properties 5 30 5000 15 On JBoss startup I can see there are 5 connections opened in the database (SQL Server) Now when I start my application, after just using 3 connections (run three queries with 3 different connection) the connect

[JBoss-user] [Clustering/JBoss] - Re: Load-Balancing SLSB

2005-10-25 Thread joff
The MDB is run on just one node at a time, using HAJMA/HASingleton View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903311#3903311 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903311 -

[JBoss-user] [EJB/JBoss] - Re: JBoss 4.0.3 + mySQL and TIMERS and HILOSEQUENCES

2005-10-25 Thread shreyas_s_shah
Can u submit the same of the forum that helped solve your issue. I am getting the same problems with TIMERS and HILO tables. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903309#3903309 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Adding a Tomcat Valve Via An MBean?

2005-10-25 Thread jiwils
It looks like JBoss deploys valves in semi-dynamic fashion since the tomcat5-service.jar contains Tomcat MBean descriptor XML files. I am unsure how these are getting deployed however. I tried mocking up my own JAR with a descriptor for a valve and placed it in the jbossweb-tomcat55.sar direct

[JBoss-user] [Beginners Corner] - Tom Marrs Book, JBoss at Work

2005-10-25 Thread jasperboy
Anyone read this ? It's a terrific book, very hands-on, practical, accurate and everything works ! It's a great introduction to JBoss and includes hands-on examples of the j2ee stack, and hibernate, jboss class loading. I'm not the brightest, but managed to work through the whole thing in a cou

[JBoss-user] [Security & JAAS/JBoss] - Re: IllegalStateException when called getCallerPrincipall on

2005-10-25 Thread albertok
Sorry it's: 4.0.3RC2. We use this version as we have some time to release our product and it's better for us to migrate ASAP and then just to update the final version. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903300#3903300 Reply to the post : http://

[JBoss-user] [Beginners Corner] - Re: Sending Binary data using JBoss

2005-10-25 Thread edgoquist
Here is a totally BOGUS fix but it works. <% java.io.OutputStream os = response.getOutputStream(); _jspxFactory = null; %> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903298#3903298 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[JBoss-user] [Security & JAAS/JBoss] - Get list of users/roles no matter what JAAS security module

2005-10-25 Thread cmiles123
Hello, I'm looking for a way to retrieve information from the installed security modules such as "list of users", "list of roles", "user member roles", etc etc in a generic way (ie: no code specific to the security module). WebLogic allows you to do this via MBeans and WebSphere allows you to d

[JBoss-user] [Beginners Corner] - Log SQL statement

2005-10-25 Thread ohadraz
Greetings, I would like to know, is there a way to configure JBoss to log the SQL statements it generates and executes? Practically, I need it because I got this exception: anonymous wrote : java.sql.SQLException: You have an error in your SQL syntax; check the manual that corresponds to your M

[JBoss-user] [Beginners Corner] - Need help with PetStore on JBoss 4.0.3

2005-10-25 Thread arjunnath
Hi, Has anyone implement the PetStore application on JBoss 4 ? There doesn't seem to be anything available anywhere ? I've googled for it but no luck. I need the instructions for how to implement it (what changes to make) etc. Please help !! regards arn View the original post : http://www.jbo

[JBoss-user] [JBossWS] - Sending only part of an object

2005-10-25 Thread BogSolomon
I have two objects with one referencing the other through a variable. However I want to send to the client (through web services) only the the basic properties of my first class and not the entire second class also. I generated the .wsdl and the mapings using wscompile and then edited them to r

[JBoss-user] [Testimonials] - Re: Petstore implemented on JBOSS and MYSQL

2005-10-25 Thread arjunnath
Can someone please help me out with PetStore on JBoss 4.0 ? Where is this documented ? Can someone post the instructions please ? thanks arjun View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903285#3903285 Reply to the post : http://www.jboss.com/index.html?

[JBoss-user] [Installation, Configuration & Deployment] - Help needed with DVDStore (Trailblazer)

2005-10-25 Thread arjunnath
I'm disappointed with the amount of information given in the DVDStore trailblazer. It simply is not enough. There is hardly anything given about setting up the Database. There is a link to the MySql site but nothing at the other end. Can someone who has setup DVD store please help me out ? 1)Are

[JBoss-user] [Messaging, JMS & JBossMQ] - Descriptior for durable topic client

2005-10-25 Thread Denisius
Is it possible to define client (MDB) for durable topic without specifying client-id and subscription-id in jboss.xml or subscriptionName and clientId in ejb-jar.xml for this MDB? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903283#3903283 Reply to the po

[JBoss-user] [JBossCache] - Re: Problems with Optimistic Locking in 1.2.4 FINAL

2005-10-25 Thread [EMAIL PROTECTED]
There are some basic premises with optimistic locking. To achieve the levels of concurrency, optimistic locking is only really recommended in a read-mostly scenario. The moment you have concurrent writes to a node (even if it is just two tx's writing to the same node) one of the tx's will be f

[JBoss-user] [Clustering/JBoss] - Session Timeout issue in clustered jboss

2005-10-25 Thread pilania
It happens on Jboss-4.0.1sp1 and Jboss-4.0.2 Two server cluster is running. User logs in through CSS (using stick sessions) and request is sent to server 1. Session gets replicated to server 2 fine. Web-app is distributable. Timeout is set to 3 mts on web-app. After 3 mts even though user is

[JBoss-user] [Security & JAAS/JBoss] - Re: Simple users/roles login to EJBs not passing username/pa

2005-10-25 Thread elkner
I use usually a simpler approach: public static InitialContext getInitialContext(...) | throws NamingException | { | String trailer = ("http".equals(proto) || "https".equals(proto)) | ? "/invoker/JNDIFactory" | : null;

[JBoss-user] [Security & JAAS/JBoss] - Re: IllegalStateException when called getCallerPrincipall on

2005-10-25 Thread darranl
There is one digit missing from your JBoss version number, also is there any reason why you are using a release candidate version? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903271#3903271 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[JBoss-user] [Security & JAAS/JBoss] - IllegalStateException when called getCallerPrincipall on SLS

2005-10-25 Thread albertok
JBoss 4.0RC2 Hi, I have old MDB EJB2.1 with configured RunAs as well as permisions and call method on a new SLSB EJB3.0. When tries to call getCallerPrincipall (in this SLSB) on SessionContext then I got IllegalStateException Previously I have used entity bean (ejb2.1) instead of SLSB with perm

[JBoss-user] [Performance Tuning] - Re: jboss serialization performance

2005-10-25 Thread [EMAIL PROTECTED]
We just created a forum for JBossSerialization. So, I'm moving this whole thread to that forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903258#3903258 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903258

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Commit option A and direct JDBC statements

2005-10-25 Thread elopezpicado
May I use commit option A and execute update sentences throw JDBC like this: | javax.sql.DataSource dataSource = (javax.sql.DataSource) homeFactory.lookup( | "java:/GlobalDS", javax.sql.DataSource.class); | | Connection conn = null; | try { | conn = dataSour

[JBoss-user] [JBoss Portal] - Re: How to reset Jboss Admin username and password

2005-10-25 Thread abc123xyz
Thank you - It was Oracle that was listening on that port View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903256#3903256 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903256 ---

[JBoss-user] [JBoss Portal] - Re: How to reset Jboss Admin username and password

2005-10-25 Thread darranl
Ok your question is not related to JBoss Portal, you should really ask your question at: - http://www.jboss.com/index.html?module=bb&op=viewforum&f=141 Before starting JBoss you should check if anything else is listenting on port 8080 (I suspect you have installed something else that is prompti

[JBoss-user] [Installation, Configuration & Deployment] - Tomcat 4.1.29

2005-10-25 Thread Siggib
Hi all I am using tomcat standalone 4.1.29 with jboss 3.2.7, and I did follow the instructions on http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossASTuningSliming page tomcat is using the jbossall-client.jar only thing so far changed is from jrmp to pooled mbean invoker in standardjboss.xml fil

[JBoss-user] [JBoss Portal] - Re: How to reset Jboss Admin username and password

2005-10-25 Thread abc123xyz
http://localhost:8080/web-console/ And I use Jboss 4.0.3 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903250#3903250 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903250 ---

[JBoss-user] [JBoss Portal] - Re: How to reset Jboss Admin username and password

2005-10-25 Thread darranl
I am not sure if you are really talking about JBoss Portal, what is the URL you are using to connect? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903247#3903247 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903247

[JBoss-user] [JBoss Portal] - Re: How do I write Portlets for my Own Portal..

2005-10-25 Thread ray_lukas
I looked up that link for you.. http://developers.sun.com/prodtech/portalserver/reference/techart/university.html there are a lot of good resources here and I understand now that the source for that portlet is now there.. View the original post : http://www.jboss.com/index.html?module=bb&op=v

[JBoss-user] [JBoss Portal] - How to reset Jboss Admin username and password

2005-10-25 Thread abc123xyz
When I try to go into jboss admin console I get a prompt saying: "enter user name and password for xdb". I tried to enter the default user name and password (Admin/Admin), but with no luck. How can I reset the admin password ? Thank Aviran View the original post : http://www.jboss.com/index.

[JBoss-user] [EMAIL PROTECTED] - Lead Generation

2005-10-25 Thread [EMAIL PROTECTED]
Lead Generation Role Sales Execs at JBoss are responsible for calling on accounts in their ?dirt?. Finding leads and working those leads so that they prosper into services business. ?Working? leads can take away a good amount of time away from finding more leads that potentially develop into s

[JBoss-user] [Security & JAAS/JBoss] - Re: Simple users/roles login to EJBs not passing username/pa

2005-10-25 Thread erik777
WOW! I got it. Thanks to the post of tineq I noted that he was using p.put(Context.INITIAL_CONTEXT_FACTORY, "org.jboss.security.jndi.JndiLoginInitialContextFactory"); whereas I was using org.jboss.security.jndi.LoginInitialContextFactory per the recommendation of http://wiki.jboss.org/wiki

[JBoss-user] [JBoss Portal] - Re: How do I write Portlets for my Own Portal..

2005-10-25 Thread ray_lukas
Well I am just starting to look at this portlet stuff again.. I am not totally sure I understand the question but I will venture an answer and hopefully it will be of some help to you. I am looking at a document that I got from the sun web page at http://developer.sun.org called the ?Introduct

[JBoss-user] [Security & JAAS/JBoss] - Re: Simple users/roles login to EJBs not passing username/pa

2005-10-25 Thread erik777
Thanks a million. That pushed me closer. I created a jaas.conf containing: JaasJNDI { | com.sun.security.auth.module.JndiLoginModule required; | }; and confirmed in debug mode that it loads the configuration. It gets past the point where it threw an exception trying to extablish a conte

[JBoss-user] [Beginners Corner] - Redirecting logs does not redirect all the logs

2005-10-25 Thread chintanks
Hello, I changed log4j.xml to redirect all the logs to the specified directory. But still I got one log at its default place, that is /server/default/log/server.log. Does anyone know what to do? Here is my log4j.xml http://jakarta.apache.org/log4j/"; debug="false">

[JBoss-user] [EJB/JBoss] - Lazy load

2005-10-25 Thread martin ganserer
Hello, I have got a problem with lazy load. I have a test web application. In a very simple servlet I want to search for all objects of a specific EJB via the local interface: Here are my entity bean snippets: | @OneToMany(fetch=FetchType.LAZY,cascade=CascadeType.ALL) | @JoinColumn(na

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

2005-10-25 Thread darranl
Another user has submitted a patch for this: - http://jira.jboss.com/jira/browse/JBAS-1955 If you are interested in the patch being applied you could vote for it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903234#3903234 Reply to the post : http://www.j

[JBoss-user] [Management, JMX/JBoss] - Re: How to invoke mbean method from standalone class

2005-10-25 Thread darranl
Are you sure your client is using the jbossall-client.jar from JBoss 4.0.3 and not from a previous version? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903233#3903233 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39

[JBoss-user] [JBoss Getting Started Documentation] - Re: Auto reload classes in JBOSS

2005-10-25 Thread darranl
Are you sure the modified time of the web.xml is being updated, if using Windows most people seem to open the file in a text edit add and remove a character and save the file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903231#3903231 Reply to the post :

[JBoss-user] [JBossWS] - Re: Test war or jar with JBOSS

2005-10-25 Thread darranl
Have you had a look at the code in the samples download? The class you need to look at is 'JBossTestCase' and the suite() method in the test classes. The Main Deployer MBean is invoked using the RMIAdapter and asked to deploy archives based on a URL. This is good for testing and development bu

[JBoss-user] [Javassist user questions] - Getting Exception while deploying in JBOSS

2005-10-25 Thread piku mishra
Dear Techies, I have used DOM Parser in my application. This application is running successfully in case of Weblogic and Tomcat. But it is not running in JBOSS(latest Version). I am getting this particaular application. javax.servlet.ServletException:org.w3c.dom.Node.getTextContent() org.apa

[JBoss-user] [Installation, Configuration & Deployment] - Re: How to change the url to my application dynamically?

2005-10-25 Thread [EMAIL PROTECTED]
Use apache in front View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903228#3903228 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903228 --- This SF.Net email is spon

[JBoss-user] [Security & JAAS/JBoss] - Re: Simple users/roles login to EJBs not passing username/pa

2005-10-25 Thread tim.cockle
Sounds like you need to set up the jaas.conf / auth.conf files. I have not used this example though so can't be of much help. you should have one in client/auth.conf I had this problem when setting up a remote client I found this helpfull: http://www.awprofessional.com/articles/article.asp?p=394

[JBoss-user] [Management, JMX/JBoss] - Re: You cannot commit with autocommit set!

2005-10-25 Thread marchesev
Hello albert, I have the same problem with Oracle 9.2 Jboss 4.0.2 hibernate 2 I wonder if in the meantime you managed to solve the problem Any hint is appreciated (consider that I have few degrees of freedom since I haven't the code of the 3rd party hibernate wrapper the application is using)

[JBoss-user] [JCA/JBoss] - Re: Reading of Oracle BLOB works with JBoss 3.2.3 but fails

2005-10-25 Thread parekhbh
Hi.. I am getting the same problem using Oracle 9i with JBoss AS 4.0.3. Can someone help me out... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903215#3903215 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903215 -

[JBoss-user] [JBossWS] - Re: Web services URL

2005-10-25 Thread telenko
Hello, Problem solved. My web application was using the same url as the webservices, so a call to http://pclf:8080/cbb-ovam/Processor?wsdl was handled by my web-app which resulted in a HTTP 404. I changed the url of my web-app and now the webservices are available through the url provided by

[JBoss-user] [Installation, Configuration & Deployment] - Re: log4j problem

2005-10-25 Thread chaituu
now i placed log4j.properties file in WEB-INF directory of war. placed log4j-1.2.4.jar in WEB-INF/lib ; files are created and are in default/log directory but content missing in those log files. renamed log4j.xml to jboss-log4j.xml;i didnt make any changes in that file;do i need to make any cha

[JBoss-user] [JBossWS] - ws4ee-Distribution?!

2005-10-25 Thread mugwump
Following up on my deployment troubles with webservices, I found the final reason to be, that ws4ee is not installed with the ejb3-profille of the jboss4.0.3-installer. As we have already started to change the server (added new Classes, changed configurations etc.), is there a possibility to d

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - on-find read-ahead does not work

2005-10-25 Thread jivkoto
Hi, It seems that on-find read-ahead do not work properly. I?ve seen so many posts in this forum for this problem, and no concrete answer. So until then here is my problem too :) I have entity with 3 fields (2 of them is primary key). I am trying to use on-find read-ahead. And I expect that ev

[JBoss-user] [Security & JAAS/JBoss] - Re: Wrong SECURITY_PRINCIPAL

2005-10-25 Thread tineq
Just to explain a little bit further: we have a web-app that stores username and password in session (i know ... that's bad) and inside servlets (jsps) is: InitialContext lctx = getInitialContext(user, password) ... lctx.lookup(...) ... lctx.lookup(...) What happenes is that sometimes methods ar

[JBoss-user] [JBossCache] - Re: Error in using TreeCache from Hibernate

2005-10-25 Thread [EMAIL PROTECTED]
This is a configuration error. In hibernate-service.xml, you should use: | ... | | org.hibernate.cache.TreeCacheProvider | true | ... | This is because Hibernate comes with a 'Provider' class for each major cache it supports; a wrapper that abstracts

[JBoss-user] [JBoss Portal] - how communicate between portlets?

2005-10-25 Thread pedrosacosta
If i've 2 portlets and i want to send information between them, what should i do? I can't find any example to clarify me. By the way, where can i find good examples of portlets with java source in it (not only class files) beside portletswap.com? Thanks View the original post : http://www.jbo

[JBoss-user] [Security & JAAS/JBoss] - Wrong SECURITY_PRINCIPAL

2005-10-25 Thread tineq
There's a method in one of our Stateless EJB (named Log) that returns the logged in user. The code below prints out: User1: b User2: b Why??? Two Log EJB's were created using different InitialContexts so I would expect that: User1: a User2: b should be printed. | public static InitialCo

[JBoss-user] [JBoss Portal] - Re: how run JSP in Jboss Portal?

2005-10-25 Thread pedrosacosta
Here is my code public class Test extends GenericPortlet { protected void doView(RenderRequest request, RenderResponse response) throws PortletException, IOException { response.setContentType("text/html"); String reqPath="/view.jsp"; PortletRequest

[JBoss-user] [Installation, Configuration & Deployment] - Re: log4j problem

2005-10-25 Thread chaituu
log files are creating but content is not coming in log files; still debug and info messages are coming in server.log;i dont want in server.log;i want to debug messages in respective log files only View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903197#3903197

[JBoss-user] [JBoss Portal] - how run JSP in Jboss Portal?

2005-10-25 Thread pedrosacosta
I created a portlet that works with servlets code. But, when i try to use the portlet with JSP, it doesn't appear anything when I run my portlet. I only have doView method declared. What i put in doView method is String reqPath = ?/calView.jsp?; PortletRequestDispatcher prd = portContext.getRequ

[JBoss-user] [Security & JAAS/JBoss] - Re: No method permissions assigned to method=create, interfa

2005-10-25 Thread tim.cockle
Have tried: < description>test< /description> pda_user < method> test Diary LocalHome create < /method> And: < description>test< /description>

[JBoss-user] [Installation, Configuration & Deployment] - Re: Error load Library with Jdom

2005-10-25 Thread tatilou5
Hi, I resolve my problem , I remove servlet.jar from my ear View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903191#3903191 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903191 --

[JBoss-user] [EJB/JBoss] - jboss.audit extension - provide old/new field values

2005-10-25 Thread paul.croker
Hi, I'm looking at providing audit information for certain entities. The joboss.audit XDoclet tag looks ideal for this. However, I'd like to record old/new field values, as well as the default information that jboss.audit provides. Has anyone extended the jboss.audit tag in this way? Any advi

  1   2   >