Search:

Type: Posts; User: grafpoo; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.05 seconds.

  1. Replies
    5
    Views
    804

    thanks. yes i did install the driver.

    thanks. yes i did install the driver.
  2. Replies
    5
    Views
    804

    jtds exception: next step?

    new to roo, so i'm hoping this is not the dumbest question ever...

    i am trying to set up roo for a Sybase SQLAnywhere database. roo uses jtds JDBC drivers, and i've hit a spot where jtds is...
  3. Replies
    0
    Views
    512

    role-based WSDL generation

    i have an authenticated web service i am building that returns an object. what attributes are in the object returned is based on the role of the requesting user - basically, if the user has...
  4. sure, it's

    sure, it's


    <bean id="dataSource"
    class="org.springframework.jndi.JndiObjectFactoryBean">
    <property name="jndiName" value="java:MdxDS"/>
    </bean>
  5. Datasource issue upgrading JBoss 4.0.5 to 5.1.0

    hi all, i have a webapp that happily deploys in JBoss 4.0.5 (works? let's not go there). it uses a JNDI datasource that is defined in the XXX-ds.xml file JBoss uses.

    i move both the war and the ds...
  6. Replies
    7
    Views
    2,182

    er, how do i make a patch? do you want a cvs...

    er, how do i make a patch? do you want a cvs patch? if so, where do i find the cvs info for checking out? sorry to be so dim...
  7. Replies
    7
    Views
    2,182

    i will, by gum. never done that before. i...

    i will, by gum. never done that before. i actually made the fix for my own "local" copy - i can send that along, if i should...
  8. Replies
    7
    Views
    2,182

    i'll answer my own question. the answer is "no"....

    i'll answer my own question. the answer is "no". looking at StaxEventInputWriter.startDocument i see this:


    // write root tag
    writer.add(factory.createStartElement("", "",...
  9. Replies
    7
    Views
    2,182

    StaxEventItemWriter - root element namespace

    is there a way to pass in namespace information (uri and prefix) for the root element?
  10. Thread: Resource Parh

    by grafpoo
    Replies
    2
    Views
    659

    have you tried file:/temp ? i think it defaults...

    have you tried file:/temp ? i think it defaults to C drive (or the 'current' drive) if unspecified
  11. Replies
    2
    Views
    1,091

    solved...

    the problem was nothing to do spring of course. i had an old derby.jar in my classpath. i guess since derby (jdb?) is part of java6, it registers itself with the driver manager -- first. then when...
  12. Replies
    2
    Views
    1,091

    who said anything about derby?

    the app context below, when run in my unit test (belower), generates the message:
    "Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name...
  13. Replies
    0
    Views
    718

    property change listeners?

    hi all, a long while back i used someone else's brainy forum entry to enable storing my spring configuration values in the database. now i want to see if anyone has ever tackled being able to change...
  14. where is it?

    okay, i am obviously new here, but i'll forge ahead with another silly question.

    where is this HibernateAwareItemWriter? the name sounds like something i want to check out, but i downloaded...
  15. Replies
    8
    Views
    1,553

    me too me too

    this is kind of creepy. i started looking at spring batch yesterday for the same setup. i need to process what ultimately becomes an XML file and populate database tables based on that. these files...
  16. Replies
    5
    Views
    9,945

    the pointer to jasperdemo was most excellent...

    the pointer to jasperdemo was most excellent advice, thanks. the build.xml in that directory needed some work to get running. having done that work, is someone who can commit to cvs interested in the...
  17. Replies
    3
    Views
    1,409

    switching to dom4j worked on the server (where i...

    switching to dom4j worked on the server (where i had the same problem) but not on the client. after much more tinkering, it turned out that somebody in this stack did not like default namespaces. so...
  18. Replies
    3
    Views
    1,409

    you're probably right. it looks like this is some...

    you're probably right. it looks like this is some sort of jdom/jboss/xalan bad karma thing. seems much happier with dom4j...

    i'll be at the spring experience in december. we can talk jobs then,...
  19. Replies
    3
    Views
    1,409

    transformer ws-client namespace problem

    hello all, admitting up front that i know little. also, i have to pick my kids up from school as soon as i post this, so i won't be chatty after posting for a couple of hours....

    i am trying to...
  20. Replies
    9
    Views
    2,914

    according to an entry in jboss forums from 2001,...

    according to an entry in jboss forums from 2001, jmx persistence is only implemented in jboss AS for their XMBean. i browsed the source to see what an XMBean does to enable persistence. it adds an...
  21. Replies
    9
    Views
    2,914

    one more and i'll shut up .... for a while .... ...

    one more and i'll shut up .... for a while ....

    could be this:
    http://wiki.jboss.org/wiki/Wiki.jsp?page=WhyMyPersistentMBeanDoesNotPersistAttributeValueChanges

    seems jboss requires...
  22. Replies
    9
    Views
    2,914

    it's worse than that - i was thinking of struts...

    it's worse than that - i was thinking of struts 1.2.8. sigh

    by the way, i tested against jbossmx and the platform mbeanserver (since you stated in another post that perhaps the platform one does...
  23. Replies
    9
    Views
    2,914

    spring 1.2.6 i mean...

    spring 1.2.6 i mean...
  24. Replies
    9
    Views
    2,914

    'should' is the word. my admittedly limited...

    'should' is the word. my admittedly limited testing produces the same result. the bean is exposed in the jmx-console, changes are applied, but they are not persisted. same app server, by the way -...
  25. Replies
    7
    Views
    2,091

    i'll see if i can grab a stack trace (it's...

    i'll see if i can grab a stack trace (it's running on a disconnected lan). meanwhile, i will switch to the jdk regexp. thanks for the advice.
Results 1 to 25 of 28
Page 1 of 2 1 2