Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
3k views

Deploying a datasource w/ JAAS login module as a .sar in jboss

Does anyone have experience bundling a datasource (-ds.xml) definition + login-config.xml as a service archive in jboss? I've been fighting with this for awhile to no avail. I'm just looking for ...
3
votes
1answer
82 views

How to find number of memory accesses

Can anybody tell me a unix command that can be used to find the number of memory accesses that took place in a given interval. vmstat, top and sar only give the amount of physical memory space ...
2
votes
0answers
130 views

jboss SAR instead of /tomcat/shared (alfresco for example)

Hey all, I'm curious if you can use a jboss SAR to hold all the xml, class files, and even lib files that, if you were using tomcat, were traditionally in the /shared/classes, shared/lib locations ...
1
vote
0answers
63 views

JBoss sar application start service method not called on startup

I am attempting to run a JBoss service archive (sar) that was originally running on JBoss 4.2.3.GA to now run on JBoss 6.1.0.Final. I am finding that on the JBoss 6.1.0 startup, the sar's ...
1
vote
1answer
71 views

SAR (System Activity Reporter) reporting more bytes than expected

I was using SAR for monitoring bandwidth in one of my projects and I was not sure if it is reporting correct data. So I wrote a very simple dummy program (in java) for testing it which opens a server ...
1
vote
1answer
227 views

What is a good way to create SAR archives with maven?

Actually i found the Maven plugin maven-sar-plugin. It was last published on 2007-11-06. Is there a more uptodate way to create an sar?
1
vote
1answer
1k views

How to integrate smartGWT(presentation layer) with Spring service?

I have implemented service layer which interacts with Data Access layer for data. So basically business logic is implemented at service layer. Services are implemented on spring framework. So ...
1
vote
1answer
206 views

Class ConfigurableObject not found when using Spring in a JBoss 5 SAR

I'm packaging a couple JMX MBeans inside a JBoss SAR file. However, when I try to introduce Spring (3.0.2.RELEASE) into the project by marking the class as @Configurable and one of the dependencies ...
1
vote
1answer
130 views

In JBoss, how do I make my war start after my sar?

Within my service I have an mbean which is accessed by my war file. How do I ensure that the war file is deployed and started after the service?
0
votes
0answers
33 views

How to Interpret I/O on ksar, sar

Device: rrqm/s wrqm/s r/s w/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util sda 0.01 1.38 0.02 0.51 0.37 7.56 29.42 0.02 31.72 6.15 ...
0
votes
0answers
26 views

disk activity monitoring utility at millisecond granularity

I am working on a project, where I need to see the effects of workloads on disk. SAR and IOSTAT gives disk activity monitoring but granularity is 1 second, I am looking for some method to report ...
0
votes
0answers
109 views

Can a SAR depend on another SAR across EARs?

Greetings, First, I am using JBoss 5.1.GA and java jdk 1.6 I have a set of EARs. Each EAR contains one EJB, one SAR, and one WAR. I am trying to control the deployment order of the SARs so that one ...
0
votes
0answers
424 views

sysstat for java - using jstat [closed]

I don't have my own site to post this on at the moment... but here's something that may be useful to you java people out there. SORRY if these are not terribly flexible in terms of command line ...
0
votes
1answer
331 views

Class not found in JBoss

I have a jboss service. I try to load a class from different jar file, it always gives in BEA jdk1.5. It works fine sun jdk1.6. Any clue? I have a archive in abcd.sar which calls a Schedulable class ...