https://www.jboss.org/index.html?module=bb&op=viewtopic&t=36910&start=310
All the issues with this tutorial are coverd here.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887221#3887221
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posti
Use run -b 1.2.3.4 when starting JBoss, or set the interface with
-Dbind.address=1.2.3.4 when starting JGroups standalone
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887220#3887220
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&m
Hi,
I am workin with the Tusc tutorial and I am having the following
problem.When i execute a query it jus exits the method and print the
intialization value of what ever I ask for .It does not retrieve the required
information from the database.Can someone please throw some light on this?
Th
Hi,
In order to test new role based restrictions on an existing application, I'd
like to hack the security interceptor to just log security violations instead
of throwing exceptions. Then would significantly reduce the time necessary to
weed out problems.
I wrote the custom interceptor and re
Hi,
My web.xml file is:
http://java.sun.com/j2ee/dtds/web-app_2_3.dtd";>
CPSDispatcher
com.gepower.geep.cps.CPSDispatcher
AdminEmail
driver
Can u please provide more debug on error - like stack trace for the error.
On the face of it, it's coming because an element 'type' is either missing or
not closed properly in some xml file. Probably in web.xml or jboss.xml
View the original post :
http://www.jboss.org/index.html?module=bb&
Hi,
I am trying to deploy a war file in Jboss developed in webloic .
I am getting the following exception.
org.xml.sax.SAXParseException:element type "type" must be declared
Can somebody tell me how to remove this exception.
preeti
View the original post :
http://www.jboss.org
Ok, I solved the problem.
It was not working because I hadn't set up the loopback interface :D
Rafael
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887208#3887208
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=388720
Does anybody know where the compiled jsp files are located in jboss4.0.2?
I'm trying to debug a .jsp and need to see the file_jsp.java
generated file.
Thanks,
Chris
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887207#3887207
Reply to the post :
http://ww
// I start jboss with "run.sh -b 0.0.0.0 -c all".
Lose the -b 0.0.0.0 option
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887206#3887206
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887206
--
hi.
how to setuserprincipal() after the user login?
without using j_security_check.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887203#3887203
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887203
-
Hi,
I'm getting some trouble using Spring automatic client stub generatior for a
web service..
- If I use it outside of any J2EE container, with axis and axis-jaxrpc, no
problem, it works beautifully.
- However, if I run it inside JBoss ( I haven't tried any other j2ee
container), it crashes a
See the resource-ref tag of jboss.xml and jboss-web.xml.
e.g.
http://www.huihoo.com/jboss/online_manual/3.0/ch07.html
http://www.huihoo.com/jboss/online_manual/3.0/ch07s22.html
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887192#3887192
Reply to the post :
Hi,
I need to lookup an EJB deployed in Weblogic 7.1, from my EJB in JBoss.
I tried creating a context for my weblogic with
weblogic.jndi.WLInitialContextFactory and t3://localhost:7021 (weblogic factory
and url).
I put the weblogic.jar file in my ear file. and also copied it to jboss/lib
Yes, it was accidentally omitted from the jboss-4.0.2 binary distribution.
You'll need to add it manually to your server/lib directory or upgrade to
jboss-4.0.3-RC1.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887189#3887189
Reply to the post :
http://www
Hi guys,
Could you please help me with my problem regarding Jboss configuaration? I have
several servers running jboss on the same network and I need to disable all
comunications between the instances. I understand that the Jboss instances
broadcast network messages in order to communicate with
Hi,
i was ogling with a little iBook 12" and i was wondering if anybody got
experiences with running JBoss 4.0.3RC1 with Mac OS X 10.4 and EJB3 Support.
As I looked into it, there is a JAVA 5 release, so it should be possible, but I
was wondering if anybody has experiences on this.
And maybe
Has anyone installed JBoss 4 from jpackage.org? I can't seem to get it to work
or understand which rpms to install.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887184#3887184
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=re
Who can help me?
Thank in advance
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887182#3887182
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887182
---
SF.Net ema
Hi,
We have an app in weblogic and an app in JBoss. From my session bean in JBoss
I need to use some of the SeesionBeans in Weblogic. I tried setting the
provider url to
t3://localhost:7021 (this were my weblogic is running)
and set the
INITIAL_CONTEXT_FACTORY to "weblogic.jndi.WLInitialC
The WSDL document is the contract between the server and client.Unless
you're using non-standard SOAP types, i.e. passing serialized objects, the
client and server language/technology doesn't matter.Passing opaque objects
may require the client to be a particular technology and would re
I'm thinking the problem is that my client does not have access to the
jaxrpc-mapping.xml file and that I will need a J2EE client to help out. Any
thoughts? Is there any other way to do this? Does a J2ee client limit me to
only talking to java clients? How would a non-java app send me an xml d
I have to agree with you on the maximise feature being hard being a sort of
un-necessary feature. That said though, the use of portlets is somewhat to give
the user the feeling of being "in control" to some degree. I like the layout
you posted, the thought of setting the header border styles to
Is this what you are looking for?
Configuring a DataSource for remote usage
As of jboss-4.0.0 there is support for accessing a DataSource from a remote
client. The one change that is neccessary for the client to be able to lookup
the DataSource from jndi is to specify use-java-context=false as
Hi,
I am not sure what the difference is between, say, the oracle-ds.xml versus
the oracle-xa-ds.xml datasource. Which one should I use? What are the benefits?
Thanks!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887164#3887164
Reply to the post :
http
Hi,
Re-deploying the project.war(via ant) will undeploy the the old project.war,
then deploy the new project.war. The server needs to undeploy the old project
first then deploy the new one so that the config files are re-read. The only
other way(i think?) would be if there was a stop-start featu
Does Jboss Portal functions with requests with enctype = "multipart/form-data".
I'm trying to make a upload form but i'm having some problems.
When I press submit it gets back to the same form without processing anything.
View the original post :
http://www.jboss.org/index.html?module=bb&op=vi
I have a standalone application that will become a web app. Security is pretty
central and I use JAAS in the standalone version. I've got the login module
configured under JBoss so I can login the same way I do in the standalone.
However, I can't seem to get my Principals configured correctly
Is the deploy/jboss-hibernate.deployer in JBoss4.0.2 missing the
commons-collections-2.1.1.jar ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887154#3887154
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887154
---
I am also looking for an answer to this question and would appreciate any help
offered.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887153#3887153
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887153
Hi,
Is it possible to use HAJMS while running multiple Standalone JBossMQ servers?
Can anyone please guide me for the same.
The HAJMS docs talk about, running the Jboss server in "all" mode.
I just need the JBossMQ standalone, but need HA over it.
Please let me know if the same is possible, if s
And here is the method signature:
| public GetSupplierResp getSupplier(GetSupplierReq req) throws
| business.supplier.ws.ServiceException, java.rmi.RemoteException;
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887148#3887148
Reply to t
I have followed the example very carefully. I am able to receive the object on
the server but when I send it back to the client, the client objects to it:
This is my SEI:
public WebServiceSessionEndpoint_process_ResponseStruct
process(WebServiceSessionEndpoint_process_RequestStruct request) th
In fact, I get the same error regardless of whether I'm doing document literal
or rpc literal.
Jon
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887146#3887146
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887146
Hi, there,
I created four instances of jboss AS on one machine and create a queue. I
want one node to send messages and all AS instances can consume them. BUT
right now each node can only consume its own message. How can I reach my goal
?
I created a jbossmq-service.xml and put it to com
please help me to configure HttpSession Replication incase of node running on
differnt machines.I am able to handle replication on nodes running on same
machines.
Thanks in advance
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887143#3887143
Reply to t
Hi,
I have been scratching my head for days trying to figure out this error
message. I went through the EJB3 Trailblazer using the JBoss-IDE. The error is
shown below:
[CODE]
[[AuthorServlet]] Servlet.service() for servlet AuthorServlet threw exception
javax.ejb.EJBException: null; CausedByExc
Hi,
I'm having some problems with multicasting here: basically, if I have my box
offline (not connected to the Internet), jboss cache works fine. However, if I
put it online, the program does not see the other cache nodes.
I read somewhere that there are some programs that get "comfused" when
jboss 4.0.2
Any idea why I would be getting the following error when I'm doing RPC literal?
I've found that it tends to happen when using doc literal, but I'm not doing
that...
"The OperationDesc for getSupplier was not synchronized to a method of
com.business.SupplierService"
| at
This area of the portal is still kind of experimental in 2.0 that's why we were
sort of hiding it. For the 2.2 release this will be a core feature and there
will be documentation for it.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887139#3887139
Reply t
I found the answer, which is fairly simple. Just need to add "A.viewMode",
"A.editMode", and "A.helpMode" style in the style sheet. This is specific to
the divRenderer that I am using. If you are using other renderer, it may be
use different style. I have to go through the source code to fig
Is there anybody who could help me with the question that I've asked ?
As no answer has been forthcoming, I guess it might be that my question is
ambiguous. Therefore, I'll try again to be more specific.
Conventionally, using j_security_check under JBossSX, if a user fails to login,
he will be
hi all,
my problem is that i am able to replicate httpsession on different node
running on same system.But Httpsession replication is not working in case of
instance running on different machines.
please help me out.
Thank in advance
View the original post :
http://www.jboss.org/index.html?m
"jiwils" wrote : Try using the HTMLLayout by using the following layout elment
in your SMTPAppender element:
|
|
|
| As this is really a Log4j question, you should reference the Log4j website
(http://logging.apache.org/log4j/) for help with questions like this.
I did, but didn't get r
Hi All,
I'm using similiar code as below to connect to other web services, but it
doesn't seem to be working for babelfish. Anyone tell me why? I'm wondering if
its an incompatible WS somehow. If so, can anyone tell me how I could figure
that out? Something in the wsdl maybe? Any ideas apprecia
Hi Folks,
I have many jar files that need be used. if I put these jar files into
D:\jboss-4.0.1\server\default\lib, I am afraid of mess up.
Can I put these jar files into a one jar fiels, or ear, or war. which way is
the beast.
Or Can create a directory D:\jboss-4.0.1\server\default\lib\myjar
A more flexible ldap login module has been added for 4.0.3 that has support for
navigating hiearchical roles. See the following wiki page for details and
examples:
http://wiki.jboss.org/wiki/Wiki.jsp?page=LdapExtLoginModule
If you want to try it out ahead of a 4.0.3 release, see the following j
And one more thing... don't stop to check for the "not synchronized" problem
that is stated in the example. I didn't get it which made me think I had done
something wrong. I got a different error that I can't recall right now.
View the original post :
http://www.jboss.org/index.html?module=b
I know this is probably something ridiculously easy, and so I?m embarrassed to
even be asking, but I?m kind of stuck!
I?ve been reading over the JBoss tutorial (the one that uses the Dukes Bank
demo) and have got up to chapter 4 where it states:
anonymous wrote : The file is packaged as a ZIP a
After struggling with the MySQL version of the installation, I just decided to
download the jboss-4.0.2/jboss portal 2.0 package. All you have to do is
browse to the /bin directory and double-click run.bat.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38871
Hey all,
Relatively new to JBoss and am trying to run it in debug mode within JVM 5.0.
The debug arguments I am passing to "org.jboss.Main" at startup are:
"-Xdebug -Xnoagent -Djava.compiler=NONE
-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005"
The server startup outputs the foll
I just followed WSDOCServiceStepByStep. Finally the server side is working.
I am getting java.lang.ClassCastException: org.apache.axis.Message back on the
client side, but it could be that I have not populated all of the fields of the
bean.
The trick is to override the SEI response and reque
Hi,
I am having strange problems with the html content. After I make a few changes
to the html content in a jsp file and redeploy the war file, the new changes
are not getting effected. It is not refreshed even if I restart JBoss server.
Looks like the content is getting cached somewhere, but I
FYI, 3.00JC2 seems to have resolved the ifxjdbc.jar dependency on ifxjdbcx.jar:
>From the release notes's list of fixed bugs:
"171425 IFXJDBCX.JAR IS NOW REQUIRED. JAVA.LANG.NOCLASSDEFFOUNDERROR:
COM/INFORMIX/JDBCX/IFXXAREUSABLECONNECTION"
It's available here:
http://www14.software.ibm.com/weba
Actually I am catching a general Exception in my code - but it never reaches
that part of it. So I am thinking that there is a bug somewhere - even though
lookup is supposed to throw NamingException, someone else is catching it and
not throwing it up to the next level - probably
org.jnp.interfa
Further info here - what I am looking for is something like the
PropertiesService.xml but which can read xml formatted data.
And we are using JBoss 3.2
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887110#3887110
Reply to the post :
http://www.jboss.org/in
Hi,
Im trying to run the hajms-example.sar from the wiki on 2 nodes running on the
same windows machine.
I followed the steps and all seem well until the last steps:
after stoping the master node and trying to recieve the messages from the
client i get the following exception:
javax.naming.NameN
| /**
| * ejbCreate method for a CMP entity bean
| * @param argHad010 java.math.BigDecimal
| * @exception javax.ejb.CreateException The exception description.
| * @exception java.rmi.RemoteException The exception description.
| */
| public SdhadKey ej
Our application has need of reading (not writing) application-specific,
deployment-specific metadata from an xml file whose content would vary from one
deployment site to another.
I would like to drop this file somewhere like the server/conf directory. Can
this be done without causing problems
I'm using JBoss 4.0.2 with EJB 3.0 support on Firebird 1.5 database.
I intended to place a unique constraint on the Email field of my Customer
entity so that I can catch instances where two users attempt to register with
the same Email address. My first plan was to do a search before I attempted
I have set up JBoss to work with a mySQL datasource. I want to deploy a .sar
folder that comes with jbpm's starter's kit but with a few changes (in
jbpm-3.0.jar and in the jbpm.sar.cfg.jar) I made to make jbpm work with mySQL.
When I deploy the .sar folder I get the following error:
17:35:31,39
metainf\
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887105#3887105
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887105
---
SF.Net email is Sponsored by the Bet
Yes JMX is the way to go. It so happens that the mail service has its
properties read-only, but that's because of how it was written. Take a look at
the code in CVS for MailService.java.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887101#3887101
Reply t
I don't have a valid reason other than I was concerned about how much text the
String could hold. How large a document can I receive?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887100#3887100
Reply to the post :
http://www.jboss.org/index.html?module=bb
We have had issues with passing XML via SOAP but only the "xml within xml"
issue.
Our solution was to encode the XML source and pass it as string. On the WS
side we would decode and build a new XML object from the string contents.
Why is it required that you do not pass your document as string
How can I access JNDI components from outside the Web/App Server container. (I
am able to access the same from a servlet or a JSP running from same or
defferent PC)
My server is running on some PC, I want to write a simple Class with main
(String []) method to access the JNDI components from a
I'am constantly getting this on both server startup as well as on each SSO
replication event.
16:45:53,212 INFO [TreeCacheSSOClusterManager] Cannot find TreeCache using
jboss.cache:service=TomcatClusteringCache --
| treeCacheName must be set to point to a running TreeCache before
ClusteredS
Does anyone know the rules of how to throw and catch exception using stateless
session bean web services that also have a remote and local interface?
I've noticed that it deploys without error if you throw Exception or
RemoteException, although you can't throw the latter from your bean if you ha
The next person to say "BUG" at the drop of a hat without any evidence gets
their
profile deleted. :-)
http://wiki.jboss.org/wiki/Wiki.jsp?page=BadPostBug
If it was a "bug", then you have a reproducable testcase that shows it is not
doing what
it says it is supposed to do in the documentation or
#1 is in fact the JMS default (javax.jms.DeliveryMode.PERSISTENT).
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887081#3887081
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887081
-
I got a recommendation against using MySQL for blobs here.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887080#3887080
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887080
--
I had this problem recently.
Go to http://ip:8080/ws4ee/services
When you hover over the wsdl link see if it pointing to the correct ip address
or its internal hostname.
If it is not the ip address go to
deploy/jboss-ws4ee.sar/META-INF/jboss-service.xml
Edit to be the external IP address.
View
Hi there,
Can anyone tell me that is there any limit in JBoss 3.2.3 for request body data.
Can we set the limit of the request body data that a POST request can handle?
Thanks in advance.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887077#3887077
Reply t
Hi Nitin,
mod_jk currently supports only one method of load balancing i.e, weighted round
robin. As you may be aware now, the workers.properties configuration file
defines the configuration for each node as follows.
# Define list of workers that will be used
# for mapping reques
Is there a guide to using the new xml security?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887073#3887073
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887073
-
Any ideas?
Who can help me?
Thx!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887075#3887075
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887075
---
SF.Net ema
Thanks Stefan for your reply. I will upgrade my jboss version.
I'd glad to discuss jboss problem with you, my email is [EMAIL PROTECTED]
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887072#3887072
Reply to the post :
http://www.jboss.org/index.html?module=
Our application has need of reading (not writing) application-specific,
deployment-specific data from an xml file whose content would vary from one
deployment site to another.
I would like to drop this file somewhere like the server/conf directory. Can
this be done without causing problems? I
jtsoong - just read the wiki, as suggested on DII clients. You will see example
of 5 parameter method that works.
Regards,
Mark
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887070#3887070
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=p
Hmm, I am having the exact same issue on JBoss4.0.2 with Jbpm. I thought it
was something related to how Jbpm was packaged and have a post on their forum.
I have been trying to repackage Jbpm to be a self-contained EAR file with it's
own classloader but this issue has kept me from being able t
The examples in the EJB3 tutorial show how to add a record using
EntityManager.persist. I would appreciate if someone can provide an example on
how to find a record and then delete it.
Thanks.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887068#3887068
Re
Thanks catton2000. In my server\default\deploy\ejb3.deployer\META-INF\ folder
the contents of the persistence.xml is shown below. I guess the create-drop
says it all.
I would like to implement a persistence.xml file for MySQL database. Do you
know an example anywhere?
hibernate.transaction.ma
Hello!
I want to use Cloudscape/Derby as a Datasource for my ejbs and jms.
can any one can explain me how to configure the xml files to work with
Cloudscape/Derby?
Thank you,
Netanel
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887065#3887065
Reply to
Hey all,
I plead ignorance to JMX, but it seems like this may be the right place to ask.
Is JMX the proper technology to allow for remote configuration of services?
For example, the mail-service.xml seems to tie to an MBean...but in the jboss
JMX-Console, most of those properties are read-only
If you do not use message selectors and you are sure that the 'missing'
messagehas not already been consumed, than it sound's like a bug.
Regards
Ulf
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887063#3887063
Reply to the post :
http://www.jboss.org/inde
Hi there,
We are using jms in our application and we need to be able to see the messages
that are in the queue at any given time. We have used the QueueBrowser to
search the queue and it seemed to work ok. However upon closer inspection we
found we were missing a message. If i place say, 3 item
http://www.jboss.org/products/jbossas/docs
at the line "JBoss AS Getting Started Guide 4.0.2 Rev 4 May 27, 2005 "
point downlaod,you get a zip file.
unzip it ,you well find the jbossj2ee-src.zip.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887061#3887
Solution:
In Jboss.xml add code:
|
|br.com.:loader=MyEntity.jar
|
|
where
br.com. - unique name in Jboss Context
MyEntity.jar - jar name
This xml configuration create one ClassLoader for each applicatio
I am trying to setup Hibernate2 in JBoss4.0.2.
I have a SAR file for hibernate service with the following contents:
-
/meta-inf/jboss-service.xml
|
| jboss.jca:service=RARDeployer
| jboss.jca:service=Lo
http://www.jboss.org/products/jbossas/docs
JBoss AS Getting Started Guide 4.0.2 Rev 4 May 27, 2005
point downlaod,you get a zip file.
unzip it ,you well find the jbossj2ee-src.zip.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887058#3887058
Reply to the po
You are right jeremy.
The jboss tar file is built with a GNU tar compliance. The solaris tar is
different from that one. I had the same problem. Try to get the zip version,
and it will work fine.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887057#3887057
I looked into 4.0.1 jar-versions. It refers to http://www.jboss.org/";
implURL="http://www.jboss.org/"; sealed="false"
md5Digest="a97ddbc418125b88d7ad4331d156c941" />
The 4.0.2 jar-versions.xml doesn't. Is this why I am getting
ClassNotFound org.apache.commons.collections.StringStack exceptio
Go through the following topic:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=66988, it should give
you a good set of information to start with.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887053#3887053
Reply to the post :
http://www.jboss.or
Hi guys,
I'm developing an application whose business tier is accessed through some
EJBs, that uses some non EJB classes to help them to acomplish their tasks. I
would like to initialize those non EJB classes at server startup. Someone knows
how can I do that?
Another questions is: some of thi
What I came up with is to kick the Maximize altogether. The reason for this is
two-fold.
One - there's no precident for maximize out there "in-the-wild". i.e. There's
no web sites to my recollection that I've visited over the past five years that
have maximize button. SO - this could be consid
Ok, where do I set the retry to 1. If my EJB method rollsback I don't want to
try again at all.
Where do I set the retries to a different number.
Thanks in advance.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887048#3887048
Reply to the post :
http://w
Just a simple question, just starting out with jboss and hibernate so be gentle.
I currently have two hibernate classes in my har file which share a
association, but hibernate doesn't seem to recognise the classes
unless they are in the same package.
When I try to deploy the two classes in s
Hello,
I've a small problem with the tutorial. I think jboss can't create the bean
because he throw a exception. If I press compute the following message appears:
null object name java.lang.IllegalArgumentException: null object name at
org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBea
Hi All,
I am using an entity bean to create my table in MySQL4.1.13
I have a table called user which has userid,username,password as its columns.
The userid is a primary key over here.
But I want the user name to be unique.
I.e if a user with the name 'Adrian' is present in the database then anoth
Hi,
I'm using JBoss 4.0.2 with JVM 1.4.2.07
I'm trying to make ws4ee working but without success.
The relevant part of my jboss.xml:
java:/jaas/JBossWS
WS
WSBean
WSLocal
WSBeanEndPoint
/Omniaweb/*
BASIC
1 - 100 of 128 matches
Mail list logo