when I open the JMX console on JBoss and click on the Service=Naming
I get the following text on JNPServerSocketFactory (RW) :
ReflectionException: java.lang.NullPointerException
Cause: java.lang.NullPointerException
Is this correct?
View the original post :
http://www.jboss.org/index.html?modu
Out of this, which log4j jar file, i will set it in the classpath ???
/jboss-3.2.3-src/build/output/jboss-3.2.3/lib/log4j-boot.jar
./jboss-3.2.3-src/build/output/jboss-3.2.3/client/log4j.jar
./jboss-3.2.3-src/build/output/jboss-3.2.3/server/all/lib/log4j.jar
./jboss-3.2.3-src/build/output/jboss-3.
I need a ModelManager for my application that actively monitors transient
non-J2EE data (local and remote TCP/IP data, SNMP info etc. throught CORBA).
That data must be available to the EJB's in my application. This ModelManager
must be running always as long as the application is deployed (not
When i run ./build.sh under /messaging/i am getting the following error ...
compile-parsers:
[javac] Compiling 8 source files to
/hai/jboss-3.2.3-src/messaging/output/classes
[javac]
/hai/jboss-3.2.3-src/messaging/src/main/org/jboss/mq/selectors/Operator.java:10:
cannot resolve symb
Hi,
I'm trying to use a MySQL database as a DataSource for JAAS authentication.
I followed all the instructions in getting started guide to install a MySQL
database as a datasource and use it as a JAAS data source. By the way I don't
know why chapter 9 about Security Configuration disappeared in
as far as my question in section "O'Reilly JBoss 3.0/4.0 Workbook" is still
unanswered
(http://www.jboss.org/index.html?module=bb&op=viewtopic&t=54938) i dare ask
here also.
jboss workbook 15_1 example for web services works fine under jboss-4.0.0, but
under the latest one 4.0.1 it throws:
Axis
ok, to redeploy an app (war or ear) jboss seems pretty good. but what can i
do with jboss in the following scenarios.
1) user is logged into app while i redeploy --
2) user is logged into an app that uses EJBs and i redeploy those EJBs
(Stateless) --
how does jboss handle reployment issues
is it even possible to configure a fixed number of mdb instances for use per
queue?
i looked at the standjboss.xml, and it looks like that declares the number of
MDBs per jmscontainer, which is per jboss instance i assume.
is there a way to do so such that i can configure the logical instances
I found my problem. Recall the initial error was
java.lang.NoClassDefFoundError: epi/projects/ComplianceProjectParticipantDTO
This was very misleading because it had me chasing ghosts such as class loader
issues. The real problem was that this class used a third party interface
(DTO) that was
What do you have in your EAR file and what order do you want them deployed in?
The normal deployment order makes sense 99% of the time. (SAR, EJB-JAR, WAR,
etc...) To override this, you already know about prefixdeployment sorter.
This is a great option, so I'm not sure why it isn't meeting y
Hi all,
I am trying to deploy my first ws4ee application. I followed all instructions
on jboss wiki site, to build SLSB and SEI interface, wsld , webservices.xml,
mappings file etc.
When I deploy the ear file, nothing happens and this is what i get
10:41:02,506 INFO [EARDeployer] Init J2EE ap
Hhuhhh!!! I have been trying to find an answer for the last one week.
So, I will post here whatever I could find so far:
http://www.jboss.org/wiki/Wiki.jsp?page=JBossMQHA talks about an example that
is capable of both Fail over and Load balancing. Fail over is ok. But, I did
not get fr
Hi everybody,
I just wonder whether there are other options in JBoss4 of how to specify the
deployment order of jars, wars and so on than the one of prefixing the archives?
(other options than the usage of PrefixDeploymentSorter in the
jboss-service.xml!!!)
I have an enterprise archive (ear) i
I currently have EJBs deployed on WebLogic 8.1 application server and I need to
access them remotely from a JBoss instance running on a different server.
Can someone inform me how to do this?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869130#3869130
Re
I once found at jboss.org a description on how to setup applications to run in
a private classloader, so that all code and jar files placed in an EAR are 100%
private to the EAR.
This feature worked great in jBoss 3.2.3. Applications were isolated from each
other and from jBoss, so that you
The implementation leverages the requirement that the
must be unique among all
elements within a given deployment.
It is also true that you can have multiple elements within a
where the must be unique as well.
I still favour the current implementation where it is the responsibility of the
I have a Web Service running on JBoss 4.0 that has been stable for a couple of
months. Today, out of the blue, I can not longer start up JBoss. There has not
been a redeployment and I have verified the problem on a second machine running
the same code. My network is running fine, but I am suspec
Hello
For the purpose of this example, assume I have two entities, X and Y, where Y
has a fk mapping to X such that:
Entity X:
public abstract Y getY();
public abstract void setY(Y y);
and
Entity Y:
public abstract java.util.Collection getXs();
public abstract void setXx(java.util.Collection x
It sounds like I should be using an EAR, which is not a problem. This is a test
app at present and the full app will definitely need an EAR.
I looked for docs on jboss-app.xml and found lots of stuff, but not what you
described. Is there a ref you can point me to? A simple example would do.
Tha
I had a quick look and you are probably right. There is no monitor for
booleans, so if you make one I'll commit it. Open a new feature JIRA tasks.
Thanks!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869116#3869116
Reply to the post :
http://www.jboss.org
I may have something wrong w/ my wscompile ant task as to why that class is not
being found.
|
|
|
|
If I'm understanding these correctly, I have ...
base=where my class files are placed after compiling from the generated src
files.
sourcebase=this is w
Hello,
I am in need of an example or code snippet of the configuration for the tag
within the jboss.xml file. I am unsure of the vendor specific names to use
within these tags. This is to be configured for CMP 2.0. Thank you.
View the original post :
http://www.jboss.org/index.html?module=bb&
I wonder if my not having an implementation class has something to do with it.
I'm following along in the Wiki, and it just shows an interface class.
I'm doing a service endpoint in an ejb. Can't I genereate everything I need
just from the interface class?
View the original post :
http://www.j
OK, here it is (hsqldb-ds.xml):
|
|
|
|
|
|
|
|
|
|
| DefaultDS
|
|
| jdbc:hsqldb:hsql://localhost:1701
|
|
|
|
|
| org.hsqldb.jdbcDriver
|
|
| sa
|
http://www.jboss.org/wiki/Wiki.jsp?page=J2EEClient
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869110#3869110
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869110
--
I have a stack trace if anyone can see anything from this
13:44:54,258 INFO [STDOUT] 3/7 01:44:54.257: Pricing Forms Request received (GC
HUMLEY at 10.101.101.30)
Unexpected Signal : 11 occurred at PC=0x78C1450C
Function=[Unknown.]
Library=(N/A)
NOTE: We are unable to locate the function name s
Sorry,
what does "Valid JMX ObjectNames" mean?
www.A.com:loader=A.ear
and the 2nd
www.B.fr:loader=A.ear
this worked!! I don't understand why cause I declared the same ears.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869105#3869105
Reply to th
hi
Im wanting to create a stand along java ap to communicate with my ejb, mdb J2EE
application. Are there any tutorials on how to go about this. My book ive been
learning J2EE on talks about the reference implementation only. Id like to get
this working with Jboss, where does the client class f
I have built a struts application and deployed it to JBoss 3.2.3. I have
redeployed this application many times but recently, after making a minor
change, I receive an error on redeployment. If I recycle JBoss the application
works fine. Can someone suggest how I might debug this error? Below is
I wanted to watch the mod_jk webinar but the audio quality is really bad, I
can't understand much of it. Can we get just the PDF (or PPT or whatever)
slides for download? thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869101#3869101
Reply to the p
We are running JBoss3.2.5 on HPUX11.x. We upgraded last fall from 2.4.3 and
have been running smoothly since the upgrade. We ran without problems for
several years before the upgrade.
We recently made a small change to a web application and two ejbs that the web
app uses. The webapp calls a new
You could store the files in a directory external to the web app (and to the
JBoss installation entirely).
You'll then need to configure the web-app with the path to the external
directory. You could define a initialization parameter in your web.xml to
specify this.
Unfortunately this would m
You don't need an application server for this.
For connection pooling, take a look at http://jakarta.apache.org/commons/dbcp/.
For passing objects around you could:
* Pass each object when you create the thread; and pass those around as needed.
This has the advantage of clearly defining the dep
Hi!
we solved this by adding our own typemapping to ws4ee-deployment.xml, in your
case it would be something like;
|
|
you may have to change the qname to the actual element name (not its type)...
hope this helps..
/Ole
View the original post :
http://www.jboss.org/index.html?modul
Hello all,
I'm trying to call a stateless session bean's business method from outside the
server it is running on. Therfore I must access the JNDI of the jboss server.
I created a jndi.properties file with the folowing entries:
anonymous wrote :
java.naming.factory.initial=org.jnp.interfaces.Na
You need to wrap your xml with [ code ] [/ code ] tags (Removing the spaces I
added, also use the preview button to check that it displays correctly.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869092#3869092
Reply to the post :
http://www.jboss.org/index
I give up.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869091#3869091
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869091
---
SF email is sponsored by - The IT
OK. Here it is:
jboss.mq:service=DestinationManager
StatisticQueue
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869090#3869090
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869090
--
Something wrong with the website. Any ways, add the following line:
StatisticQueue
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869089#3869089
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869089
Seems like it did not paste the whole example. Try it again.
jboss.mq:service=DestinationManager
StatisticQueue
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869087#3869087
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mo
After I look into JBoss source code, I figure out how to do it. You can
specify JNDIName attribute.
Example below:
jboss.mq:service=DestinationManager
StatisticQueue
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869086#3869086
Reply to the p
Hi all,
I have an urgent problem with virtual hosting in JBoss. I see that as of recent
versions a single war file can have multiple virtual host elements, each
defined in the jboss-web.xml file. However, I want to know if you can point the
virtual host to a specific jsp.
For example, say I cur
See topic:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=60965
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869076#3869076
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869076
--
Did you use the JIRA to detect that your bug was fixed in 4.0.2? If yes, I
wonder why you did not see a link called "Roadmap" that details when 4.0.2 is
being released (just a matter of few days).
http://jira.jboss.com/jira/browse/JBAS?report=com.atlassian.jira.plugin.system.project:roadmap-pan
OK, I've got a bug report that is marked as "fixed in 4.0.2":
Bug Number: JBAS-1545
But I can only find 4.0.1SP1 to download!
Where can I find 4.0.2? Or is it not yet ready?
And if 4.0.2 is not yet ready, shouldn't I be able to find a
roadmap/plan/schedule somewhere that says when it will be
Hi,
I am trying to switch to JBOSS 4.0.1 from JBOSS 3.2.6. I noticed a new
attribute, RMIServerSocketAddr. Specifically, jboss-service.xml contains the
following line:
custom
Can anyone tell me what this attribute means and whether I need to do anything
to it for the switch from 3.2.6 to 4.0.1
I downloaded JBoss 3.2.3 and then i did some changes, then i did build.sh for
creating the class...
When i run run.sh within /hai/jboss-3.2.3-src/build/output/jboss-3.2.3/bin/
, i am getting the following error for JBoss 3.2.3
---
18:23:24,240 INFO [Log4jService$URLWatchTimerTask] Co
Hi~
I want to ask the following simple question:
1. Is JBossWS = JBoss 4.x ?
2. If my web service can create some class automatically, then how can I
re-deploy it to let JBoss know that?
thx
--calendarw
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869052#
I think that you have forgotten the port you want to communicate through... in
the example it is 8080.
Domingo
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869051#3869051
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&
I think that you have forgotten the port you want to communicate through... in
the example it is 8080.
Domingo
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869050#3869050
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&
Actually, I am trying to get rid of queue and topic in the JNDI names, i.e.
simply VISHALTOPIC and VISHALQUEUE.
In my xml file, I simply put VISHALQUEUE for example, and JBoss automatically
creates the JNDI name as queue/VISHALQUEUE.
So, I have to change the code in other places to do JNDI lookup
Caching Login Credentials:
http://www.jboss.org/wiki/Wiki.jsp?page=CachingLoginCredentials
Ricardo Arguello
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869046#3869046
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3
Hey,
my name is Dominik and I've got a problem for about three weeks. I'm trying to
build up a JBOSS 4.0.1 server. With my Eclipse 3.0.1 I want to debug J2EE
Projects properly by accessing my JBOSS Server by 'netboot'. I downloaded the
JBOSS Eclipse IDE and imported it into my Eclipse IDE. Final
thank you all, problem is eliminated
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869044#3869044
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869044
---
SF email
Question: how can i start a java jms over https client program inside a .war?
My stategy: put the code inside a servlet, and put the jvm parameters used for
starting the client, to the jboss JAVA_OPTS.
More in detail:
I implemented a java client program, that connects to a jms over https. The
Can i install two different JBoss versions ( JBoss 3.2.2 & JBoss 3.2.3) on the
same JVM under different folders?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869039#3869039
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply
Nop, no response yet.
But there are a number of other bug reports regarding the '-mapping'
functionality. See:
http://bugs.sun.com/bugdatabase/search.do?process=1&category=&subcategory=&bugStatus=&type=&keyword=wscompile&maxResults=10&startIndex=1&sortBy=date
Best regards,
Georg
View the ori
Hello,
Is it possible to integrate hibernate3 in Jboss4 ? I have seen nothing about
this integration...
What are the steps to follow to configure jboss ?
Thanks for your help,
Emmanuel
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869037#3869037
Reply to
Hi,
I was using JBoss 3.2 and access by RMIAdaptor to StateManager service to
create dynamic queues topic, and user (for durable topic).
But since I have migrated to JBoss 4.0.0, the function
-addUser
-addUserToRole
..
are no more available.
Therefore , how can I do now, has someone a solution to
darranl,
Its worked, It was a configuration mistake. Thank you for spending your time.
With thanx,
Sanju
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869032#3869032
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869
darranl,
Its worked, It was a configuration mistake. Thank you for spending your time.
With thanx,
Sanju
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869031#3869031
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869
Can any one help me ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869030#3869030
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869030
---
SF email is sponsored b
I do not have the names of the targets at the moment, the build.xml however
should contain all of the targets required to create the archives that are
distributed on sourceforge.net so one of the targets should be responsible for
creating the archive for Linux.
View the original post :
http://
it's not true, is it? the preview correctly displayed the lines of
axis-server-config.xml, however, nukes or whatever it's called can't seem to
handle it. sorry
transport name="http"
requestFlow
handler type="java:org.apache.axis.handlers.http.URLMapper"/
handler typ="java:org.a
oops, copy-paste problem; axis-server-config.xml looks like:
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869027#3869027
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869027
so i get the same problem when trying to access my web service from a remote
client using the zsi python package.
i looked into the server's conf/login-config.xml and found a policy for
jbossws. it says
anonymous
deploy/jboss-ws4ee.sar/META-
Hi
I have an exploded ear with some wars and jars inside.
I have noticed that when i update one of the jsps then things are updated
automatically however if i updated one of the classes in my jar then i needed
to touch application.xml so that the changes will take effect, can the changes
take e
hi darranl,
The argument that you post in is the name of the target in the build.xml that
you want to execute.
Based on your replyCan i create the new target for creating installable
format( tar / bz2 / tgs) on Redhat Linux machine?
if i am wrong, just correct me...
View the original post
For host and bind addresses I have put the ip-address .
I had this exception :
non-JRMP server at remote endpoint
I've changed
The param of the Context
from
environment.put(Context.PROVIDER_URL, "jnp://:1099");
to
environment.put(Context.PROVIDER_URL, "");
Now the exception is gone but ev
No you do not want to run the XML file, you want to run the build.bat or
build.sh script depending on your operating system.
The argument that you post in is the name of the target in the build.xml that
you want to execute.
Unless you have made major changes (Which should mean you already kno
ok, but then wouldn't I need to authenticate for every page onwards ?
I wonder is there is no collaboration between login modules: e.g.
I my server login modules fails, this would normally need to invalidate my
clientLoginModule.
I wonder if there is some support in JAAS for such a collaboration
If you really have two declarations then thats the problem. The
stack trace would indicate the same.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869020#3869020
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869020
Using HTTPS works for windows clients, it doesn't work for Mac clients.
The following error occours while connecting from a MAC:
"Server failure. The server reply is invalid"
What to do?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869019#3869019
Reply to
D:\jboss-4.0.1>run
===
.
JBoss Bootstrap Environment
.
JBOSS_HOME: D:\jboss-4.0.1\bin\\..
.
JAVA: D:\j2sdk1.4.2_04\bin\java
.
JAVA_OPTS: -Dprogram.name=run.bat -Xms128m -Xmx512m
.
CLASSPATH: D:\j2sdk1.4.2_04\lib\
org.jboss.deployment.DeploymentException: Error in ejb-jar.xml for Entity Bean
StringProcessor: The abstract-s
chema-name must be specified for CMP 2.x Beans
By the looks of it you are missing schema -name of yr database in the
deployment descriptors in ejb-jar.xml
You have to have this
YR DB S
Hi again,
Thanks for the reply. I have run some more tests. for these I have set the
memory consumption of the stateless server beans to zero and I increased the
number of users to 100 (all running the same single method transaction). there
are also 100 beans in the pool. What I would expec
But if you want to run your client with tcpmon and without it using the same
wsdl, you need additional code in your client to overwrite endpoint specified
in wsdl when you are going to send request via tcpmon:
| // override endpoint address specified in wsdl if proxy is going to be
used
papa,
ok i dont know but ur explanation is too small
if u copy paste the console what problem are u getting then it will be easy to
trace out
ok
papa ne endha ooru
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869011#3869011
Reply to the post :
http://
D:\jboss-4.0.1>run
===
.
JBoss Bootstrap Environment
.
JBOSS_HOME: D:\jboss-4.0.1\bin\\..
.
JAVA: D:\j2sdk1.4.2_04\bin\java
.
JAVA_OPTS: -Dprogram.name=run.bat -Xms128m -Xmx512m
.
CLASSPATH: D:\j2sdk1.4.2_04\lib
Thank you. You was right. With SP1 no more problems.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869009#3869009
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869009
Can i run build.xml under build directory??
What changes i will do it in this build.xml file?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869008#3869008
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869008
--
My mistake, there is no problem
/Zelca
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869007#3869007
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869007
---
I tried to connect to JBoss MBeanServer through http-invoker.sar
I followed the steps given in
http://docs.jboss.org/jbossas/admindevel326/html/ch3.chapter.html#d0e7813
Below code gets JNDI reference
String host = "yogendrav";
int port = 8443;
Properties jndiprops = new
Hi,
IÂm deploying my application as an ear-file. Everything has been working fine,
but suddenly JBoss deploys an older version of my JSP that isnÂt in the
ear-file. I have no idea where it comes from ... I have looked in the deployed
ear-file, i see the correct version. I look in the
c:\jboss-
84 matches
Mail list logo