tried a plain java app with jdbc connection and it works.
in case of managed connection pool, why it tries to connect without using
password?
Access denied for user 'root'@'localhost' (using password: NO))
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&
Hi,
my config is Jboss As 5.1.0.GA + Eclipse Galilio + Seam 2.2.0.GA + Jboss Tools
3.1.0
I created a Seam Web Project. my registration-ear/registration.ds looks like
|
|
| registrationDatasource
| true
| jdbc:mysql://localhost:3306/test
| com.mysql.
Hi,
I installed JBoss AS 5.1.0.GA + Eclipse Galilio + Seam Tools
3.1.0.v200910281724M-H247-M4 (Milestone release)
I created a Seam Web project "Test" for a simple check and ran it on AS.
"Test" ear took atleast 3 mins to get deployed.
| 15:15:32,671 INFO [ServerImpl] JBoss (Microcontainer
Hi,
My app server goes slow every couple of days. We will have to restart the
server. Our application is in Spring , JSF and Facelets. I am skeptical about
the objects being garbage collected. Is there a way to check how many and what
objects are loaded in to Jboss server?
Thanks
Vinaya
View
Hi,
I just installed JBoss-5.1.0-GA-JGK-6 JBPM 4.1 as per JBPM user guide.
I started JBoss and database through "demo.setup.jboss" ant task.
I want to access JBPM console at http://localhost:8080/jbpm-console. I used
username and passwords as (mary, password), (alex, password), (admin,admin),
Hi,
I want to migrate from Sun JCAPS to JBoss JBPM. My existing BPM in JCAPS has a
Http listener which receives Http Request and invokes business
process/workflow.
I searched in all the docs and on google for info on handling Http requests
directly in Jboss JBPM. But without luck.
I want to
I'm deploying this managed bean with Spring bean injected.
This web application works fine on Sun-JRE 1.6.6 and Jboss 5.0.1.
Unable to inject the bean when deploying with IBM-JRE 1.6.0 and Jboss 5.0.1 on
same windows OS.
This is the requirement from the client.
I would appreciate any help or
Hi Peter,
I tried that. But I have using Log4jMDCUserFilter to log the session id and
user name. I am getting errors on this , if I remove the log4j.jar.
Thanks
Vinaya
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236380#4236380
Reply to the post :
http:/
Hi Peter,
I have the file in
jboss_home/servers/default/config, my app is in default folder.
My Xml is
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
View th
Hi,
I am using Jboss 4.2.2GA
I am fine when I have log4j.properties file. But I want to switch to
jboss-log4j.xml. I wanted to go with this because, this file can be hot
deployed.
When trying to do this, I am getting the following error
16:50:32,765 ERROR [STDERR] log4j:ERROR A
"org.jboss.log
But what if the old standard war file has files that are obsolete as of a newer
war, and shouldn't be there once the new war is deployed? Aside from the
custom jars, it could get messy to reconcile what should/shouldn't remain. I
could easily script moving the custom jars out, deploying a stan
Does anyone have any thoughts on this? Lots of views, but no replies :(
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4216841#4216841
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4216841
_
I do not have complete access to the box since I am only a developer and have
to rely on Unix administrators. The issue looks like a shutdown error during a
restart not a start up error. It happened during what I thought was a start up
after a configuration change so I thought it was a start up
We modified an Oracle data source and restarted JBoss 4.2.3.GA. Tomcat loaded
first and deployed our application with a servlet that was maked to start on
load and access the database about 50 seconds before the JBoss loaded the
datasource. How do you create a dependency so Tomcat loads after t
Hi, please let me know if I'm in the wrong place.
QUESTION: Is it possible to use a classpath or classloader setting to load
jars from a location outside our app's deployed war WEB-INF/lib location, but
AFTER the app's WEB-INF/lib jars have already been loaded?
BACKGROUND: Our company has an
Thanks. That works.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202643#4202643
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4202643
___
jboss-user mailing list
jboss-user
Hello,
I have a .ear file that I can deploy on JBOSS 4. Now I am trying to deploy it
on JBOSS 5 and I am getting this deployment error. The only thing I can find
in the error message that might relate to my code or config files is
Caused by: org.jboss.xb.binding.JBossXBException: Failed to pa
Hi,
We have recently migrated from weblogic to Jboss.
I am not sure if the way we are deploying the application is the right way to
do. It is in production though.
Recently we have an issue that when session times out, it the user clicks on
any link , there would be an HTTP 500 error. To preven
"[EMAIL PROTECTED]" wrote : hi, take a look at the introductions example we
have in the distro. there you'll find an example jboss-aop.xml file and a
pom.xml file that will help you along.
I am following the introduction example to introduce an advice to a class.
as per the example
I creat
I am new bee ,trying to add introduction to one of my class.
here my pom part
| org.jboss.maven.plugins
| maven-jbossaop-plugin
| 1.0.0.GA
|
|
| run
|
i saw the folder audit/target/classes is read-only , i am using maven2 eclipse
to build my porject , i am executing maven install which first will do the
compile and then call jboss compile , but the compile by maven is making th
classes folder read-only , why is ti read-only ?
"[EMAIL PROTE
I am using jboss maven aop to build my project.I am doing a simple test trying
to introduce serializable adive to my pojo.
here my jboss-aop
|
|
| java.io.Serializable
|
|
here the console out put
[INFO] Scanning for projects...
| [INFO]
---
I am new bee trying to use maven-jbossaop-plugin for my project here is my pom
, I am using java 1.6
http://maven.apache.org/POM/4.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
| xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd"
Anda mungkin mempunyai cukup uang sekarang.
Tapi belum tentu Anda merupakan orang yang sukses , Siapa tahu Anda mempunyai
potensi yang belum Anda raih ? kunjungi http://www.divaprofit.com/?s=DP00021dan
dapatkan 2 ebook gratis
_
24 matches
Mail list logo