[JBoss-user] [JBoss Seam] - Re: URL Friendly Links

2006-04-05 Thread mirko27
? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935336#3935336 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935336 --- This SF.Net email is sponsored by xPML,

[JBoss-user] [JBoss Seam] - Re: URL Friendly Links

2006-04-05 Thread TrippCCN
My bad I jumped the gun... can someone just point me to the FAQ on this subject? I couldn't find it in the Wiki. chad View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935335#3935335 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[JBoss-user] [JBoss Seam] - URL Friendly Links

2006-04-05 Thread TrippCCN
I'm trying to use GET request variables instead of the POST method that commandLink uses. I have the following code: | | Which outputs a javascript enabled link with # at the end. But I want links with ?id=1 or ?id=2, etc. Is there any way to use GET links (without the javascript) tha

[JBoss-user] [JBoss.NET] - Re: Axis SSL java client

2006-04-05 Thread rmerry72
Yep. See this link: http://blogs.borland.com/krish/archive/2005/07/28/20601.aspx I imported my certificate into mycerts store and it worked great! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935333#3935333 Reply to the post : http://www.jboss.com/index.ht

[JBoss-user] [JBossWS] - Re: java.lang.ClassCastException: org.jboss.axis.Message

2006-04-05 Thread rmerry72
This seems to be caused by the Sun StubBase class is casting the response message to com.sun.xml.messaging.saaj.soap.MessageImpl as per the decomiled code snippet below: MessageImpl response = (MessageImpl)state.getResponse().getMessage(); if(!useFastInfoset() && response.isFastInfoset()

[JBoss-user] [Installation, Configuration & Deployment] - EJB Deploy, Lookup Problem

2006-04-05 Thread tvanbuskirk
Hi everyone, if you could help me with this I would be forever grateful! I've exhausted searching on the internet, and I've been through the trailblazer 3 times (but it focuses on accessing a local bean, rather than remote) I'm getting a NameNotFoundException that has nothing to do w/ it not be

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: out of memory error loading large queue

2006-04-05 Thread taggat
unfortunatly not, I tried alot of messageing services to try and get the load levels that we wanted, and i couldn't get jboss to handle the loads correctly. Our load levels are in the order of 300 Queue Receivers 150 Queue Writers 400 messages a second read and write. I know jboss has now full

[JBoss-user] [JBoss Seam] - Development suite to use

2006-04-05 Thread marius.oancea
Hello, Where can we found the info about what to use for developing app with actual CVS head: - what Eclipse IDE version - what jboss version is needed - what else. I developed an application with myeclipse and jboss beta 1. I now want to give a try to beta2 features (better ... CVS head) Is

[JBoss-user] [JBoss Seam] - Re: Development suite to use

2006-04-05 Thread marius.oancea
Such a Wiki will be of much help to get started faster. The Wiki has to contain URLs for each needed thing (link to jboss zip, link to needed hibernate tools, ..., other steps needed) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935329#3935329 Reply to the

[JBoss-user] [Installation, Configuration & Deployment] - Re: 4.0.4.CR2 with Mac

2006-04-05 Thread tvanbuskirk
Seems that using 4.0.4.CR2 and installing EJB 3.0 with clustering ended this problems. New problems arise, see new posting. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935327#3935327 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[JBoss-user] [JBoss Eclipse IDE (users)] - 2 persistence units?

2006-04-05 Thread ronsmitsnl
Hi I created an ejb3 jar for jboss 4.0.4RC1 with an persistence.xml in the META-INF directory. If I deploy this jar to the server I will get 2 persistence units. One with the name of the jar file and one with the name as I entered it in the persistence.xml file. Is this normal behaviour? Or a

[JBoss-user] [JCA/JBoss] - Re: No ManagedConnections available

2006-04-05 Thread beam36
And theses exception keep coming up all the time. All of my processes mostly rollback because of these exceptions. Nothing seems to work after these exception start to happen. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935325#3935325 Reply to the post :

[JBoss-user] [JCA/JBoss] - Re: No ManagedConnections available

2006-04-05 Thread beam36
I'm in the middle of load testing. And when I load to about 100 user concurrently I will got a lot of above Exception. At first I tought connection is not enough so i change my max connection pool to 100(and 500 later) but I still get these exception and some sqlexception said that no more trans

[JBoss-user] [JBoss Seam] - Re: Using hibernate validator.

2006-04-05 Thread mirko27
what about validatormessages..? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935318#3935318 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935318 --- This SF.Net e

[JBoss-user] [Remoting] - Re: Client connections.

2006-04-05 Thread [EMAIL PROTECTED]
IIRC there is no way to do this with any of the J2EE components (except JMS, but is not a direct reference to the client). The JBossRemoting project has a way track failed clients and push callbacks to the client from the server, but this project is not an implementation covered under any stand

[JBoss-user] [Security & JAAS/JBoss] - Secure JMX Invoker getting principle=null (can not shutdown

2006-04-05 Thread laurarami
I am trying to Secure the JMX Invoker. I have followed the instructions in the JBoss Developers Guide perfectly but can't figure out what is wrong. When I now try to shutdown JBoss with shutdown.sh -S -u admin -p admin the code returns principal=null. JBoss will not shut down. It acts as if it

[JBoss-user] [JBoss Seam] - @DataModel design issues -- JSF/HTTP dependency in EJBs?

2006-04-05 Thread uhyonc
I've been playing around with the issues system and I had some questions regarding the way DataModel works. The examples only show datamodels in which the data list/factory/selection are all on the same object. However, there are many cases when you would want to go to the selection from many d

[JBoss-user] [Security & JAAS/JBoss] - Re: SSL between apache with mod_jk+mod_ssl and JBoss 3.2.5 w

2006-04-05 Thread littlefish
mod_proxy is only for proxy forward. mod_jk is using to be load balancer. [client] <--https--> [Apache] <--ajp13--> [JBoss 3.2.5 (A)] ^ajp13--> [JBoss 3.2.5 (B)] When i setup all the ssl in Apache and JBoss, and using Ethereal to capture the data from

[JBoss-user] [JBoss jBPM] - Difficulties with jbpm-db

2006-04-05 Thread fptoth
I have been working with jbpm-db from the starter kit, attempting to build database support in MS SQL-Server. The generated create/drop scripts work properly when run manually, and I can confirm the problems with overall record size that are documented. However, from there I have been having no

[JBoss-user] [JBoss jBPM] - Re: New jBPM Getting Started Documentation

2006-04-05 Thread fptoth
But perhaps the "getting started" document should be correct as opposed to wrong? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935304#3935304 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935304 --

[JBoss-user] [EJB 3.0] - Re: Why doesn't the name() attribute of the @Stateless annot

2006-04-05 Thread bdecoste
jndi bindings are not standardized in the spec, so each vendor will likely have their own policy. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935303#3935303 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935303 -

[JBoss-user] [Installation, Configuration & Deployment] - Re: EAR packaging issue with classpaths and optional librari

2006-04-05 Thread asack
"[EMAIL PROTECTED]" wrote : There is a testcase for this so create a jira issue with the last version of the ear with the jars referenced by the my.jar manifest. | | http://jira.jboss.com/jira/browse/JBAS Scott, thanks. I'm going bald and I already don't have a lot of hair... I will try t

[JBoss-user] [JBoss jBPM] - Re: Problems deploying process

2006-04-05 Thread kukeltje
what about adding org/jbpm/graph/action/Script.hbm.xml to the classparth as well, or better, the parent dir of /org/ since I bet you will get multiple errors again if you just add this file. And no, nobody gets these errors. Did you start with some newly self prepared ant script? And yes,

[JBoss-user] [Clustering/JBoss] - Re: Dynamically create JMS destinations in clustered environ

2006-04-05 Thread jaink
Thanks for replying. Cluster to cluster with cluster being across WAN with possibly a satellite link connecting them. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935301#3935301 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[JBoss-user] [JBossWS] - JBoss with Mustang web services? Endpoint.publish(Object se

2006-04-05 Thread davhol_03086
Is there support for the new Mustang style of publishing web services to JBoss? See this link for an example: http://weblogs.java.net/blog/jitu/archive/2006/01/web_service_end.html This example publishes to a web server in the Mustang JRE. I see that there is another method Endpoint.publish(Obje

[JBoss-user] [JBoss jBPM] - Re: TaskAssignment works but findTaskInstances fails

2006-04-05 Thread kukeltje
- The warnings can be ignored - taskinstan0_.ISOPEN_='Y' is the culprit I think. The ISOPEN column in the JBPM_TASKINSTANCE table is a numerical field. I cannot imagine that this is a generic bug in jBPM since everybody would have this problem. Could be an issue with the hibernate config for d

[JBoss-user] [JBoss Eclipse IDE (users)] - Jboss IDE vs WTP...things that make you think hmmmm:)

2006-04-05 Thread sirmyth
Hi, For the impatient: 2 questions upfront:) 1) How can I use TPTP profiling with Jboss 3.2.5? ( any documentation etc that anyone knows about)? 2)Now that Jboss is part of Eclipse org. Would it make sense to have WTP use Jboss IDe server config etc for their code ( and for TPTP)? I install

[JBoss-user] [JBoss jBPM] - Re: New jBPM Getting Started Documentation

2006-04-05 Thread kukeltje
it's a 5 year old JBoss concept which has nothing to do with jBPM. I agree that for some people this needs to be documented, but people who do not figure this out within an hour should not be trusted with implementing this in a production environment. just my ?0.017 Ronald View the original p

[JBoss-user] [Microcontainer] - Re: JMX integration

2006-04-05 Thread bkeh12
"[EMAIL PROTECTED]" wrote : JBoss Microcontainer is decoupled from JMX and is just POJOs. see http://jira.jboss.com/jira/browse/JBMICROCONT-71 and http://jira.jboss.com/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&sorter/order=DESC&sorter/field=priority&resolutionIds=-1&pid=12310060&

[JBoss-user] [JBoss Messaging] - Re: JBoss Messaging locked up

2006-04-05 Thread etolson
That'd be good news. I followed the "Alternative Manual Procedure" and then mv'd the $JBOSS_HOME/server/messaging directory to be $JBOSS_HOME/server/default since all of our scripts are set to run the default. Here's output from run.sh, is this what you're looking for? anonymous wrote : |

[JBoss-user] [JBoss Messaging] - Re: JBoss Messaging locked up

2006-04-05 Thread [EMAIL PROTECTED]
Are you sure you use Messaging? I can see UIL2 Socket manager threads in your thread dump. UIL2 is a transport that comes with JBossMQ. After a correct Messaging installation, JBossMQ (and hence the UIL2 support) should completely dissapear from your installation, as MQ and Messaging are incom

[JBoss-user] [JBoss jBPM] - Re: Unable to save ProcessInstance after adding RuntimeActio

2006-04-05 Thread whitbeck
Whoops! I didn't include the discriminator from the subclass mapping file. Try this: | | http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd";> | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=393529

[JBoss-user] [Installation, Configuration & Deployment] - Re: EAR packaging issue with classpaths and optional librari

2006-04-05 Thread [EMAIL PROTECTED]
There is a testcase for this so create a jira issue with the last version of the ear with the jars referenced by the my.jar manifest. http://jira.jboss.com/jira/browse/JBAS View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935288#3935288 Reply to the post : ht

[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Re: NameNotFoundException: CabinHomeRemote not bound

2006-04-05 Thread raistrick
having pretty much the exact same problem. its occuring when i try to create a second directory at the same level as cabin with its own entity beans inside. i just want to be able to use both beans (not sure i fully understand this enterprise javabeans, but at uni, little choice, must use it)

[JBoss-user] [Microcontainer] - Re: JMX integration

2006-04-05 Thread arvinder
Hi Bill Is there currently a pojo wrapper for the jmx mbean server ? The reason I ask is the requirement of running jboss-messaging standalone without JBoss AS, since jboss-messaging depends on jboss-remoting + the mbean server. I'm actually loking at this http://jira.jboss.com/jira/browse/JB

[JBoss-user] [News & Announcements] - 4.0.3SP1 HttpServletRequest.isUserInRole Security Patch

2006-04-05 Thread [EMAIL PROTECTED]
A problem was found with the support for custom user principals in the web container that resulted in the last security domain to add a principal to the web container isUserInRole cache is causing a conflict in the HttpServletRequest isUserInRole(String) call when a web app is using another sec

[JBoss-user] [JBoss jBPM] - Re: Unable to save ProcessInstance after adding RuntimeActio

2006-04-05 Thread whitbeck
Here is the result of this issue: Although I had extended the Action class in my Java code, I had not declared it in my Hibernate mapping files as a subclass to Action. Even though I had no intention of persisting this class outside of jBPM, I still had to create the subclass mapping for Hiber

[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS dynamic role-based security with a custom Policy?

2006-04-05 Thread perwik
Now, about two years later I found this thread and I'm wondering what this looks like today? I'd like to implement something that works almost exactly like what the original poster describes, but I've got a hard time finding info about how to do this, if it is possible with Jboss today. "ikarpo

[JBoss-user] [Installation, Configuration & Deployment] - Re: EAR packaging issue with classpaths and optional librari

2006-04-05 Thread asack
Another update, no matter where I put my Map and/or Config.xml file within my.jar, I can't see it and its not on my runtime classpath. Has anyone experienced this before? After reading Chapter 8 more closely of the J2EE spec, putting the lib/ibatis* entries in the Class-Path MANFEST attribute

[JBoss-user] [JBoss jBPM] - Re: TaskAssignment works but findTaskInstances fails

2006-04-05 Thread sps100
Found a workaround We have process instance (process instance id) so we can also use API: Collection taskCollection = processInstance.getTaskMgmtInstance().getTaskInstances(); Then look for the given Actor Id. We don't have many Task Nodes so this should not cause any performance problem. Looks

[JBoss-user] [JBoss Portal] - Re: access httpsession from jaas loginmodule ?

2006-04-05 Thread mholzner
| Subject currentSubject = (Subject)PolicyContext.getContext("javax.security.auth.Subject.container"); | but note that this call is subject to security manager access checks. Not sure if there is any better way View the original post : http://www.jboss.com/index.html?module=bb

[JBoss-user] [JBoss jBPM] - Re: Problems deploying process

2006-04-05 Thread ShavianShakes
[Finally figured how to add code in the text]: | | | | description | | | | | | | | | | Since the error I was getting was related to the commons-logging, I added that to

[JBoss-user] [JCA/JBoss] - Re: No ManagedConnections available

2006-04-05 Thread [EMAIL PROTECTED]
Please read: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp We need more information if we are going to help beyond what you have provided if we are going to help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935280#3935280 Reply to the post : htt

[JBoss-user] [EJB 3.0] - Re: Error deploying ejb3.0 test

2006-04-05 Thread LaLiLuna
You could put the *-ds.xml into the deploy folder of JBoss as well. I will add this information to the tutorial as soon as possible. regards Sebastian View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935274#3935274 Reply to the post : http://www.jboss.com/inde

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss 4.0.4.CR2 Installer Question

2006-04-05 Thread CBax007
At a quick glance, when I install the 'all' config, I see the properties-service.xml file and I do not see it when I install the 'ejb3-clustered' config. I was using the system properties service to get my service specific property files loaded. Another thing I don't see is a webservices SAR

[JBoss-user] [JBoss Portal] - Re: access httpsession from jaas loginmodule ?

2006-04-05 Thread cpage
ok, i'll take a look on what informations i can add to the subject. and after, how can i get these informations in the portal ? how can i retrieve the subject ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935273#3935273 Reply to the post : http://www.jb

[JBoss-user] [Installation, Configuration & Deployment] - Re: EAR packaging issue with classpaths and optional librari

2006-04-05 Thread asack
Whoops, no my my.jar MANIFEST file has the reference to ibatis libaries. But either way doesn't work (I tried the first way for S&G's and that doesn't even find them). This is so weird...I'm using 404RC1... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935

[JBoss-user] [JBoss Portal] - Re: Change a user role dynamically

2006-04-05 Thread danny_hon
I thought it was specific to our portal. Then I tried to use the default portal, it has the same effect. To reproduce it: 1. Login as "user" from a new browser. 2. Login as "admin" from a new browser, and grant "user" administrators rights. 3. Login as "user" again from a new browser. It still

[JBoss-user] [Installation, Configuration & Deployment] - Re: NoClassDefFoundError: org/jboss/web/tomcat/tc5/session/F

2006-04-05 Thread nickvdh
The EJB3 solutions worked for me too ( really not meaning everything works, but that exception 's gone :-) ) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935269#3935269 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: out of memory error loading large queue

2006-04-05 Thread jaink
Hi, I was curiously to find out if upgrade to newer version worked for you. I have just looking into Jboss MQ and will appreciate it you could reply. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935266#3935266 Reply to the post : http://www.jboss

[JBoss-user] [JBoss jBPM] - TaskAssignment works but findTaskInstances fails

2006-04-05 Thread sps100
Using 3.1, DB2 8.x I created an assignment handler and assigned a task to the user "guest" using Assignable.setActorId("guest") method. This creates a task instance in JBPM_TASKINSTANCE with ACTORID_ as guest. This thorws following warning: 13:15:06,068 [main] WARN StatefulPersistenceContext :

[JBoss-user] [Installation, Configuration & Deployment] - Re: EAR packaging issue with classpaths and optional librari

2006-04-05 Thread asack
I would like to add taht yes, I checked, the map files are there and the correct path is specified. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935265#3935265 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935265

[JBoss-user] [Clustering/JBoss] - Re: Dynamically create JMS destinations in clustered environ

2006-04-05 Thread [EMAIL PROTECTED]
>From one cluster to another, or one server to another within a cluster? If the latter, yes, JBoss MQ supports clustering. See http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossMQHA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935261#3935261 Reply to the pos

[JBoss-user] [EJB 3.0] - Re: do we have a security-proxy on ejb3?

2006-04-05 Thread delkant
interceptors??? i made some test with the interceptors, and looks nice when the intention is to log some process, but if i have to do an "if" per method to see if is an specific method what is called, and after that see if the parameter is empty or not (null for example) that doesn't have much

[JBoss-user] [Installation, Configuration & Deployment] - EAR packaging issue with classpaths and optional libraries (

2006-04-05 Thread asack
I have an EAR file packaged like this: my.ear: my.ear/META-INF/MANIFEST.MF my.ear/META_INF/application.xml my.ear/lib/ibatis-common-2.jar my.ear/lib/ibatis-sqlmap-2.jar my.ear/lib/ibatis-map-2.jar my.ear/my.jar my.jar: my.jar/com/blah/blah my.jar/META-INF/MANIFEST.MF my.ear's MANIFEST file has a

[JBoss-user] [Clustering/JBoss] - JBoss Support for JMS clustering

2006-04-05 Thread jaink
Hi, I am new to JBoss and JBoss MQ but need to create clusters with cluster-wide queues and topics. Does JBoss supports it? Is it possible to route messages from one cluster to another? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935258#393525

[JBoss-user] [JBoss Portal] - Re: Change a user role dynamically

2006-04-05 Thread cpage
i tried to explain it last week in this post : http://jboss.org/index.html?module=bb&op=viewtopic&t=80165 but my english is quite bad, so :p i had the same problem. easy way to reproduce it: add a portlet with a security contraint, and a role like "myrole" connect as admin. add role "myrole" to

[JBoss-user] [EJB 3.0] - if jboss 4.0.4 RC2 compatible with EJB 3 final draft?

2006-04-05 Thread a_aravind_k
I have the persistance.xm in the META-INF folder of the EJB-JAR..but the persistance unit doesnt seem to be deployed at all. I get this deployment error: | 16:03:08,992 INFO [EJB3Deployer] Deployed: file:/C:/jboss-4.0.4.CR2/server/defa | ult/deploy/demoejb3.jar | 16:03:08,992 ERROR [URL

[JBoss-user] [JBoss Seam] - Re: Using hibernate validator.

2006-04-05 Thread [EMAIL PROTECTED]
(1) To set the resource bundle in use for the whole app, set the seam property: resourceBundle.bundleName= (2) To set a session locale programmatically, call LocaleSelector.instance().setX() - ie. the built-in Seam component named "localeSelector". View the original post : http:/

[JBoss-user] [JBoss Seam] - Re: Cannot use @DataModel and sorting functionality for Toma

2006-04-05 Thread [EMAIL PROTECTED]
yes, agreed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935247#3935247 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935247 --- This SF.Net email is sponsored b

[JBoss-user] [JBoss Seam] - Re: Using hibernate validator.

2006-04-05 Thread [EMAIL PROTECTED]
Note that I fixed a bug in that code this morning. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935246#3935246 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935246 --

[JBoss-user] [JBoss Seam] - Re: Using hibernate validator.

2006-04-05 Thread [EMAIL PROTECTED]
Step into the code and find out what is null. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935245#3935245 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935245 ---

[JBoss-user] [EJB 3.0] - Re: App works in 4.0.4RC1, but not 4.0.4CR2 ....

2006-04-05 Thread dr_j
Okay, found this post dated today, indicating that I'm not the first to hit this issue: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=80604 So ... guess we're just stuck until sometime next week at the earliest, due to some incompatibility between seam/jboss.4.0.4CR2/EBJ3. j View

[JBoss-user] [Beginners Corner] - Sending Mail on Errors with Log4j

2006-04-05 Thread khoyaraaz
Hi, I'm using jboss4.0.3SP1 right now, I was wondering how to get my errors/exceptions mailed to my email. I tried configuring the conf/log4j.xml file with the following setting: | | | | | | | | | | |

[JBoss-user] [EJB 3.0] - App works in 4.0.4RC1, but not 4.0.4CR2 ....

2006-04-05 Thread dr_j
We have an application that, at this point, is mostly using the Seam database reverse engineering code (taking a schema and generating the appropriate classes, jsp, etc.). If I build and deploy this code with RC1, everything appears to work as expected. If I build and deploy the same code with C

[JBoss-user] [JBossCache] - Implementing custom eviction policies

2006-04-05 Thread dycheng
Hi, I'm new to this forum so if I'm asking an inappropriate question please let me know. I'm using jboss 4.0.1 and the jboss cache jar that comes with should be 1.2.4. I attempted to implement a custom eviction policy for TreeCache because the default LRU behavior doesn't suite my needs. Howev

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Too many threads for message queue?

2006-04-05 Thread sumitsu
The formatting may make it unclear, so note that where I say "Remember to enclose in ...", the formats should be, respectively: | | | | | | and | | | | | | View the original post : http://www.jboss.com/index

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How to make jms do file based persistence instead of dat

2006-04-05 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=FAQJBossMQFilePersistence View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935197#3935197 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935197 --

[JBoss-user] [JBoss Seam] - Re: BPM Variable Injection

2006-04-05 Thread go_rags
Gavin, The intent is to prove that a jBPM (action or a webservice call) can also be performed as part of the demo. So I have to use the ActionHandler and a Webservice to complete the demo. At the risk of sidetracking the issue, I faced a problem while i replaced the action handler with a sea

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Too many threads for message queue?

2006-04-05 Thread sumitsu
For anyone else who might be having this problem: I think I have figured it out. My initial conclusion was correct; JBoss was creating more message threads than it had the heap capacity to support, causing an OutOfMemoryError. The minimum and maximum number of message threads for a standard MDB

[JBoss-user] [JBoss Seam] - Re: Upgrade to jboss-4.0.4.GA-ejb3

2006-04-05 Thread [EMAIL PROTECTED]
"SunFire" wrote : "lcoetzee" wrote : 2. What does the GA mean ? Is this in line with the Hibernate 3.2.0.CR1 release ? | Usualy (I am not sure about JBoss tho) GA means "General Availability" and is used to flag a "final" and production ready release after a bunch of "Release Candidates" (or i

[JBoss-user] [Installation, Configuration & Deployment] - 4.0.4.CR2 with Mac

2006-04-05 Thread tvanbuskirk
Hi everyone, I am running Mac OS X 10.4. About a week ago, I had been receiving this error using JBoss AS 4.0.3SP1: | javax.naming.CommunicationException: Could not obtain connection to any of these urls: 10.0.1.6:8080 and discovery failed with error: javax.naming.CommunicationException: Re

[JBoss-user] [JBoss Portal] - IE vs firefox

2006-04-05 Thread pedrosacosta
I've build an aplication that works in jboss portal. I acess the application with this url: http://localhost:8080/portal/auth/portal/BEM-Portal/Acidentes The problem is that, in the firefox browser, when i submit an event, the page jumps to the current url. But in Internet Explorer, the page g

[JBoss-user] [JBoss Portal] - Re: access httpsession from jaas loginmodule ?

2006-04-05 Thread mholzner
and what's wrong with using the Subject ? Why do it any other way then the default login modules handle this case? they create Groups and Principals and populate the Subject with them. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935219#3935219 Reply t

[JBoss-user] [JBoss Portal] - Re: JBoss Portal & MySql

2006-04-05 Thread [EMAIL PROTECTED]
What version of AS? Don't use the installer, btw. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935232#3935232 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935232 ---

[JBoss-user] [EJB 3.0] - Re: Why doesn't the name() attribute of the @Stateless annot

2006-04-05 Thread asack
"bdecoste" wrote : If you want to explicitly specify the jndi binding, use the RemoteBinding and the LocalBinding annotations. The name attribute of Stateless sets the EJB name for the bean. Without A RemoteBinding or LocalBinding annotation, the default binding is earName/ejbName. | | The

[JBoss-user] [JBoss jBPM] - changiing web-saleĀ“s database

2006-04-05 Thread aamonten
Hi I'm trying to use mysql as database for the web-sale application, I have followed the intructions at chapter 8 of the user guide, but I'm getting this error: anonymous wrote : | org.jbpm.configuration.ConfigurationException: no messaging service available | at org.jbpm.msg.comm

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: NullPointerException redeploying AxisServlet on JBoss 4.

2006-04-05 Thread silviu.marcu
I have the same problem, jboss 4.0.3SP1 with axis 1.3, The other scenario (to copy the axis jars to the application) is not working because of another problem. (my scenario is one ejb application and one web application, try to add axis to both ... and: ---

[JBoss-user] [JBoss Portal] - Re: JBoss Portal & MySql

2006-04-05 Thread [EMAIL PROTECTED]
ok. I just noticed one problem. Why are you switching around the jdni names of the ds? All you need for portal is the portal-mysql-ds.xml. I dont know what the mysql-ds.xml is or does. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935238#3935238 Reply to th

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - multiple oracle jdbc driver versions?

2006-04-05 Thread jleech
I need to connect to two seperate oracle instances, one running 8.1.7, and the other 9.2.0.6. I am currently using the oracle 10g jdbc driver, which has problems connecting to the 8.1.7 instance. Is it possible to configure JBoss to use two versions of the oracle driver, one for each database

[JBoss-user] [JBoss Portal] - Re: JBoss Portal & MySql

2006-04-05 Thread dgaethofs
I just downloaded the zip file from the download area. Version seems to be: Version: 4.0.4RC1(build: CVSTag=JBoss_4_0_4_RC1 date=200603151617) Version Name: Zion Built on: March 15 2006 Base Location: file:/C:/ProgramFiles/jboss-portal-2.2.1RC3-bundled/server/ Base Location (local): C:\Progr

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Changing Hibernate MBean Properties, Please help

2006-04-05 Thread ljpaff
Hi all, i want to know how to change Mbean properties such this peace os code: | 20:27:52,484 INFO [SettingsFactory] Automatic flush during beforeCompletion(): enabled | 20:27:52,484 INFO [SettingsFactory] Automatic session close at end of transaction: enabled | 20:27:52,484 INFO [Set

[JBoss-user] [JBoss Portal] - Re: Change a user role dynamically

2006-04-05 Thread [EMAIL PROTECTED]
Post details of how to reproduce it please. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935213#3935213 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935213 --- T

[JBoss-user] [EJB 3.0] - Re: EmbeddedId and GeneratedValue

2006-04-05 Thread squishy
Entity Class: | package ejbframe.entity; | | import javax.persistence.*; | | @Entity | @IdClass(UserPK.class) | @Table(name = "users") | public class User { | | private int userId; | private String name; | private String password; | | @Id @GeneratedV

[JBoss-user] [JBoss Seam] - Re: Using hibernate validator.

2006-04-05 Thread mirko27
Now I do use seam managed entitymanager, but refreshentities still gives me same error. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935221#3935221 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935221 ---

[JBoss-user] [JBossWS] - Works in WebLogic 9.1, but not JBoss 4.0.3SP1

2006-04-05 Thread ypfamily
Hi, I am deploying a simple WS that was developed totally by hand (i.e., all the DD were). Works perfectly in WL, but doesn't work right in JBoss. I am using jboss-4.0.3SP1. Here is the WSDL: | | | http://schemas.xmlsoap.org/wsdl/soap/"; |xmlns:soapenc="http://schemas.xmlsoap.or

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss 4.0.4.CR2 Installer Question

2006-04-05 Thread [EMAIL PROTECTED]
The default and all configurations need to remain j2ee1.4 compatible. What exactly are the features of all that are missing in the ejb3-clustered that you are looking for? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935229#3935229 Reply to the post : h

[JBoss-user] [Installation, Configuration & Deployment] - JBoss 4.0.4.CR2 Installer Question

2006-04-05 Thread CBax007
Is there a reason why EJB3 is not installed when selecting the 'all' configuration from the installer? In previous versions (4.0.4 RC1 for example), the installer would install EJB3 when you selected the 'all' configuration, but this one does not. It appears that the only way to get an EJB3 i

[JBoss-user] [JBoss Portal] - Re: JBoss Portal & MySql

2006-04-05 Thread dgaethofs
Alright, Did what you suggested and changed the my.ini. No results! Meanwhile I also tried it with the jboss-portal-2.2.1RC3-bundled but same problem. By the way I am using the mysql-connector-java-3.1.12-bin-g.jar . I also notice I get the next messages: 21:03:57,128 WARN [ServiceController]

[JBoss-user] [Clustering/JBoss] - Re: Sticky sessions

2006-04-05 Thread [EMAIL PROTECTED]
Great! When I wrote it I had a feeling it wasn't going to be what you needed, but I took a shot at it :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935212#3935212 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JNDI env-entry + env not bound

2006-04-05 Thread dduchaine
Could it be related? We configured a virtual host this way (stacktrace below): | | | www.domainname.com | | 2006-04-05 15:00:25,849 WARN [org.apache.struts.action.RequestProcessor] Unhandled Exception thrown: class javax.naming.NameNotFoundExcept

[JBoss-user] [EJB 3.0] - Re: Why doesn't the name() attribute of the @Stateless annot

2006-04-05 Thread bdecoste
If you want to explicitly specify the jndi binding, use the RemoteBinding and the LocalBinding annotations. The name attribute of Stateless sets the EJB name for the bean. Without A RemoteBinding or LocalBinding annotation, the default binding is earName/ejbName. The EJB annotations are in the

[JBoss-user] [JBoss Portal] - Re: problem with portlet hot deployment

2006-04-05 Thread [EMAIL PROTECTED]
created http://jira.jboss.com/jira/browse/JBPORTAL-781 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935218#3935218 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935218 --

[JBoss-user] [EJB 3.0] - Re: Why aren't EJB3 Naming Contexts removed after undeployme

2006-04-05 Thread bdecoste
What's your follow on question? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935222#3935222 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935222 --- This SF.Net e

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JNDI env-entry + env not bound

2006-04-05 Thread dduchaine
We get a: javax.naming.NameNotFoundException: env not bound View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935206#3935206 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935206 -

[JBoss-user] [JBoss Portal] - Re: JBoss Portal & MySql

2006-04-05 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=AvoidMySQL5DataTruncationErrors View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935209#3935209 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935209

[JBoss-user] [JBoss Portal] - Re: problem with portlet hot deployment

2006-04-05 Thread [EMAIL PROTECTED]
Yes. I have discovered this as well, trying to deploy seam portlets. Can you please create a jira bug task for this and link to this forum post? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935211#3935211 Reply to the post : http://www.jboss.com/index.html

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss 4.0.3 client authorization - gap in the JBoss secu

2006-04-05 Thread [EMAIL PROTECTED]
There are client certs tests in the 4.0.x testsuite so with the info given I have to say its a configuration problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935196#3935196 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[JBoss-user] [Beginners Corner] - Tomcat Admin learning JBoss

2006-04-05 Thread ender7007
Heya: About 7 months ago I took a job that involves working with Tomcat extensively as an admin. Not ever having touched anything like this, it was a great challenge. I've since learned alot about the server.xml, app specific configs, and have done some application deployments using the "mana

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JNDI env-entry + env not bound

2006-04-05 Thread [EMAIL PROTECTED]
The struts action has an incorrect context class loader, or has introduced a jndi.properties that is corrupting the naming environment. Stacktrace is step 1. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935215#3935215 Reply to the post : http://www.jboss.c

  1   2   3   >