Thanks!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199386#4199386
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199386
___
jboss-user mailing list
jboss-user@lists.jboss.
"mohitanchlia" wrote :
| Reason I have been asking same question is because below timeout
corresponds to the timeout I have set in timeout attribute.
|
My mistake, again.
org.jboss.remoting.transport.socket.SocketClientInvoker.createSocket()
overrides MicroSocketClientInvoker.createSocke
You can find the source code of compression invoker marshaller/unmarshaller as
attachments in the JIRA report.
Doychin
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199384#4199384
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mo
anonymous wrote :
| anonymous wrote :
| | I don't follow. What's the outcome?
| |
|
| It worked just fine. It reduced the number of times it was trying to get
the Socket (client invoker) to the server.
|
Great!
"mohitanchlia" wrote :
| I have another question though, In c
Reason I have been asking same question is because below timeout corresponds to
the timeout I have set in timeout attribute. If that timeout was for read
operation then why would NoRouteToHostException return in the timeout that I
have specified. As you mentioned NoRouteToHostException occurs du
"mohitanchlia" wrote :
|
| anonymous wrote :
| | The java.net.NoRouteToHostException doesn't represent a timeout. The
"creation attempt took 5001 ms" message is just extra information provided by
the invoker.
| |
|
| So does it really mean that timeout is on initial Socket co
Looks like a deployment ordering issue. I can think of two options:
1) Create a folder named "deploy.last" in server/default/deploy folder and
place your EAR file in that deploy.last folder. That way, your EAR will be
deployed after everything else is deployed
OR
2) Create a jboss-app.xml (i
Hi Doychin,
"doychin" wrote :
| If you want I can provide you with full source code so you can use it to
create the necessary updates in 2.x and 2.2 branches.
|
That would be great. Could you attach the source files to the JIRA issue at
https://jira.jboss.org/jira/browse/JBREM-1077?
Tha
Glad to hear it. :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199377#4199377
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199377
___
jboss-user mailing list
jboss-user@
I'm continuing the discussion about Vinay Kumar's (vink's) issues on the
"Socket Read Timeout on stressing calls for validating produc" thread -
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199374#4199374.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewto
I'm continuing the discussion about Vinay Kumar's (vink's) issues on the
"Socket Read Timeout on stressing calls for validating produc" thread -
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199374#4199374.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewto
Hi Vinay,
You have described problems on this thread and two other threads, which is
making it hard for me to get a unified picture of what's going on. To try to
clarify things, I'm consolidating the discussions on this thread. Here, I
believe, are the phenomena you have experienced:
1. This
"ctf" wrote :
| 2009-01-03 13:49:12,640 DEBUG
[org.jboss.deployment.MappedReferenceMetaDataResolverDeployer] (main)
vfsfile:/C:/jboss-5.0.0.GA/server/default/deploy/jmx-console.war/ endpoint
mappings:
| |
| | 2009-01-03 13:49:12,640 DEBUG
[org.jboss.deployment.MappedReferenceMetaDat
the pattern is to use the business key and retrieve process instances based on
that. Store domain data in your domain model and select from there which
process instance to retrieve. People still tend to put to much data in the
process as well as use the identity module to broadly. I never used t
See this http://www.jboss.org/community/docs/DOC-9880
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199367#4199367
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199367
___
j
yes, because they do not have the security-role of user
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199366#4199366
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199366
___
Hi,
I was trying a standalone java client for Oracle Datasource(using JNDI). I am
able to successfully connect to this database through a servlet.
I searched few forums which said that JBoss does not support this.
Errors on connection : JNDI name not bound
Cannot get connection: javax.naming.N
Ronald,
in jBPM 4 there is something about that?
if not.. can we think some kind of pattern or best practices to achive that?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199363#4199363
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posti
I think is a very good question.. and the answer is ...
depends...
Depends of what are you try to achive..
If you want to reuse you business process between multiple applications, you
must probably want to have your business process engine outside you application
and talk with that when you appli
you can do whatever you want.. you only need to customize the admin console..
becuase if you look for another post about this console, you should see that is
not a production application.. and it is only to test some functionalities of
jBPM.
If you look the code of jBPM console, you will find t
anonymous wrote :
| I created 3 tasks and assigned these tasks to 3 different users. But from
Admin Console, I am able to see the other users tasks and also I can perform
taks assigned to other users.
|
I think that is why they call it Admin Console.. because is for administrators
and PO
You said you were using JBoss MQ. This forum is about JBoss Messaging not JBoss
MQ.
The title of the post is "DO NOT POST JBOSS MQ QUESTIONS HERE". What part of
that did you not understand?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199359#4199359
Reply
Thanks,
Here's the relevant piece I found in the log. If I run it from command line
instead of Eclipse plugin, it runs faster. If I remove my EAR from the
deployment dir it runs even faster.
2009-01-03 13:49:12,640 DEBUG
[org.jboss.deployment.MappedReferenceMetaDataResolverDeployer] (main)
v
I Come Back and answer u :d
Bye.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199357#4199357
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199357
___
jboss-user mailing li
You can get information about :
Killer/J2SOS/JSP/JSF/EJB/Hibernate/Spring/Struts/MVC/JMS/BC4J/JRE/RMI/Corba/JMF/SOAP/AOP/AspectJ/ADF/JClient/
Ajax/J2ME/J2EE/J2SE/Ruby/ActionScript/Oracle/Google/Apache/JBOSS/XP/WAP/RUP/UML/DataBase/RSS/XML/JAVA/
OC4J/OpenSource/Servlet/JTA/JDBC/JNDI/ERP/ServerSide/
You can use J2EE Frameworks:
Shine
Hibernate
Struts
Spring Or Aspect J
You can get quick information about shine by J2EE And Service Oriented
Programming disquisition! for get information about other j2ee framework, you
can use shine forum -> Open dis (ENG) in Sourceforge
View the original
hi.
thanks amirsam.
I am a high developer in J2Me but I am new in J2EE,if I want to learning shine
and deploy my web project with shine framework, how van I do that?
I haven't nmuch time to learning shine or othere j2ee framework.
how can I learn shine or other J2EE framework quick?
please if yo
anonymous wrote : I don't follow. What's the outcome?
It worked just fine. It reduced the number of times it was trying to get the
Socket (client invoker) to the server. I have another question though, In
clustered environment when is the pool created on client side? Because until
client gets f
with the best wishes
Amirsam Bahador, I am active in this forum for your questions
Special Thanks JBoss!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199352#4199352
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199
Found the problem. There was an old jbossall-client.jar file in the web lib
directory (which gets deployed with the app). Removed this and now that error
is gone... on to the next error ;)
Thanks again.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199351
This paper is no image paper !!!
J2EE and Service Oriented Programming
Authored by: AmirSam Bahador
Level:
Advanced
Contents:
Introduction
- The purpose of compilation this essay
Chapter 1: Basic concepts of J2EE
- Servlet and JSP
- MVC
- MVC or JWMS? That is the problem? Perhaps
anonymous wrote :
| The java.net.NoRouteToHostException doesn't represent a timeout. The
"creation attempt took 5001 ms" message is just extra information provided by
the invoker.
So does it really mean that timeout is on initial Socket connection creation
and not on the read operation?
Vie
i have the following tables:
jbmp_id_group
1 G sales organisation
2 G manager security-role
3 G hr organisation
4 G admin security-role
5 G usersecurity-role
6 G support security-role
7
Hi Dears
Shine is a Java-J2EE Application Framework/JWMS(Java Web Model
Service)Framework/MVC Framework/Service Oriented Framework. Shine Includes Ajax
Libs/Server API/J2EE Architecture. Shine Supported
JSF/Spring/AspectJ/Struts/Hibernate/...
You can use Shine Framework for Implement ERP Web
Both the nightly [1] and stable [2] sites linked are for Eclipse 3.4 / JBoss
Tools 3.0.0.x.
[1]http://download.jboss.org/jbosstools/updates/nightly/trunk/
[2]http://download.jboss.org/jbosstools/updates/development/
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic
I started taking a look at this yesterday evening, I'll spend some time on it
Monday morning and post back.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199345#4199345
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41
Hi All,
I am getting the follwing exception after running my simple stateless bean
client.
javax.naming.NoInitialContextException:
Cannot instantiate class: org.jnp.interfaces.NamingContextFactory
Here is my configuration
Java 6.0
Tomcat 5.5
JBoss 4.0.3SP1
And i have set the environment va
Thanks for the tip. It did the trick. Now I reverted to original option values
and added that extra option.
Doychin
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199343#4199343
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=
In order to allow compression to work with EJB 2.x invocations I created my own
Compression marshaller and unmarshaller which descend from original classes.
The default constructor for both classes now call the constructor that takes
one parameter of type Marshaller/UnMarshaller with new
Invoc
Hi Jaikiran,
Thanks for your response.
I was using the JBoss Eclipse plugin to start it up. Now I'm trying from the
command line (default bin/run.bat) with the same result. I do not have a
jndi.properties. The EJB does show up in JNDI-View. I'm trying a bunch of
things but not getting anywhe
Yeah I read this post. But I have still not got answer to my question :
anonymous wrote :
| 1) How do I create a QueueConnectionFactory / TopicConnectionFactory in
JBoss if I want to create my own connection factories ? I have JBoss 4.2.2
installed. Please guide me. Any help would be greatly
Hi All,
I am using JBoss 4.2.2 GA as my application server. It user JBoss MQ. I am
aware that for creating our own queues and topics we have to make an entry in
jbossmq-destinations-service.xml (jboss-4.2.2.GA\server\default\deploy\jms).
But I am not able to find as to how do we create our own
"siddharth_2279" wrote : What is JBM ?? I am using JBoss 4.2.2 GA app server.
It uses JBoss MQ as its messaging provider.
This post should help you. I guess you missed it the first time:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=80573
View the original post :
http://www.jboss.c
What is JBM ?? I am using JBoss 4.2.2 GA app server. It uses JBoss MQ as its
messaging provider.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199337#4199337
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199337
You should either use a more complete full jbpm.cfg.xml or leave it out so the
default will be used. Not sure if that is the cause.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199332#4199332
Reply to the post :
http://www.jboss.com/index.html?module=bb&op
anonymous wrote : 22:41:34,515 INFO [NativeServerConfig] 3.0.4.SP1
| [. LONG WAIT HERE .]
| 22:43:44,359 INFO [Ejb3DependenciesDeployer] Encountered deployment
abstractvfsdeploymentcont...@77
|
64591{vfsfile:/C:/jboss-5.0.0.GA/server/default/deploy/myApp.ear/myAppEJB.jar/}
|
I
anonymous wrote : Caused by: javax.naming.CommunicationException: Receive timed
out [Root exception is java.net.SocketTimeoutException: Receive timed out]
What command doou use to start JBoss? Also, do you package any jndi.properties
file in your application? If yes, please post it's contents.
anonymous wrote : CourseHandler tries to inject groupHandler and vice versa
You mean a circular dependency? Try adding @IgnoreDependency on one of the
injections. See this for detatils
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=117943
View the original post :
http://www.jboss.com
"mohitanchlia" wrote :
| I made the change to EJB deployer only but for some reason it didn't work
because I had a typo.
|
I don't follow. What's the outcome?
"mohitanchlia" wrote :
| Upgrading the jboss remoting might be a problem with Jboss support group.
In order to continue to ge
Probably you haven't deployed your queue on both nodes.
Regarding CTRL-C - there is a FAQ on this and many old discussions in JIRA and
on the forums.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199319#4199319
Reply to the post :
http://www.jboss.com/inde
hsql is not a clusterable database.
I think that is made clear in the installation section of the user guide.
The naming of "clustered-hsql-persistence-service.xml" is admittedly confusing,
but it's only intended as a placeholder.
As I say, the installation guide is explicit about not to use hs
This is a known issue, tracked in JIRA
https://jira.jboss.org/jira/browse/JBMESSAGING-1471
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199317#4199317
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199317
___
"mohitanchlia" wrote :
| anonymous wrote :
| | The call to java.net.Socket.connect(SocketAddress endpoint), which is
the overloaded version of connect() used in
org.jboss.remoting.transport.socket.MicroSocketClientInvoker, does not time out.
| |
|
| I didn't understand the above
"vink" wrote :
| netstat tool shows many connections on 1098 & 1099 in TIME_WAIT state
|
Ports 1098 and 1099 are used by java RMI, not Remoting.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199315#4199315
Reply to the post :
http://www.jboss.com/inde
Oddly, I got it working by luck and I'm still tracking down what I did. I tried
your suggestion (unitName="...") and that didn't work. But I did get it working
using a JNDI lookup rather than injection (see
http://forum.hibernate.org/viewtopic.php?p=2402399#2402399 for more details).
As and whe
Hi,
the only thing I see in the server.log that belongs to that error is:
| ...
| 2009-01-03 10:27:14,656 ERROR
[org.jboss.system.server.profileservice.ProfileServiceBootstrap] (main) Failed
to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR
DETAILS):
|
| ***
I changed the following line with no change in behavior:
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199312#4199312
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199312
___
Here is my persistence.xml file:
| http://java.sun.com/xml/ns/persistence";
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
| xsi:schemaLocation="http://java.sun.com/xml/ns/persistence
| http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd";
version="1.0">
|
I tried placing the MBean definition in the default/conf/jboss-service.xml file
instead of a standalone cache-config.xml file in /default/deploy but got a
different error relating to TransactionManager being NULL at runtime.
View the original post :
http://www.jboss.com/index.html?module=bb&op=
Caused by: javax.management.InstanceNotFoundException:
jboss.cache:service=EJB3EntityCache is not registered.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199309#4199309
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=
JBoss AS 5.0
JDK 6.x
Window XP
Eclipse
JBoss Plugin
My Eclipse project is set up using the default EJB project structure (Ear
project, EJB project, Web project). I'm trying to inject a stateless ejb into
a servlet filter, but upon deployment, I get the following exception
00:11:22,593 ERR
Hi,
I'm just starting to check out 5.0. I have pretty much a basic/default
installation of JBoss AS 5.0. The same EJB app that takes about a minute to
start up in 4.x takes more than 4 minutes in 5.0. Some sample output...
| 22:41:14,203 INFO [WebService] Using RMI server codebase:
http://
62 matches
Mail list logo