With respect to MulticastDetectors...
What's the difference between the multicast address (getAddress()) and the
default-IP (getDefaultIP())?
How are each used? I assume they each have a different purpose, but me not
being the multicast expert, I don't know what they are.
View the original po
Thanks, your confirmation that it worked, lead me to search deeper into my own
app. I found that there was a java.ejb.EJBObject class inside one of my bundled
jars. Strangely not been a problem on 4.0.3 (jar never changed), but I removed
this file from this jar and everything works.
Thanks, cas
Hi all!
First of all, thanks for Seam! It's wonderful and the more I use it, the more I
enjoy it! :)
Now I am trying to put something up using seam + jbpm, but I'm kinda stuck with
trying to create a wizard-like connected pages/tasks.
What happens is the process instance gets 'reset' so don't ha
Hi,
I am have a flash image which reads a xml file and produces a flash graph
image . I deoployed (by creating a war file)the flash file and xml in the
JBoss Portal Server. Now i am not able to see the the graph in the flash file
, it is giving error like "Invalid xml file'. But it is wor
Thanx for ur reply.
The exception we r throwing is, our application defined exception with some
error code. This one we r throwing when the receiced message is null.
Also i have a doubt, in my log file iam getting the following line, when we
create the queue session..
[EMAIL PROTECTED] txid=-9
Thanks bela for the quick reply.
I did download the JGroups source 2.3, but did not find the gossip-service
target that you had metioned. I downloaded it from
http://sourceforge.net/project/showfiles.php?group_id=6081
Have I missed anything ?
"Deploy the SAR into JBoss.."
Are you talking a
Hello,
Is there anyone out there who can help me with the problem. The performance
specially for updating any entity does not improve even if i slim down the
JBoss as per tutorial available on the website.
Help here will be really appreciated.
Thanks
Murtuza
View the original post :
http://w
King, you say I say Seam is evil!?! Of course it is. How else do you expect it
to take over the world.
You are right. Seam does not swallow exceptions and... I never mentioned
swallowing in my post. blah, that's so anticlimactic.
Fine, this is just the way faces is designed and also the way myf
It would be better to re-load the user inside the scope of the conversation. ie:
User user = em.find(User.class, sessionUser.getId())
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954582#3954582
Reply to the post :
http://www.jboss.com/index.html?module=bb&
Just started with JBoss + EJB 3 + Hibernate.
I have some simle SessionBean object, in which it obtains Hibernate Session
object and performs db related operations. I configured the Hibernate to use
JTA from JBoss by specifying Hibernate property
jta.UserTransaction=UserTransaction. Then I found
I'm not sure if this will help or not, but I don have isolation working in
jboss 4.0.4 with ejb 3. I did not check the isolation option in the installer.
After it installed I went into the ear-deployer.xml file and marked isolated
attribute to 'true'. Have had no problems.
View the original
This sounds exactly like my problem as well. I had a thread called
"ClassCastException when updating ear-jar.xml schema" on this that I'm still
having problems with. I'm not sure if that thread will give you the slightest
hint of a solution or not, but I'm all ears if anyone solves it in this
In that case, can you send me your test such that I can take a look? ben do
wang at jboss dot com.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954576#3954576
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954576
Us
In this case, it may be easier to troubleshoot with just TreeCache.
For the TransactionManagerLookUpClass, can you change to
GenericTransactionManagerLookup? such that it can handle the WL tm properly?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954575#395
Here's the Wiki entry I made:
http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamEclipseHowto .
I hope it helps someone.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954574#3954574
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=rep
Not for the release 1.3 and 1.4.
In 2.0, it has additional interceptos and introduction that requires runtime
presence of the aop xml file but that is supposed to be internal (e.g., hiding
away from the user).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3
thanks,
But I still don't understand how the Datamodel is basically "wiped", if it was
initially populated. This doesn't happen if the factory method is also
annotated with @Create. The factory method does the find() for the initial
population, and when I call the save() method in the same clas
Hello Michael,
What database do you use for bolt.com.
Can you give me an idea of the size?
If you say 15.000 concurrent users, how many requests do they send?
Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954568#3954568
Reply to the post :
http://
The VerifyError means the bytecode for the
cakeinabox/beans/AccountEJB/AccountBean is invalid. Either your compiler is
broken, jvm is broken, or there are different version of AccountBean in the
classpath that are confusing the jvm. How was this compiled and what is the
java version (output of
It's probably simpler to just grep/search your codebase and see which two files
you've defined User in.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954566#3954566
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=395456
Also, make sure that namespace is correct. Facelets supports limited JSTL
functionality (including c:if), but you need to be sure and use the
http://java.sun.com/jsp/jstl/core namespace, not the earlier JSTL 1.0 namespace.
View the original post :
http://www.jboss.com/index.html?module=bb&op=v
Cascade configuration is part of EJB3 not Seam. You'll need to consult your
EJB3 documentation for the appropriate cascade configuration for your needs.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954564#3954564
Reply to the post :
http://www.jboss.com/i
Yes, I have. Then I did a subjects.clear() No exceptions or anything, but the
student-subject relationship was still there in the relationship table in MySQL.
I think I may even have called flush(). I did call subjects.size() before
clearing.
View the original post :
http://www.jboss.com/ind
Hi,
I am experiencing some slight problem, when I persist an entity that consists
of other entites, it does not cascade down. I also haven't discovered a
@Cascade tag anywhere... What can I do to avoid having to manually persist each
contained entity?
Thanks!
View the original post :
http://
Heaven knows what DML is. However, it sounds as if it a feature not supported
for your query to be effective. Your query looks fine to me.
To do the same you can use the entity manger to return the child object with id
1 and then do child.setParent(parent);
View the original post :
http://ww
A description of the @Create annotation can be found in chapter 10.3 of the
documentation.
http://docs.jboss.com/seam/1.0.1.GA/reference/en/html/annotations.html
@Create only works for components that are either JavaBeans or
StatefulSessionBeans and is used to denote a method that should be cal
Thanks for the input.
The problem is that the amount of data to be loaded might be large, so I would
have to keep that in memory the whole time. Could I not just leave the
conversation open until the user logs out just like the
SessionConversationPattern often used in Hibernate? That would allo
If you store your user with the conversation, the login information will
disappear when you end the conversation. This would almost never be the
behavior you want.
To eagerly load a relationship, use a join fetch. Check out any EJB3 book
(like Bill's new one with O'Reilly) to see how to do
Hi,
Are there any problems if a method has a @Factory AND a @Create annotation? I
need to first populate the datamodel but if I remove the @Create it "resizes"
the list of the Datamodel and only has the most recent element in it, once I
add another element.
Could someone explain me in detail
Thanks Gavin,
I changed the scope to @Scope(CONVERSATION) for now on the login and ensured
that the Person has a @In & @Out tag.
This got rid of LIE, is that a bad approach? If so, can you point me to the doc
for eager fetching?
Thanks!!!
View the original post :
http://www.jboss.com/index.
I guess jstl.jar is not in the classpath, or perhaps you have not defined the
c: namespace in your jsp/facelets template.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954550#3954550
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&m
JSF automatically binds form fields to objects.
It does not automatically wire together managed bean components, unless you
tell it to.
You use @In to wire components together. This is quite different to binding
form data to a component.
View the original post :
http://www.jboss.com/index.htm
You have not installed EJB3 in JBoss.
Use the JEMS installer to install JBoss, with EJB 3.0 RC8.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954548#3954548
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954548
Usin
The examples always use stateless, because login is by nature a stateless
process.
Now, it sounds like your problem is that you store the user in session scope,
and then later try to access its collection. This is not going to work.
Seam-managed PCs solve LIE problems for _conversational_ data,
I'll try to get that done.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954546#3954546
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954546
Using Tomcat but need to do more? Need to support web services, security?
G
Note that Emmanuel and I have both been travelling in EU lately, so our
response times are down.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954545#3954545
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954545
Usin
"free67" wrote : It seems like seam cannot locate my user variable in the
contexts. Actualy it seems like it can't even locate the class annotated with
@Name("user"):
| Am I reading this right? and if yes, should it not throw an Exception?
|
Probably Seam has not installed your "user" compo
"free67" wrote : anonymous wrote : Model update is a JSF lifecycle phase
| I agree with this. But if there is an error in the application (lifecycle,
persistence or whatever), I need to see the exception in the log and a stack
trace.
And of course you will. Seam does not swallow any exceptions
Thanks for the quick reply Alex.
I was able to generate an entire bpel system using a combo of
xdoclet/wscompile. But the problem i was having was that i had to write
another script to actually gut the wsdl's(even know i could have left the
mappings and service tags in them) and then inser
.. sorry seems it doesnt seem like that made any different with this forums
width.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954541#3954541
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954541
Using Tomcat but
and here is the console text not being wrapped.
01:14:32,253 DEBUG [MainDeployer] Starting deployment of package:
file:/C:/jboss-4.0.4.GA/server/default/deploy/AccountJAR.jar
01:14:32,253 DEBUG [MainDeployer] Starting deployment (init step) of package
at: file:/C:/jboss-4.0.4.GA/server/default/d
According to your schema, an instance of EnrollmentMessageType whose first
child is a svc:firstName element is invalid. Marking an element as nillable
means the appearance of attribute xsi:nil has semantic significance: explicit
absence of information. It does not mean the element is optional. T
Im not sure if this is what you are looking for. I have turned console logging
to DEBUG in the log4j.xml
01:08:20,639 DEBUG [MainDeployer] Starting deployment of package: file:/C:/jboss
-4.0.4.GA/server/default/deploy/AccountJAR.jar
01:08:20,639 DEBUG [MainDeployer] Starting deployment (init step
I don't have ejb-jar.xml. Because I don't thinlk specify anything in
ejb-jar.xml.
Am I understanding wrong?
If something is needed in ejb-jar.xml,could you show me the example?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954536#3954536
Reply to the post
mhm... it seems like there is still something wrong... getting the LIE again...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954535#3954535
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954535
Using Tomcat but need
Hi I have the same problem. Here is the stack trace. I dont know if it matters
but
all of the entries in the screenshot of the HTML manual have backslashes, while
when I edit the "Hibernate Configuration" the path to the configuration file
are slashes. Could it be something relates to windows
Please create a new topic for unrelated questions. When you do, provide as much
detail as you can: product versions, environment and the full exception stack
trace. The effort you put in your question is proportional to the effort we put
in the answer.
View the original post :
http://www.jboss
Could the following error be caused by being behind an HTTP proxy?
org.jboss.ws.metadata.wsdl.WSDLException: WSDLException (at
/wsdl:definitions/import/wsdl:definitions/import/wsdl:definitions/wsdl:types/schema/schema):
faultCode=OTHER_ERROR: An error occurred trying to resolve schema referenced
Hi i have a problem, have a web service that returns a xml on a strin, when i
want to get the xml on a aplication whit a string it gives me a
java.lang.outofmemory.error
y have fixet once this problem by using a string objet insted on a strin
variable but now it donst work
Help!!!
The 1.6.0-beta2 also works fine for me.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954530#3954530
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954530
Using Tomcat but need to do more? Need to support web services
I want to be able to intercept methods of the Entity Beans using the latest
Embeddable container (alpha 8).
If I create a -aop.xml file and try to deploy it as in
| EJB3StandaloneBootstrap.deployXmlResource("jboss-aop.xml");
|
I get an exception: Caused by: org.jboss.xb.binding.JBossXBRun
I am using the following schema:
| http://www.w3.org/2001/XMLSchema";
xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/";
xmlns:tns="com:vizuri:bpel:svc"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
|
|
|
|
|
The jmx-console works fine for me under the current beta release. What are the
details for the jdk and options that are causing the problem?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954526#3954526
Reply to the post :
http://www.jboss.com/index.html?mod
Hi,
when I have jstl-core tags like in my view, they are outputted
without being processed, i.e. I actually find the tag in the
rendered page, however the test-case is evaluated (i.e. it says false or true).
I ensured that the jstl-tags are "registered" in the ui:composition.
I know that t
There should be a schema based version that allows for inheritance of attribute
groups and the like to allow for this. Having to step outside of the xml
features for this just does not seem worth it. We do have entities in the dtd
for resuing commons ops/attributes. This is what would have to be
Then the console is truncating the message. Figure out how to correct that.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954523#3954523
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954523
Using Tomcat but need to d
Mhm,
I modified the LoginAction to be of Scope "CONVERSATION", that got rid of the
LIE. Is there anything wrong with this approach?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954522#3954522
Reply to the post :
http://www.jboss.com/index.html?mod
hmm the xml parser used by the WS stack might not like the proxy indeed...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954521#3954521
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954521
Using Tomcat but need to do
To further explain what i want to do:
I have the LoginAction (taken from the booking example) which is stateless, but
I need to access at a later point in time, some collections (the Relationships)
of the user that had logged in through the LoginAction, so I figured this would
work if I use the
I forgot the stack:
|
| org.hibernate.LazyInitializationException: failed to lazily initialize a
collection of role: de.myties.core.nodes.Person.relationships, no session or
session was closed
| at
org.hibernate.collection.AbstractPersistentCollection.throwLazyInitializationException(
Hi,
thanks for the answer:
The BackingBean
@Stateful
| @Scope(CONVERSATION)
| @Name("relationshipManager")
| @LoggedIn
| public class RelationshipManagerAction implements RelationshipManager {
|
| @In(create=true)
| private EntityManager em;
|
| @DataModel
|
Yes, I've read through the documentation, those sections in particular I have
read several times.
I thought JSF did that for you automatically, through binding. So binds the value enterd by the user in the backing bean
variable.
I still don't understand the why about using @In or not using it.
How can I check this? Can I see this in the jmx console?
Is there an other way to check this?
Thanks
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
Hello everyone,
I'm in a bit of a dilemma here with my company. We are using cruise control
for automated nightly builds. However I am experiencing issues in trying to
figure out how to "clean" the active WAR file for our web application, which
JBoss is using, by essentially deleting it and t
I wanted to mention one other thing, I have placed the dll's in directories
that are on the java.library.path , however it seems they are somehow still not
getting loaded.
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954513#3954513
Reply to the po
Please find the stack trace of the problem we are facing when trying to
configure Jboss seam booking store application .
00:55:27,453 ERROR [MainDeployer] Could not create deployment: file:/C:/Program
Files/jboss-4.0.4.GA/server/default/tmp/deploy/tmp34367jboss-seam-booking.ear-contents/jboss-s
Hello Everyone:
I've written a J2EE App composed of a rich ui written in flex that makes a jni
call into some dll's. I have a war file that I am using to do this, however I
keep getting an Unsatisfied Link Error in the jboss logs pertaining to a native
method, are there specific directories tha
Nevermind. It ended up being the port (I dropped the port and it worked). I'm
not sure why that worked, but it did.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954508#3954508
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=
I suggest you post a (simple as possible) example of the JSF pages, classes and
stacktrace where you get the LIE
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954505#3954505
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply
Have you read
http://docs.jboss.com/seam/1.0.1.GA/reference/en/html/concepts.html#d0e2511 and
the examples in Chapter 1?
For your example, a JSF input component with a value="#{mo}" would have the
value entered by the user injected into your backing bean.
View the original post :
http://www
Hello,
Is there a method that currently exists in the 3.1.1 API that will return only
the process instance objects that exist for a specific process node id?
In the current API I can only find a method that will return all process
instances for a given process definition. However I'm really no
You'd need to write a custom load balance policy that always picked the first
server from the list of targets and then stuck to it. See the code for
org.jboss.ha.framework.interfaces.FirstAvailable -- change the part where it
using a Random to pick the target.
You'd also have to make sure your
Hi,
I was wondering if there is a way to make a portlet which allows a user to see
a list of roles (not all roles, just the ones I choose) and let them switch to
the role that they choose. Please let me know if you have a way to do this.
Thanks
View the original post :
http://www.jboss.com/inde
OK, things are a bit clearer. Don't know the full answer yet but we're getting
there.
"jkressin" wrote :
| But the most intersting question for me is: Even if the (Master-)node lost
some viewchanges, why does it suddenly undeploy the (HA-)queues and
(HA-)topics?
They are undeployed becau
Hi,
anonymous wrote : 1/ I can't deploy the process, what is wrong ?
It's hard to tell without more details. What step of the deployment procedure
failed? What is the error message?
anonymous wrote : 2/ With this process definition, is it possible after to
communicate and exchange data with my
I'm working through the SEAM tutorial and it makes pretty good since, but I
have this one question. What is the purpose of doing this...
| @In
| private MyObject mo;
|
versus just
| private MyObject mo;
|
Thanks,
Eric
View the original post :
http://www.jboss.com/index.html?module
Hi,
thanks for the link.
I configured it just as the tutorial proposes. However, I am still getting
those LIE exceptions, even though I initialize all of my EntityManagers via
@In(create=true)
Any clues to that?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=vie
It seems like seam cannot locate my user variable in the contexts. Actualy it
seems like it can't even locate the class annotated with @Name("user"):
| 15:31:18,155 DEBUG [org.jboss.seam.jsf.SeamVariableResolver] resolving
name: user
| 15:31:18,155 DEBUG [org.jboss.seam.Component] seam compo
I've seen the FAQs about setting up a MDB to listen to messages from a remote
server. When I try to deploy it, it says:
anonymous wrote : 5:19:15,638 INFO [EjbModule] Deploying CHARTEvents
| 15:21:21,327 WARN [JMSContainerInvoker] JMS provider failure detected for
CHARTEvents
| javax.nami
Hi,
i need pass an object to my webmethod, but don't have success.
'cus i have a serialization error.
What i do it?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954489#3954489
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=re
I think you are on the right track by switching to a Seam managed persistence
context. Have you configured a SMPC in components.xml called em as described
in the docs[1]?
[1]http://docs.jboss.com/seam/1.0.1.GA/reference/en/html/configuration.html#d0e4853
View the original post :
http://www.jb
I am trying to write a java program that runs on the same machine Jboss is
installed (and running). I need to programmatically (from my java program)
figure out where Jboss is installed on that system, and also what port it is
running at.
I know Jboss has properties like jboss.bind.address,
sorry for being so stupid (thats why I am a n00b i suppose) but how do I show
the full error? What I pasted was everything that was printed to the console.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954483#3954483
Reply to the post :
http://www.jboss.co
HttpInvokerHA is in /server/all/lib/jbossha.jar. You need to be running "all"
config to have clustering services. If you use installer, select either "all"
or "ejb3-clustered" profile.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954480#3954480
Reply to th
Hi,
I have a question regarding the sample LoginAction I find in the examples. They
are always Stateless, why is this the case? I have problems with lazy loading,
because I need to access a collection from the User that logs in at a later
point in time and thus I always get a lazy loading excep
first, do not threadjack, second there is a wiki pages with the roadmap which
point (unfortunately just to the jbpm jpdl version in the jira, but with a
little deduction you could fairly easy have found
http://jira.jboss.com/jira/browse/BPEL in this case posted for convenience
since I was curio
Show the full verify error. It seems as though you have incompatible versions
of the AccountBean visible to the jdk and its verifier is refusing to load the
bytecode.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954478#3954478
Reply to the post :
http://w
I am using JBoss 4.0.4 patch1. When I try to invoke the HttpInvokerHA MBean in
jboss-service.xml:
|
| http://
| :18080/invoker/EJBInvokerHAServlet
| true
|
|
...I get an error:
09:54:51,122 ERROR [MainDeployer] Could not create deployment: file:/C:/maye
The servlet side injection is still in progress.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954476#3954476
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954476
Using Tomcat but need to do more? Need to support web
Hi,
i am using jboss 404GA and JBossWS 1.0.1. I deployed a
web-service(ARWebService) successfully.
Problem is, when I try to access the deployed webservice online, using
http://localhost:8080/ARWebService/, I get ->
3:59:26,674 ERROR [[ARWebService]] Servlet.service() for servlet ARWebServic
Remoting detectors act as broadcasters of detection messages (containing info
on remoting servers running within its jvm) AND monitor topology of other
remoting servers on the network (thus require the heartbeat ping).
Have created jira issue for the connection check timeout problem -
http://ji
Hi Alex
Any idea when JBoss JBPM-BPEL beta2 come out?
Thanks
XG
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954472#3954472
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954472
Using Tomcat but need to do more? N
HI,
I am using JDK1.5
For Pojo Cache with annotations , Is the jboss-aop.xml required even if I use
aopc for compile time generation of aop classes.
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954471#3954471
Reply to the post :
http://www.jboss.
I had the same problem with deployment.
In my case Eclipse didn't have the tools.jar file from the JDK on the classpath
because it was listing the JRE instead.
To rectify go to Window>Preferences>Java>Installed JREs and add your jdk
directory.
Hope this helps.
Stuart
View the original post :
Sounds similar to this one:
http://jira.jboss.com/jira/browse/JBAS-1368
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954469#3954469
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954469
Using Tomcat but need to do
What exception?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954468#3954468
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954468
Using Tomcat but need to do more? Need to support web services, security?
Get stuff do
Bug entered as JBSEAM-291. I probably didn't file it quite correctly. Oh well.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954467#3954467
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954467
Using Tomcat but need t
OK, I asked: http://forum.hibernate.org/viewtopic.php?t=961435
Here's hoping Emmanuel's response rate is anything like as good as yours :-\
If I don't hear back I will just start digging down into the source until I
find the problem, then I'll JIRA something up.
(Seems like the url tag is bro
I am trying to get anonymous access to JBoss WS source code and so far I have
tried the following:
1. CVS repository at
anoncvs.forge.jboss.com
I found 'webservice/src' under '/cvsroot/jboss' but that has no source code.
2. Fisheye: I went to
http://fisheye.labs.jboss.com/viewrep/JBo
Hello All,
I am getting an exception
-
[org.jboss.resource.connectionmanager.TxConnectionManager] Could not enlist
XAResource!
javax.transaction.RollbackException: Already marked for rollback
---
1 - 100 of 261 matches
Mail list logo