Hi,
It would be great if there would be an example a hello world - but this time
with jsp page.
Second - also for multilanguage - like using utf-8 - but putting "hello world"
many different languages and letters - to prove that jboss works with
multilanguage. BTW example struct with japanese
Hi
The Form started with the same Error u mentioned ,Me tried some hacking
around...
I think Follow the steps said by darrnl
Happy JBossing around..;)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884258#3884258
Reply to the post :
http://www
I followed closely to the tutorial and had similar problem. Only the error
message is different.
javax.servlet.ServletException: Lookup of java:/comp/env/ failed
javax.naming.NamingException: Could not dereference object [Root exception is
javax.naming.NameNotFoundException: ejb not bound]
It
ok.
I will try to create patch through jira.jboss.org.
Due to the change is not one or two lines modifications, i am thinking how to
submit the patches properly. Someone maybe give me recommends.
What i did include:
(1)All pages definitions should be removed from jbp-core. Especially the
"de
topic/queue: MessageConsumer.setMessageListener(null);
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884254#3884254
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884254
--
Every time when I start the JBoss server it overwrite to the server.log logs
rather appending the logs...
Is there any config change I can do to append the log rather overwrite...
Thx,
M
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884253#3884253
Reply to
I am using MySQL to store an EJB and after inserting a new instance of the
class into the database I get the following:
javax.ejb.CreateException: Primary key for created instance is null.
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.createEntity(JDBCStoreManager.java:574)
org.jboss.ejb.plugin
Hi,
We are using jboss-3.2.1 server and MDB's. Message driven beans are running for
a while and today i got this error. This is the first i am seeing error. I am
not sure why i am getting this error. Can any one have any idea why will get
this error? I searched on google and i didn't find any p
Hi everyone,
I had the same problem. I have downloaded Eclipse 3.1 final and the current
Webtools project (Milestone 5) and chose to install the package which includes
both the WST and JST plugins.
Then I noticed that there was no Jboss 4.x server binding. Searching through
the web and several
Have found that the error does only occur when the property is accessed as a
public field, without accessor methods defined.
Change field to private, and create accessor methods, regenerate
wsdl+mapping.xml, and everything works correctly.
But I think the first variant should also work, therefo
Change:
On the WSCOMPILE task, switched from:
features="documentliteral"
to:
features="rpcliteral"
This seems to be working better, and actually have single ValueObject beans
going back and forth fine.
However, Arrays of ValueObject beans is NOT working, which was what held me
back last time
"nsayer" wrote : We have a client whose code looks somewhat like this:
|
| do {
| qc.start();
| runABunchOfThreadsThatProcess5000Messages();
| qc.stop();
| } while(shouldWeKeepGoing());
|
| (note that the method between start() and stop() waits for all the message
processin
We have a client whose code looks somewhat like this:
do {
qc.start();
makeABunchOfThreadsThatProcess5000Messages();
qc.stop();
} while(shouldWeKeepGoing());
The problem we're seeing is that very intermittently the client will get stuck
inside the call to start(). We registered an Exceptio
It is possible to start JBOSS via ftp? We are on a shared server and the ISP
will not allow us to telnet in. I have attempted to run the run.bat file but
the command window appears rapidly and goes away. I am running 4.0.2.
Thanks.
View the original post :
http://www.jboss.org/index.html?m
Hi, i've this problem:
[Server] JBoss (MX MicroKernel) [4.0.0 (build: CVSTag=JBoss_4_0_0
date=200409200418)] Started in 52s:411ms
14:49:34,381 INFO [STDOUT] No se encontrĂ³ servlet asociado al evento:
listar_usuarios Error: No such entity!
14:49:34,383 INFO [STDOUT] javax.ejb.ObjectNotFoundExc
Hi all,
I'm having a similar issue with JBoss 4.0.2 web app.
I am using form based security and I made all of the changes to
login-config.xml, web.xml, etc.
In my logfile it appears to be getting the correct userid and roles from MS SQL
Server, and will give me the error page if I use the inc
Question on _ResponseStructs - is this something that is/could be generated
from the BeanSerializer or some other tool?
On deploy, getting 'ClassNotFound' for these _ResponseStructs.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884232#3884232
Reply to the
What a dumping ground this forum has become.
I just moved about 100 posts to either the beginners forum or the website
issues forum
to try to get the first page of posts to look like JBoss user questions
shouldn't be asked here.
It isn't a suprise that most of those posts were ignored as being
dummy post
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884229#3884229
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884229
---
This SF.Net email is sponsored by
Dummy
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884228#3884228
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884228
---
This SF.Net email is sponsored by the '
This forum is for general discussion and humour.
Do not ask questions or help here.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884226#3884226
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884226
I have the following configuration:
I am using 4.0.2 with ejb3 installed.
I deployed an ear with a .war, an .ejb3 (just a stateless session bean) and a
.har. I can see my hibernate session factory in the jndi tree
(java:/hb/factory), I can get a reference to the session bean, but when I look
fo
I'm getting a weird error when trying to load the JMX-Console, and any other
JSP for that matter.
When I visit http://localhost:8080/jmx-console, I get teh following error:
| Exception report
|
| message
|
| description The server encountered an internal error () that prevented it
Tom,
I have used Jboss 4.0 to successfully publish HelloBean to WSDL, but using the
same jaxrpc-mappings.xml with package-type change, it threw:
RuntimeMBeanException: null Cause: javax.xml.rpc.JAXRPCException: Cannot
unmarshal jaxrpc-mapping-file: jaxrpc_mappings.xml).
Since you are the on
Hi;
I think that I am not the first people to realize a authentication module using
jaas api.
If you have any information for that, I'am very interested
I use Jboss and I would like to implement a jaas authentication module with a
Oracle database (login + password are stored into the database
Hello.
My JMX-Console wont' load. It prints the following stack trace when I click on
the JMX-Console from localhost:8080:
| type Exception report
|
| message
|
| description The server encountered an internal error () that prevented it
from fulfilling this request.
|
| excep
Is it possible for JBOSS or JMX or(J2EE application) to Manage a standalone
Java application ?
1. use Jboss directly ?
2. use JMX to control or monitor ?
3. use J2EE program to manage ?
which one is possible?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3
1. use Jboss directly ?
2. use JMX to control or monitor ?
3. use J2EE program to manage ?
which one is possible?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884217#3884217
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=repl
I think I answered you.
Can you submit patch as jira patch and attach the patch file to the jira task ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884216#3884216
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38842
It is unreasonable to expect that a ws4ee client can download metadata that
relate to its own java nature from the endpoint it is talking to.
WS is about interoperability and client/server side are fundamentally
disconnected. Your client might be talking to a .NET endpoint, which will have
no n
Copy the WAR file to the JBOSS_HOME/server/default/deploy directory. (This
assumes you are using the configuration named 'default'.)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884214#3884214
Reply to the post :
http://www.jboss.org/index.html?module=bb&
We try to run the Getting started with jboss 4.0 example/ejb/simplemessage on
two different hosts. We modified the compile-build-deploy jboss-build.xml to
deploy the mdb on one side and the client on the other side. And it seems to
work. The mdb side is working but the MyQueue queue was created
What JVM are you using? Also, post the full startup output.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884212#3884212
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884212
It should be src/main/org/jboss/test/webservice/
I updated the wiki to include detailed instructions on how you run the tests.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884210#3884210
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=pos
Is there any term server serialization, if it is then plz tell me how is done
coz i hv got such assingment from my PM
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884208#3884208
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=
Update:
For generating the entity beans, if you use EJBDoclet make sure to use version
XDOCLET-1.2.2! xdoclet-1.2.3 has a new getReadOnly*ValueObject methods that
breaks the BeanSerializer. There does not seem to be an option yet to disable
this method in ejbdoclet.
Working on WSCOMPILE for
How one can do customized clustering in jboss 4.0.2 is there any tool abl for
this
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884206#3884206
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884206
Hi!
Would you mind to send your code to my email?
andrej.tibaut*AT*uni-mb.si
I want to learn from your code.
Thanks,
Andrej
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884205#3884205
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=post
Hi!
anonymous wrote : After rebuild and redeploy, some windows such as forum, test
etc displayed properly. But user portlet window and admin window only displayed
the decoration (no contents are displayed).
|
What have you rebuilt...? Wasn't it enough just to remove page definitions,
portle
There are several exceptions in the server.log, and they start from the point
where (I assume) JB Portal attempts to enter/validate tables in the data
source, which don't exist because the setup script doesn't work for SQL Server
2000.
I would be very grateful if you could walk me through the
I figured it out! One of my objects which i use to copy over data from my
entity bean inside my session bean wasnt serializable. I do this to keep my
entity bean transparent to my client. Anyways, I made it serializable and it
works perfectly.
View the original post :
http://www.jboss.org/ind
i just applied the domain name for my site. www.mobmeee.com.
Welcome comments! :)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884198#3884198
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884198
--
Hi,
I am using Jboss 3.2
I installed Jboss on two different machines and I deployed web component on one
machine and ejb compoent on another machine
>From web component I am using the following code to get references of home and
>then remote interfaces.
Properties env = new Properties();
env.s
yes, i will improve login page. I just made forum work today. I hope i will
make login page nice next week.
By the way, my work is based on jbp-2.0-branch. I hope these code can be
accepted and will be part of jbp-2.0.1 .
yang
View the original post :
http://www.jboss.org/index.html?module=bb
I would like to contribute. But i just don't know how to submit my codes.
I already sent email to julien and i think he is busy.
regards
Yang
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884194#3884194
Reply to the post :
http://www.jboss.org/index.html?
I also pulled this from the jboss application log file:
2005-07-08 09:35:04,542 DEBUG [org.hibernate.jdbc.ConnectionManager] running
Session.finalize()
2005-07-08 09:35:04,542 DEBUG [org.hibernate.jdbc.ConnectionManager] running
Session.finalize()
2005-07-08 09:35:59,291 DEBUG
[org.jboss.remoti
replace ? with - in the run command
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884192#3884192
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884192
---
This SF.N
DOCUMENT TO CREATE AND RUN DIFFERENT INSTANCES OF JBOSS IN THE SAME MACHINE:
1. Make a copy of the /server/default folder within
/server/
2. Rename the folder to any name viz . ?default1? . this will be the name
of ur new JBoss Server instance.
3. Delete the folders ?log?, ?temp?
How does one create Multiple JBoss Server Instances on the same system?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884190#3884190
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884190
-
I am using a DII "stand-alone" client, using the jboss and jwsdp jars.
Calls for simple methods work fine.
I hope by calling
| import org.jboss.webservice.client.ServiceFactoryImpl;
| String jaxrpcm="??";
| String ws4ee = "";
| serviceFactory.createService
Hi,
Yep, now I am able to run the JBoss portal.Now I am trying to create a sample
portlet.But I am not able to compile the java file because of import
javax.portlet package.we downloaded the portlet specifications and placed the
portlet.jar in /lib.We r not able to work even then.Can somebady h
Following is a brief description about how EJB container handles exception. I
found this on some site.
How the EJB container handles exceptions:
The EJB container intercepts every method call on the EJB component. As a
result, every exception that results in a method call is also intercepted by
Hi all.
Since jportal has not search capabilities, is it possibile integrate it with
an open source search engine?
If yes, is there a preferred search engine to use?
Should I integrate it, deploying the war file?
Thanks a lot,
Nadia
View the original post :
http://www.jboss.org/index.html?m
Hi all.
Since jportal has not search capabilities, is it possibile integrate it with
an open source search engine?
If yes, is there a preferred search engine to use?
Should I integrate it, deploying the war file?
Thanks a lot,
Nadia
View the original post :
http://www.jboss.org/index.html?m
Hi all.
Since jportal has not search capabilities, is it possibile integrate it with
an open source search engine?
If yes, is there a preferred search engine to use?
Should I integrate it, deploying the war file?
Thanks a lot,
Nadia
View the original post :
http://www.jboss.org/index.html?m
here is the stack trace for the IOException...
Caused by: java.io.EOFException
at java.io.ObjectInputStream$BlockDataInputStream.peekByte(Unknown
Source)
at java.io.ObjectInputStream.readObject0(Unknown Source)
at java.io.ObjectInputStream.readObject(Unknown Source)
We have read-only entiry bean on cache in web logic application server; We got
client' requirements to migrate from Weblogic
server to JBoss server. How can we use the bean on cache in JBoss server?.
Kindly tell us about cache strategy available
for entity bean in JBoss server.
View the orig
It's me again. When registering a account is created but no messages are
generated. I would at least expect a "Registration succeeded" message. Also no
email is send, although i enabled the validate via email flag in the
userportlet configuration. Thanks.
View the original post :
http://www.jb
thanks to all to have helped me.
I recreated the tables and the content whit hibernate mbean ... a couple of
times ... and now all is ok :-).
Nadia
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884180#3884180
Reply to the post :
http://www.jboss.org/index
Shall i download jboss-4.0.3 today ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884179#3884179
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884179
---
This SF.
Hi,
I am working on Jboss-3.2.3.
I have a stateless session bean which has Bean managed transaction. In my
code, i start a transaction using the UserTransaction. My bean actually does
some database processing, which takes a long time to complete. Because of this,
i always encounter the transa
Hi Scott,
I have downloaded JBoss 4.0.2 version as recommended and the earlier problem is
solved but now I am getting a JVM_Bind:8080 error and therefore the Tomcat
webserver does not start.
I am installing JBOSS on Win2K machine and have checked the port usage using
netstat. Also I have rest
Hi yxyang!
You've done a great job! Can you please share your changed source code, so we
don't need to repeat the effort. This would be a very generous move.
Andrej
(andrej.tibaut*AT*uni-mb.si)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884176#3884176
R
Sorry, I found the answer already in this forum. Thanks.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884175#3884175
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884175
Hi,
We are considering using JMS and JBossMQ on JDK 1.3 based system (so only JBoss
3.2.x) and we have a few concerns that I thought you might help me sort out.
1) Is is possible to manipulate messages in a queue/topic? We want to be able
to delete messages.
2) Any administrative tools out ther
Hi,
Does anyone know if it is possible to have ear file deployed on jboss with
datasource bundled in it instead of having datasource xml file in
jboss/server/xxx/deploy directory.
Currently i this in my jboss-cmp xml file
java:/MyOwnDSMYSQL
mySQL
true
false
Hi all,
I downloaded jboss-portal2.0RC2 and tried to register a new user with the help
of the UserPortlet. Registration fails and gives the following stacktrace on
console:
| 10:49:49,696 ERROR [JBossPortlet] Cannot create user TEST
| org.jboss.portal.core.modules.ModuleException: No such r
Are you seeing any exceptions in the server log?
I am currently using SQL Server 2000 as the data store for JBoss Portal 2.0,
but I manually tweaked the old setup.sql script to get it going back before
JBPORTAL-242 was fixed. I can walk you through the manual install process (it
takes about
You can do this with an JMX-MBean-method call of start/restartDelivery() of the
appropriate MDB invoker MBean. Use the JMX console to find your invoker MBean
named like
| jboss.j2ee : binding=message-driven-bean,jndiName=local/,plugin=invoker,service=EJB
|
Regards
Ulf
View the original p
Your login page needs improvement. It looks like the JBoss login ;-)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884160#3884160
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884160
We have separate war files for each instance with property file for Data source
with each war file and single EAR file. When we have deployed the application
then multiple instances accessing same database as single EJB is used. During
first war deployment the DS is set to first file and during
As I watch the CVS, the code in question is currently undergoing some major
revision (16 files were changed in the last two days). I suppose, I'd better
wait for the next release candidate (and hope the changes will be complete by
then).
However I found the information that the code is currentl
You can use (dbserver)ds.xml" file in the deploy folder to configure the data
sources.
Kamal Chandana
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884156#3884156
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884
73 matches
Mail list logo