Yes, I have tried 1.4.1.SP2 - problem still exists.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025032#4025032
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025032
___
jbo
Almost the same question was answered 3 days ago.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025031#4025031
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025031
___
ok, now I'm officially curious... Quijotes I can find on the internet.. but
cides is impossible to find... H :-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025029#4025029
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=postin
Great, thanks !
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025028#4025028
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025028
___
jboss-user mailing list
jboss-user@list
Hi ,
I am currently working with jbpm . i Need help from you ,can we have self
loop for a state ,transition form and to are same .. i Need loop kind of thing
. Can any one help me ..
Thanks & Regards
Bharath Naik
View the original post :
http://www.jboss.com/index.html?module=bb&op=vie
I have created a Jira Feature Request:
http://jira.jboss.com/jira/browse/JBPORTAL-1300
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025026#4025026
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025026
___
This is because when the node comes on line it thinks it is the first node in
the cluster. The merge view that is sent out later will not trigger a state
transfer event.
Do you see anything on the other node's logs about this node coming up?
Also, have you tried increasing timeounts on TCPPING
No, I'm asking about how each machine is set up. You say you have 32 nodes on
4 machines - so that's 8 WL instances per server? And if so, what does this
look like on each server:
/opt/wl-1
/opt/wl-2
...
/opt/wl-8
?
Or do you have this in 1 dir (e.g., /opt/wl) and different configuration fil
I tried using SP2 and I was facing the same problem. The error log while
starting JBoss is given below:
15:15:35,494 WARN [ServiceController] Problem starting service jboss.cache:serv
ice=PojoCache
java.lang.RuntimeException: failure to marshal argument(s)
at org.jgroups.blocks.RpcDispa
Hi - sorry, have been out of the loop in this for a while - do you still see
this problem?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025021#4025021
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025021
___
I can't see the contents of your cfg file.
Could you pls try with SP2 and let me know if it persists?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025020#4025020
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025020
Now it works :-)
Old pages.xml (OK for 1.1.5 and not OK for 1.2.0):
| http://jboss.com/products/seam/pages-1.1.dtd";>
|
|
|
|
|
|
|
New pages.xml (OK for 1.2.0. Havn't tried it for 1.1.5):
| http://jboss.com/products/seam/pages-1.1.dtd";>
|
|
|
This is just a bug in the error reporting:
http://jira.jboss.com/jira/browse/JBAS-4176
The original error will probably be further back in the log (maybe at
DEBUG/TRACE level?)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025018#4025018
Reply to the post :
Hello,
we are developing an enterprise application containing two web and 3 ejb
modules on Jboss 5. Now we want to do some initialization work when the
application starts.
Our idea was to develop a servlet which has set its
0 parameter in the web.xml set to 0.
In the init Method of the servle
Hi Andreas,
from looking at your base entity, i can see that you are mixing the levels of
your annotations. In my experience this is a cause of so many problems (and if
it causes any exceptions they are not very helpful at all), try moving all you
annotations to field level or to method (gette
pages.xml has *nothing* to do with jbpm
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025015#4025015
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025015
___
jboss-user mail
"codelion" wrote : How long then will that image be available for downloading
by the browser, e.g. if I give it a byte array?
Currently it won't be - its something I mulled over quite a lot and couldn't
come up with a good use case - whats yours?. It would be possible to have an
expires attrib
try:
| @Entity
| public class Tsperson implements Serializable {
| @Id
| @Column(name="TSPERSON_ID", nullable = false)
| @SequenceGenerator(name = "tsperson_sequence", sequenceName =
"SEQ_TSPERSON_ID")
| @GeneratedValue(strategy=GenerationType.SEQUENCE,
generator="tsperson_sequence"
Specifically, the state that is passivated/stored in the DB and is preloaded.
E.g., if you preload "/" on startup this will take time. If you only preload
certain regions that you foresee may be needed as soon as the system starts up
(and leave the rest to load lazily), this may be quicker.
V
Hi all,
I try to understand the Issue-Tracker example, and hope that someone could
explain me a little bit more about the page and object flow.
Esspecially I'm interested how the DataModel / dataTable works, because I need
this in an application
Therefore I took the ProjectFinderBean, ProjectS
Hi,
i opened 2.level cache and query cache in persistence.xml like following:
|
|
|
and on an entity:
@Cache(usage = CacheConcurrencyStrategy.NONSTRICT_READ_WRITE)
for 2. level cache
and
query.set
I'm writing entity for person and this is the part of the class.
@Entity
| @SequenceGenerator(name = "tsperson_sequence", sequenceName =
"SEQ_TSPERSON_ID")
| public class Tsperson implements Serializable {
| @Id
| @GeneratedValue(strategy=GenerationType.SEQUENCE,
generator="tsper
Hi,
unless I got it all wrong, JBoss Portalsaves a user's timezone information as
an offset to some other (GMT?) timezone. Isn't this error prone? Different
timezones have different DSTs ...
- Michael
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025008#
Thank you very much!
I've fixed it in my jboss-jca.jar and works perfectly.
Thanks! you rule!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025007#4025007
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025007
___
I'm tring to run the sample tutorial given in jboss.org.I'm getting this
error.Please help.
14:51:17,747 ERROR [MainDeployer] Could not initialise deployment:
file:/D:/Program Files/jboss-4.0.4.GA/server/default/deploy/FiboApp.ear
org.jboss.deployment.DeploymentException: Failed to find module f
Please open a Jira Feature Request for this, it seems that it is a popular
feature. Once entered please put the link here so that other can vote for it.
Thanks !
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025005#4025005
Reply to the post :
http://www.jb
If you look at the contents of the jbossws40.sar you'll find the service
descriptor for non ejb3 installations:
| jboss-service-no-ejb3.xml
|
Just rename the jboss-service-no-ejb3.xml to jboss-service.xml or just comment
the DeployerInterceptorEJB3
|
|
View the original post :
I think there should be a way to clear an entire area in the cache (as a bulk).
Finding all the POJOs in the cache and deleting them one by one, sound
expensive.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025003#4025003
Reply to the post :
http://ww
Hi,
Thanks for your replies.
What are our alternatives here ?
Lior Neuman
R&D Team
MailVision LTD.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025002#4025002
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=402
I am having problem to bind data to dropdownlist and table. The problem is:
when I run the project, there are no data show up in the dropdown list and
table, just blank!
http://www.netbeans.org/kb/55/vwp-databoundcomponents.html
I tried this tutorial many times, but it never work (with jboss 4)
I am using JBoss Portal 2.4.1
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025000#4025000
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025000
___
jboss-user mailing list
j
It really helped me. Thanks a lot. I will try to implement this.
In btw, I have a small question.
How can i invoke Jboss service from standalone application?
I had hibernate-service and want to invoke that service from standalone
application. This will solve almost all my problem.
Appreiciate
Take a look at our ws-addressing implementation:
http://jbws.dyndns.org/mediawiki/index.php/JAX-WS_User_Guide#WS-Addressing
EndpointReferences (EPR) are used for use cases like this.
Basically the client passes an EPR with the request, which then can be used to
send the reply later on.
View th
what is the version JBoss you use ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024997#4024997
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024997
___
jboss-user mailing
Hi,
I am using:
Eclipse 3.2.1
JbossIDE 2.0
Jboss 4.0.5
I run the server in debug mode and add some breakpoints.
Sometimes the jboss stops at the correct place and shows the correct point of
the breakpoint in the src, but sometimes the jboss stops but does not show the
correct place in the src.
Now I know! For anyone who is interested:
You can overwrite the default use of
org.hibernate.secure.JACCPreInsertEventListener and
org.hibernate.valitator.event.ValidateEventListener for the pre-insert event
and org.hibernate.secure.JACCPreUpdateEventListener,
org.hibernate.valitator.event.Val
Hi,
Make sure that the directories (not the files themselves) containing
jbpm.cfg.xml and simple/processdefinition.xml are in your classpath.
Hope this solves it.
Regards,
Johan
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024994#4024994
Reply to the po
When you will create your entity you will only have to set the desc property.
The 'id' property will be set since it has these @Id
@GeneratedValue(strategy=GenerationType.AUTO) annotations.
The database end depends upon the table generation strategy in your
persistence.xml file. If this is what
hellow sir,
i am doing my final sem project.my topic is to monitor the jboss
through nagios.for that we want to create a plugin.but i had doubt in jboss
wheather jboss provide any service for getting these details or not.if yes
means from which service we can fetch the information.i rea
if my know is correct is not possible yet to maximize a portlet from
descriptors. The only way is to define a portlet with a link that open the
second portlet maximized:
">Test
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024991#4024991
Reply to the post
Dear all,
I have a problem. JBOSS loging all HTTP access. like
2007-03-05 09:20:27,028 DEBUG [httpclient.wire.content] >> "202[\r][\n]"
2007-03-05 09:20:27,028 DEBUG [httpclient.wire.content] >>
"n{gg?Z-[0xfc][0x9]c[0x4]l[0x9f]a[0xb5]$[0x9c][0x12]-[0xe2][0xc9][0
xe4][0xf3][0xf7]*[0x96]a[0xff
Hello
I am using jboss-4.0.4.GA. Can you please tell me how to set the batch update
property when using Oracle9 and Hibernate?
For example I have a Customer entity and similar table in database. Everytime i
persist Customer in the databse, it works fine but when i try to add more than
four or
hi
when i execute a application in jboss through apache ant 1.6.2. .i got a error
msgg.. "Cannot build jboss-build.xml"
the command which i used for execution is ant -f jboss-build.xml
plz help me
if changes as to be made .plz help me
urgent
thanx in advance
View the original post :
http://www
Hello,
Thanks for your help.
Here is a result of the command 'jmap -heap', could you help me to interpret
this result, and to optimize my parameters?
Best Regards,
Jerome.
Attaching to process ID 11776, please wait...
Debugger attached successfully.
Server compiler detected.
JVM version is 1.5
Well, duh, of course I am. ;-)
(And thanks for the hint with lower and upper case writing, as I am not a
native speaker, I live and learn)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024986#4024986
Reply to the post :
http://www.jboss.com/index.html?modu
201 - 245 of 245 matches
Mail list logo